gst/adder/: Cleanup variable names to make the adder-loop easier to understand.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/adder/Makefile.am:
4         * gst/adder/gstadder.c:
5           Cleanup variable names to make the adder-loop easier to understand.
6           Also try to use liboil to spee it up, but ifdef it out as it does not
7           make any change for me (Intel pentim M (sse,sse2) please try on other
8           systems).
9
10 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
11
12         * docs/plugins/Makefile.am:
13         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15         * gst/tcp/gsttcpclientsink.c:
16         * gst/tcp/gsttcpclientsrc.c:
17         * gst/tcp/gsttcpserversrc.c:
18         Add minimal docs to make the remaining tcp elements show up.
19         Fixes #564139.
20
21 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
22
23         * win32/common/config.h:
24           Update to CVS version.
25
26         * win32/common/config.h.in:
27           Hardcode path to plugin install helper exe, just like we hardcode
28           the paths in core. Removes another source of VCS conflicts for
29           people hacking gst-plugins-base on systems with autotools.
30
31 2008-12-13  Edward Hervey  <bilboed@gmail.com>
32
33         * m4/Makefile.am:
34         And a couple more .m4 that don't exist anymore with gettext 0.17
35
36 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
37
38
39         * m4/Makefile.am:
40         inttypes.m4 hasn't been available since gettext-0.15, and since we now
41         require gettext >= 0.17 ... we can remove it from the list of files to
42         dist.
43
44 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
45
46         * gst-libs/gst/audio/gstbaseaudiosink.c:
47         (gst_base_audio_sink_slave_method_get_type),
48         (gst_base_audio_sink_class_init):
49         * gst-libs/gst/audio/gstbaseaudiosink.h:
50         * gst-libs/gst/audio/gstbaseaudiosrc.c:
51         (gst_base_audio_src_slave_method_get_type),
52         (gst_base_audio_src_class_init):
53         * gst-libs/gst/audio/gstbaseaudiosrc.h:
54         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
55         public API. This is needed for the C++ bindings to be able
56         to use this base classes. Fixes bug #564200, #564206.
57
58 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
59
60         * gst-libs/gst/cdda/gstcddabasesrc.c:
61         (gst_cdda_base_src_handle_event):
62         Remove erroneous gst_buffer_ref().
63         * tests/check/libs/rtp.c: (GST_START_TEST):
64         Don't forget to unref the buffer once you're done with it.
65
66 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
67
68         * gst/playback/gstplaybin.c:
69         * gst/playback/gstplaybin2.c:
70           XRef to GstXOverlay.
71
72 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
73
74         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
75         Free the factory array when finalizing.
76         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
77         Use a GstStaticPadTemplate since the src pad caps are fixed.
78
79 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
80
81         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
82         (gst_vorbis_enc_init):
83         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
84         pad templates.
85
86 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
87
88         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
89         (gst_riff_create_video_template_caps):
90         Add mapping for VP6 in avi/riff.
91
92 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
93
94         * gst/subparse/samiparse.c: (sami_context_push_state),
95         (sami_context_pop_state), (start_sami_element), (end_sami_element):
96         Some versions of libxml seem to be very picky as to strict formatting
97         of the input and never 'close' the final </body> tag.
98         In order to fix that bad behaviour, we trigger the flushing of
99         remaining data on both </body> and </sami>.
100         Fixes #557365
101
102 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
103
104         Patch by: Guillaume Emont <guillaume at fluendo dot com>
105
106         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
107         Add typefinders for MS Word files and OS X .DS_Store files to
108         prevent them to be recognized as MPEG files. Fixes bug #564098.
109
110 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
111
112         * gst/playback/gstplaysink.c: (gen_audio_chain),
113         (gst_play_sink_reconfigure):
114         Add some more debug info.
115         Fix linking of just an encoded sink.
116         Handle failure to create a sink chain more gracefully than crashing.
117
118 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
119
120         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
121         Pushing 10 buffers is enough to run the test.
122
123 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
124
125         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
126         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
127         (main):
128         Hook up the SKIP seek flag.
129
130 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
131
132         * gst/playback/gstplaybin2.c: (pad_added_cb):
133         Error out with a missing-plugin error when the input-selector was not
134         found.
135
136         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
137         Indentation.
138
139 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
142         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
143         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
144         (gst_play_sink_send_event), (gst_play_sink_change_state):
145         Use G_DEFINE_TYPE.
146         Try to set the selected sink to READY before using it. This will allow
147         for detection of incompatible formats sooner.
148         Don't cause a fatal error when conversion elements are missing but post
149         a missing-element message and a warning instead because things might
150         still link and run fine.
151         Simplyfy the construction of audio and video sink chains.
152
153 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
156         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
157         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
158         init from glib.
159
160 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         Patch by: Luis Menina <liberforce at freeside dot fr>
163
164         * gst-libs/gst/floatcast/floatcast.h:
165         * gst/typefind/gsttypefindfunctions.c:
166         Include glib.h instead of a specific GLib header. Including single
167         GLib headers is deprecated. Fixes bug #563904.
168
169 2008-12-09  Julien Moutte  <julien@fluendo.com>
170
171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
172         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
173
174 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
175
176         * gst-libs/gst/riff/riff-read.c:
177           Fix handling of odd chunks in riff metadata.
178
179 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
180
181         * gst/volume/gstvolume.c: (gst_volume_class_init),
182         (volume_before_transform), (volume_transform_ip):
183         Use new basetransform vmethod to reconfigure the dynamic properties and
184         any pending volume/mute changes. Fixes #563508.
185
186 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
187
188         * configure.ac:
189         First check for "theoraenc theoradec" and if that failed check
190         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
191         deprecate the latter. Also linking on Windows fails with just "theora"
192         and the version check would fail for the release candidates.
193         Fixes bug #563718.
194
195 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
196
197         * gst/playback/gstdecodebin.c:
198         * gst/playback/gstdecodebin2.c:
199           Add basic docs to decodebin and link to decodebin from decodebin2.
200           
201 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
202
203         Patch by: Olivier Crete  <tester at tester ca>
204
205         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
206         * gst-libs/gst/rtp/gstrtcpbuffer.h:
207         Implement gst_rtcp_packet_remove(). Fixes #563174.
208
209         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
210         Add unit test for some RTCP functions.
211
212 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
213
214         * configure.ac:
215         Apparently AC_CONFIG_MACRO_DIR breaks when using more
216         than one macro directory, reverting last change.
217
218 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
219
220         * configure.ac:
221         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
222         our M4 macros.
223
224 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
225
226         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
228         Clear all flags on buffers returned from the image pool.
229         Fixes #563143
230
231 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
232
233         Patch by: Cygwin Ports maintainer
234                   <yselkowitz at users dot sourceforge dot net>
235
236         * autogen.sh:
237         * configure.ac:
238         Require gettext 0.17 because older versions don't mix with libtool
239         2.2. At build time an older gettext version will still work.
240         Fixes bug #556091.
241
242 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
243
244         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
245
246 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
247
248         * docs/plugins/gst-plugins-base-plugins.args:
249         * docs/plugins/gst-plugins-base-plugins.hierarchy:
250         * docs/plugins/gst-plugins-base-plugins.interfaces:
251         * docs/plugins/gst-plugins-base-plugins.prerequisites:
252         * docs/plugins/inspect/plugin-videorate.xml:
253         * gst/speexresample/gstspeexresample.c:
254         Update documentation of speexresample for the new element name.
255
256 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
257
258         * gst/speexresample/README:
259         Update README with the latest diff between the Speex resampler
260         and our copy.
261
262 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
263
264         * gst/speexresample/gstspeexresample.c: (plugin_init):
265         Update the debug category from speex_resample to audioresample.
266
267 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
268
269         * gst/audioresample/Makefile.am:
270         * gst/audioresample/buffer.c:
271         * gst/audioresample/buffer.h:
272         * gst/audioresample/debug.c:
273         * gst/audioresample/debug.h:
274         * gst/audioresample/functable.c:
275         * gst/audioresample/functable.h:
276         * gst/audioresample/gstaudioresample.c:
277         * gst/audioresample/gstaudioresample.h:
278         * gst/audioresample/resample.c:
279         * gst/audioresample/resample.h:
280         * gst/audioresample/resample_chunk.c:
281         * gst/audioresample/resample_functable.c:
282         * gst/audioresample/resample_ref.c:
283         * tests/check/elements/audioresample.c:
284         Remove audioresample files.
285
286 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
287
288         * docs/plugins/inspect/plugin-audioresample.xml:
289         Regenerated for library filename change.
290
291 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
292
293         * configure.ac:
294         * docs/plugins/Makefile.am:
295         * docs/plugins/gst-plugins-base-plugins-sections.txt:
296         * docs/plugins/gst-plugins-base-plugins.args:
297         * docs/plugins/gst-plugins-base-plugins.hierarchy:
298         * docs/plugins/gst-plugins-base-plugins.interfaces:
299         * docs/plugins/gst-plugins-base-plugins.prerequisites:
300         * docs/plugins/inspect/plugin-adder.xml:
301         * docs/plugins/inspect/plugin-alsa.xml:
302         * docs/plugins/inspect/plugin-audioconvert.xml:
303         * docs/plugins/inspect/plugin-audiorate.xml:
304         * docs/plugins/inspect/plugin-audioresample.xml:
305         * docs/plugins/inspect/plugin-audiotestsrc.xml:
306         * docs/plugins/inspect/plugin-cdparanoia.xml:
307         * docs/plugins/inspect/plugin-decodebin.xml:
308         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
309         * docs/plugins/inspect/plugin-gdp.xml:
310         * docs/plugins/inspect/plugin-gio.xml:
311         * docs/plugins/inspect/plugin-gnomevfs.xml:
312         * docs/plugins/inspect/plugin-libvisual.xml:
313         * docs/plugins/inspect/plugin-ogg.xml:
314         * docs/plugins/inspect/plugin-pango.xml:
315         * docs/plugins/inspect/plugin-playback.xml:
316         * docs/plugins/inspect/plugin-queue2.xml:
317         * docs/plugins/inspect/plugin-subparse.xml:
318         * docs/plugins/inspect/plugin-tcp.xml:
319         * docs/plugins/inspect/plugin-theora.xml:
320         * docs/plugins/inspect/plugin-typefindfunctions.xml:
321         * docs/plugins/inspect/plugin-uridecodebin.xml:
322         * docs/plugins/inspect/plugin-video4linux.xml:
323         * docs/plugins/inspect/plugin-videorate.xml:
324         * docs/plugins/inspect/plugin-videoscale.xml:
325         * docs/plugins/inspect/plugin-videotestsrc.xml:
326         * docs/plugins/inspect/plugin-volume.xml:
327         * docs/plugins/inspect/plugin-vorbis.xml:
328         * docs/plugins/inspect/plugin-ximagesink.xml:
329         * docs/plugins/inspect/plugin-xvimagesink.xml:
330         * gst/speexresample/gstspeexresample.c: (plugin_init):
331         * gst/speexresample/Makefile.am:
332         * tests/check/Makefile.am:
333         * tests/check/elements/speexresample.c: (setup_speexresample),
334         (GST_START_TEST), (test_pipeline):
335         Rename the moved speexresample to audioresample, integrate into the
336         build system and remove the old audioresample from the build system.
337         Fixes bug #558124, #385061, #346218, #116051.
338
339 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
340
341         * gst-libs/gst/audio/gstbaseaudiosrc.c:
342         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
343         Avoid nasty int overflows after about 12 hours and 25 minutes when these
344         code paths are triggered. 
345         A free beer to Håvard Graff for finding this!
346
347 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         Patch by: 이문형 <iwings at gmail dot com>
350
351         * gst-libs/gst/rtsp/gstrtspconnection.c:
352         (gst_rtsp_connection_connect):
353         A successful gst_poll_wait() doesn't always mean successful connect() on
354         Windows.  We should check errors by calling gst_poll_fd_has_error().
355         See #561924.
356
357 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
358
359         * gst-libs/gst/rtp/gstrtcpbuffer.c:
360         Fix typo in the docs.
361
362 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
363
364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
365         If no stream was found before receiving EOS, post an error message.
366         Fixes #561924.
367
368 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
369
370         * ext/theora/gsttheoraenc.h:
371         * ext/theora/theoraenc.c: (gst_theora_enc_init),
372         (theora_buffer_from_packet), (theora_push_packet),
373         (theora_enc_sink_event), (theora_enc_is_discontinuous),
374         (theora_enc_chain):
375         Parse segment events.
376         Pass incomming buffer timestamps to outgoing buffers.
377         Use the running_time to construct the granulepos.
378         Fixes #562163.
379
380 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
381
382         * gst/playback/gstplaybin2.c: (activate_group):
383         Fix buffer-duration property.
384
385 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * gst-libs/gst/audio/gstbaseaudiosink.c:
388         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
389         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
390         (gst_base_audio_sink_change_state):
391         Really fix audiosink drain handling by keeping track of the running_time
392         of the last sample.
393
394 2008-11-24  Michael Smith <msmith@songbirdnest.com>
395
396         * gst/playback/gstplaybin2.c:
397           Add notification of current stream. Add ability to configure buffer
398           sizes.
399         * gst/playback/gsturidecodebin.c:
400           Add ability to configure buffer sizes for streaming mode.
401           Bug #561734.
402
403 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
404
405         * gst-libs/gst/audio/gstbaseaudiosink.c:
406           Time is already in running_time. Remove base_time handling. Fixes
407           audiosinks not draining and thus chopping some audio in the end.
408
409 2008-11-24  David Schleef  <ds@schleef.org>
410
411         * ext/ogg/gstoggmux.c:
412         * ext/ogg/gstoggmux.h:
413           If we're muxing a dirac stream, flush the page after every picture.
414
415 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
416
417         * gst-libs/gst/audio/gstbaseaudiosink.c:
418           Add one log message to check for audio_drained. Sync one log message
419           with the condition. Send EOS after draining audio in pull mode.
420
421 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
422
423         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
424         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
425         Use gst_buffer_try_new_and_alloc() and fail properly if the
426         allocation failed. This prevents abort() if downstream elements
427         request an insane amount of memory.
428
429 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
430
431         * gst/volume/gstvolume.c: (volume_choose_func),
432         (volume_update_volume), (gst_volume_set_volume),
433         (gst_volume_get_volume), (gst_volume_set_mute),
434         (gst_volume_class_init), (gst_volume_init),
435         (volume_process_double), (volume_process_float),
436         (volume_process_int32), (volume_process_int32_clamp),
437         (volume_process_int24), (volume_process_int24_clamp),
438         (volume_process_int16), (volume_process_int16_clamp),
439         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
440         (volume_transform_ip), (volume_set_property),
441         (volume_get_property):
442         * gst/volume/gstvolume.h:
443         Cleanup volume, define and use default values.
444         Recalculate new volume and mute setup before processing. Fixes #561789.
445
446         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
447         Add controller unit test. Patch by: Jonathan Matthew
448         Fix bogus test that messed with basetransform's internal state.
449
450 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
451
452         * gst/videorate/gstvideorate.c:
453         Add jpeg and png image media types to the caps. Fixes #561436.
454
455 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
456
457         * gst/playback/gstplaysink.c: (gen_audio_chain):
458         Don't post an error when we can't configure the volume but post a
459         warning instead. Fixes #561780.
460
461 2008-11-21  David Schleef  <ds@schleef.org>
462
463         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
464
465         * gst/videotestsrc/gstvideotestsrc.c:
466         * gst/videotestsrc/gstvideotestsrc.h:
467         * gst/videotestsrc/videotestsrc.c:
468         * gst/videotestsrc/videotestsrc.h:
469           Add a zone plate pattern generator based on BBC R&D Report
470           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
471           kx2=20 ky2=20 kt=1'.
472
473 2008-11-20  Michael Smith <msmith@songbirdnest.com>
474
475         * gst/playback/gstdecodebin2.c:
476           Fix random fat-fingering making this not compile.
477
478 2008-11-20  Michael Smith <msmith@songbirdnest.com>
479
480         * gst/playback/gstdecodebin2.c:
481           If the top-level type of the stream is plain text, don't try to decode
482           it, matching behaviour of decodebin.
483         * gst/playback/gstplaysink.c:
484           If we fail to generate a text chain (e.g. due to missing optional
485           plugins), don't crash.
486
487 2008-11-20  Michael Smith <msmith@songbirdnest.com>
488
489         * gst-libs/gst/rtsp/gstrtspdefs.c:
490           Fix win32 build. Oops.
491
492 2008-11-20  Michael Smith <msmith@songbirdnest.com>
493
494         * gst-libs/gst/rtsp/gstrtspdefs.c:
495           Use WSAGetLastError() rather than errno/h_errno on win32.
496
497 2008-11-20  Michael Smith <msmith@songbirdnest.com>
498
499         * gst-libs/gst/riff/riff-media.c:
500           Support WMA Lossless properly.
501
502 2008-11-18  David Schleef  <ds@schleef.org>
503
504         * gst/videotestsrc/gstvideotestsrc.c:
505         * gst/videotestsrc/gstvideotestsrc.h:
506         * gst/videotestsrc/videotestsrc.c:
507         * gst/videotestsrc/videotestsrc.h:
508           Add "colorspec" property, specifying whether to generate BT.601
509           or BT.709 video.  This only affects YCbCr values, not RGB, since
510           if you're generating a 709 test pattern, presumably you want
511           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
512           uses 75% colors instead of 100%, since this is often more useful
513           for testing (and also follows the SMPTE EG-1 guideline).
514
515 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
516
517         * gst/playback/gstdecodebin.c:
518         Add a "sink-caps" property to decodebin like it's done for decodebin2.
519         Fixes #560380.
520
521 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
522
523         * gst/audioresample/gstaudioresample.c:
524         Guard against a NULL dereference I somehow encountered -
525         with a FLUSH_STOP arriving either before basetransform _start(),
526         or after _stop().
527
528         * gst/typefind/gsttypefindfunctions.c:
529         Make sure we never jump backwards when typefinding corrupt mov files.
530
531 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
532
533         * gst-libs/gst/interfaces/propertyprobe.c:
534         Fix random type causing a docs warning.
535
536 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
537
538         * sys/v4l/gstv4l.c:
539           Give it a minimal rank for autovideosrc.
540
541 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
542
543         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
544         (plugin_init):
545         Improve typefinding of ISO JPEG2000 mime types.
546
547 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
550         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
551         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
552         * sys/xvimage/xvimagesink.h:
553         Avoid typechecking when we do trivial casts.
554         Move error handling out of the main program flow.
555         Sneak in the display-region caps property, not completely correct yet.
556         Cache the width/height in buffer_alloc instead of parsing it from the
557         caps all the time.
558
559 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
560
561         * gst/playback/gstplaybin2.c: (deactivate_group):
562         don't try to unlink the selector sinkpad when we don't have it yet. This
563         can happen if an error occured before the group was complete.
564
565 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
566
567         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
568         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
569         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
570         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
571         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
572         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
573         (gst_rtp_buffer_get_extension_data),
574         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
575         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
576         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
577         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
578         (gst_rtp_buffer_get_payload_type),
579         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
580         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
581         (gst_rtp_buffer_set_timestamp),
582         (gst_rtp_buffer_get_payload_subbuffer),
583         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
584         Avoid expensive type checks we already did as part of the 
585         _validate() function that should be called first.
586
587 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
588
589         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
590         (gst_base_rtp_depayload_push_full),
591         (gst_base_rtp_depayload_set_gst_timestamp):
592         Fix some cases where a newsegment event was not sent.
593
594 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
595
596         * gst/playback/gstplaybin2.c: (activate_group):
597         Catch state change errors and stop from the uridecodebin elements
598         instead of trying to continue in vain.
599
600 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         * gst-libs/gst/audio/gstbaseaudiosink.c:
603         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
604         (gst_base_audio_sink_callback):
605         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
606         for the latency to expire, fixes #559567.
607
608 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
609
610         * gst/adder/gstadder.c:
611           Change author string after seeing output of gst-inspector.
612
613 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
616         Don't try to do crazy things when we only have a text pad without a
617         video pad. Fixes #559478.
618
619 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
620
621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
622         Fix case where we don't have a range for the rates or channels as is the
623         case with truespeech.
624
625 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
626
627         * gst/volume/gstvolume.c: (volume_update_real_volume),
628         (gst_volume_set_volume), (gst_volume_get_volume),
629         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
630         (volume_transform_ip), (volume_update_mute),
631         (volume_update_volume), (volume_get_property):
632         * gst/volume/gstvolume.h:
633         Keep negotiated state in a separate variable.
634         Protect the volume and mute properties with the object lock.
635         Protect modifying the transform with the transform lock.
636
637 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
638
639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
640         (gst_ffmpeg_pixfmt_to_caps):
641         Only convert caps to string when debug is enabled.
642
643 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * ext/theora/gsttheoradec.h:
646         * ext/theora/theoradec.c: (gst_theora_dec_init),
647         (gst_theora_dec_reset), (theora_dec_src_event),
648         (theora_dec_sink_event), (theora_handle_type_packet):
649         Copy seqnum.
650         Keep events in a pending list, like vorbisdec, instead of trying
651         to construct a segment event ourselves.
652
653         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
654         (vorbis_dec_src_event), (vorbis_dec_sink_event):
655         * ext/vorbis/vorbisdec.h:
656         Copy seqnum.
657
658 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
659
660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
661         (gst_ogg_demux_deactivate_current_chain),
662         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
663         (gst_ogg_demux_loop):
664         * ext/ogg/gstoggdemux.h:
665         Copy seqnums around to track playback segments and messages.
666
667 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         Based on patch by: Matthias Kretz <kretz at kde dot org>
670
671         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
672         (gst_alsasink_prepare), (gst_alsasink_unprepare),
673         (gst_alsasink_write):
674         Make all access non-blocking so that we can better handle unplugging
675         of usb devices. Fixes #559111
676
677 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         Patch by: Damien Lespiau  <damien.lespiau gmail com>
680
681         * gst-libs/gst/rtsp/gstrtspconnection.c:
682         (gst_rtsp_connection_write):
683         Make the next call to poll not depend on previous calls to poll with or
684         without reading from the active descriptor. Fixes #544293.
685
686 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
687
688         Patch by: Nick Haddad <nick at haddads dot net>
689
690         * gst-libs/gst/riff/riff-ids.h:
691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
692         Add support for other fourcc codes that are commonly used for
693         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
694         Fixes #558553.
695
696 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
697
698         * gst/audioresample/gstaudioresample.c:
699           Return the result of parent_class->event().
700
701 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
702
703         * gst/audioresample/gstaudioresample.c:
704         (gst_audioresample_class_init), (audioresample_fixate_caps):
705         Fixate the rate to the nearest supported rate instead of
706         the first one. Fixes bug #549510.
707
708 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
709
710         * win32/common/libgstaudio.def:
711         Add new symbols.
712
713 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
714
715         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
716         Attempt to make obfuscated code clearer.
717
718 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
719
720         * docs/libs/gst-plugins-base-libs-sections.txt:
721         * gst-libs/gst/floatcast/floatcast.h:
722         Move float endianness conversion macros to core. Second part of
723         bug ##555196.
724
725 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
726
727         * sys/ximage/ximagesink.h:
728         * sys/xvimage/xvimagesink.h:
729           Don't mark as gtk-doc docs as they aren't public.
730
731 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
732
733         * sys/xvimage/xvimagesink.c:
734         * sys/xvimage/xvimagesink.h:
735         * tests/icles/Makefile.am:
736         * tests/icles/test-colorkey.c:
737           Allow setting colorkey if possible. Implement property probe interface
738           for optional X features (autopaint-colorkey, double-buffer and
739           colorkey). Fixes #554533
740
741 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
742
743         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
744         Remove useless buffer size assignment. It already has this value.
745
746 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
747
748         * gst-libs/gst/audio/gstaudiosink.c:
749         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
750         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
751         (gst_audioringbuffer_stop):
752         Implement a separate activate functions to start monitoring the segments
753         or, in pull mode, pulling in data.
754
755         * gst-libs/gst/audio/gstbaseaudiosink.c:
756         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
757         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
758         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
759         (gst_base_audio_sink_activate_pull),
760         (gst_base_audio_sink_async_play),
761         (gst_base_audio_sink_change_state):
762         Implement pad and element convert query function.
763         Activate the ringbuffer.
764         Use the segment last_stop value as the offset to pull.
765         Use new basesink _do_preroll() method to preroll in the pulling thread.
766         Take appropriate locking in the pulling thread.
767
768         * gst-libs/gst/audio/gstringbuffer.h:
769         Update some docs.
770
771 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
772
773         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
774         Improve MXF typefinding a bit by searching for a header partition
775         pack instead of just a general partition pack and checking more
776         bytes for valid values.
777
778 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
779
780         * tests/icles/.cvsignore:
781         update ignore file.
782
783         * tests/icles/Makefile.am:
784         * tests/icles/test-box.c: (make_pipeline), (main):
785         Add another interactive command line experimentation suite for
786         dynamically boxing/cropping/saling an input video.
787
788 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
789
790         * docs/libs/gst-plugins-base-libs-sections.txt:
791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
792         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
793         * gst-libs/gst/audio/gstringbuffer.h:
794         Add methods to more accuratly control the pulling thread of a
795         ringbuffer.
796         Add format conversion helper code to the ringbuffer.
797         API: GstRingBuffer:gst_ring_buffer_activate()
798         API: GstRingBuffer:gst_ring_buffer_is_active()
799         API: GstRingBuffer:gst_ring_buffer_convert()
800
801 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
802
803         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
804         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
805         (gst_audioringbuffer_stop):
806         Signal thread startup earlier so that we can immediatly go into pull
807         mode when we have to and block on preroll.
808
809 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
810
811         * gst-libs/gst/audio/gstringbuffer.c:
812         (gst_ring_buffer_prepare_read):
813         In pull mode we want the callback to prepull a buffer we can preroll on
814         even when we are not yet playing.
815
816 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
817
818         * ext/alsa/Makefile.am:
819         * ext/cdparanoia/Makefile.am:
820         * ext/gio/Makefile.am:
821         * ext/gnomevfs/Makefile.am:
822         * ext/libvisual/Makefile.am:
823         * ext/ogg/Makefile.am:
824         * ext/pango/Makefile.am:
825         * ext/theora/Makefile.am:
826         * ext/vorbis/Makefile.am:
827         * gst/adder/Makefile.am:
828         * gst/audioconvert/Makefile.am:
829         * gst/audiorate/Makefile.am:
830         * gst/audioresample/Makefile.am:
831         * gst/audiotestsrc/Makefile.am:
832         * gst/ffmpegcolorspace/Makefile.am:
833         * gst/gdp/Makefile.am:
834         * gst/playback/Makefile.am:
835         * gst/subparse/Makefile.am:
836         * gst/tcp/Makefile.am:
837         * gst/typefind/Makefile.am:
838         * gst/videorate/Makefile.am:
839         * gst/videoscale/Makefile.am:
840         * gst/videotestsrc/Makefile.am:
841         * gst/volume/Makefile.am:
842         * sys/v4l/Makefile.am:
843         * sys/ximage/Makefile.am:
844         * sys/xvimage/Makefile.am:
845           Don't install static libs for plugins. Fixes #550851 for base.
846
847 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
848
849         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
850         Set the default blocksize to -1 because we will then use the configured
851         samplesperbuffer to create our output buffer.
852
853 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
854
855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
856         (gst_riff_create_video_template_caps):
857         Add mappping for the KMVC (Karl Morton's Video) Codec.
858
859 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
860
861         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
862         Don't forget to advance the offset of what we're matching against, else
863         we end up in a forever loop.
864
865 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
866
867         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
868         Improve typefinding a bit. If we don't have a Unicode charset
869         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
870
871 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
872
873         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
874         Fix build on macosx.
875
876 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         Based on patch by: Robin Stocker <robin at nibor dot org>
879
880         * ext/theora/gsttheoradec.h:
881         * ext/theora/theoradec.c: (gst_theora_dec_init),
882         (theora_dec_setcaps), (theora_handle_type_packet),
883         (theora_dec_decode_buffer), (theora_dec_change_state):
884         Parse input caps and make the PAR override the encoded PAR when
885         specified by a container. Fixes #555699.
886
887 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
888
889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
890         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
891         (gst_base_rtp_depayload_set_gst_timestamp),
892         (gst_base_rtp_depayload_change_state):
893         * gst-libs/gst/rtp/gstbasertpdepayload.h:
894         Add some more G_LIKELY
895         Fail when the setcaps function was not called.
896
897         * gst-libs/gst/rtp/gstbasertppayload.c:
898         (gst_basertppayload_set_outcaps):
899         Propagate return value of setcaps.
900
901 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
902
903         * gst/subparse/Makefile.am:
904         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
905         (gst_sub_parse_class_init), (gst_sub_parse_init),
906         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
907         (get_next_line), (gst_sub_parse_data_format_autodetect),
908         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
909         (gst_subparse_type_find):
910         * gst/subparse/gstsubparse.h:
911         Add support for UTF16/UTF32 subtitles as long as the first bytes of
912         the first buffer contain the BOM. This also adds support for other
913         encodings that allow NUL bytes via the encoding property.
914         Fixes bugs #552237 and #456788.
915
916 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
917
918         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
919         Don't drop the last byte of image tags if they're not an URI list.
920         Fixes bug #556066.
921
922 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
923
924         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
925         For looking at the 4th byte we have to get 4 bytes of course
926         and not 3.
927
928 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
929
930         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
931         Improve FLAC-without-headers typefinding by looking at most of the
932         frame header and checking if invalid values are used. Should prevent
933         quite some false positives compared to the old version which only
934         check if the first 14 bits are set.
935
936 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
937
938         * sys/xvimage/xvimagesink.c:
939           Don't assert on caps==NULL.
940
941 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
942
943         * gst/subparse/gstsubparse.c:
944         (gst_sub_parse_data_format_autodetect), (handle_buffer),
945         (gst_sub_parse_change_state):
946         * gst/subparse/gstsubparse.h:
947         * tests/check/elements/subparse.c: (GST_START_TEST):
948         Add support for subtitle files with UTF-8 BOM at the beginning
949         by simple stripping it from the first line before passing it
950         to any parsing code. Fixes bug #555257 and playback of files
951         created by Gnome Subtitles.
952
953 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
954
955         * gst/audiotestsrc/gstaudiotestsrc.c:
956         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
957         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
958         (gst_audio_test_src_start), (gst_audio_test_src_stop),
959         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
960         (gst_audio_test_src_create):
961         * gst/audiotestsrc/gstaudiotestsrc.h:
962         Define the default property values in the usual place.
963         Implement start/stop to reset values correctly.
964         Calculate the sample size only once when we negotiate.
965         Rename some values to make more sense.
966         Keep track of our byte range.
967         Add support for pull based scheduling. Disabled for now until we have
968         the whole stack working.
969         Set the BUFFER_OFFSET correctly.
970
971 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
972
973         Based on a patch by: xavierb at gmail dot com
974
975         * gst/subparse/gstsubparse.c:
976         (gst_sub_parse_data_format_autodetect):
977         * tests/check/elements/subparse.c: (GST_START_TEST):
978         Make the detection of the used subtitle a bit less strict
979         for srt subtitles. Fixes bug #555607.
980
981 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
982
983         * ext/vorbis/vorbisenc.c:
984         (gst_vorbis_enc_buffer_check_discontinuous):
985         Fix discontinuity detection which was broken by last commit.
986
987 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
988
989         * configure.ac::
990           Require core CVS for ghostpad API additions used by decodebin2.
991
992 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
993
994         * gst-libs/gst/audio/gstbaseaudiosrc.c:
995         (gst_base_audio_src_create):
996         Fix debug statements (space between '%' and actual format).
997
998 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
999
1000         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1001         Remove bogus assert, the decodepad could have been created inside an
1002         already existing group.
1003
1004 2008-10-08  Andy Wingo  <wingo@pobox.com>
1005
1006         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1007         target instead of setting it.
1008         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1009         API for a decode pad. The bugfix is that we set the group in
1010         activate(), not when the pad was created because it might be NULL
1011         then.
1012         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1013         Update to use the API.
1014
1015 2008-10-08  Andy Wingo  <wingo@pobox.com>
1016
1017         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1018         be a subclass of GstGhostPad.
1019         (analyze_new_pad): So, when emitting the signals that determine
1020         how we do autoplugging, already create the ghost pad and use it as
1021         the pad in the signal arguments. This allows applications to make
1022         a connection between the pad passed in e.g. autoplug-continue, and
1023         the pad passed in new-decoded-pad.
1024         (connect_pad, expose_pad): Update to receive the ghosted decode
1025         pad in the args, retargetting it as necessary if we have to plug
1026         the target pad through a multiqueue.
1027         (gst_decode_group_control_source_pad): Adapt to receive an
1028         already-ghosted pad that just needs activation, blocking, and
1029         drain notification.
1030         (sort_end_pads): Adapt for decode pads actually being pads.
1031         (gst_decode_group_expose): Adapt for decode pads actually being
1032         pads. Rewrite the decode pad names so they appear in order. Adds a
1033         new error case if we couldn't set the name.
1034         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1035         logic.
1036         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1037         New API for the decode pad, needed because we shouldn't do these
1038         things inside gst_decode_pad_new(), but after.
1039         (gst_decode_pad_new): Change to actually make the real pad, and
1040         delay the blocking/drainage bits.
1041
1042 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1043
1044         Patch by: Daniel Drake <dsd at laptop dot org>
1045
1046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1047         Unref all buffers when clearing collectpads. Fixes bug #546955.
1048
1049 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1050
1051         Based on a patch by: Klaas <klaas at rivercrew dot net>
1052
1053         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1054         (gst_vorbis_enc_buffer_check_discontinuous),
1055         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1056         * ext/vorbis/vorbisenc.h:
1057         Keep track of the upstream segments and use the running time on that
1058         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1059
1060 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1061
1062         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1063         Prevent overflows with big buffer when calculating the size of
1064         the intermediate buffer by using gst_util_uint64_scale() instead of
1065         plain arithmetics. Fixes bug #552801.
1066
1067 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1068
1069         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1070
1071         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1072         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1073         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1074         (gst_clock_overlay_get_property):
1075         * ext/pango/gstclockoverlay.h:
1076         API: Add ability to specify format for date/time display by
1077         adding a "time-format" property.
1078         Fixes bug #554879.
1079
1080 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         Patch by: Jan Gerber <j at oil21 dot org>
1083
1084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1085         (gst_riff_create_video_template_caps):
1086         Add FFV1 fourcc to support playback of FFMPEG lossless video
1087         in AVI. Fixes bug #555319.
1088
1089 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1090
1091         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1092
1093         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1094         (gst_base_audio_src_create):
1095         Implement skew clock slaving. Fixes #552559.
1096
1097 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1098
1099         * gst-libs/gst/audio/multichannel.c:
1100         * gst-libs/gst/audio/testchannels.c:
1101         Fix include of config.h
1102
1103 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1104
1105         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1106
1107         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1108         (print_media), (gst_sdp_message_dump):
1109         Fix parsing of the c= field containing multicast addresses.
1110         Fixes #552199.
1111         Add the connection info to the session or streams.
1112         Fix parsing of the bandwidth.
1113         Add debugging for the connections and bandwidths for a media.
1114         Add debugging for the bandwidth of the session. 
1115
1116 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1117
1118         * gst-libs/gst/rtp/gstbasertppayload.c:
1119         (gst_basertppayload_change_state):
1120         Configure the next seqnum and timestamp in the state change so that they
1121         can be queried soon after.
1122
1123 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1124
1125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1126         (gst_base_rtp_depayload_chain):
1127         Improve debugging of the rtptime.
1128
1129 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1130
1131         * configure.ac:
1132         Back to development -> 0.10.21.1
1133
1134 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1135
1136         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1137         (plugin_init):
1138         Add typefinding for FLAC without headers in the beginning.
1139         This is already handled by flacdec and friends.
1140
1141 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1142
1143         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1144         (plugin_init):
1145         Add typefinder for MXF.
1146
1147 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1148
1149         * tests/icles/Makefile.am:
1150         Only build test-colorkey if GTK+ is available.
1151
1152 === release 0.10.21 ===
1153
1154 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1155
1156         * configure.ac:
1157           releasing 0.10.21, "We Could Be Wrong"
1158
1159 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1160
1161         * configure.ac:
1162         0.10.20.4 pre-release
1163
1164 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1165
1166         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1167
1168         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1169         Set the BOS flag on the BOS packet. Fixes #553244.
1170
1171 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1172
1173         * gst-libs/gst/rtsp/gstrtspmessage.c:
1174         (gst_rtsp_message_parse_request),
1175         (gst_rtsp_message_parse_response):
1176         Fix the g_return_val_if_fail() statements.
1177
1178 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1179
1180         * gst-libs/gst/tag/gsttagdemux.c:
1181           Fail to activate if there's insufficient data in the file to be usable,
1182           preventing an assertion fail later. Fixes #552960
1183
1184 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1185
1186         * gst-libs/gst/pbutils/descriptions.c:
1187         * gst/typefind/gsttypefindfunctions.c:
1188           Recognise Kate subtitle streams (#550582).
1189
1190 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1191
1192         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1193           Remove trailing comma from enum list, which causes problems
1194           with -pendantic (#550729).
1195
1196 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1197
1198         * configure.ac:
1199         0.10.20.2 pre-release
1200
1201         * po/LINGUAS:
1202         * po/id.po:
1203         * po/pt_BR.po:
1204
1205         New translations.
1206
1207 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1208
1209         * gst-libs/gst/interfaces/propertyprobe.c:
1210           (gst_property_probe_get_properties),
1211           (gst_property_probe_get_property),
1212           (gst_property_probe_probe_property),
1213           (gst_property_probe_probe_property_name),
1214           (gst_property_probe_needs_probe),
1215           (gst_property_probe_needs_probe_name),
1216           (gst_property_probe_get_values),
1217           (gst_property_probe_get_values_name),
1218           (gst_property_probe_probe_and_get_values),
1219           (gst_property_probe_probe_and_get_values_name):
1220           More sanity checks for our second-favourite interface.
1221
1222 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * gst-libs/gst/interfaces/propertyprobe.c:
1225           Check for NULL pointer, in the hope that this fixes #532864.
1226
1227 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1228
1229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1230           No really, the next release is 0.10.21 (fix Since: tags in docs).
1231
1232 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1233
1234         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1235         Disable a code path that is now called but causes a deadlock for some
1236         reason and is unneeded.
1237
1238 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1239
1240         * sys/xvimage/xvimagesink.c:
1241         * sys/xvimage/xvimagesink.h:
1242           Add a "draw-border" property that can be set to false to disable
1243           drawing borders.
1244           
1245         * tests/icles/test-colorkey.c:
1246         * tests/icles/Makefile.am:
1247           Add new test application for the colorkey handling.
1248
1249 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1250
1251         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1252         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1253         This will also be fixed for upcoming gst-ffmpeg release so that once
1254         this release of -base is out, it will work with the latest gst-ffmpeg
1255         release.
1256
1257 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1258
1259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1260         (gst_riff_create_audio_template_caps):
1261         Add Truespeech mapping for RIFF formats (AVI/WAV).
1262         Fixes #550656
1263
1264 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1265
1266         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1267         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1268         Fixes #550638.
1269
1270 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1271
1272         * configure.ac:
1273         * gst/subparse/Makefile.am:
1274         * gst/subparse/gstsubparse.c:
1275         * gst/subparse/samiparse.c:
1276         * tests/check/elements/subparse.c:
1277           Rework last change, so that we build subparse, but just disable the
1278           sami parse functionality, if we're configured to not use xml. In the
1279           tests only the sami test is disabled now.
1280
1281 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1282
1283         * configure.ac:
1284           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1285           test runs.
1286
1287 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1288
1289         * po/POTFILES.in:
1290           Add some more files with strings for translation.
1291
1292 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1293
1294         * gst-libs/gst/tag/gstvorbistag.c:
1295         * tests/check/libs/tag.c:
1296           Use new geo location tags from core. Fixes #481169
1297
1298 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1299
1300         * tests/check/elements/audioresample.c: (setup_audioresample),
1301         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1302         (test_discont_stream_instance):
1303         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1304         Add debugging for coherence.
1305
1306 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1307
1308         Patch by: Jonathan Matthew  <notverysmart gmail com>
1309
1310         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1311           Add typefinder for PDF documents (which is nice to have, since it's a
1312           common format, but also helps prevent false positives). Fixes #549814.
1313
1314 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1315
1316         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1317         (no_more_pads_cb):
1318         Fix nasty race where multiple decodebins could start pushing data before
1319         we manage to configure the sinks, resulting in not-linked errors in
1320         typical RTSP streaming cases.
1321
1322 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1323
1324         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1325         Since we now call stop, we trigger this code path that causes a deadlock
1326         is apparently not needed.
1327
1328 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1329
1330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1331         (gst_ring_buffer_stop):
1332         Also allow the case where the ringbuffer was paused when we try to stop
1333         it so that the basesrc stop function is still called.
1334
1335 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1336
1337         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1338
1339         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1340         Reprobe devices again instead of taking a cached list as new
1341         devices could've been plugged in. Fixes bug #549062.
1342
1343 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1344
1345         Patch by: Alessandro Dessina <alessandro nnva org>
1346
1347         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1348         (gst_ogg_demux_activate_chain):
1349         Don't add pads and activate them for skeleton streams. These are already
1350         handled inside oggdemux. Fixes bug #537599.
1351
1352 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1353
1354         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1355         Reset variable so that query and convert fail after going back to
1356         READY. Fixes #548898.
1357
1358 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1359
1360         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1361         If a buffer arrives with a timestamp before the timestamp+duration
1362         of the previous buffer clip it instead of dropping it completely.
1363         Slight improvement for the unfixable bug #548913.
1364
1365 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1366
1367         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1368         Take the current timestamp instead of timestamp+duration for the offset.
1369         This offset will later be used for calculating the timestamp and
1370         otherwise vorbisdec will interpolate timestamps wrong if upstream
1371         only sends timestamps and no granulepos.
1372
1373 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1374
1375         * tests/examples/seek/seek.c:
1376           Don't crash when having no visualisations.
1377
1378 2008-08-16  David Schleef  <ds@schleef.org>
1379
1380         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1381           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1382           Fixes #548065.
1383
1384 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1385
1386         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1387         When cleaning up the caps fields also remove "depth" for the same
1388         reason we remove "width".
1389
1390 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1391
1392         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1393           Add Lead H.264 here as well.
1394
1395 2008-08-14  Julien Moutte  <julien@fluendo.com>
1396
1397         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1398         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1399
1400 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1401
1402         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1403         (gst_base_audio_src_create):
1404         When not slaved to another clock also subtract the base_time from our
1405         internal clock time to get the running time.
1406
1407 2008-08-12  David Schleef  <ds@schleef.org>
1408
1409         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1410           since it has no basis in libtheora.
1411
1412 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1413
1414         * gst-libs/gst/interfaces/propertyprobe.h:
1415           Remove double "interface" from doc-string.
1416
1417         * gst-libs/gst/interfaces/xoverlay.h:
1418           Document interface.
1419
1420         * gst-libs/gst/riff/riff.c:
1421           Add basic doc blobs.
1422
1423 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1424
1425         * gst-libs/gst/audio/Makefile.am:
1426           Don't try to build that example anymore.
1427
1428 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1429
1430         * gst-libs/gst/audio/.cvsignore:
1431         * gst-libs/gst/audio/Makefile.am:
1432         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1433         * gst-libs/gst/audio/make_filter:
1434           Move audiofiltertemplate to gst-template.
1435
1436 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1437
1438         * docs/libs/gst-plugins-base-libs-sections.txt:
1439         * gst-libs/gst/audio/gstaudiosrc.h:
1440           More docs and shuffling. What can we do with the hundreds of #defines.
1441
1442 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1443
1444         * gst-libs/gst/audio/audio.h:
1445         * gst-libs/gst/audio/gstaudiofilter.h:
1446         * gst-libs/gst/audio/gstringbuffer.h:
1447         * gst-libs/gst/interfaces/propertyprobe.h:
1448         * gst-libs/gst/tag/gsttagdemux.h:
1449           Reducing number of dundocumented symbols.
1450
1451 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1452
1453         * gst-libs/gst/audio/audio.c:
1454           Fix doc comment syntax.
1455
1456         * gst-libs/gst/interfaces/propertyprobe.c:
1457           Add more doc-comments and a FIXME: for the signal.    
1458
1459 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1460
1461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1462         (gst_ogg_mux_request_new_pad):
1463         * ext/ogg/gstoggmux.h:
1464         Don't pretend to support NEWSEGMENT events, instead override the
1465         GstCollectPads event function to return FALSE on NEWSEGMENT events
1466         and do the normal work for other events.
1467
1468         This prevents elements like flacenc to seek to the start and rewrite
1469         some data which then results in a broken Ogg packet.
1470
1471 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1472
1473         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1474
1475         * ext/alsa/gstalsaplugin.c: (plugin_init):
1476         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1477         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1479         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1480         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1481         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1482         * gst/playback/gstdecodebin.c: (plugin_init):
1483         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1484         * gst/playback/gstplayback.c: (plugin_init):
1485         * gst/playback/gstqueue2.c: (plugin_init):
1486         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1487         * sys/v4l/gstv4l.c: (plugin_init):
1488         Make sure gettext returns translations in UTF-8 encoding rather
1489         than in the current locale encoding (#546822).
1490
1491 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1492
1493         * gst-libs/gst/pbutils/descriptions.c:
1494           Add audio/x-qdm for qtdemux.
1495
1496 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1497
1498         * ext/vorbis/vorbisdec.c:
1499           Do not leak old taglist.
1500
1501 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1502
1503         * tests/icles/test-scale.c:
1504           Include <stdlib.h> for atoi().
1505
1506 2008-08-04  Andy Wingo  <wingo@pobox.com>
1507
1508         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1509         documentation fix.
1510
1511 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1512
1513         * gst/adder/gstadder.c:
1514           Cleanup lots of empty lines that came from gst-indent going havoc
1515           before I added the INDENT_ON/OFF marker some time agao.
1516
1517 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1518
1519         * configure.ac:
1520         * gst-libs/gst/riff/riff-read.c:
1521           Bump requirement to latest core and use new tag for riff formats.
1522           Needed for #520694.
1523
1524 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1525
1526         * tests/examples/dynamic/Makefile.am:
1527         * tests/examples/dynamic/codec-select.c: (make_encoder),
1528         (make_pipeline), (do_switch), (my_bus_callback), (main):
1529         Add example app that dynamically switches between 3 'encoders'.
1530
1531 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1532
1533         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1534         Add some more comments.
1535
1536 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1537
1538         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1539         (gst_video_test_src_create):
1540         Discard buffers of the wrong size after renegotiation, this is perfectly
1541         possible with things like capsfilter that could suggest caps changes
1542         upstream without knowing the size of the buffer.
1543
1544 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1545
1546         * tests/icles/.cvsignore:
1547         * tests/icles/Makefile.am:
1548         * tests/icles/test-scale.c: (make_pipeline), (main):
1549         Add dynamic rescaling tests for the new basetransform.
1550
1551 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1552
1553         * gst/audioconvert/Makefile.am:
1554           Dist recently-added gstfastrandom.h.
1555
1556 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1557
1558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1559         Fix a "may be used uninitialized in this function" which weirdly only
1560         appears on macosx (?).
1561
1562 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * gst-libs/gst/riff/riff-ids.h:
1565           Adding acid chunk for tempo and loop information.
1566
1567 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1568
1569         * sys/xvimage/Makefile.am:
1570           floor() needs linking to $(LIBM).
1571
1572 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1573
1574         * ext/gnomevfs/gstgnomevfssrc.c:
1575           Aggregate short reads and add some comments and debug logging.
1576           Fixes #537380
1577
1578 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1579
1580         * gst/playback/gstplaybasebin.c:
1581           Fix property doc markup (its not a signal).
1582
1583         * sys/xvimage/xvimagesink.c:
1584           Add since tag for new proeprties (also add sice tags fro the last two
1585           other additions).
1586
1587 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * sys/xvimage/xvimagesink.c:
1590         * sys/xvimage/xvimagesink.h:
1591           Add autofill/colorkey properties. Fixes #538656.
1592
1593 2008-07-28  David Schleef  <ds@schleef.org>
1594
1595         * sys/xvimage/xvimagesink.c:
1596           Fix rounding errors when converting colorbalance values
1597           between hardware and object property ranges.  Partial
1598           fix for #537889, however, there still seems to be a small
1599           drift problem that could be totem's fault.
1600
1601 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1602
1603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1604         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1605         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1606         This fixes a critical warning.
1607
1608 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1609
1610         * ext/ogg/gstoggmux.c:
1611         Allow muxing of CELT into Ogg streams.
1612
1613 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1614
1615         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1616         (plugin_init):
1617         Add simple typefinder for the CELT codec (www.celt-codec.org).
1618
1619 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1620
1621         Patch by: Jan Gerber <j at oil21 dot org>
1622
1623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1624         Fix calculation of the start time from skeleton streams.
1625         Fixes bug #530068.
1626
1627 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1628
1629         * tests/examples/seek/seek.c:
1630           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1631
1632 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1633
1634         * gst/audioconvert/audioconvert.h:
1635         * gst/audioconvert/gstaudioquantize.c:
1636         (gst_audio_quantize_setup_dither),
1637         (gst_audio_quantize_free_dither):
1638         * gst/audioconvert/gstfastrandom.h:
1639         Implement a linear congruential generator as pseudo random number
1640         generator for the dither noise. This is about 2 times faster than
1641         using GLib's mersenne twister. Also this uses only integer math for
1642         generating integers while GLib internally uses floating point math.
1643
1644 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1645
1646         * configure.ac:
1647           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1648
1649 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1650
1651         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1652
1653         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1654           Use GST_STR_NULL to avoid crashes with libcs that don't
1655           like NULL strings in printf args (such as the win32 one).
1656           Fixes #544306.
1657
1658 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1659
1660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1661         Oops - set the size of the image used for probing back to 1x1, for
1662         consistency with ximagesink
1663
1664 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1665
1666         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1667         (gst_ximagesink_ximage_new):
1668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1669         (gst_xvimagesink_xvimage_new):
1670
1671         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1672         X server to attach to a shared memory segment after we've deleted it,
1673         with the result that MIT-SHM is disabled. Instead, remove it only after 
1674         X succeeds in attaching too.
1675
1676 2008-07-16  David Schleef  <ds@schleef.org>
1677
1678         * gst/audiotestsrc/gstaudiotestsrc.c:
1679         * gst/audiotestsrc/gstaudiotestsrc.h:
1680           Add 'ticks', a 1/30 second sine wave pulse every second.
1681
1682 2008-07-15  David Schleef  <ds@schleef.org>
1683
1684         * gst-libs/gst/video/video.c: Revert ABI change.
1685
1686 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1687
1688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1689         Make it impossible to have NULL caps at the point where we set
1690         framerate and other things. Also don't return immediately for "3ivd"
1691         video and let framerate, etc be set. Might fix bug #542508.
1692
1693 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1694
1695         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1696         Video format can also be conveniently determined from (many)
1697         non-fixed caps.
1698
1699 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1700
1701         * gst/playback/gstplaybasebin.c:
1702         * gst/playback/gstplaybasebin.h:
1703         * gst/playback/gstplaybin.c:
1704         * gst/playback/gststreamselector.c:
1705         First stab at integrating DVD subpicture overlay into
1706         playbin. Successfully plugs and plays, but the queues need
1707         shrinking - 3 seconds of video is too much buffering.
1708
1709 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1710
1711         * gst/audioconvert/gstaudioconvert.c:
1712           Remove now obsolete note in the docs.
1713
1714 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1715
1716         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1717         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1718         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1719         * docs/plugins/gst-plugins-base-plugins.args:
1720         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1721         * docs/plugins/gst-plugins-base-plugins.interfaces:
1722         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1723         * docs/plugins/gst-plugins-base-plugins.signals:
1724         * docs/plugins/inspect/plugin-adder.xml:
1725         * docs/plugins/inspect/plugin-alsa.xml:
1726         * docs/plugins/inspect/plugin-audioconvert.xml:
1727         * docs/plugins/inspect/plugin-audiorate.xml:
1728         * docs/plugins/inspect/plugin-audioresample.xml:
1729         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1730         * docs/plugins/inspect/plugin-cdparanoia.xml:
1731         * docs/plugins/inspect/plugin-decodebin.xml:
1732         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1733         * docs/plugins/inspect/plugin-gdp.xml:
1734         * docs/plugins/inspect/plugin-gnomevfs.xml:
1735         * docs/plugins/inspect/plugin-libvisual.xml:
1736         * docs/plugins/inspect/plugin-ogg.xml:
1737         * docs/plugins/inspect/plugin-pango.xml:
1738         * docs/plugins/inspect/plugin-playback.xml:
1739         * docs/plugins/inspect/plugin-queue2.xml:
1740         * docs/plugins/inspect/plugin-subparse.xml:
1741         * docs/plugins/inspect/plugin-tcp.xml:
1742         * docs/plugins/inspect/plugin-theora.xml:
1743         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1744         * docs/plugins/inspect/plugin-uridecodebin.xml:
1745         * docs/plugins/inspect/plugin-video4linux.xml:
1746         * docs/plugins/inspect/plugin-videorate.xml:
1747         * docs/plugins/inspect/plugin-videoscale.xml:
1748         * docs/plugins/inspect/plugin-videotestsrc.xml:
1749         * docs/plugins/inspect/plugin-volume.xml:
1750         * docs/plugins/inspect/plugin-vorbis.xml:
1751         * docs/plugins/inspect/plugin-ximagesink.xml:
1752         * docs/plugins/inspect/plugin-xvimagesink.xml:
1753         * ext/alsa/gstalsamixer.c:
1754         * ext/alsa/gstalsasink.c:
1755         * ext/alsa/gstalsasrc.c:
1756         * ext/gio/gstgiosink.c:
1757         * ext/gio/gstgiosrc.c:
1758         * ext/gio/gstgiostreamsink.c:
1759         * ext/gio/gstgiostreamsrc.c:
1760         * ext/gnomevfs/gstgnomevfssink.c:
1761         * ext/gnomevfs/gstgnomevfssrc.c:
1762         * ext/ogg/gstoggdemux.c:
1763         * ext/ogg/gstoggmux.c:
1764         * ext/pango/gstclockoverlay.c:
1765         * ext/pango/gsttextoverlay.c:
1766         * ext/pango/gsttextrender.c:
1767         * ext/pango/gsttimeoverlay.c:
1768         * ext/theora/theoradec.c:
1769         * ext/theora/theoraenc.c:
1770         * ext/theora/theoraparse.c:
1771         * ext/vorbis/vorbisdec.c:
1772         * ext/vorbis/vorbisenc.c:
1773         * ext/vorbis/vorbisparse.c:
1774         * ext/vorbis/vorbistag.c:
1775         * gst/adder/gstadder.c:
1776         * gst/audioconvert/gstaudioconvert.c:
1777         * gst/audioresample/gstaudioresample.c:
1778         * gst/audiotestsrc/gstaudiotestsrc.c:
1779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1780         * gst/gdp/gstgdpdepay.c:
1781         * gst/gdp/gstgdppay.c:
1782         * gst/playback/gstdecodebin2.c:
1783         * gst/playback/gstplaybin.c:
1784         * gst/playback/gstplaybin2.c:
1785         * gst/playback/gstqueue2.c:
1786         * gst/playback/gsturidecodebin.c:
1787         * gst/tcp/gstmultifdsink.c:
1788         * gst/tcp/gsttcpserversink.c:
1789         * gst/videorate/gstvideorate.c:
1790         * gst/videoscale/gstvideoscale.c:
1791         * gst/videotestsrc/gstvideotestsrc.c:
1792         * gst/volume/gstvolume.c:
1793         * sys/ximage/ximagesink.c:
1794         * sys/xvimage/xvimagesink.c:
1795           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1796           titles. Drop mentining that all our example pipelines are "simple"
1797           pipelines.
1798
1799 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1800
1801         * tests/examples/seek/Makefile.am:
1802         Fix out of tree build by adding all required CFLAGS.
1803
1804 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1805
1806         * gst/playback/gstdecodebin.c: (add_raw_queue):
1807         And ref the pad before returning it again when linking to the queue
1808         failed. Otherwise we will unref the pad twice later and things break.
1809
1810 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1811
1812         * gst/playback/gstdecodebin.c: (add_raw_queue):
1813         If linking the raw pad with a queue fails, try it without a queue
1814         instead of failing completely. This should never happen.
1815
1816 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1817
1818         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1819
1820         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1821         Add a queue after a demuxer if the demuxer outputs raw data. This was
1822         done before only for non-raw data but is required in this case too.
1823         Fixes bug #540215.
1824
1825         decodebin2 doesn't have this issue because all streams of a group
1826         go through multiqueue.
1827
1828 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1829
1830         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1831
1832         * gst-libs/gst/sdp/gstsdpmessage.c:
1833         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1834         that getaddrinfo() can be used. Fixes #541358.
1835
1836 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1837
1838         * gst/videotestsrc/gstvideotestsrc.c:
1839         (gst_video_test_src_class_init), (gst_video_test_src_init),
1840         (gst_video_test_src_set_property),
1841         (gst_video_test_src_get_property), (gst_video_test_src_create):
1842         * gst/videotestsrc/gstvideotestsrc.h:
1843         Cleanups, use default property values as defines.
1844         Add property to enable/disable peer buffer allocation.
1845
1846 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1847
1848         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1849         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1850         Enable unit tests on PPC again as the bugs are now fixed.
1851
1852 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1853
1854         * gst-libs/gst/riff/riff-ids.h:
1855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1856         (gst_riff_create_audio_template_caps):
1857         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1858         Fixes bug #540351.
1859
1860 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1863         (gst_ffmpeg_pixfmt_to_caps):
1864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1865         (gst_ffmpegcsp_get_unit_size):
1866         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1867         it on other formats. Also adjust the unit size only for that format
1868         to not include the palette. Fixes bug #540497.
1869
1870 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1871
1872         * gst/adder/gstadder.c:
1873           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1874
1875 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1876
1877         * ChangeLog:
1878           ChangeLog surgery.
1879   
1880         * tests/examples/seek/seek.c:
1881           Move variable into ifdef too.
1882         
1883
1884 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * tests/examples/seek/seek.c:
1887           Include config.h and check if we have X. Remove XInitThread(), don't
1888           think its needed. Fixes: #540334.
1889
1890 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1891
1892         Patch by: Sam Morris <sam at robots dot org to uk>
1893
1894         * gst-libs/gst/interfaces/mixertrack.c:
1895         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1896         (gst_mixer_track_set_property):
1897         API: Add "index" property to GstMixerTrack to differantiate between
1898         multiple mixer tracks with the same label.
1899
1900         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1901         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1902         Set the "index" property of GstMixerTrack to the index given by ALSA.
1903         Fixes bug #528299.
1904
1905 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1906
1907         * tests/examples/seek/Makefile.am:
1908         * tests/examples/seek/seek.c:
1909           Remove libgstvideo usage. Use gtk_get_option_group instead of
1910           gtk_init().
1911
1912 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1913
1914         * tests/check/Makefile.am:
1915           Name the test registry format neutral.
1916
1917 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1918
1919         * gst/playback/gstqueue2.c:
1920           Do not double notify. Remove the unsued return value.
1921
1922 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1923
1924         * ext/alsa/gstalsamixer.c:
1925           Also consider "speaker" as a name for master volume. If that doesn't
1926           help look for the first non-mono volume control that also has a
1927           playback switch.
1928
1929 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1930
1931         * ChangeLog:
1932           Forgot to save the ChangeLog :/
1933
1934 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1935
1936         * tests/examples/seek/Makefile.am:
1937         * tests/examples/seek/seek.c:
1938           Embedd the xwindow. Allow to play multiple files.
1939
1940 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1941
1942         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1943         (gst_ximagesink_setcaps):
1944         * sys/ximage/ximagesink.h:
1945         When the caps change, make sure to re-draw borders in
1946         force-aspect-ratio=true mode.
1947         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1948         Don't clear the border_draw flag until we actually draw the border.
1949         * tests/check/Makefile.am:
1950         Ignore alsasink/src during the states test too, so it doesn't fail
1951         when running without access to the sound device.
1952
1953 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1954
1955         * tests/examples/seek/seek.c:
1956           Fix crasher when playing a parse-launch line the 2nd time.
1957
1958 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1959
1960         * tests/check/pipelines/oggmux.c:
1961           Properly ifdef tests to fix compilation.
1962
1963 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1964
1965         * gst/playback/gstplay-marshal.list:
1966         * gst/playback/gstplaybin2.c:
1967           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1968           playbin2. This allows the user to get to the selector's sinkpads, and
1969           thus inspect a range of things - caps, tags, etc. 
1970
1971 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1972
1973         * gst/playback/gstplaybin2.c:
1974           Use a different constant for the convert-frame signal id.
1975           Fixes #537009.
1976
1977 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1978
1979         * gst/playback/gstplaybin2.c:
1980         * gst/playback/gstplaysink.c:
1981           Fix a whole bunch of typos in comments and log statements. 
1982
1983 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1984
1985         * sys/xvimage/xvimagesink.c:
1986           Don't set colour balance values on the Xv port if the user hasn't
1987           changed them (via properties or the interface). Avoids accumulating
1988           rounding errors for the common case.
1989           Partial fix for bug #537889.
1990
1991 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1992
1993         * gst/playback/gstdecodebin2.c:
1994           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1995           pads are drained.
1996
1997 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1998
1999         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2000         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2001         Report the encoder latency. Fixes #538232.
2002
2003 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2004
2005         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2006         (notify_source), (activate_group):
2007         Implement the source property, emit notify when it changes in the
2008         underlying uridecodebin.
2009
2010 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2011
2012         * tests/examples/seek/seek.c: (stop_cb):
2013         Free and clear the seek element list so that we don't use invalid
2014         references when seeking after recreating a gst-launch line.
2015
2016 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2017
2018         * gst-libs/gst/audio/gstbaseaudiosink.c:
2019         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2020         (gst_base_audio_sink_render):
2021         Report latency even if we are not live instead of hiding it.
2022         Take ts-offset and render-delay of the basesink into account when
2023         scheduling samples.
2024         Rework the clipping code so that we can take the various offsets into
2025         account and still do correct clipping.
2026
2027 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2028
2029         * configure.ac:
2030         Bump verion back to devel -> 0.10.20.1
2031
2032 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2033
2034         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2035         Don't increase the size of non-string image buffers by one as this
2036         might in theory confuse decoders. Still increase it by one for string
2037         image buffers to append '\0'.
2038
2039 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2040
2041         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2042         
2043         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2044         Fix a buffer memleak and remove a confusing and wrong debug output.
2045         Fixes bug #538663.
2046
2047 === release 0.10.20 ===
2048
2049 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2050
2051         * configure.ac:
2052           releasing 0.10.20, "Here I Go Again"
2053
2054 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2055
2056         * configure.ac:
2057         0.10.19.3 pre-release
2058
2059 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2060
2061         * gst-libs/gst/rtsp/gstrtspconnection.c:
2062         Fix build on win32.
2063         Patch By: David Schleef <ds@schleef.org>
2064         Fixes: #536874
2065
2066 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2067
2068         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2069         (gst_gio_base_src_create):
2070         * ext/gio/gstgiobasesrc.h:
2071         Try to read the requested number of bytes, even if the first
2072         read returns less than requested, until nothing is read anymore
2073         or we have the requested amount of bytes. This fixes playback of
2074         files via Samba as Samba only allows to read 64k at once.
2075
2076         Implement a caching algorithm that makes sure that we read at
2077         least 4k of data every time. Some elements will try to read a few
2078         bytes, then seek, read again a few bytes and so on and this is
2079         painfully slow as every operation has to go over DBus if GVfs is
2080         used as backend.
2081
2082         Fixes bug #536849 and #536848.
2083
2084         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2085         (gst_gio_src_check_get_range):
2086         Override check_get_range() to blacklist http/https URIs
2087         and whitelist file URIs. More to be added on demand.
2088
2089 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2090
2091         * configure.ac:
2092         0.10.19.2 pre-release
2093
2094 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2095
2096         * win32/common/libgstrtsp.def:
2097         * win32/common/libgsttag.def:
2098         Add new API functions to the dll exports
2099
2100 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2101
2102         * gst/playback/gstplaybasebin.c:
2103           Disconnect signals from decodebins we created before we remove it
2104           from playbin, to avoid crashes if the decodebin is eventually
2105           disposed after the playbin itself (possible if the app takes a
2106           reference on the decodebin).
2107           Fixes #536521.
2108
2109 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2110
2111         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2112           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2113           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2114           (h264_video_type_find), (mpeg_video_stream_type_find),
2115           (dv_type_find), (mmsh_type_find):
2116           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2117           copy caps for no good reason (this may be desirable to make it easier
2118           to detect leaks, but then it should probably be done for all caps
2119           in the typefinder somewhere).
2120
2121 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2122
2123         * tests/check/Makefile.am:
2124         Do not try to run the check tests for subparse unless it has been
2125         built.
2126
2127 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2128
2129         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2130         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2131         Do not try to run a test which requires vorbisenc unless we have
2132         actually built it.
2133
2134 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2135
2136         * gst-libs/gst/rtsp/gstrtspconnection.c:
2137         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2138         (gst_rtsp_connection_clear_auth_params),
2139         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2140         * gst-libs/gst/rtsp/gstrtspconnection.h:
2141         Add a couple of missing argument guards.
2142         Add a way of setting the DSCP for an RTSP connection.
2143         Add an accessor method for the ip member of GstRTSPConnection as all
2144         members are supposed to be private.
2145
2146 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2147
2148         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2149         Fixed accidental use of IPv4 options for all IPv6 addresses.
2150
2151 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2152
2153         * gst-libs/gst/interfaces/mixertrack.h:
2154           Document mixer track flags.
2155
2156 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2157
2158         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2159
2160         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2161         Don't set caps on the buffers that contain a copy of the buffer
2162         including the caps of them resulting in an always increasing refcount
2163         of the caps and insanely large caps. Instead include a buffer without
2164         caps in the new caps. Fixes bug #536475.
2165
2166 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2167
2168         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2169         Transform a given PAR to a range on the struct with the generic
2170         height/width instead of the struct with the possibly restricted
2171         height/width.
2172
2173 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2174
2175         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2176         Prefer the given format if it contains something stricter than [1,MAX]
2177         for height or width and only put a structure that requires rescaling
2178         as second. This makes it possible to use videoscale in pipelines where
2179         the source can actually produce the wanted height/width but usually
2180         selects a different one from the requested.
2181
2182 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2183
2184         Based on patch by: John Millikin <jmillikin gmail com>
2185
2186         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2187           (gst_vorbis_tag_add_coverart):
2188           Retrieve COVERART tags from vorbis comments (#512333)
2189
2190 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2191
2192         * gst-libs/gst/tag/tag.h:
2193         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2194           Don't forget to add new enum value here too (should probably use
2195           glib-mkenums here...).
2196
2197 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2198
2199         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2200         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2201         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2202           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2203           (gst_tag_image_data_to_image_buffer):
2204           Add two utility functions to avoid code duplication (#512333):
2205           API: add gst_tag_image_data_to_image_buffer()
2206           API: add gst_tag_list_add_id3_image()
2207           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2208
2209 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2210
2211         * win32/common/libgstaudio.def:
2212         Add gst_audio_check_channel_positions() to the exported symbols.
2213
2214 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2215
2216         * docs/libs/gst-plugins-base-libs-sections.txt:
2217         * gst-libs/gst/audio/multichannel.c:
2218         (gst_audio_check_channel_positions):
2219         * gst-libs/gst/audio/multichannel.h:
2220         API: Make gst_audio_check_channel_positions() public.
2221
2222         * tests/check/libs/audio.c: (GST_START_TEST):
2223         Add some simple checks for gst_audio_check_channel_positions().
2224
2225 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2226
2227         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2228           minrange and maxrange are scaled according to the frequency
2229           multiplier.
2230
2231 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2232
2233         * ext/pango/Makefile.am:
2234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2235           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2236           Use gstvideo functions to calculate strides and plane offsets. Fixes
2237           rendering issue ('ghost' images of the text on the chroma planes)
2238           with widths or heights that are not multiples of 8 (#506659 and
2239           probably also #485729).
2240
2241         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2242           (main):
2243           Test with odd height/width too.
2244
2245 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2246
2247         * gst/adder/gstadder.c: (gst_adder_query_duration),
2248         (gst_adder_query_latency):
2249         When using gst_element_iterate_pads() one has to unref every pad
2250         after usage.
2251
2252 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2253
2254         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2255         (gst_base_audio_src_class_init):
2256         Add a gtk-doc chunk for the new properties to have a Since: indication.
2257
2258 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2259
2260         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2261         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2262         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2263         (gst_base_audio_src_change_state):
2264         Provide readable actual-buffer-time and actual-latency-time properties
2265         that reflect the configured ringbuffer values. Fixes #524724.
2266         API: GstBaseAudioSrc:actual-buffer-time
2267         API: GstBaseAudioSrc:actual-latency-time
2268
2269 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2270
2271         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2272         (gst_basertppayload_change_state):
2273         Simply converting the running time into an RTP timestamp by scaling it
2274         based on the clock-rate is good enough for making an RTP timestamp. This
2275         has the added benefit that we can later on expose a property with the
2276         RTP timestamp of running time 0, as is needed for RTSP servers to
2277         generate the response of the PLAY request.
2278
2279 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2280
2281         * gst/audioconvert/gstaudioconvert.c:
2282         (structure_has_fixed_channel_positions),
2283         (gst_audio_convert_transform_caps):
2284         Allow up to 11 positioned channels now that audioconvert can handle
2285         this but add no default positions for > 8 channels.
2286         
2287         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2288         Add some unit tests for the above change: Test conversion of
2289         11 positioned channels to stereo and the other way around, test
2290         conversion of 15 unpositioned channels in different ways.
2291
2292 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2293
2294         * win32/common/libgstaudio.def:
2295         Add gst_audio_clock_reset to the list of exported symbols.
2296
2297 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2298
2299         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2300         Remove wrong_channels_identification_header unit test as we now
2301         support 7 (and more channels).
2302
2303 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2304
2305         * gst/audioconvert/gstchannelmix.c:
2306         (gst_channel_mix_fill_one_other):
2307         If mixing left or right to center (or the other way around) only take
2308         the complete value if we don't already have the original position in
2309         the source.
2310
2311 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         * gst-libs/gst/audio/multichannel.c:
2314         (gst_audio_check_channel_positions),
2315         (gst_audio_set_structure_channel_positions_list),
2316         (gst_audio_fixate_channel_positions):
2317         Allow rear center together with rear left/right and other previously
2318         conflicting channel positions. The reason why they weren't allowed
2319         was the channel mixing implementation in audioconvert.
2320         Also take this into account when fixing channel layouts.
2321
2322         Allow setting channel positions for 1/2 channels when using
2323         gst_audio_set_structure_channel_position().
2324
2325         * gst/audioconvert/gstchannelmix.c:
2326         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2327         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2328         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2329         Major rewrite of the channel mixing.
2330
2331         We now allow previously conflicting channel positions to appear
2332         together (rear center and rear left/right for example).
2333         Fixes bug #533817.
2334
2335         Rework the way channels are mixed together to take more possible
2336         channel positions into account, properly mix from/to side channels
2337         and don't assume that either center, left&right or nothing of a
2338         specific position is available anymore.
2339
2340         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2341         Adjust unit tests with non-standard 1/2 channel layouts to the more
2342         correct new behaviour.
2343
2344         Add a unit test for 5.1->Stereo downmixing.
2345
2346 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2347
2348         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2349         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2350         Add sane defaults for the 7 and 8 channel layouts as those are
2351         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2352         more than 8 channels instead of erroring out. Fixes bug #535356.
2353
2354 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2355
2356         * docs/plugins/Makefile.am:
2357         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2359         * ext/theora/theoraparse.c:
2360         Add theoraparse to the docs and fix some docs.
2361
2362 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2363
2364         * gst-libs/gst/cdda/gstcddabasesrc.c:
2365         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2366         Fix EOS condition and track addition check, the track.end sector is
2367         included in the track. Fixes #533265.
2368
2369 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2370
2371         Patch by: Mark Nauwelaerts <manauw at skynet be>
2372
2373         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2374         (gst_video_rate_flush_prev), (gst_video_rate_event),
2375         (gst_video_rate_chain):
2376         * gst/videorate/gstvideorate.h:
2377         React (more) to NEWSEGMENT
2378         Small adjustment in timestamp calculation to prevent mismatches
2379         Fixes #435633.
2380
2381 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2382
2383         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2384           Initialise error to NULL as we should.
2385
2386 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2387
2388         * gst/adder/gstadder.c: (gst_adder_query_duration),
2389         (gst_adder_query_latency), (gst_adder_query):
2390         Implement latency query.
2391
2392 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2393
2394         * gst/adder/gstadder.c: (gst_adder_query_duration):
2395         Correctly resync the iterator if gst_iterator_next() returns
2396         GST_ITERATOR_RESYNC.
2397
2398 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2399
2400         * win32/vs6/libgstpbutils.dsp:
2401           Add pbutils-enumtypes.c to sources (#518037).
2402
2403 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2404
2405         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2406         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2407         * gst-libs/gst/audio/gstaudioclock.h:
2408         Add method to inform the clock that the time starts from 0 again. We use
2409         this info to calculate a clock offset so that the time we report in
2410         internal_time is monotonically increasing, as required by the clock base
2411         class. Fixes #521761.
2412         API: GstAudioClock::gst_audio_clock_reset()
2413
2414         * gst-libs/gst/audio/gstbaseaudiosink.c:
2415         (gst_base_audio_sink_skew_slaving),
2416         (gst_base_audio_sink_change_state):
2417         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2418         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2419         Reset reported time when we (re)create the ringbuffer.
2420
2421 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2422
2423         * ext/alsa/gstalsamixertrack.c:
2424           (gst_alsa_mixer_track_update_alsa_capabilities):
2425           Make sure playback volumes aren't accidentally overwritten by
2426           capture volumes if an alsa mixer track has both playback and
2427           capture capabilities: we create two GstMixerTracks in that
2428           case, so make sure we query only the alsa capabilities that
2429           refer to the type of GstMixerTrack we created from the dual
2430           capability alsa element. Should fix issues with Audigy2 sound
2431           cards (#518082).
2432
2433 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2434
2435         * tests/check/pipelines/oggmux.c: (test_pipeline):
2436           Don't use deprecated function.
2437
2438 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2439
2440         * gst/playback/gstdecodebin2.c:
2441         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2442         Check for NULL cases and log them, creating ghostpads can, for example,
2443         fail when the pad returns wrong caps.
2444
2445         * gst/playback/gstplaybin2.c: (perform_eos):
2446         When pushing out the EOS event, collect the return value and warn when
2447         something failed.
2448
2449 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2450
2451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2452         (gst_riff_create_video_template_caps):
2453         Add support for DVCPRO.
2454
2455 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2456
2457         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2458           Change default scaling method from nearest-neighbour to bilinear.
2459
2460 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2461
2462         * tests/check/libs/video.c:
2463           More checks.
2464
2465 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2466
2467         * gst/subparse/gstsubparse.c: (parser_state_init),
2468           (gst_sub_parse_format_autodetect), (handle_buffer):
2469         * gst/subparse/gstsubparse.h:
2470         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2471           Limit duration to a maximum of five seconds for tmplayer format where
2472           we can guess the duration only from the timestamp of the next line of
2473           text. We don't want to show a text for eternities just because nothing
2474           else is being said for a while.
2475
2476 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2477
2478         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2479         (gst_base_rtp_depayload_chain),
2480         (gst_base_rtp_depayload_handle_sink_event),
2481         (gst_base_rtp_depayload_push_full),
2482         (gst_base_rtp_depayload_change_state):
2483         Check sequence numbers, mark input buffers with a discont flag for the
2484         subclass when we detected a gap, drop duplicate buffers. We do this
2485         because one can use the element without a jitterbuffer in front and we
2486         don't want to feed the subclasses invalid or reordered data.
2487         Do an error when the subclass did not provide a process function instead
2488         of crashing.
2489         Some other small cleanups.
2490
2491 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2492
2493         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2494           May just as well use the precalculated uvstride here.
2495
2496 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2497
2498         * docs/plugins/Makefile.am:
2499         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2500         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2501         * docs/plugins/gst-plugins-base-plugins.args:
2502         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2503         * docs/plugins/gst-plugins-base-plugins.interfaces:
2504         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2505         * docs/plugins/inspect/plugin-adder.xml:
2506         * docs/plugins/inspect/plugin-alsa.xml:
2507         * docs/plugins/inspect/plugin-audioconvert.xml:
2508         * docs/plugins/inspect/plugin-audiorate.xml:
2509         * docs/plugins/inspect/plugin-audioresample.xml:
2510         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2511         * docs/plugins/inspect/plugin-cdparanoia.xml:
2512         * docs/plugins/inspect/plugin-decodebin.xml:
2513         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2514         * docs/plugins/inspect/plugin-gdp.xml:
2515         * docs/plugins/inspect/plugin-gio.xml:
2516         * docs/plugins/inspect/plugin-gnomevfs.xml:
2517         * docs/plugins/inspect/plugin-libvisual.xml:
2518         * docs/plugins/inspect/plugin-ogg.xml:
2519         * docs/plugins/inspect/plugin-pango.xml:
2520         * docs/plugins/inspect/plugin-playback.xml:
2521         * docs/plugins/inspect/plugin-queue2.xml:
2522         * docs/plugins/inspect/plugin-subparse.xml:
2523         * docs/plugins/inspect/plugin-tcp.xml:
2524         * docs/plugins/inspect/plugin-theora.xml:
2525         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2526         * docs/plugins/inspect/plugin-uridecodebin.xml:
2527         * docs/plugins/inspect/plugin-video4linux.xml:
2528         * docs/plugins/inspect/plugin-videorate.xml:
2529         * docs/plugins/inspect/plugin-videoscale.xml:
2530         * docs/plugins/inspect/plugin-videotestsrc.xml:
2531         * docs/plugins/inspect/plugin-volume.xml:
2532         * docs/plugins/inspect/plugin-vorbis.xml:
2533         * docs/plugins/inspect/plugin-ximagesink.xml:
2534         * docs/plugins/inspect/plugin-xvimagesink.xml:
2535         * ext/cdparanoia/gstcdparanoiasrc.c:
2536         * ext/ogg/gstoggdemux.c:
2537         * ext/ogg/gstoggdemux.h:
2538         * ext/ogg/gstoggmux.c:
2539         * ext/ogg/gstoggmux.h:
2540         * gst/audioconvert/audioconvert.c:
2541         * gst/audioconvert/audioconvert.h:
2542         * gst/audioconvert/gstaudioconvert.h:
2543         * gst/gdp/gstgdpdepay.h:
2544         * gst/gdp/gstgdppay.h:
2545         * gst/playback/gstdecodebin.c:
2546         * gst/playback/gstdecodebin2.c:
2547         * gst/playback/gstplaybin.c:
2548         * gst/playback/gstplaybin2.c:
2549         * gst/playback/gsturidecodebin.c:
2550         * gst/tcp/gstmultifdsink.c:
2551         * gst/tcp/gstmultifdsink.h:
2552         * gst/tcp/gsttcp.h:
2553
2554         Add some documentation comments, and some new headers to be scanned.
2555         Rename some internal enum declarations (audioconvert's DitherType and
2556         NoiseShapingType, GstUnitType from the TCP elements) to match the
2557         documented GObject type names so that the docs pick them up.
2558         Name the playbin2 docs markups properly so they get picked up. They'll
2559         need renaming back when/if playbin2 becomes playbin.
2560
2561         100% symbol coverage for the plugin docs, booya.
2562
2563 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2564
2565         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2566
2567         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2568         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2569
2570 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2571
2572         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2573
2574         * gst/playback/gstdecodebin.c: (remove_fakesink):
2575         Lock the fakesink before setting the state to NULL and removing it from
2576         the bin so that a concurrent state change cannot interfere. 
2577         Fixes #534331.
2578
2579 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2580
2581         * docs/Makefile.am:
2582         Fix installing plugin documentation when gtk-doc is disabled.
2583
2584 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2585
2586         * gst-libs/gst/rtsp/Makefile.am:
2587         Distribute, don't install md5.h
2588
2589 2008-05-21  Julien Moutte  <julien@fluendo.com>
2590
2591         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2592         instead of SOL_IP, works on more platforms.
2593         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2594         arguments.
2595
2596 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2597
2598         * ext/vorbis/vorbisdec.c:
2599         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2601         Some debug and comment fixes.
2602
2603         * tests/examples/dynamic/addstream.c: (main):
2604         Fix , to ;
2605
2606 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2607
2608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2609         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2610         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2611         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2612         (cleanup_decodebin):
2613         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2614         (connect_element), (gst_decode_group_control_demuxer_pad):
2615         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2616         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2617         (mute_group_type):
2618         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2619         (gst_play_bin_set_property), (handoff), (gen_video_element),
2620         (gen_text_element), (gen_audio_element), (gen_vis_element),
2621         (remove_sinks), (add_sink), (setup_sinks):
2622         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2623         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2624         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2625         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2626         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2627         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2628         (gen_vis_chain), (gst_play_sink_reconfigure),
2629         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2630         (gst_play_sink_request_pad):
2631         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2632         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2633         (cb_newpad):
2634         * gst/playback/test6.c: (new_decoded_pad_cb):
2635         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2636         * tests/check/elements/audiorate.c: (test_injector_chain),
2637         (do_perfect_stream_test):
2638         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2639         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2640         * tests/check/elements/gnomevfssink.c:
2641         * tests/check/elements/textoverlay.c:
2642         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2643         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2644         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2645         * tests/check/pipelines/oggmux.c: (test_pipeline):
2646         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2647         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2648         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2649         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2650         * tests/examples/seek/seek.c: (make_mod_pipeline),
2651         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2652         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2653         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2654         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2655         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2656         (update_fill), (msg_buffering):
2657         Don't use bad gst_element_get_pad().
2658
2659 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2660
2661         * gst-libs/gst/riff/riff-media.c:
2662           Fix wrong method name in docs. Fix calculation of strf fields for
2663           broken mulaw/alaw.
2664   
2665         * gst-libs/gst/riff/riff-read.c:
2666           Whitespace fix and removing double ';'.
2667
2668 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2669
2670         * docs/design/part-playbin2.txt:
2671         Add some leftover doc.
2672
2673 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2674
2675         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2676         Fix copy & paste error in last commit.
2677
2678 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2681         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2682         other channel positions when source has SIDE channels and dest doesn't
2683         or the other way around.
2684
2685 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2686
2687         Patch by: Henrik Eriksson <henriken at axis dot com>
2688
2689         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2690         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2691         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2692         (gst_multi_fd_sink_get_property):
2693         * gst/tcp/gstmultifdsink.h:
2694         Add support for DSCP QOS. Fixes #469933.
2695
2696 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2697
2698         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2699         Add another test that checks if conversion between standard 1 and 2
2700         channel layouts with and without positions set is working.
2701
2702 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         * gst-libs/gst/audio/multichannel.c:
2705         (gst_audio_check_channel_positions):
2706         Allow non-standard 2 channel layouts.
2707         
2708         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2709         Add some tests for converting and remapping non-standard 1 and 2
2710         channel layouts.
2711
2712 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2713
2714         * gst/audioconvert/gstchannelmix.c:
2715         (gst_channel_mix_fill_normalize):
2716         Prevent division by zero if the channel mix matrix contains only
2717         zeroes.
2718
2719 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2720
2721         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2722
2723         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2724         Close a buffer memory leak. Fixes bug #534071.
2725
2726 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2727
2728         * gst-libs/gst/rtsp/gstrtsptransport.h:
2729         Make the GstRTSPTransport struct members public as there are no
2730         setters/getters and it's supposed to be changed directly.
2731         Fixes bug #533087.
2732
2733 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         * gst/adder/gstadder.c:
2736         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2737         claim this on the pad template caps.
2738
2739 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2740
2741         * gst-libs/gst/audio/gstbaseaudiosink.c:
2742         (gst_base_audio_sink_sync_latency):
2743         We can only use our optimal calibration if we prerolled before the
2744         latency expired.
2745
2746 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2747
2748         * configure.ac:
2749           Require core CVS for GstBaseSrc buffer caps setting magic.
2750
2751 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2752
2753         * gst/audioconvert/gstaudioconvert.c:
2754         (gst_audio_convert_fixate_channels):
2755         Fix logic in last commit.
2756
2757 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2758
2759         * gst/audioconvert/gstaudioconvert.c:
2760         (gst_audio_convert_fixate_channels):
2761         Passthrough the channel positions if the number of output channels is
2762         the same as the number of input channels, the input had a channel
2763         layout and downstream requests no special one. We did this already for
2764         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2765
2766 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2767
2768         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2769         (gst_gnome_vfs_src_finalize),
2770         (gst_gnome_vfs_src_received_headers_callback),
2771         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2772         * ext/gnomevfs/gstgnomevfssrc.h:
2773         Set the ICY caps on the srcpad from where they get picked up by the base
2774         class now and set on the outgoing buffers.
2775
2776         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2777         (gst_base_audio_src_create):
2778         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2779         BaseSrc now sets the caps on outgoing buffers automatically.
2780
2781 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2782
2783         * gst-libs/gst/audio/gstbaseaudiosink.c:
2784         (gst_base_audio_sink_resample_slaving),
2785         (gst_base_audio_sink_skew_slaving),
2786         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2787         (gst_base_audio_sink_async_play),
2788         (gst_base_audio_sink_change_state):
2789         Change the way in which the ringbuffer is started when dealing with a
2790         slaved clock and latency. We now sync to the clock until we reach
2791         upstream latency before starting the ringbuffer. This has the effect
2792         that we can accurately align the master and slave clocks and let the
2793         rate correction code take care of the initial drift or rounding errors
2794         instead of leaving them uncorrected with the old approach.
2795
2796 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2797
2798         * gst/audioconvert/gstaudioconvert.c:
2799         (gst_audio_convert_fixate_channels):
2800         Correctly set the default channel positions when converting to 8
2801         channels.
2802
2803 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2804
2805         * configure.ac:
2806           Error out if we don't have the required version of core.
2807
2808 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2809
2810         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2811           Use data scan helper in aac typefinder and stop scanning
2812           for headers when we've found a type. Also fix potential invalid
2813           memory access when calculating the frame length.
2814
2815 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2816
2817         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2818           (mpeg_sys_is_valid_pack):
2819           Don't modify scan context when we return FALSE in ensure_data, so
2820           it's possible to continue scanning, and we don't end up with a NULL
2821           data pointer and a positive size, which might bite us the next time
2822           we're called. Small constification.
2823
2824 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2825
2826         * gst/adder/gstadder.c:
2827         Adder doesn't support 24 bit samples so don't claim it supports them
2828         in the pad template caps.
2829
2830 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2831
2832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2833         (gst_base_rtp_depayload_chain):
2834         Validate the RTP packet before further processing it. It's just too
2835         dangerous to accept random packets and people are not forced to use a
2836         jitterbuffer or session manager to filter out the bad packets.
2837
2838         * gst-libs/gst/rtp/gstrtpbuffer.c:
2839         (gst_rtp_buffer_set_extension_data),
2840         (gst_rtp_buffer_get_payload_subbuffer):
2841         Small cleanups.
2842         When setting extension data in a buffer that is too small, we fail and
2843         we should not set the extension bit.
2844         Change GST_WARNINGS into g_warning because they really are
2845         programming errors.
2846
2847         * tests/check/libs/rtp.c: (GST_START_TEST):
2848         Catch the g_warnings now in the unit tests and that fact that failing to
2849         set extension data left the extension bit untouched.
2850
2851 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2852
2853         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2854           Revert previous change which made basetransform handle buffer_alloc
2855           and which breaks things badly in the non-passthrough case since it
2856           returned buffers with a different (ie. sometimes smaller) size than
2857           the size requested.
2858
2859 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2860
2861         Patch by: Bernard B <b-gnome at largestprime dot net>
2862
2863         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2864         Fix seqnum compare function for bordercase values and fix the docs
2865         again. Fixes #533075.
2866
2867         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2868         Add a testcase for seqnum compare function.
2869
2870 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2871
2872         * gst/adder/gstadder.c: (gst_adder_setcaps),
2873         (gst_adder_class_init):
2874         Correctly declare the supported endianness on the pad templates
2875         and check for correct endianness in the set caps function. Adder
2876         only supports native endianness.
2877         Also use gst_element_class_set_details_simple().
2878
2879 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2880
2881         * sys/xvimage/xvimagesink.c:
2882           Better debug logging in port value handling. Merging separate port
2883           value loops into one.
2884
2885 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2886
2887         Patch by: Hannes Bistry <hannesb at gmx dot de>
2888
2889         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2890         * gst/tcp/gsttcpserversink.c:
2891         (gst_tcp_server_sink_handle_server_read),
2892         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2893         Fix regression in clientsrc because we did not add the fd to the poll
2894         set anymore. Fixes #532364.
2895         Do some cleanups here and there.
2896
2897 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2900         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2901         * gst/playback/gstplay-marshal.list:
2902         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2903         Use correct marshallers. GstCaps are a boxed type and no GObject
2904         subclass.
2905
2906 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2907
2908         * win32/common/libgstrtsp.def:
2909         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2910         symbols.
2911
2912 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2913
2914         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2915
2916         * tests/check/elements/audioresample.c:
2917         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2918         (live_switch_push), (GST_START_TEST):
2919         Add unit test for the latest basetransform negotiation changes.
2920         See bug #526768.
2921
2922 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2923
2924         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2925         Fix nv12<->nv21 conversion if stride is larger than width.
2926
2927 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2928
2929         Patch by: Jan Gerber <j at oil21 dot org>
2930
2931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2932         (gst_ogg_pad_parse_skeleton_fisbone):
2933         * ext/ogg/gstoggdemux.h:
2934         Parse presentation time from skeleton streams and use it as offset
2935         for the timestamps. Fixes bug #530068.
2936
2937 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2938
2939         * gst-libs/gst/audio/gstbaseaudiosink.c:
2940         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2941         Revert previous patch that attempted to more accurately calculate the
2942         initial offset between master and slave clock. The best thing we can do
2943         in general is take the time of both clocks as the diff since we don't
2944         know when the actual preroll happened.
2945
2946 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2947
2948         * gst-libs/gst/pbutils/install-plugins.c:
2949           Fix docs: type and missing word.
2950
2951 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2952
2953         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2954           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2955           for this instead; don't check if we've found enough markers after
2956           each and every step, it's enough to do that only if we've actually
2957           found a new marker.
2958           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2959
2960 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2961
2962         * gst/typefind/gsttypefindfunctions.c:
2963           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2964           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2965           (mpeg_video_stream_type_find):
2966           Move scan helper thingy to the beginning of the file so we can use
2967           it in other typefind functions. Rename it to something more
2968           generic. Also improve handling of things towards the end of the
2969           typefind data: peek as much as we can if we know the size of the
2970           data, rather than just min_size.
2971
2972 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2973
2974         * docs/libs/gst-plugins-base-libs-sections.txt:
2975         * gst-libs/gst/interfaces/colorbalance.c:
2976         * gst-libs/gst/interfaces/colorbalance.h:
2977         * gst-libs/gst/interfaces/colorbalancechannel.c:
2978         * gst-libs/gst/interfaces/colorbalancechannel.h:
2979         * gst-libs/gst/interfaces/tuner.c:
2980         * gst-libs/gst/interfaces/tunerchannel.c:
2981         * gst-libs/gst/interfaces/tunerchannel.h:
2982         * gst-libs/gst/interfaces/tunernorm.c:
2983         * gst-libs/gst/interfaces/tunernorm.h:
2984         * gst-libs/gst/video/video.c:
2985         * gst-libs/gst/video/video.h:
2986         Document the GstTuner and GstColorBalance interfaces, and some
2987         other random API functions that needed it. 70% symbol coverage, woo.
2988
2989 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2990
2991         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2992         Choose to allocate one less segment but require one additional segment
2993         as latency. 
2994
2995         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2996         No need to increment the number of segments in the source.
2997
2998         * gst-libs/gst/audio/gstbaseaudiosink.c:
2999         (gst_base_audio_sink_get_time), (clock_convert_external),
3000         (gst_base_audio_sink_resample_slaving),
3001         (gst_base_audio_sink_skew_slaving),
3002         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3003         (gst_base_audio_sink_async_play):
3004         Remove adding latency when returning the internal time while subtracting
3005         it again when we use the value a little later.
3006         When calculating the end timestamp, we are making a rounding error
3007         with the current algorithm. Ensure that we don't accumulate these
3008         rounding errors when aligning samples by not resampling at all if we
3009         don't need to. Fixes #419351.
3010         Make the initial calibration of the clock slaving a little more
3011         predictable and accurate. Also handle the case where we don't do
3012         clock slaving.
3013
3014 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3015
3016         Based on a patch by:
3017           Björn Benderius <bjoern dot benderius at axis dot com>
3018
3019         * gst/ffmpegcolorspace/avcodec.h:
3020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3021         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3022         (gst_ffmpegcsp_avpicture_fill):
3023         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3024         * gst/ffmpegcolorspace/imgconvert_template.h:
3025         Add conversions from/to NV12 and NV21 and conversions between those
3026         two formats. Fixes bug #532166.
3027
3028 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3029
3030         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3031         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3032         which happens for example with files smaller than 128kb.
3033
3034 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3035
3036         Patch by: Wouter Cloetens <zombie at e2big dot org>
3037
3038         * gst-libs/gst/rtsp/Makefile.am:
3039         * gst-libs/gst/rtsp/gstrtspconnection.c:
3040         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3041         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3042         (add_auth_header), (gst_rtsp_connection_free),
3043         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3044         (gst_rtsp_connection_set_auth_param),
3045         (gst_rtsp_connection_clear_auth_params):
3046         * gst-libs/gst/rtsp/gstrtspconnection.h:
3047         Add Digest authorization support for RTSP connections. See #532065.
3048
3049         * gst-libs/gst/rtsp/md5.c:
3050         * gst-libs/gst/rtsp/md5.h:
3051         Yeap, another md5 implementation until we can depend on a glib that has
3052         support for it.
3053
3054 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3055
3056         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3057
3058         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3059         Let audioresample use the buffer allocation of basetransform instead
3060         of it's own stuff.
3061
3062         * tests/check/elements/audioresample.c: (alloc_only_48000),
3063         (GST_START_TEST), (audioresample_suite):
3064         Add unit test for the recent basetransform bugfix, where upstream
3065         changes caps to something that can't be passed through anymore.
3066
3067 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3068
3069         * win32/common/config.h.in:
3070           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3071           use the real thing than having "???" unconditionally.
3072
3073 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3074
3075         * gst-libs/gst/audio/gstbaseaudiosink.c:
3076         (gst_base_audio_sink_query):
3077         Report the latency with the new seglatency parameter.
3078
3079         * gst-libs/gst/audio/gstringbuffer.c:
3080         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3081         (gst_ring_buffer_acquire):
3082         * gst-libs/gst/audio/gstringbuffer.h:
3083         Add new field to the ringbufferspec to specify the expected latency
3084         between the underlying device read/write pointer, this is needed
3085         when writing sinks that sit a little closer to the hardware.
3086         Add some more docs for other fields.
3087
3088 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3089
3090         * gst/volume/gstvolume.c: (volume_transform_ip):
3091         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3092         reason instead of crashing later. Might fix bug #509125.
3093
3094 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3095
3096         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3097
3098         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3099         * gst/audioconvert/audioconvert.h:
3100         * gst/audioconvert/gstaudioconvert.c:
3101         (gst_audio_convert_parse_caps),
3102         (structure_has_fixed_channel_positions),
3103         (gst_audio_convert_transform_caps):
3104         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3105         Add support for more than 8 channels and NONE channel layouts. For
3106         more than 8 channels no channel conversion is supported yet, only
3107         format conversions are supported. Fixes bug #398033.
3108
3109         * tests/check/elements/audioconvert.c: (verify_convert),
3110         (GST_START_TEST), (audioconvert_suite):
3111         Add some unit tests by Tim for checking the NONE channel layouts
3112         and more than 8 channels and add some more unit tests for channel
3113         conversions.
3114
3115 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3116
3117         * gst/playback/gstdecodebin2.c: (connect_pad):
3118         When autoplugging fails, set the element back to NULL before
3119         unreffing it.
3120
3121 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3122
3123         * win32/common/libgstaudio.def:
3124         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3125         symbols.
3126
3127 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3128
3129         * gst/subparse/samiparse.c: (handle_start_sync),
3130         (end_sami_element), (characters_sami):
3131         Remove trailing, leading and double whitespaces.
3132         Correctly timestamp buffers and output the last buffer too.
3133
3134         * tests/check/elements/subparse.c: (GST_START_TEST),
3135         (subparse_suite):
3136         Add a simple unit test for SAMI parsing.
3137
3138 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3141
3142         * gst/subparse/samiparse.c: (handle_start_sync),
3143         (start_sami_element), (end_sami_element), (characters_sami),
3144         (sami_context_reset):
3145         Only output characters inside the "sync" elements. There could be
3146         other elements like "style" that have some content but should
3147         not be printed. Fixes bug #467911.
3148
3149 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3150
3151         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3152         (set_active_source):
3153         * gst/playback/gstplaybasebin.h:
3154         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3155         (playbin_set_audio_mute):
3156         Allow setting -1 as current-audio to mute the current audio stream,
3157         similar to what is done for subtitles. Fixes bug #342294.
3158
3159 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3160
3161         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3162         It's SorensOn and not SorensEn.
3163
3164 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3165
3166         * gst-libs/gst/pbutils/descriptions.c: (formats):
3167           Fix description of video/x-flash-video.
3168
3169 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3170
3171         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3172         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3173         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3174         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3175         Remove some unused code.
3176
3177         * gst/audioconvert/gstaudioquantize.c:
3178         (gst_audio_quantize_free_noise_shaping):
3179         Don't return before freeing the noise shaping history.
3180
3181 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3182
3183         * tests/check/elements/subparse.c: (do_test),
3184           (test_tmplayer_style3b), (subparse_suite):
3185           Add unit test for the tmplayer variant from bug #530962.
3186
3187 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3188
3189         * gst/subparse/gstsubparse.c: (handle_buffer),
3190           (gst_sub_parse_sink_event):
3191         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3192           (tmplayer_parse_line):
3193           Fix parsing of tmplayer subtitle variant where every single line contains
3194           text and there isn't an empty line after each line to determine the
3195           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3196           making sure that we push out the last line of text without a duration if
3197           there's still text left in the buffer at the end.
3198
3199 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3200
3201         * gst/subparse/gstsubparse.c: (feed_textbuf):
3202           Fix detection of discontinuities based on the buffer offset (doesn't work
3203           so well if no buffer offset is set) and also check for the DISCONT buffer
3204           flag. This keeps the parser state from being reset after each buffer in
3205           the unit test.
3206
3207 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3208
3209         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3210           Further fine-tuning: don't absolutely require sequence or GOP headers
3211           (as introduced in the previous commit), but adjust the typefind
3212           probabilities returned accordingly if we don't see them. Also make sure
3213           picture header and first slice are somewhat close to each other (which
3214           is not perfect but still better than requiring a fixed offset or having
3215           no limit at all).
3216
3217 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3218
3219         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3220         (gst_basertppayload_sink_setcaps),
3221         (gst_basertppayload_sink_getcaps):
3222         Rename the setcaps/getcaps function internally to make it clear that
3223         they are called for the sink pad.
3224
3225 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3226
3227         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3228         (gst_base_rtp_depayload_class_init),
3229         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3230         (gst_base_rtp_depayload_packet_lost),
3231         (gst_base_rtp_depayload_set_gst_timestamp):
3232         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3233         Catch packet-lost events from the jitterbuffer and convert them into a
3234         vmethod call (lost-packet) so that depayloaders can do something smart.
3235         Also add a default packet-lost function that sends out a segment update
3236         to the decoders.
3237
3238 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3239
3240         * gst/playback/test4.c:
3241         * gst/playback/test5.c:
3242         * gst/playback/test6.c:
3243         * gst/playback/test7.c:
3244           Also include config.h when relying on defines from it. Fixes the
3245           build. Its been a please to serve :)
3246
3247 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3248
3249         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3250         (paint_setup_NV21), (paint_hline_NV12_NV21):
3251         Add support for NV12 and NV21 in videotestsrc
3252
3253 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3254
3255         * gst/videoscale/gstvideoscale.c:
3256         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3257         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3258         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3259         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3260         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3261         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3262         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3263         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3264         (vs_image_scale_linear_RGB555):
3265         Support 1x1 images as input and output as for example the BBC HQ new
3266         streams have 1x1 GIFs in the playlists for some reason.
3267
3268 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3269
3270         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3271           (try_to_link_1):
3272           If we can't activate one of the decoders we plugged in (such as,
3273           say, musepackdec) for some reason (it might not support push mode,
3274           for example), remove any pad probes that close_pad_link() might
3275           have set up. This makes sure we later don't try to remove a probe
3276           for a pad that doesn't exist any longer, and avoids nast warnings
3277           and probably other things too.
3278
3279 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3280
3281         * gst/typefind/gsttypefindfunctions.c:
3282           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3283           (plugin_init):
3284           Rework mpeg video stream typefinding a bit more: make sure sequence,
3285           GOP, picture and slice headers appear in the order they should and
3286           that we've in fact at least had one of each; fix picture header
3287           detection; decouple picture and slice header check - don't assume
3288           they're at a fixed offset, there may be extra data in between. Also,
3289           announce varying degrees of probability depending on what we found
3290           exactly (multiple pictures, at least one picture, just sequence and
3291           GOP headers). Finally, in _ensure_data(), take into account that we
3292           might be typefinding smaller amounts of data, such as the first
3293           buffer of a stream, so fall back to the minimum size needed as long
3294           as that's available, instead of erroring out if there's less than
3295           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3296           fuzzed file from #399342 as valid.
3297
3298 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3299
3300         * ext/theora/theoradec.c:
3301           Cool kids don't divide by zero.
3302           Treat PAR of x:0 as 1:1.
3303           Fixes #530719.
3304
3305 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3306
3307         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3308           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3309           (mpeg_video_stream_type_find):
3310           Refactor a bit: use context structure to track parsing offset and
3311           size of available data and make the code a bit clearer. Fixes bad
3312           memory access in #356937.
3313
3314 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3315
3316         * gst/playback/test4.c:
3317         * gst/playback/test5.c:
3318         * gst/playback/test6.c:
3319         * gst/tcp/gstmultifdsink.c:
3320           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3321           is defined.
3322
3323 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3324
3325         * gst-libs/gst/audio/gstbaseaudiosink.h:
3326         Clarify some docs.
3327
3328         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3329         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3330         (gst_base_audio_src_set_slave_method),
3331         (gst_base_audio_src_get_slave_method),
3332         (gst_base_audio_src_set_property),
3333         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3334         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3335         Add property and methods for selecting the clock slave method in the
3336         source, like in the sink.
3337         We only implement "none" and "re-timestamp" for now.
3338         API: gst_base_audio_src_set_slave_method()
3339         API: gst_base_audio_src_get_slave_method()
3340
3341 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3342
3343         * gst-libs/gst/rtp/gstrtpbuffer.c:
3344         Fix the docs about the seqnum compare function, it returns a difference.
3345
3346 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3347
3348         * ext/alsa/gstalsadeviceprobe.c:
3349         (gst_alsa_get_device_list): Don't return before freeing up
3350         the allocated structures.
3351
3352 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3353
3354         * gst/playback/gstplaybin.c:
3355           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3356
3357 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3358
3359         * ext/ogg/gstoggdemux.c:
3360           Revert the event part, that should not go in.
3361
3362 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3363
3364         * ext/ogg/gstoggdemux.c:
3365           Don't leak GstPluginFeatures when filtering.
3366
3367 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3368
3369         * sys/xvimage/xvimagesink.c:
3370           Add some logging for cases when grabbing the xv failed.
3371
3372 2008-04-21  David Schleef  <ds@schleef.org>
3373
3374         * ext/ogg/gstoggmux.c:
3375           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3376           packet.  Should conform to what we currently think is the
3377           final Ogg/Dirac muxing spec.
3378
3379 2008-04-21  David Schleef  <ds@schleef.org>
3380
3381         * sys/xvimage/xvimagesink.c:
3382           Fix typo that causes the overlay keying color to bright green
3383           on a 16-bit display.  Dark grey good.  Bright green bad.
3384
3385 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3386
3387         * ext/gnomevfs/gstgnomevfsuri.c:
3388           Add  FIXME comment about using uri-list for source and sink.
3389
3390 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3391
3392         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3393         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3394         vaargs functions to gint. Otherwise the fractions will get 0 set
3395         instead of the correct value on big endian systems. Fixes bug #529018.
3396
3397 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3398
3399         * ext/gnomevfs/gstgnomevfssink.c:
3400         (gst_gnome_vfs_sink_uri_get_protocols):
3401         * ext/gnomevfs/gstgnomevfssrc.c:
3402         (gst_gnome_vfs_src_uri_get_protocols):
3403         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3404         (gst_gnomevfs_get_supported_uris):
3405         Get the list of supported URI schemes in a threadsafe way and use the
3406         same list for the source and sink.
3407
3408 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3409
3410         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3411         (gst_gio_get_supported_protocols):
3412         Don't generate a new supported protocols list on each call but cache
3413         it. It's supposed to be static anyway, this way we only leak it once
3414         per process.
3415
3416         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3417         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3418         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3419         (gst_gio_sink_start):
3420         * ext/gio/gstgiosink.h:
3421         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3422         (gst_gio_src_class_init), (gst_gio_src_finalize),
3423         (gst_gio_src_set_property), (gst_gio_src_get_property),
3424         (gst_gio_src_start):
3425         * ext/gio/gstgiosrc.h:
3426         API: Add "file" properties where one can set a GFile as
3427         source/destination.
3428
3429         Add locking to the properties and use
3430         gst_element_class_set_details_simple() instead of a static
3431         GstElementDetails struct.
3432
3433 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3436         (plugin_init):
3437         Add "mpp" and "mp+" as possible extensions for MusePack files.
3438
3439         Add typefinding for MusePack StreamVersion 8 files and include the
3440         stream version in the caps.
3441
3442 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3443
3444         * gst-libs/gst/rtp/gstrtppayloads.c:
3445         (gst_rtp_payload_info_for_name):
3446         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3447
3448 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3449
3450         * configure.ac:
3451           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3452           (NB: this only affects compilation of some of the examples).
3453           Remove some configure.ac cruft that's not needed any longer.
3454
3455 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3456
3457         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3458         Don't validate the payload if there isn't any.
3459         Fixes #525915
3460
3461 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3462
3463         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3464         Use g_atomic_int_set() instead of gst_atomic_int_set().
3465
3466 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3467
3468         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3469         Return NULL instead of a gchar * array with one NULL element if we
3470         don't get any supported URI schemes from GIO.
3471
3472 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3473
3474         * gst/audiotestsrc/gstaudiotestsrc.c:
3475           Remove cpp style commented old code.
3476
3477 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3478
3479         * gst/playback/gstdecodebin2.c:
3480           Fix signal docs.
3481
3482 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3483
3484         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3485           (gst_text_overlay_init):
3486           Fix textoverlay unit test again by making the supposed default
3487           value for the wait-text property the actual default value.
3488           Also fix Since: tag for new property.
3489
3490 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3491
3492         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3493           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3494           (gst_video_format_get_pixel_stride),
3495           (gst_video_format_get_component_width),
3496           (gst_video_format_get_component_height),
3497           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3498           (gst_video_format_convert):
3499           Add guards to these functions to ensure sane input values.
3500
3501         * tests/check/libs/video.c:
3502           Fix unit test not to create caps with width=0 and height=0.
3503
3504 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3505
3506         * docs/design/draft-keyframe-force.txt:
3507         Fix typo.
3508
3509         * gst/playback/gstqueue2.c: (update_buffering),
3510         (gst_queue_handle_src_query):
3511         Set buffering mode in the messages.
3512         Set buffering percent in the query.
3513
3514         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3515         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3516         Do some more fancy things based on the buffering method in use.
3517
3518 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3519
3520         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3521         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3522         (msg_buffering), (main):
3523         Add basic download reports to seek using the new buffering API.
3524
3525 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3526
3527         * gst/playback/gstqueue2.c: (update_buffering),
3528         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3529         (gst_queue_src_checkgetrange_function):
3530         Include extra buffering stats in the buffering message.
3531         Implement BUFFERING query.
3532
3533         * gst/playback/gsturidecodebin.c: (do_async_start),
3534         (do_async_done), (type_found), (setup_streaming), (setup_source),
3535         (gst_uri_decode_bin_change_state):
3536         Only add decodebin2 when the type is found in streaming mode.
3537         Make uridecodebin async to PAUSED even when we don't have decodebin2
3538         added yet.
3539
3540 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3541
3542         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3543         Filter cdda from the supported URI schemes. We can't support
3544         musicbrainz tags and everything else one expects from a cdda source
3545         with GIO. Fixes bug #526794.
3546
3547 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3548
3549         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3550         (gst_xvimagesink_buffer_alloc):
3551         Fix calculation of 'expected size' for YV12 buffers.
3552         Be a little more verbose in the debug output for buffer-alloc'ed
3553         buffers which turn out to have the wrong size.
3554
3555 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3556
3557         * NEWS:
3558         * RELEASE:
3559         * gst-plugins-base.doap:
3560           Merge other changes from 0.10.19 release branch.
3561
3562 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3563
3564         * gst-libs/gst/audio/gstbaseaudiosink.c:
3565           (gst_base_audio_sink_class_init):
3566         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3567           (gst_base_audio_src_class_init):
3568         * gst/playback/gstplayback.c: (plugin_init):
3569         * gst/volume/gstvolume.c: (plugin_init):
3570           Work around missing bits of thread-safety on older GLibs some
3571           more to avoid assertions when starting up multiple playbin
3572           objects concurrently (see #512382).
3573
3574 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3575
3576         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3577           Remove some more fields.
3578
3579 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3580
3581         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3582
3583         * configure.ac:
3584         Actually build dlls when cross-compiling with mingw32.
3585         Fixes bug #526247.
3586
3587 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3588
3589         * configure.ac:
3590           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3591
3592 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3593
3594         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3595         (msg_buffering), (connect_bus_signals), (main):
3596         Add statusbar.
3597         Add buffering support with feedback in the statusbar.
3598
3599 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3600
3601         * ext/ogg/gstoggmux.c:
3602           Fix sample pipeline description.
3603
3604 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3605
3606         * docs/plugins/Makefile.am:
3607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3608         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3609         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3610           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3611
3612         * docs/plugins/gst-plugins-base-plugins.args:
3613         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3614         * docs/plugins/gst-plugins-base-plugins.interfaces:
3615         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3616         * docs/plugins/inspect/plugin-adder.xml:
3617         * docs/plugins/inspect/plugin-alsa.xml:
3618         * docs/plugins/inspect/plugin-audioconvert.xml:
3619         * docs/plugins/inspect/plugin-audiorate.xml:
3620         * docs/plugins/inspect/plugin-audioresample.xml:
3621         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3622         * docs/plugins/inspect/plugin-cdparanoia.xml:
3623         * docs/plugins/inspect/plugin-decodebin.xml:
3624         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3625         * docs/plugins/inspect/plugin-gdp.xml:
3626         * docs/plugins/inspect/plugin-gnomevfs.xml:
3627         * docs/plugins/inspect/plugin-libvisual.xml:
3628         * docs/plugins/inspect/plugin-ogg.xml:
3629         * docs/plugins/inspect/plugin-pango.xml:
3630         * docs/plugins/inspect/plugin-playback.xml:
3631         * docs/plugins/inspect/plugin-queue2.xml:
3632         * docs/plugins/inspect/plugin-subparse.xml:
3633         * docs/plugins/inspect/plugin-tcp.xml:
3634         * docs/plugins/inspect/plugin-theora.xml:
3635         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3636         * docs/plugins/inspect/plugin-uridecodebin.xml:
3637         * docs/plugins/inspect/plugin-video4linux.xml:
3638         * docs/plugins/inspect/plugin-videorate.xml:
3639         * docs/plugins/inspect/plugin-videoscale.xml:
3640         * docs/plugins/inspect/plugin-videotestsrc.xml:
3641         * docs/plugins/inspect/plugin-volume.xml:
3642         * docs/plugins/inspect/plugin-vorbis.xml:
3643         * docs/plugins/inspect/plugin-ximagesink.xml:
3644         * docs/plugins/inspect/plugin-xvimagesink.xml:
3645           Update introspection data.
3646
3647         * ext/ogg/gstoggmux.c:
3648           Document oggmux.
3649
3650         * gst/playback/gstdecodebin2.c:
3651           Don't use gtk-doc style comment start for private stuff, but make it
3652           formatted like this for consistency.
3653
3654 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3655
3656         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3657         (gst_decode_bin_init), (gst_decode_bin_dispose),
3658         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3659         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3660         (analyze_new_pad), (connect_pad), (expose_pad),
3661         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3662         (gst_decode_group_expose), (gst_decode_group_free),
3663         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3664         Remove fakesink hack, we can now implement this more elegantly.
3665         Added property to bypass typefinding.
3666         Removed underrun callback and demuxer pad probe, we now use the srcpad
3667         probe to expose groups.
3668         API::sink-caps property
3669
3670         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3671         Guard against multiple emissions of the no_more_pads signal, which
3672         happens when we are dealing with chained oggs.
3673
3674         * gst/playback/gsturidecodebin.c: (remove_decoders),
3675         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3676         (setup_source):
3677         For streams, use our own typefind element and plug our queue after it.
3678         We will need this to determine the type of buffering to use for the
3679         queue soon.
3680
3681 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3682
3683         * gst-libs/gst/audio/gstbaseaudiosink.c:
3684         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3685         Guard against over and underflows because of clock slaving.
3686         When we are using our own clock, still compensate for any calibrations
3687         that we might have done to our clock.
3688
3689 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3690
3691         * ext/theora/theoradec.c: (theora_handle_type_packet),
3692         (theora_dec_chain):
3693         Don't try to do anything fancy with the return code from pushing an
3694         event, it does not have enough information to turn it into a
3695         GST_FLOW_ERROR.
3696
3697 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3698
3699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3700         (gst_ogg_demux_chain_elem_pad):
3701         Add small debug line.
3702         Pass return code from the internal decoder instead of the too generic
3703         GST_FLOW_ERROR.
3704
3705 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3706
3707         * gst-libs/gst/cdda/Makefile.am:
3708         * gst-libs/gst/cdda/base64.c:
3709         * gst-libs/gst/cdda/base64.h:
3710         * gst-libs/gst/cdda/gstcddabasesrc.c:
3711         (gst_cddabasesrc_calculate_musicbrainz_discid):
3712         Use GLib's base64 implementation instead of our own.
3713
3714 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3715
3716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3717         (gst_ogg_demux_read_chain):
3718         Refix oggdemux, we only have a problem if we failed to find a chain and
3719         we are not EOF.
3720
3721 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3722
3723         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3724
3725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3726         (gst_ogg_demux_read_chain):
3727         When we fail to find a BOS page and we and up with no chain, error out
3728         properly instead of segfaulting. Fixes #525665.
3729
3730 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3731
3732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3733         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3734         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3735         no-more-pads...
3736
3737 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3738
3739         * gst/playback/gstqueue2.c: (update_out_rates),
3740         (gst_queue_open_temp_location_file),
3741         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3742         (gst_queue_handle_src_query), (gst_queue_set_property):
3743         Update the estimated input data when we push out a buffer.
3744         Add some debug info about the temp file.
3745         Only forward src events when we are not using a temp file.
3746         Don't block the duration query, we need to find something better.
3747         Don't leak the temp filename.
3748
3749 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3750
3751         * configure.ac:
3752         Require GLib 2.12 and liboil 0.3.14.
3753
3754         * gst/volume/gstvolume.c: (volume_process_double):
3755         Unconditionally use liboil 0.3.14 function.
3756
3757 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3758
3759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3760         ms-gsm can have arbitrarty sample rates. See #481354.
3761
3762 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3763
3764         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3765         MP4S is generic MPEG-4, not a microsoft variant.
3766
3767 2008-03-27  Michael Smith <msmith@fluendo.com>
3768
3769         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3770           Check the body CRC (if set) when depayloading.
3771           Fixes #522401.
3772
3773 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3774
3775         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3776           Fix Since: version for new property.
3777
3778 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3779
3780         * gst-libs/gst/rtsp/gstrtspconnection.c:
3781         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3782         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3783         Don't error when poll_wait returns EAGAIN.
3784
3785 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3786
3787         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3788         The queue is never filled when there are no buffers in the queue at all.
3789         Fixes #523993.
3790
3791 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3792
3793         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3794         (init_group), (free_group), (gst_play_bin_init),
3795         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3796         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3797         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3798         (gst_play_bin_set_current_video_stream),
3799         (gst_play_bin_set_current_audio_stream),
3800         (gst_play_bin_set_current_text_stream),
3801         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3802         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3803         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3804         (activate_group), (deactivate_group), (setup_next_source),
3805         (save_current_group), (gst_play_bin_change_state):
3806         Update some docs.
3807         Add new locks and conds to protect pipeline creation and group
3808         switching.
3809         Implement the sub-uri property.
3810         Keep track of pending uridecodebin creation and configure the output
3811         pipeline after all streams are configured.
3812         Propagate subtitle encoding to the uridecodebins.
3813         Implement getting the video/audio/visualisation elements.
3814         Use input-selector for stream switching.
3815         If we are asked to do visualisation, prefer to autoplug raw sinks
3816         instead of sinks that accept encoded data.
3817
3818 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3819
3820         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3821         (gst_play_sink_init), (gst_play_sink_dispose),
3822         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3823         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3824         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3825         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3826         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3827         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3828         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3829         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3830         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3831         * gst/playback/gstplaysink.h:
3832         Add methods to get audio/video/vis elements.
3833         Add methods to set the font description for the overlay.
3834         Remove properties, we're using this element with its methods only.
3835         Add support for subtitles.
3836         Rearrange the locking a bit to not use the object lock for protecting
3837         the pipeline construction.
3838         Try to use the volume and mute property on the sink when its available.
3839         Implement the mute option with volume when the sink does not have a mute
3840         property.
3841         Only add volume element when the sink has no volume property.
3842         Only do visualisations with raw audio pads.
3843
3844 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3845
3846         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3847         (gst_text_overlay_init), (gst_text_overlay_set_property),
3848         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3849         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3850         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3851         (gst_text_overlay_change_state):
3852         * ext/pango/gsttextoverlay.h:
3853         Add property to configure waiting for text on the textpad or not, with
3854         the default behaviour being the old one (always wait for text before
3855         rendering the video). This default behaviour is usually not the best one
3856         because the text stream can very sparse and could require queueing a lot
3857         of video.
3858         Fix the flushing and EOS handing so that we don't mix up their meaning.
3859
3860 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3861
3862         * gst/playback/gsturidecodebin.c:
3863         (gst_uri_decode_bin_autoplug_factories),
3864         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3865         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3866         (gst_uri_decode_bin_set_property),
3867         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3868         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3869         (proxy_autoplug_factories_signal), (make_decoder),
3870         (source_new_pad), (setup_source):
3871         Add a readonly source property and notify.
3872         Add new lock for protecting the construction of the pipeline.
3873         Keep track of the decodebins we plugged.
3874         Correctly proxy the autoplug signal so that it actually continues.
3875         Proxy subtitle-encoding to the decodebins.
3876
3877 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3880         (text_toggle_cb), (update_streams), (main):
3881         Rearrange some buttons in playbin2 and make some other boxes insensitive
3882         when needed.
3883         Add language codes to subtitle selection boxes when we gind the right
3884         tags for the streams.
3885
3886 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3887
3888         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3889         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3890         (gst_decode_bin_set_subs_encoding),
3891         (gst_decode_bin_get_subs_encoding),
3892         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3893         (deactivate_free_recursive):
3894         Protect caps property with the object lock.
3895         Protect encoding property with the object lock.
3896         Keep list of elements we added that have the subtitle-encoding property.
3897         Distribute the subtitle-encoding to all of the elements when it
3898         changes.
3899
3900 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3901
3902         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3903         Small debug improvement.
3904
3905         * gst-libs/gst/audio/gstbaseaudiosink.c:
3906         (gst_base_audio_sink_render):
3907         Fix bug in determining the sample start/stop position, we want to base
3908         this decision on the fact that we are going forwards or backwards, not
3909         slower or faster. This fixes some ugly resync warnings when playing at
3910         very slow speeds.
3911
3912 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3913
3914         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3915         Correctly set the supported URI schemes and don't leave
3916         some schemes in the middle or at the start at NULL.
3917
3918 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3919
3920         * tests/check/elements/gdpdepay.c:
3921           Make test compile without unused function/variable warnings on PPC.
3922  
3923 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3924
3925         * configure.ac:
3926         * ext/alsa/gstalsamixerelement.c:
3927         (gst_alsa_mixer_element_class_init):
3928         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3929         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3930         * ext/cdparanoia/gstcdparanoiasrc.c:
3931         (gst_cd_paranoia_src_class_init):
3932         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3933         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3934         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3935         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3936         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3937         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3939         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3940         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3941         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3942         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3943         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3944         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3945         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3946         (gst_audio_filter_template_class_init):
3947         * gst-libs/gst/audio/gstbaseaudiosink.c:
3948         (gst_base_audio_sink_class_init):
3949         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3950         (gst_base_audio_src_class_init):
3951         * gst-libs/gst/cdda/gstcddabasesrc.c:
3952         (gst_cdda_base_src_class_init):
3953         * gst-libs/gst/interfaces/mixertrack.c:
3954         (gst_mixer_track_class_init):
3955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3956         (gst_base_rtp_depayload_class_init):
3957         * gst-libs/gst/rtp/gstbasertppayload.c:
3958         (gst_basertppayload_class_init):
3959         * gst/audioconvert/gstaudioconvert.c:
3960         (gst_audio_convert_class_init):
3961         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3962         * gst/audioresample/gstaudioresample.c:
3963         (gst_audioresample_class_init):
3964         * gst/audiotestsrc/gstaudiotestsrc.c:
3965         (gst_audio_test_src_class_init):
3966         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3967         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3969         (preroll_unlinked):
3970         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3971         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3972         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3973         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3974         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3975         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3976         (gst_stream_selector_class_init):
3977         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3978         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3979         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3980         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3981         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3982         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3983         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3984         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3985         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3986         * gst/videotestsrc/gstvideotestsrc.c:
3987         (gst_video_test_src_class_init):
3988         * gst/volume/gstvolume.c: (gst_volume_class_init):
3989         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3990         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3991         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3993         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3995         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3996         static strings (i.e. all). This gives us less memory usage,
3997         fewer allocations and thus less memory defragmentation. Depend
3998         on core CVS for this. Fixes bug #523806.
3999
4000 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4001
4002         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4003         Filter http and https protocols. GIO/GVfs handles them but it's
4004         impossible to implement iradio/icecast with it. Better use
4005         souphttpsrc or something else for this.
4006
4007         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4008         If getting the file informations by a query fails try it with the
4009         seek-to-end trick too.
4010
4011 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4012
4013         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4014         (gst_volume_base_init), (gst_volume_class_init),
4015         (volume_process_double), (volume_process_float),
4016         (volume_transform_ip), (plugin_init):
4017         memset buffers to zero if we get a GAP buffer. We usually see a
4018         buffer as one unit so let's handle it as one and don't care about
4019         volume changes while processing one buffer.
4020         Also clean up some stuff a bit.
4021
4022 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4023
4024         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4025         (gst_audio_convert_create_silence_buffer),
4026         (gst_audio_convert_transform):
4027         Make audioconvert GAP-aware by outputting silence buffers when the
4028         input has the GAP flag set. This is up to 8x faster.
4029         Based on a patch by Stefan Kost. Fixes bug #517813.
4030
4031 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4032
4033         * gst/volume/gstvolume.c: (volume_process_double):
4034         Use oil_scalarmultiply_f64_ns() for double processing when it's
4035         available at compile time.
4036
4037 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4038
4039         * configure.ac:
4040         Fix lrint/lrintf checks to actually work. These functions are
4041         in libm on Linux at least so try to link to it.
4042
4043 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4044
4045         * configure.ac:
4046         Back to development - 0.10.18.1
4047
4048 === release 0.10.18 ===
4049
4050 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4051
4052         * configure.ac:
4053           releasing 0.10.18, "I will follow"
4054
4055 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4056
4057         * configure.ac:
4058         * win32/common/config.h:
4059         0.10.17.4 pre-release
4060
4061 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4062
4063         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4064         Use GST_STR_NULL when trying to print strings that could be NULL because
4065         this might crash on some platforms. See #520808.
4066
4067 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4068
4069         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4070
4071         * gst-libs/gst/rtsp/gstrtspconnection.c:
4072         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4073         (read_line), (gst_rtsp_connection_read_internal):
4074         Generic Windows fixes that makes libgstrtsp work on Windows when
4075         coupled with the new GstPoll API. See #520808.
4076
4077 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4078
4079         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4080
4081         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4082           If seeking to a new position succeeds don't simply return from
4083           create() without creating a buffer. Do this only in the case
4084           seeking to the new position fails. Fixes bug #523054.
4085
4086 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4087
4088         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4089           (gst_video_format_from_rgba32_masks):
4090           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4091           (#522635).
4092
4093         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4094           Add unit test for the RGB caps parsing and creation, checking for
4095           internal consistency of the new API and consistency of the API with
4096           the old GST_VIDEO_CAPS_* defines.
4097
4098 2008-03-14  David Schleef  <ds@schleef.org>
4099
4100         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4101           because -base is in freeze.
4102
4103 2008-03-14  David Schleef  <ds@schleef.org>
4104
4105         Patch by: William M. Brack
4106
4107         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4108
4109 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4110
4111         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4112         (gst_selector_pad_chain):
4113         * gst/playback/gststreamselector.h:
4114         Revert change that caused regression until a real fix is found.
4115         Fixes #522203.
4116
4117 2008-03-12  Michael Smith <msmith@fluendo.com>
4118
4119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4120         * gst-libs/gst/audio/gstringbuffer.h:
4121           Rename recently added buffer types to make more sense.
4122         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4123         (gst_alsasink_write):
4124           Adapt for above API changes.
4125           Fixes bug #520523.
4126
4127 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4128
4129         * win32/common/libgstnetbuffer.def:
4130         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4131
4132 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4133
4134         * configure.ac:
4135         * win32/common/config.h:
4136         0.10.17.3 pre-release
4137
4138 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4139
4140         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4141         (gst_base_audio_src_create):
4142         Fix duration when no clock was provided. Fixes #520300.
4143
4144 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4145
4146         Patch by: Olivier Crete  <tester at tester ca>
4147
4148         * docs/libs/gst-plugins-base-libs-sections.txt:
4149         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4150         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4151         Add trivial function to compare GstNetAddress. See #520626.
4152         API: GstNetBuffer::gst_netaddress_equal
4153
4154 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4155
4156         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4157         Update mode property docs, it's deprecated now.
4158
4159 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4160
4161         * gst-libs/gst/rtsp/gstrtspconnection.c:
4162         (gst_rtsp_connection_create):
4163         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4164         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4165         * gst/tcp/gstmultifdsink.h:
4166         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4167         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4168         Remove GstPollMode from gstpoll constructor.
4169
4170 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4171
4172         * configure.ac:
4173         * win32/common/config.h:
4174         0.10.17.2 pre-release
4175
4176 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4177
4178         * gst/Makefile.am:
4179         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4180         them twice
4181
4182         * win32/common/libgstinterfaces.def:
4183         * win32/common/libgstrtp.def:
4184         Add new API to the defs
4185
4186 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4187
4188         Patch by: Mersad Jelacic  <mersad at axis dot com>
4189
4190         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4191         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4192         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4193         possible to specify the sample size in bits. (#509637)
4194
4195 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4196
4197         * tests/check/libs/mixer.c:
4198           Add a few simple checks for the new message types.
4199
4200 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4201
4202         * docs/libs/gst-plugins-base-libs-sections.txt:
4203         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4204           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4205           (gst_mixer_message_get_type),
4206           (gst_mixer_message_parse_option_changed),
4207           (gst_mixer_message_parse_options_list_changed):
4208         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4209           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4210           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4211           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4212           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4213           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4214
4215 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4218           (gst_mixer_options_get_values):
4219         * gst-libs/gst/interfaces/mixeroptions.h:
4220           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4221           (_GstMixerOptions), (_GstMixerOptionsClass):
4222           API: add GstMixerOptions::get_values vfunc (#519906)
4223
4224 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4225
4226         * configure.ac:
4227         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4228         plug-ins are included/excluded. (#498222)
4229
4230 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4231
4232         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4233         Add typefinder for IMelody files, using audio/x-imelody.
4234         See bug #519516.
4235
4236 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4239         * ext/alsa/gstalsasink.c: (set_hwparams):
4240         * ext/alsa/gstalsasrc.c: (set_hwparams):
4241         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4242         * ext/ogg/gstoggmux.h:
4243         * ext/ogg/gstogmparse.c:
4244         * gst-libs/gst/audio/audio.c:
4245         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4246         * gst-libs/gst/pbutils/missing-plugins.c:
4247         (gst_missing_uri_sink_message_new),
4248         (gst_missing_element_message_new),
4249         (gst_missing_decoder_message_new),
4250         (gst_missing_encoder_message_new):
4251         * gst-libs/gst/rtp/gstbasertppayload.c:
4252         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4253         (gst_rtcp_packet_bye_get_reason):
4254         * gst/audioconvert/gstaudioconvert.c:
4255         * gst/audioresample/gstaudioresample.c:
4256         * gst/ffmpegcolorspace/imgconvert.c:
4257         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4258         * gst/typefind/gsttypefindfunctions.c:
4259         * gst/videoscale/vs_4tap.c:
4260         * gst/videoscale/vs_4tap.h:
4261         * sys/v4l/gstv4lelement.c:
4262         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4263         * sys/v4l/v4l_calls.c:
4264         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4265         (gst_v4lsrc_try_capture):
4266         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4267         (gst_ximagesink_ximage_new):
4268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4269         (gst_xvimagesink_xvimage_new):
4270         * tests/check/elements/audioconvert.c:
4271         * tests/check/elements/audioresample.c:
4272         (fail_unless_perfect_stream):
4273         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4274         * tests/check/elements/decodebin.c:
4275         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4276         (setup_gdpdepay_streamheader):
4277         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4278         (setup_gdppay_streamheader):
4279         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4280         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4281         * tests/check/elements/textoverlay.c:
4282         * tests/check/elements/videorate.c: (setup_videorate):
4283         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4284         * tests/check/elements/volume.c: (setup_volume):
4285         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4286         * tests/check/elements/vorbistag.c:
4287         * tests/check/generic/clock-selection.c:
4288         * tests/check/generic/states.c: (setup), (teardown):
4289         * tests/check/libs/cddabasesrc.c:
4290         * tests/check/libs/video.c:
4291         * tests/check/pipelines/gio.c:
4292         * tests/check/pipelines/oggmux.c:
4293         * tests/check/pipelines/simple-launch-lines.c:
4294         (simple_launch_lines_suite):
4295         * tests/check/pipelines/streamheader.c:
4296         * tests/check/pipelines/theoraenc.c:
4297         * tests/check/pipelines/vorbisdec.c:
4298         * tests/check/pipelines/vorbisenc.c:
4299         * tests/examples/seek/scrubby.c:
4300         * tests/examples/seek/seek.c: (query_positions_elems),
4301         (query_positions_pads):
4302         * tests/icles/stress-xoverlay.c: (myclock):
4303         Correct all relevant warnings found by the sparse semantic code
4304         analyzer. This include marking several symbols static, using
4305         NULL instead of 0 for pointers and using "foo (void)" instead
4306         of "foo ()" for declarations.
4307
4308         * win32/common/libgstrtp.def:
4309         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4310
4311 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4312
4313         Patch by: José Alburquerque <jaalburqu svn gnome org>
4314
4315         * gst/playback/gstplaybin2.c:
4316           Make the function signature of the _get_*_tags() functions match
4317           the signature of the vfuncs they implement, ie. return a
4318           GstTagList rather than a GstStructure, which is more correct,
4319           even if one is typedef'ed to the other (#518940).
4320
4321 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * gst-libs/gst/rtsp/gstrtspconnection.c:
4324           Don't include unix headers unconditionally (fixes #518037).
4325
4326 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4327
4328         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4329           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4330           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4331           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4332           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4333           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4334           (gst_video_format_is_packed), (video_format_is_packed):
4335           Add unit test that makes sure that the strides, offsets and
4336           sizes returned for the various YUV formats by the new video API
4337           match the old reference implementation in videotestsrc.
4338
4339 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4342           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4343           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4344           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4345           (gst_video_format_get_pixel_stride),
4346           (gst_video_format_get_component_width),
4347           (gst_video_format_get_component_height),
4348           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4349         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4350           (GST_VIDEO_FORMAT_Y42B):
4351           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4352
4353 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4356           YV12 is I420 with swapped components 1 and 2, so the offset of
4357           component 1 for I420 should be the offset for component 2 for YV12
4358           and vice versa.
4359
4360 2008-02-29  Rene Stadler  <mail@renestadler.de>
4361
4362         * sys/v4l/gstv4lelement.c:
4363         Add missing semicolon to fix indentation.
4364
4365 2008-02-29  Julien Moutte  <julien@fluendo.com>
4366
4367         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4368         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4369         if we can do SPDIF output.
4370         * ext/alsa/gstalsa.h:
4371         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4372         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4373         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4375         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4376         to support AC3, EC3 and IEC958 buffers.
4377
4378 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4381           (gst_mixer_message_parse_mute_toggled),
4382           (gst_mixer_message_parse_record_toggled),
4383           (gst_mixer_message_parse_volume_changed),
4384           (gst_mixer_message_parse_option_changed):
4385           De-cruft and fix message type assertions (NULL is not a really
4386           valid mixer message type string).
4387
4388 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4389
4390         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4391         When negotiating, actually start from a format that we can support
4392         instead of from the too generic template.
4393
4394 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4395
4396         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4397         Enable vis setting.
4398
4399         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4400         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4401         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4402         (gen_vis_chain):
4403         Implement vis switching while playing.
4404
4405 2008-02-28  David Schleef  <ds@schleef.org>
4406
4407         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4408
4409 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4410
4411         Patch by: Peter Kjellerstedt  <pkj at axis com>
4412
4413         * gst/tcp/Makefile.am:
4414         * gst/tcp/fdsetstress.c:
4415         * gst/tcp/gstfdset.c:
4416         * gst/tcp/gstfdset.h:
4417         Removed fdset and stress test, they are now known as GstPoll in
4418         core. 
4419
4420         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4421         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4422         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4423         (gst_multi_fd_sink_handle_client_write),
4424         (gst_multi_fd_sink_queue_buffer),
4425         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4426         (gst_multi_fd_sink_stop):
4427         * gst/tcp/gstmultifdsink.h:
4428         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4429         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4430         (gst_tcp_gdp_read_caps):
4431         * gst/tcp/gsttcp.h:
4432         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4433         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4434         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4435         * gst/tcp/gsttcpclientsink.h:
4436         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4437         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4438         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4439         * gst/tcp/gsttcpclientsrc.h:
4440         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4441         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4442         * gst/tcp/gsttcpserversink.h:
4443         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4444         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4445         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4446         * gst/tcp/gsttcpserversrc.h:
4447         Port to GstPoll. See #505417.
4448
4449 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4450
4451         Patch by: Peter Kjellerstedt  <pkj at axis com>
4452
4453         * gst-libs/gst/rtsp/gstrtspconnection.c:
4454         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4455         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4456         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4457         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4458         (gst_rtsp_connection_flush):
4459         * gst-libs/gst/rtsp/gstrtspconnection.h:
4460         Use GstPoll for the rtsp connection. See #505417.
4461
4462 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4463
4464         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4465         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4466         Add combo box for visualisations, populate it with a factory list
4467         of all visualisation plugins, configure vis plugin instance in
4468         playbin2. 
4469
4470 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4471
4472         * tests/check/libs/rtp.c: (GST_START_TEST):
4473         Add check for RTP buffer defaults, padding and marker bit API.
4474
4475 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4476
4477         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4478         Use memcpy() instead of upcasting a byte array to long *. This
4479         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4480         This should be ported to GCheckSum once we can use GLib 2.16.
4481         Partially fixes bug #500833.
4482
4483 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4484
4485         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4486           Push tag event after the newsegment event. Log the pointer of
4487           the buffer we're actually going to push rather than the buffer
4488           we're feeding to _make_metadata_writable().
4489
4490 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4491
4492         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4493         Comment smoke typefinder for now. The smokedec plugin needs one
4494         frame per buffer but we have no parser yet, thus it simply crashes
4495         in most situations.
4496
4497 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4498
4499         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4500         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4501
4502 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4503
4504         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4505         (plugin_init):
4506         Add midi typefinder, copied from the timidity plugin.
4507
4508 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4509
4510         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4511
4512         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4513         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4514           (subparse_suite):
4515           Forward slashes at the beginning and end of a line also signify
4516           italics (Fixes: #518162).
4517
4518 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4519
4520         * tests/check/gst-plugins-base.supp:
4521         Add a suppression for a cached value in GIO that wasn't moved
4522         while moving gio from -bad to -base.
4523
4524 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4525
4526         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4527
4528         * configure.ac:
4529         Don't hardcode -Wall and -Werror for configure checks, this fails
4530         with non-GCC compilers. Fixes bug #517991.
4531
4532 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4533
4534         * gst/audioconvert/gstaudioconvert.c:
4535         * gst/audioconvert/gstaudioquantize.c:
4536         * gst/audioconvert/gstaudioquantize.h:
4537           Make audioconvert gap aware. If noiseshaping is used, wait for
4538           noiseshaping to converge before marking as GAP. Fixes #517813.
4539
4540 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4541
4542         * gst/audiotestsrc/gstaudiotestsrc.c:
4543           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4544
4545 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4546
4547         * ext/gnomevfs/gstgnomevfssink.c:
4548         (gst_gnome_vfs_sink_handle_event):
4549         Return FALSE when seeking for a new segment fails instead
4550         of silently ignoring the failure and appending every buffer
4551         that comes for the new segment.
4552
4553 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4554
4555         * gst/playback/gstplaysink.c: (find_property),
4556         (gst_play_sink_find_property), (gen_video_chain),
4557         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4558         Recursively search the sink element for a last-frame property so that we
4559         can also find the property in autovideosink and friends that don't
4560         always proxy the internal sink properties.
4561
4562 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * gst-libs/gst/audio/multichannel.c:
4565           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4566           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4567           (gst_audio_set_structure_channel_positions_list),
4568           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4569           (gst_audio_fixate_channel_positions):
4570           Fix confusing terminology in docs and code: structure fields are
4571           'fields' and not 'properties'.
4572
4573 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * gst-libs/gst/audio/multichannel.c:
4576           (gst_audio_check_channel_positions), (add_list_to_struct):
4577           Give more useful warning messages if one of the channel
4578           layout enums passed to us is invalid and if the "channels"
4579           field in the caps has a GType we don't expect.
4580
4581 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * gst-libs/gst/audio/multichannel.c:
4584           Fix typo in docs blurb.
4585
4586 2008-02-19  Julien Moutte  <julien@fluendo.com>
4587
4588         Patch by: Josep Torra Valles <josep@fluendo.com>
4589
4590         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4591         typefind lookup to fix typefinding on HD clips.
4592
4593 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * gst/playback/gstscreenshot.c:
4596         * gst/playback/gstscreenshot.h:
4597           Fix up copyright (I rewrote the GStreamer-0.10 code for
4598           this from scratch back in the days).
4599
4600 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4601
4602         * gst/playback/Makefile.am:
4603         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4604         (create_element), (gst_play_frame_conv_convert):
4605         * gst/playback/gstscreenshot.h:
4606         Add screenshot conversion code from totem.
4607
4608         * gst/playback/gstplay-marshal.list:
4609         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4610         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4611         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4612         Implement frame property to get a color-unconverted snapshot.
4613         Implement convert-frame action signal to get a converted snapshot image.
4614         Configure connection speed in uridecodebin.
4615         Document some more properties.
4616
4617         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4618         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4619         (gst_play_sink_get_last_frame):
4620         * gst/playback/gstplaysink.h:
4621         Use last-buffer property of the video sink to get a video snapshot.
4622
4623         * tests/examples/seek/seek.c: (shot_cb), (main):
4624         Add snapshot button for playbin2 and use the frame property to save the
4625         frame as a png in the current directory.
4626
4627 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4628
4629         Patch by: Josep Torra Valles <josep at fluendo dot com>
4630
4631         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4632         (plugin_init):
4633         Add typefinding support for h264 elementary streams.
4634         Fixes bug #517420.
4635
4636 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4637
4638         * configure.ac:
4639           Require CVS of core for new API in collectpads.
4640
4641         * gst/adder/gstadder.c:
4642           Use new API to make adder sparse stream aware.
4643
4644 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4645
4646         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4647         (no_more_pads_cb):
4648         Get the object data correct so that we can remove our channels
4649         correctly.
4650
4651         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4652         (gen_vis_chain), (gst_play_sink_reconfigure),
4653         (gst_play_sink_request_pad):
4654         Add option to disable async behaviour in the sinks when possible. This
4655         makes it possible to avoid an audio queue when dealing with
4656         visualisations.
4657         Add option to add a queue for the audio path.
4658
4659         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4660         (main):
4661         Disable the vis checkbox to match the defaults of playbin2.
4662         Only get the stream info when we need to.
4663
4664 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4665
4666         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4667         (gst_gio_base_sink_set_stream):
4668         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4669         (gst_gio_base_src_set_stream):
4670         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4671         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4672         Don't use async operations as they require a running main loop.
4673         This makes us block again when closing streams and unable
4674         to mount the enclosing volume of an URI if it isn't yet.
4675
4676 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4677
4678         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4679         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4680         (gen_vis_chain), (gst_play_sink_reconfigure),
4681         (gst_play_sink_request_pad):
4682         Move tee in front of the audio and vis pipelines.
4683         Add queue for audio for now.
4684         Add visualisation support.
4685
4686         * tests/examples/seek/seek.c: (main):
4687         Visualisation is by default disabled.
4688
4689 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4690
4691         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4692         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4693         Improve debugging a bit.
4694
4695         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4696         * ext/gio/gstgiosink.h:
4697         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4698         * ext/gio/gstgiosrc.h:
4699         Try to mount the enclosing volume of a GFile if it isn't mounted
4700         yet. This requires us to wait for an async operation to finish, done
4701         with an nested GMainLoop. Authentication is not supported yet, will
4702         come later.
4703
4704 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4705
4706         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4707         (gst_play_bin_set_property), (gst_play_bin_get_property),
4708         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4709         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4710         (gst_play_sink_get_mute), (gen_audio_chain):
4711         * gst/playback/gstplaysink.h:
4712         Add mute property.
4713
4714         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4715         (gst_selector_pad_chain):
4716         * gst/playback/gststreamselector.h:
4717         Make sure we forward the event only once.
4718
4719         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4720         Add and implement the mute button for playbin2.
4721
4722 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4723
4724         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4725
4726         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4727         Add some more debug info.
4728         Make sure we never return a negative delay. Fixes #516246.
4729
4730 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4733           Revert patch that makes the sink hold the object lock when
4734           calling snd_pcm_delay(), since it breaks playback for me.
4735
4736 2008-02-12  Julien Moutte  <julien@fluendo.com>
4737
4738         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4739         some seek flags when changing rate.
4740
4741 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4742
4743         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4744         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4745         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4746         Fix potential leaks.
4747
4748         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4749         Fix leak when there is no function configured.
4750
4751 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4752
4753         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4754         (gst_v4lsrc_buffer_finalize):
4755         Correctly chain up the finalize method.
4756
4757 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4758
4759         * ext/gio/gstgiostreamsink.c:
4760         * ext/gio/gstgiostreamsrc.c:
4761         Add documentation and example code for giostreamsink/giostreamsrc.
4762
4763         * tests/check/pipelines/gio.c: (GST_START_TEST):
4764         Ask the GMemoryOutputStream for the data instead of assuming that
4765         the pointer to the data stayed the same. It could've been realloc'ed.
4766
4767 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4768
4769         * ext/gio/gstgiosink.c:
4770         * ext/gio/gstgiosrc.c:
4771         Make the documentation of giosink/giosrc complete, large parts
4772         are based on the gnomevfssink/gnomevfssrc docs.
4773
4774 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4775
4776         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4777         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4778         * docs/plugins/gst-plugins-base-plugins.args:
4779         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4780         * docs/plugins/gst-plugins-base-plugins.interfaces:
4781         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4782         * docs/plugins/gst-plugins-base-plugins.signals:
4783         * docs/plugins/inspect/plugin-adder.xml:
4784         * docs/plugins/inspect/plugin-audioconvert.xml:
4785         * docs/plugins/inspect/plugin-audiorate.xml:
4786         * docs/plugins/inspect/plugin-audioresample.xml:
4787         * docs/plugins/inspect/plugin-decodebin.xml:
4788         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4789         * docs/plugins/inspect/plugin-gdp.xml:
4790         * docs/plugins/inspect/plugin-gio.xml:
4791         * docs/plugins/inspect/plugin-gnomevfs.xml:
4792         * docs/plugins/inspect/plugin-libvisual.xml:
4793         * docs/plugins/inspect/plugin-ogg.xml:
4794         * docs/plugins/inspect/plugin-pango.xml:
4795         * docs/plugins/inspect/plugin-playback.xml:
4796         * docs/plugins/inspect/plugin-queue2.xml:
4797         * docs/plugins/inspect/plugin-subparse.xml:
4798         * docs/plugins/inspect/plugin-theora.xml:
4799         * docs/plugins/inspect/plugin-uridecodebin.xml:
4800         * docs/plugins/inspect/plugin-videorate.xml:
4801         * docs/plugins/inspect/plugin-videoscale.xml:
4802         * docs/plugins/inspect/plugin-volume.xml:
4803         * docs/plugins/inspect/plugin-vorbis.xml:
4804         Add the GIO documentation again and while at that run make update.
4805
4806 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4807
4808         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4809         * ext/alsa/gstalsasink.c: (set_swparams):
4810         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4811           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4812           against libasound >= 1.0.16, since it's been deprecated in
4813           0.10.16, and alignment is always 1 then, apparently. (#512899)
4814
4815 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * gst/playback/gstplaybin.c: (gen_audio_element):
4818         * gst/playback/gstplaysink.c: (gen_audio_chain):
4819           Handle case where we can't create the volume element a bit
4820           better (#514307).
4821
4822 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4823
4824         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4825         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4826           Add support for https protocol. Fixes #510229.
4827
4828 2008-02-11  Julien Moutte  <julien@fluendo.com>
4829         
4830         Patch by: Alan Peevers <peeves@pacbell.net>
4831
4832         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4833         lock when calling alsa methods.
4834
4835 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/typefind/gsttypefindfunctions.c:
4838           Bump rank of jpeg and png typefinders, which will return maximum
4839           probability in the most common cases (thus short-circuiting more
4840           expensive typefinders like the mp3 one for these two quite common
4841           image types).
4842
4843 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4844
4845         * ext/theora/theoraparse.c:
4846         Fix long description of the theora parser to be more verbose than just
4847         the type name.
4848
4849 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         Patch by: Branko Čibej <brane at xbc dot nu>
4852
4853         * sys/xvimage/xvimagesink.c:
4854         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4855         Fixes bug #515654.
4856
4857 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4858
4859         * gst/playback/gstplaybasebin.c:
4860         Set is_dynamic as True if there are elements with both request
4861         and sometimes src pad templates instead of breaking out when it
4862         finds the first pad template that is a src.
4863
4864 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4865
4866         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4867         (update_streams), (video_combo_cb), (audio_combo_cb),
4868         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4869         Add some stream switching and volume gui for playbin2.
4870
4871 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4872
4873         * gst/playback/gstplay-marshal.list:
4874         Added marshal for streamselector Tags.
4875
4876         * gst/playback/gstplaybasebin.c: (set_active_source):
4877         Streamselector now selects pads based on the pad object instead of its
4878         name.
4879
4880         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4881         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4882         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4883         (gst_play_bin_get_text_tags),
4884         (gst_play_bin_set_current_video_stream),
4885         (gst_play_bin_set_current_audio_stream),
4886         (gst_play_bin_set_current_text_stream),
4887         (gst_play_bin_set_property), (gst_play_bin_get_property),
4888         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4889         Remove option to mute streams with the current-a/v/t property, we have
4890         this functionality in the flags.
4891         Add signals to notify when the number of A/V/T channels changed.
4892         Add action signals to get tags for the A/V/T streams.
4893         Implement setting the current A/V/T stream.
4894         Rearrange some things to simplify stream selection.
4895         Implement volume.
4896
4897         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4898         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4899         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4900         (activate_vis), (gst_play_sink_reconfigure):
4901         * gst/playback/gstplaysink.h:
4902         Add and implement volume setting methods.
4903
4904         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4905         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4906         (gst_selector_pad_event), (gst_stream_selector_class_init),
4907         (gst_stream_selector_init), (gst_stream_selector_finalize),
4908         (gst_stream_selector_set_property),
4909         (gst_stream_selector_get_property),
4910         (gst_stream_selector_get_linked_pad),
4911         (gst_stream_selector_request_new_pad):
4912         * gst/playback/gststreamselector.h:
4913         Add pad properties for tags and status of pads.
4914         Keep tags on pads.
4915         Make active pad selection based on pad object instead of name.
4916
4917 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4918
4919         * configure.ac:
4920           Revert last change as we now check in gtk-doc.m4 for sed.
4921
4922 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4923
4924         * configure.ac:
4925         Find and subst SED when building the docs.
4926
4927 2008-02-08  Julien Moutte  <julien@fluendo.com>
4928
4929         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4930         (main): Make sure bus signals are reconnected when pressing STOP
4931         and then PLAY again for a parse launch pipeline. Fix a ref leak
4932         on the bus.
4933         * win32/common/config.h: Updated.
4934
4935 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4936
4937         * configure.ac:
4938         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4939         pre-releases or releases.
4940
4941 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4942
4943         * configure.ac:
4944         * ext/gio/Makefile.am:
4945         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4946         reporting
4947
4948 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4949
4950         * docs/plugins/Makefile.am:
4951         Add the headers which need scanning for the GIO plugin. The rest of
4952         the docs still need migrating.
4953
4954 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4955
4956         * ext/Makefile.am:
4957         * tests/check/Makefile.am:
4958         * tests/check/pipelines/.cvsignore:
4959         Add gio in a few more places.
4960
4961 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4962
4963         * configure.ac:
4964         * ext/Makefile.am:
4965         * tests/check/Makefile.am:
4966         Move gio plugin from -bad and mark as experimental.
4967
4968 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4969
4970         * gst-libs/gst/interfaces/mixeroptions.c:
4971         * gst-libs/gst/interfaces/mixertrack.c:
4972         Comment out a couple of other things which break the build when
4973         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4974
4975 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4976
4977         * docs/libs/gst-plugins-base-libs-sections.txt:
4978           Fix pbutils header.
4979
4980 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4981
4982         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4983         Fix compiler warning.
4984
4985 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4986
4987         Patch by: Peter Kjellerstedt  <pkj at axis com>
4988
4989         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4990         Clear the addrinfo struct using memset. Fixes #514937.
4991
4992 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4993
4994         * gst/tcp/gstfdset.h:
4995         Remove unused field to same some memory.
4996
4997         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4998         Mark action signals as such.
4999
5000 2008-02-06  Michael Smith <msmith@fluendo.com>
5001
5002         * ext/theora/theoradec.c: (_theora_granule_frame),
5003         (_inc_granulepos):
5004           Increment granulepos for new-bitstream versions appropriately.
5005           Fixes #514623.
5006
5007 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5008
5009         * tests/examples/seek/seek.c: (do_seek),
5010         (rate_spinbutton_changed_cb), (update_streams), (main):
5011         Remove obsolete stream_time reset after flushing seek, core does that
5012         automatically now.
5013         Improve accuracy of speed spinbutton.
5014         Only do playbin2 stuff when we actually use it.
5015
5016 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         * tests/check/Makefile.am:
5019           Revert previous change of the test environment's GST_PLUGIN_PATH.
5020           The problem is not with the plugins, but with element factories
5021           and only occurs if elements are split out from existing plugins
5022           or if plugins change name (see #512740).
5023
5024 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * tests/check/Makefile.am:
5027           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5028           with the core's plugins first and our local build directories last,
5029           since we might be building against an installed core, and that
5030           core's plugin directory may contain older or other versions of
5031           our own -base plugins, but we really do want to test our local
5032           ones (if there are multiple plugins or element factories with the
5033           same name, those inspected last will trump those read in earlier).
5034           Fixes #512740 for the most part.
5035
5036 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5037
5038         * configure.ac:
5039         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5040         Use gmtime_r if available as gmtime is not MT-safe.
5041         Fixes bug #511810.
5042
5043 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5044
5045         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5046         Cast glong to time_t as time_t might have a different type on
5047         other platforms, like FreeBSD, and we get a compiler warning
5048         otherwise. Fixes bug #511825.
5049
5050 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5051
5052         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5053         (get_group), (get_n_pads), (gst_play_bin_get_property),
5054         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5055         (autoplug_select_cb), (deactivate_group):
5056         Remove stream-info, we going for something easier.
5057         Refactor getting the current group.
5058         Implement getting the number of audio/video/text streams.
5059
5060         * gst/playback/gststreamselector.c:
5061         (gst_stream_selector_class_init), (gst_stream_selector_init),
5062         (gst_stream_selector_get_property),
5063         (gst_stream_selector_request_new_pad),
5064         (gst_stream_selector_release_pad):
5065         * gst/playback/gststreamselector.h:
5066         Add property for number of pads.
5067
5068         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5069         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5070         (text_toggle_cb), (update_streams), (msg_async_done),
5071         (msg_state_changed), (main):
5072         Block slider callback when updating the slider position.
5073         Add gui elements for controlling playbin2.
5074         Add callback for async_done that updates position/duration.
5075
5076 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5077
5078         * docs/plugins/Makefile.am:
5079         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5080         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5081         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5082         * docs/plugins/gst-plugins-base-plugins.interfaces:
5083         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5084           First round of plugin docs cleansups.
5085
5086         * docs/plugins/inspect/plugin-adder.xml:
5087         * docs/plugins/inspect/plugin-alsa.xml:
5088         * docs/plugins/inspect/plugin-audioconvert.xml:
5089         * docs/plugins/inspect/plugin-audiorate.xml:
5090         * docs/plugins/inspect/plugin-audioresample.xml:
5091         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5092         * docs/plugins/inspect/plugin-cdparanoia.xml:
5093         * docs/plugins/inspect/plugin-decodebin.xml:
5094         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5095         * docs/plugins/inspect/plugin-gdp.xml:
5096         * docs/plugins/inspect/plugin-gnomevfs.xml:
5097         * docs/plugins/inspect/plugin-libvisual.xml:
5098         * docs/plugins/inspect/plugin-ogg.xml:
5099         * docs/plugins/inspect/plugin-pango.xml:
5100         * docs/plugins/inspect/plugin-subparse.xml:
5101         * docs/plugins/inspect/plugin-tcp.xml:
5102         * docs/plugins/inspect/plugin-theora.xml:
5103         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5104         * docs/plugins/inspect/plugin-video4linux.xml:
5105         * docs/plugins/inspect/plugin-videorate.xml:
5106         * docs/plugins/inspect/plugin-videoscale.xml:
5107         * docs/plugins/inspect/plugin-videotestsrc.xml:
5108         * docs/plugins/inspect/plugin-volume.xml:
5109         * docs/plugins/inspect/plugin-vorbis.xml:
5110         * docs/plugins/inspect/plugin-ximagesink.xml:
5111         * docs/plugins/inspect/plugin-xvimagesink.xml:
5112           Regenerate.
5113
5114         * ext/ogg/Makefile.am:
5115         * ext/ogg/gstoggmux.c:
5116         * ext/ogg/gstoggmux.h:
5117           Add header for oggmux. the c-file needs a doc blob still.
5118
5119 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5120
5121         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5122
5123         * gst-libs/gst/rtp/gstrtpbuffer.c:
5124         (gst_rtp_buffer_set_extension_data):
5125         * gst-libs/gst/rtp/gstrtpbuffer.h:
5126         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5127         Add gst_rtp_buffer_set_extension_data() 
5128         Add a unit test for this addition. Fixes #511478.
5129         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5130
5131 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5132
5133         * configure.ac:
5134         Back to CVS
5135
5136 === release 0.10.17 ===
5137
5138 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5139
5140         * configure.ac:
5141           releasing 0.10.17, "Peanut Butter and Jelly"
5142
5143 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5144
5145         * gst-libs/gst/interfaces/mixeroptions.c:
5146         * gst-libs/gst/interfaces/mixertrack.c:
5147         Also remove the conditional registration of the signals
5148         that disappeared with the ABI change in 0.10.14
5149
5150 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5151
5152         * gst-libs/gst/rtsp/gstrtspconnection.c:
5153         Revert patch to gstrtspconnection.c for brown paper bag
5154         release of -base. Re-opens: #511825
5155
5156 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5157
5158         * gst-libs/gst/interfaces/mixeroptions.h:
5159         * gst-libs/gst/interfaces/mixertrack.h:
5160         Change the way these deprecated function pointers are removed
5161         so that the compiled ABI is unconditionally smaller. This 
5162         sets in stone an ABI break that actually occurred when the
5163         things were deprecated in 0.10.14, which seems to be the best
5164         fix as the only known users are oss-mixer and sunaudio-mixer in 
5165         gst-plugins-good.
5166         Fixes: #513018
5167
5168 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * win32/common/libgstpbutils.def:
5171           Export the two new _get_type() functions which are needed
5172           by the python bindings.
5173
5174 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5175
5176         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5177         Cast glong to time_t as time_t might have a different type on
5178         other platforms, like FreeBSD, and we get a compiler warning
5179         otherwise. Fixes bug #511825.
5180
5181 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5182
5183         * gst-libs/gst/audio/gstaudiofilter.c:
5184         (gst_audio_filter_class_init):
5185         Initialize the GstRingerBuffer class to get it's debug category
5186         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5187         category and otherwise we get some g_critical(). Fixes bug #512334.
5188
5189 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5190
5191         * configure.ac:
5192         Back to CVS
5193
5194 === release 0.10.16 ===
5195
5196 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5197
5198         * configure.ac:
5199           releasing 0.10.16, "Scheduled Interruption"
5200
5201 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5202
5203         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5204
5205         * gst-libs/gst/rtp/gstrtpbuffer.c:
5206         (gst_rtp_buffer_get_extension_data):
5207         Fix typos and wrong extension check. Fixes #511274.
5208
5209 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5210
5211         * po/sk.po:
5212         Oops - add new sk.po mentioned in the LINGUAS I just committed
5213
5214 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5215
5216         * po/LINGUAS:
5217         Add ca translation to the disted list.
5218
5219         * win32/vs6/libgstsdp.dsp:
5220         Convert line endings to CRLF
5221
5222 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5223
5224         * win32/MANIFEST:
5225         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5226
5227 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5228
5229         * win32/common/libgstsdp.def:
5230         * win32/common/libgstvideo.def:
5231         Add new API declarations
5232
5233 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5234
5235         * ext/theora/gsttheoradec.h:
5236         * ext/theora/gsttheoraparse.h:
5237         * ext/theora/theoradec.c:
5238         * ext/theora/theoraparse.c:
5239         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5240         and parser by inspecting the bitstream version of the incoming data.
5241
5242 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5243
5244         * configure.ac:
5245         * pkgconfig/Makefile.am:
5246         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5247         * pkgconfig/gstreamer-audio.pc.in:
5248         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5249         * pkgconfig/gstreamer-cdda.pc.in:
5250         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5251         * pkgconfig/gstreamer-fft.pc.in:
5252         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5253         * pkgconfig/gstreamer-floatcast.pc.in:
5254         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5255         * pkgconfig/gstreamer-interfaces.pc.in:
5256         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5257         * pkgconfig/gstreamer-netbuffer.pc.in:
5258         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5259         * pkgconfig/gstreamer-pbutils.pc.in:
5260         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5261         * pkgconfig/gstreamer-riff.pc.in:
5262         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5263         * pkgconfig/gstreamer-rtp.pc.in:
5264         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5265         * pkgconfig/gstreamer-rtsp.pc.in:
5266         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5267         * pkgconfig/gstreamer-sdp.pc.in:
5268         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5269         * pkgconfig/gstreamer-tag.pc.in:
5270         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5271         * pkgconfig/gstreamer-video.pc.in:
5272         Provide one pkg-config file for every gst-plugins-base library.
5273         This makes linking to those libraries much more intuitive and
5274         provides standard pkg-config behaviour for them. Fixes bug #499697.
5275
5276 2008-01-13  David Schleef  <ds@schleef.org>
5277
5278         * gst/videoscale/vs_4tap.c:
5279           Fix valgrind error on 4tap scaling method.
5280
5281 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5282
5283         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5284         Include Winsock2.h for VS6 and use a different way initialize
5285         hints structure so it can build with VS6.
5286         * win32/MANIFEST:
5287         * win32/vs6/libgstsdp.dsp:
5288         * win32/common/libgstsdp.def:
5289         Add new files for libgstsdp.
5290         * win32/vs6/grammar.dsp:
5291         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5292         * win32/vs6/gst_plugins_base.dsw:
5293         * win32/vs6/libgstdecodebin.dsp:
5294         * win32/vs6/libgstdecodebin2.dsp:
5295         * win32/vs6/libgstplaybin.dsp:
5296         * win32/vs6/libgstvolume.dsp:
5297         Add new dependencies to the link list.
5298
5299 2008-01-13  Julien Moutte  <julien@fluendo.com>
5300
5301         * win32/common/config.h:
5302         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5303         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5304         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5305         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5306         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5307         * win32/common/interfaces-enumtypes.c:
5308         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5309         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5310         (gst_mixer_track_flags_get_type),
5311         (gst_tuner_channel_flags_get_type):
5312         * win32/common/multichannel-enumtypes.c:
5313         (gst_audio_channel_position_get_type):
5314         * win32/common/pbutils-enumtypes.c:
5315         (gst_install_plugins_return_get_type):
5316         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5317         in the win32 build directory.
5318
5319 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5320
5321         * tests/check/Makefile.am:
5322         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5323
5324         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5325         * tests/check/elements/playbin.c:
5326         * tests/check/libs/mixer.c: (test_element_interface_supported),
5327         (gst_implements_interface_init):
5328         * tests/check/libs/rtp.c: (GST_START_TEST):
5329         Fix various assignment type mismatches.
5330
5331 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5332
5333         * configure.ac:
5334         * gst-libs/gst/rtsp/Makefile.am:
5335         Add test to see if hstrerror is available or if we need libresolv
5336         (Solaris) for it, then use it in libgstrtsp.
5337
5338 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5339
5340         * gst-libs/gst/tag/Makefile.am:
5341         Fix include path order
5342
5343 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5344
5345         * gst-libs/gst/pbutils/install-plugins.c:
5346         (gst_install_plugins_context_copy),
5347         (gst_install_plugins_context_get_type):
5348         * gst-libs/gst/pbutils/install-plugins.h:
5349         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5350         for bindings.
5351
5352 2008-01-11  Michael Smith <msmith@fluendo.com>
5353
5354         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5355         (_theora_granule_frame), (_theora_granule_start_time),
5356         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5357           Adapt for post-alpha meaning of granulepos, when we
5358           have a newer version of libtheora.
5359         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5360         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5361         (theora_enc_is_discontinuous), (theora_enc_chain):
5362           Likewise.
5363         * tests/check/Makefile.am:
5364           Link libtheora into theoraenc test so we can check which version of
5365           libtheora we're testing against.
5366         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5367         (check_buffer_granulepos),
5368         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5369         (theoraenc_suite):
5370           Adapt tests to check the values that are now defined for theora; make
5371           the tests backwards-adapt the passed values if we're running against an
5372           old libtheora.
5373           Fixes #497964
5374
5375 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5376
5377         * gst-libs/gst/audio/gstbaseaudiosink.c:
5378           (gst_base_audio_sink_class_init):
5379         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5380           (gst_base_audio_src_class_init):
5381           Ref audio clock class from a thread-safe context to make sure
5382           we're not bit by GObjects lack of thread-safety here (#349410),
5383            however unlikely that may be in practice.
5384
5385 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5386
5387         * autogen.sh:
5388           Add -Wno-portability to the automake parameters to stop warnings
5389           about GNU make extensions being used. We require GNU make in almost
5390           every Makefile anyway.
5391           
5392         * configure.ac:
5393           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5394           at the same time is required for per target flags.
5395
5396 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5399           Post an error message if we can't pull as many bytes as we need
5400           for the tag. This makes sure the user gets to see a proper error
5401           message if a file with a partial ID3 tag is fed to decodebin, and
5402           not a 'no ID3 tag demuxer' error, which would be confusing
5403           (see #508138).
5404
5405 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5406
5407         * gst-libs/gst/pbutils/descriptions.c: (formats):
5408           Add description strings for ID3, APE, and ICY tags.
5409
5410 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5411
5412         * gst/playback/gstdecodebin.c: (try_to_link_1):
5413           Make sure we error out correctly if we can't activate one of
5414           the elements we've added.  Fixes #508138.
5415           
5416 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5417
5418         Patch by: Bastien Nocera <hadess at hadess net>
5419
5420         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5421           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5422           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5423           the volume is the same for all channels. This works around
5424           some problem in alsa that leaves us with inconsistent state
5425           for some reason (#486840).
5426
5427 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         Patch by: Jerone Young <jerone at gmail com>
5430
5431         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5432           If there's no mixer track by the name of 'Master' or 'Front',
5433           check if there's one called 'PCM' before trying the generic
5434           fallback logic (fixes #506928, where we pick 'Mic' as master
5435           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5436
5437 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5438
5439         * gst/playback/gstplay-enum.c:
5440         (register_gst_autoplug_select_result),
5441         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5442         (gst_play_flags_get_type):
5443         * gst/playback/gstplay-enum.h:
5444         Add enums for configuration flags.
5445
5446         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5447         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5448         (gst_play_bin_get_property), (no_more_pads_cb),
5449         (autoplug_select_cb), (gst_play_bin_change_state):
5450         Merge mode with flags.
5451         Add more property getters/setters, defaults and docs.
5452         Add properties to get number of audio/video/text streams.
5453         Create sink object in _init so that we can always rely on it being
5454         there.
5455
5456         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5457         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5458         (activate_vis), (gst_play_sink_reconfigure),
5459         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5460         (gst_play_sink_change_state):
5461         * gst/playback/gstplaysink.h:
5462         Use flags to configure the sink pipelines.
5463         Add tee before audio pipeline so that we can use it for visualisations.
5464         Start working on integrating visualisations.
5465         Remove mode, we can do everything with the flags now.
5466         Add method to configue the sink pipeline.
5467
5468 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5471           (check_buffer_timestamp), (check_buffer_duration):
5472           Turn these functions into macros so we can see right away
5473           where the failure occured.
5474
5475 2008-01-05  Julien Moutte  <julien@fluendo.com>
5476
5477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5478         debugging information to understand how X calculates the stride
5479         for XvImages.
5480
5481 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5482
5483         * gst/volume/Makefile.am:
5484         * gst/volume/gstvolume.c: (volume_choose_func),
5485         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5486         (volume_setup):
5487         * gst/volume/gstvolume.h:
5488         Use GstAudioFilter as base class for the volume element instead of
5489         plain GstBaseTransform.
5490
5491 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5492
5493         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5494         Don't set element details for the abstract GstAudioFilter class.
5495
5496 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5497
5498         * gst-libs/gst/audio/gstaudiofilter.c:
5499         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5500         Implement get_unit_size() vmethod of GstBaseTransform.
5501
5502 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5503
5504         * gst-libs/gst/pbutils/Makefile.am:
5505         * gst-libs/gst/pbutils/pbutils.h:
5506         Use glib-enum generator to have a proper enum GType for
5507         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5508
5509 2007-12-31  David Schleef  <ds@schleef.org>
5510
5511         * tests/check/Makefile.am:
5512         * tests/check/pipelines/theoraenc.c:
5513           Reenable theoraenc test, which fails on the buildbot but
5514           not locally.
5515
5516 2007-12-31  David Schleef  <ds@schleef.org>
5517
5518         * docs/libs/.cvsignore:
5519         * docs/plugins/.cvsignore:
5520           Add *-undeclared.txt to fix buildbot.
5521
5522 2007-12-31  David Schleef  <ds@schleef.org>
5523
5524         * tests/check/Makefile.am:
5525           Second attempt at disabling theoraenc test long enough to
5526           get buildbot to compile -base.
5527
5528 2007-12-31  David Schleef  <ds@schleef.org>
5529
5530         * tests/check/pipelines/theoraenc.c:
5531           Disable theoraenc test long enough to get the buildbot to
5532           compile a recent -base.
5533
5534 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5535
5536         * tests/examples/seek/seek.c: (stop_cb):
5537         Make sure we reset the slider value to 0.0 without racing against a
5538         possible g_idle that sets it to something else.
5539
5540 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5541
5542         * sys/ximage/ximagesink.c:
5543         fix typo
5544
5545 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5546
5547         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5548         * gst-libs/gst/rtsp/gstrtspdefs.h:
5549         Add Location header so that we can start implementing redirects.
5550         See #506025.
5551
5552 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5553
5554         * gst/subparse/gstssaparse.c:
5555         combine if's
5556
5557 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5558
5559         * gst/subparse/gstssaparse.c:
5560         remove duplicate log message
5561
5562 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5563
5564         * ext/libvisual/visual.c: (gst_visual_chain):
5565         Fix 'xyz may be used uninitialized' compiler warnings caused
5566         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5567         abort() in any case but properly report the error.
5568
5569 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5570
5571         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5572         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5573         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5574         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5575         (autoplug_select_cb), (activate_group), (deactivate_group),
5576         (setup_next_source), (save_current_group),
5577         (gst_play_bin_change_state):
5578         Code cleanups.
5579         Remove next-uri, we can use the uri property just fine.
5580         Fix some crasher.
5581         Unref uridecodebin when switching.
5582         Fix going to READY.
5583
5584         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5585         (gst_play_sink_init), (gst_play_sink_dispose),
5586         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5587         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5588         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5589         (gst_play_sink_set_property), (gst_play_sink_get_property),
5590         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5591         (gen_vis_element), (gst_play_sink_get_mode),
5592         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5593         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5594         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5595         (gst_play_sink_change_state):
5596         * gst/playback/gstplaysink.h:
5597         Add some locking to make things threadsafe.
5598
5599         * gst/playback/test7.c: (about_to_finish_cb):
5600         Fix test.
5601
5602 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5603
5604         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5605           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5606           (gst_video_scale_transform):
5607           Don't claim to be able to handle/transform caps that can't really
5608           be handled by the currently selected scaling method (here: RGB or
5609           packed YUV with 4-tap method). Also add locking to method property.
5610
5611         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5612           (test_basetransform_based):
5613           Some test pipelines for the above (not entirely valgrind clean yet
5614           apparently).
5615
5616 2007-12-21  David Schleef  <ds@schleef.org>
5617
5618         * gst-libs/gst/video/video.c:
5619         * gst-libs/gst/video/video.h:
5620           Add additional RGBA and RGB-24 video formats.
5621
5622 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5623
5624         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5625           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5626           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5627         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5628           (cddabasesrc_suite):
5629           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5630           deprecated in the future (see #498924).
5631
5632 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5635           Don't leak event.
5636
5637 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5638
5639         * gst-libs/gst/riff/riff-read.c:
5640         Use GST_ROUND_UP_2 macro
5641
5642 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5643
5644         * gst/playback/.cvsignore:
5645           Ignore more.
5646
5647 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5650         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5651           (set_active_source):
5652         * gst/playback/gstplaybasebin.h:
5653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5654           (setup_sinks), (playbin_set_subtitles_visible):
5655           Make switching off of subtitles work. To avoid all kind of
5656           problems with unlinking of the subtitle input, we just keep
5657           the subtitle inputs linked as they are and tell textoverlay
5658           not to render them. Fixes #373011.
5659           Other subtitle switching issues (esp. when there are both
5660           external and in-stream subtitles) remain. They'll be solved
5661           in playbin2.
5662
5663 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5664
5665         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5666         Init the pad segment too.
5667
5668 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5669
5670         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5671         (gst_audioringbuffer_open_device),
5672         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5673         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5674         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5675         (gst_audio_sink_create_ringbuffer):
5676         Improve debug output.
5677
5678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5679         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5680         Prevent some functions from doing things and failing when the
5681         ringbuffer is not yet acquired.
5682
5683 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5684
5685         * gst-libs/gst/interfaces/interfaces.h:
5686           Also remove interfaces.h from CVS as it is not needed anymore.
5687
5688 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5689
5690         * gst-libs/gst/interfaces/Makefile.am:
5691           interfaces.h is not used anymore so remove it from the build
5692           process.
5693
5694 2007-12-17  David Schleef  <ds@schleef.org>
5695
5696         * gst/videotestsrc/gstvideotestsrc.c:
5697         * gst/videotestsrc/gstvideotestsrc.h:
5698           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5699           for testing vertical refresh synchronization.
5700
5701 2007-12-17  David Schleef  <ds@schleef.org>
5702
5703         * docs/libs/gst-plugins-base-libs-sections.txt:
5704         * gst-libs/gst/video/video.c:
5705         * gst-libs/gst/video/video.h:
5706           Add new GstVideFormat enum and write a bunch of helper functions
5707           based around it.
5708
5709 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         * Makefile.am:
5712           Use new common/win32.mak.
5713
5714 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5715
5716         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5717         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5718         Add debug info.
5719         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5720         the parent state change function, just like the audiosink, because the
5721         parent waits for the element to finish its processing before completing
5722         the state change. This makes going to PAUSED a lot snappier.
5723         When going from READY to PAUSED, don't allow the ringbuffer to start
5724         yet.
5725
5726 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5727
5728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5729         Yet another fix for broken software that produce files with an empty
5730         blockalign field. Instead of completely failing, make a second attempt
5731         at guessing the width/depth by looking at strf->size.
5732
5733 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5736           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5737         * gst-libs/gst/pbutils/install-plugins.c:
5738           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5739         * gst-libs/gst/pbutils/missing-plugins.c:
5740           (gst_missing_plugin_message_get_installer_detail),
5741           (gst_missing_encoder_installer_detail_new):
5742         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5743         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5744           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5745           avoid compiler warnings (#503930).
5746
5747 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5748
5749         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5750         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5751         for jpeg video streams.
5752         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5753         for the above modification.
5754
5755 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5758           (gst_x_overlay_handle_events):
5759           More guards (we don't want klass to end up being NULL).
5760
5761 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5762
5763         * configure.ac:
5764         * gst/volume/gstvolume.c: (gst_volume_init):
5765           Use new gst_base_transform_set_gap_aware() function as volume
5766           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5767           for this.
5768
5769 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5770
5771         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5772         Don't go to READY on EOS as this avoids testing of seeking and
5773         restarting after EOS, use the stop button when you want to READY.
5774         Don't try to do a flushing seek in segment-done, it does not make
5775         sense to use this for gapless playback and is not needed.
5776
5777 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5778
5779         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5780         (reset_rate_timer), (update_in_rates), (update_out_rates),
5781         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5782         (gst_queue_chain), (gst_queue_loop):
5783         Use separate timers for input and output rates.
5784         Pause measuring the output rate when we block for more data.
5785         See #503262.
5786
5787 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5788
5789         * gst/playback/gstqueue2.c: (gst_queue_chain):
5790         Pause the timer to measure the input rate when we block because the
5791         queue is filled. See #503262.
5792
5793 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5794
5795         Patch by: Peter Kjellerstedt  <pkj at axis com>
5796
5797         * gst-libs/gst/rtsp/gstrtspconnection.c:
5798         (gst_rtsp_connection_free):
5799         Close control sockets. Fixes #503440.
5800
5801 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5802
5803         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5804         Expose the right pad in the right place with the right element.
5805
5806 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5807
5808         * gst-libs/gst/pbutils/descriptions.c: (formats):
5809           Add description for 'private' dts caps (who come up with that name?).
5810
5811 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * Makefile.am:
5814           Add check-exports target and run it with 'make check'.
5815
5816         * configure.ac:
5817           Be stricter about what we export in our libraries: change regexp so that
5818           we only export _gst_foo(), but not __gst_foo().
5819
5820         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5821         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5822           Change internal functions to __gst_foo so they dont' get exported.
5823
5824         * win32/common/libgstaudio.def:
5825           Add missing symbols.
5826
5827 2007-12-11  David Schleef  <ds@schleef.org>
5828
5829         * ChangeLog: remove conflict markers
5830
5831 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5832
5833         * ext/gnomevfs/Makefile.am:
5834         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5835           Use gst_tag_freeform_string_to_utf8() here, which also takes
5836           into account any character sets specified by the user via
5837           environment variables.
5838
5839 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5840
5841         * gst/audioconvert/Makefile.am:
5842         Also link to libm.
5843
5844 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5845
5846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5847         No need for floating point operations here. avoids having to link
5848         against the math library too.
5849
5850 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5851
5852         * gst-libs/gst/pbutils/descriptions.c: (formats),
5853           (format_info_get_desc):
5854         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5855           (GST_START_TEST):
5856           Add one or two missing formats.  Generate ADPCM description
5857           dynamically depending on layout/format.
5858
5859 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5860
5861         * configure.ac:
5862           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5863
5864 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5867
5868         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5869           Some .srt files start with chunk number 0 and not chunk number 1,
5870           recognise and accept those as well (fixes #502497).
5871
5872         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5873           (test_src):
5874           Add unit test for the above.
5875
5876 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5877
5878         * gst/playback/gstplay-enum.c:
5879         (register_gst_autoplug_select_result),
5880         (gst_autoplug_select_result_get_type):
5881         * gst/playback/gstplay-enum.h:
5882         Add missing files.
5883
5884 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5885
5886         * gst/playback/Makefile.am:
5887         Group decodebin2 and uridecodebin into the same plugin so that they
5888         can share the GEnumType.
5889
5890         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5891         (_gst_select_accumulator), (gst_decode_bin_class_init),
5892         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5893         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5894         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5895         Add signal to sort factories instead of the more awkward autoplug-select
5896         signal.
5897         Modify autoplug_select so that we can try, skip or expose the
5898         autopluggin of an element on a pad.
5899
5900         * gst/playback/gstfactorylists.c: (compare_ranks),
5901         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5902         (element_filter), (gst_factory_list_get_elements),
5903         (gst_factory_list_debug), (gst_factory_list_filter):
5904         * gst/playback/gstfactorylists.h:
5905         Simplify the API, allow getting elements based on mask.
5906
5907         * gst/playback/gstplay-marshal.list:
5908         Add some more marshallers.
5909
5910         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5911         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5912         (autoplug_select_cb), (activate_group):
5913         Add support for managing non-raw sinks by providing a custom element and
5914         sink list to decodebin2.
5915         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5916         decodebin2.
5917
5918         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5919         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5920         * gst/playback/gstplaysink.h:
5921         Add support for raw and non-raw sinks. 
5922         Add support to force sinks selected by playbin2.
5923         Don't plug raw converters for non-raw sinks.
5924
5925         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5926         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5927         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5928         (plugin_init):
5929         Use right accumulators.
5930         Proxy new signal.
5931
5932 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5933
5934         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5935         Use runnning time as the base time instead of the timestamp.
5936         Spotted by Saur on IRC.
5937
5938 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5939
5940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5941         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5942
5943 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5944
5945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5946         (gst_ogg_demux_read_chain):
5947         If we find a new serial number but it does not contain a BOS page, make
5948         sure we initialize the chain to NULL because else we will try to scan it
5949         and crash. Fixes #500763
5950
5951 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5952
5953         * gst/playback/Makefile.am:
5954         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5955         (get_feature_array), (decoders_filter), (sinks_filter),
5956         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5957         (gst_factory_list_filter):
5958         * gst/playback/gstfactorylists.h:
5959         Refactor some common code to filter factories and check caps compat.
5960
5961         * gst/playback/gstdecodebin.c:
5962         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5963         (gst_decode_bin_init), (gst_decode_bin_dispose),
5964         (gst_decode_bin_autoplug_continue),
5965         (gst_decode_bin_autoplug_factories),
5966         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5967         (find_compatibles):
5968         * gst/playback/gstplaybin.c:
5969         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5970         (gst_play_bin_init), (gst_play_bin_finalize),
5971         (autoplug_factories_cb), (activate_group):
5972         * gst/playback/gstqueue2.c:
5973         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5974         (proxy_autoplug_continue_signal),
5975         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5976         (proxy_drained_signal):
5977         Add some more debug info and use factor filtering code.
5978
5979 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5980
5981         * gst/audiotestsrc/gstaudiotestsrc.c:
5982         * gst/volume/gstvolume.c:
5983         * gst/volume/gstvolume.h:
5984           Add GAP-flag support.
5985
5986 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5987
5988         * tests/examples/seek/seek.c: (main): Increase the range of the
5989         rate selector as I would like to test QOS behavior at higher
5990         forward and reverse playback speed like say 64x.
5991
5992 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5993
5994         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5995         (audioresample_query), (audioresample_query_type),
5996         (gst_audioresample_set_property):
5997         Implement latency query.
5998
5999 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6000
6001         * gst-libs/gst/audio/gstbaseaudiosink.c:
6002         (gst_base_audio_sink_drain):
6003         Our EOS time contains the base_time, _wait_eos() expects a running_time
6004         so we have to subtract the base_time again before calling the function.
6005         This fixes an EOS regression where the base_time was added twice and EOS
6006         took longer and longer in certain situations.
6007         Fixes #498767.
6008
6009 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6010
6011         * docs/libs/gst-plugins-base-libs-sections.txt:
6012         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6013         (gst_base_audio_sink_set_provide_clock),
6014         (gst_base_audio_sink_get_provide_clock),
6015         (gst_base_audio_sink_set_slave_method),
6016         (gst_base_audio_sink_get_slave_method),
6017         (gst_base_audio_sink_set_property),
6018         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6019         (gst_base_audio_sink_none_slaving),
6020         (gst_base_audio_sink_handle_slaving):
6021         * gst-libs/gst/audio/gstbaseaudiosink.h:
6022         Expose methods for some object properties so that subclasses can more
6023         easily configure them.
6024         Added slave method none, that completely disables slaving to the
6025         internal clock.
6026         API: gst_base_audio_sink_set_provide_clock()
6027         API: gst_base_audio_sink_get_provide_clock()
6028         API: gst_base_audio_sink_set_slave_method()
6029         API: gst_base_audio_sink_get_slave_method()
6030
6031         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6032         (gst_base_audio_src_set_provide_clock),
6033         (gst_base_audio_src_get_provide_clock),
6034         (gst_base_audio_src_set_property),
6035         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6036         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6037         Expose methods for some object properties so that subclasses can more
6038         easily configure them.
6039         API: gst_base_audio_src_set_provide_clock()
6040         API: gst_base_audio_src_get_provide_clock()
6041
6042 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6043
6044         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6045
6046         * gst-libs/gst/sdp/gstsdpmessage.c:
6047         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6048
6049 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6050
6051         * tests/check/libs/fft.c: (GST_START_TEST):
6052         Fix scaling to really have dB instead of something else.
6053
6054 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6055
6056         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6057         GTK version, use it.
6058
6059 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6060
6061         * tests/examples/seek/seek.c: (main): Try to support stable version
6062         of GTK.
6063
6064 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6065
6066         * gst/playback/README:
6067         * gst/playback/test7.c:
6068           Fix the build + little README update.
6069
6070 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6071
6072         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6073         Add playbin2 seek pipeline.
6074
6075 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6076
6077         * gst/playback/Makefile.am:
6078         * gst/playback/gstplayback.c: (plugin_init):
6079         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6080         (eos_cb), (about_to_finish_cb), (main):
6081         Add playbin2.
6082         Added gapless playback example.
6083
6084         * gst/playback/gstplaybasebin.c:
6085         * gst/playback/gstplaybasebin.h:
6086         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6087         * gst/playback/gstqueue2.c:
6088         * gst/playback/test.c:
6089         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6090         (pad_removed_cb):
6091         * gst/playback/gststreaminfo.h:
6092         Change email.
6093
6094         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6095         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6096         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6097         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6098         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6099         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6100         (drained_cb), (unlink_group), (activate_group),
6101         (setup_next_source), (gst_play_bin_change_state),
6102         (gst_play_bin2_plugin_init):
6103         Added raw first version of playbin2. Does chained oggs and gapless
6104         playback fine. No support for raw sinks yet. No visualisations or
6105         subtitles yet.
6106
6107         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6108         (gst_play_sink_class_init), (gst_play_sink_init),
6109         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6110         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6111         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6112         (gst_play_sink_set_property), (gst_play_sink_get_property),
6113         (post_missing_element_message), (free_chain), (add_chain),
6114         (activate_chain), (gen_video_chain), (gen_text_element),
6115         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6116         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6117         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6118         (gst_play_sink_send_event), (gst_play_sink_change_state):
6119         * gst/playback/gstplaysink.h:
6120         Added Element that abstracts the sinks and their pipelines for playbin2.
6121
6122 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6123
6124         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6125         (gst_selector_pad_class_init), (gst_selector_pad_init),
6126         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6127         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6128         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6129         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6130         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6131         (gst_stream_selector_init), (gst_stream_selector_set_property),
6132         (gst_stream_selector_get_linked_pad),
6133         (gst_stream_selector_getcaps),
6134         (gst_stream_selector_is_active_sinkpad),
6135         (gst_stream_selector_activate_sinkpad),
6136         (gst_stream_selector_get_linked_pads),
6137         (gst_stream_selector_request_new_pad),
6138         (gst_stream_selector_release_pad):
6139         * gst/playback/gststreamselector.h:
6140         Improve streamselector, make it select and unselect the current pad more
6141         intelligently. 
6142         Subclass GstPad for the sinkpads of the selector.
6143         Handle segments more correctly.
6144         Fix caps negotiation.
6145         Implement release_pad.
6146
6147 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6148
6149         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6150         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6151         (remove_fakesink):
6152         Add drained signal fired when decodebin finishes decoding the data.
6153         Remove deprecated STATE_DIRTY message.
6154
6155         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6156         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6157         (analyse_source), (proxy_drained_signal), (make_decoder),
6158         (source_new_pad), (value_list_append_structure_list),
6159         (handle_redirect_message), (handle_message):
6160         Proxy the new drained signal.
6161         Handle pad removed from decodebin.
6162         Handle redirect messages by sorting multiple redirections based on the
6163         connection speed.
6164
6165 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6166
6167         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6168
6169         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6170         Fix leaking headers. Fixes #496761.
6171
6172 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6173
6174         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6175
6176         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6177         (gst_ximagesink_change_state):
6178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6179         Don't leak the PAR on errors. Fixes #496731.
6180
6181 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6184           (gst_tag_from_id3_user_tag):
6185           Add mapping for audio cd discid tags, so we can extract
6186           them from tags as well (see #347848). Also compare identifiers
6187           in ID3v2 TXXX frames in a case-insensitive way to increase
6188           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6189
6190 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6191
6192         * gst-plugins-base.doap:
6193         Oops, fix the release name.
6194
6195 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6196
6197         * gst-plugins-base.doap:
6198         Add 0.10.15 release
6199
6200 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6201
6202         * configure.ac:
6203         Back to CVS
6204
6205 === release 0.10.15 ===
6206
6207 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6208
6209         * configure.ac:
6210           releasing 0.10.15, "No need to argue"
6211
6212 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6213
6214         * win32/vs6/libgstfft.dsp:
6215         Convert line endings to DOS.
6216
6217 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6218
6219         * win32/vs6/gst_plugins_base.dsw:
6220         * win32/vs6/libgstfft.dsp:
6221         * win32/MANIFEST:
6222         Add a project file for fft plugin and remove socket
6223         based plugin which don't build from the workspace.
6224         * win32/vs6/libgstaudio.dsp:
6225         * win32/vs6/libgstrtp.dsp:
6226         * win32/vs6/libgsttag.dsp:
6227         Convert line endings back to DOS.
6228         Fixes #496724
6229
6230 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6231
6232         * win32/vs6/libgstinterfaces.dsp:
6233         * win32/vs6/libgstrtsp.dsp:
6234         Convert line endings back to DOS
6235
6236 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6237
6238         * gst-libs/gst/fft/kiss_fft_f32.h:
6239         * gst-libs/gst/fft/kiss_fft_f64.h:
6240         * gst-libs/gst/fft/kiss_fft_s16.h:
6241         * gst-libs/gst/fft/kiss_fft_s32.h:
6242         Don't include malloc.h which doesn't exist on Mac OSX.
6243         Instead, pull in glib.h and use g_malloc/g_free for 
6244         consistency. Fixes: #496548
6245
6246 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6247
6248         * gst/playback/gstdecodebin2.c:
6249           Dont leak ghostpad. Fixes #475451.
6250
6251 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6252
6253         * docs/design/design-decodebin.txt:
6254         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6255         Update some more docs and comments.
6256
6257 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         Patch by: Sebastien Moutte  <sebastien moutte net>
6260
6261         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6262           (gst_rtcp_unix_to_ntp):
6263         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6264           Fix some C99-isms and and a missing function that some versions of
6265           MSVC don't like too much (#494346).
6266
6267         * win32/vs6/gst_plugins_base.dsw:
6268         * win32/vs6/libgstaudio.dsp:
6269         * win32/vs6/libgstrtp.dsp:
6270         * win32/vs6/libgsttag.dsp:
6271           Update vs6 projects files (#494346).
6272
6273 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6274
6275         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6276
6277         * win32/common/libgstaudio.def:
6278         * win32/common/libgstcdda.def:
6279         * win32/common/libgstinterfaces.def:
6280         * win32/common/libgstnetbuffer.def:
6281         * win32/common/libgstpbutils.def:
6282         * win32/common/libgstrtp.def:
6283         * win32/common/libgstrtsp.def:
6284         * win32/common/libgsttag.def:
6285         * win32/common/libgstvideo.def:
6286           More missing symbols to export (fixes #493986).
6287
6288 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6289
6290         * docs/libs/gst-plugins-base-libs-sections.txt:
6291         * gst-libs/gst/fft/gstfftf32.c:
6292         * gst-libs/gst/fft/gstfftf32.h:
6293         * gst-libs/gst/fft/gstfftf64.c:
6294         * gst-libs/gst/fft/gstfftf64.h:
6295         * gst-libs/gst/fft/gstffts16.c:
6296         * gst-libs/gst/fft/gstffts16.h:
6297         * gst-libs/gst/fft/gstffts32.c:
6298         * gst-libs/gst/fft/gstffts32.h:
6299         * tests/check/libs/fft.c: (GST_START_TEST):
6300         Remove the magnitude and phase calculation functions as these have
6301         very special use cases and can't even be used for the spectrum
6302         element. Also adjust the docs to mention some properties of the used
6303         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6304
6305 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6306
6307         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6308           (finish_source):
6309           Avoid crash when there are external subtitles (fixes #491722).
6310
6311 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6312
6313         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6314         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6315           'Could not open resource for writing' is not an acceptable
6316           error message when we can't open the audio device (see #492334),
6317           even less so when we're trying to open it to record something.
6318
6319 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6322
6323         * win32/common/libgstrtp.def:
6324           Add some more missing symbols (#492813).
6325
6326 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6329
6330         * tests/check/elements/audioconvert.c: (verify_convert):
6331           Add check to make sure that the out caps have a channel layout
6332           set on them where they should have one.
6333
6334 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6335
6336         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6337
6338         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6339         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6340           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6341           (#492306).
6342
6343         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6344           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6345           (it disappeared in GLib 2.14.0) (#492306).
6346
6347         * gst-libs/gst/sdp/Makefile.am:
6348         * gst-libs/gst/sdp/gstsdpmessage.c:
6349           Fix includes and LIBS for win32/Mingw (#492306).
6350
6351         * tests/examples/dynamic/addstream.c (pause_play_stream):
6352           Use more portable g_usleep() instead of sleep() (#492306).
6353
6354 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6355
6356         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6357
6358         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6359           (gst_ring_buffer_parse_caps):
6360           Return NULL instead of an enum that happens to be 0, fixes warning
6361           on MSVC (#492114).
6362
6363         * gst-libs/gst/audio/gstringbuffer.h:
6364           No trailing commas in enum list (for gcc-2.9x).
6365
6366         * gst/videotestsrc/videotestsrc.c: (random_char):
6367           Make information loss explicit instead of implicitly truncating to
6368           eight bits via the return value.  Fixes runtime error on MSVC when
6369           using the debug CRT (#492114).
6370
6371         * win32/common/config.h.in:
6372           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6373
6374         * win32/common/libgstinterfaces.def:
6375         * win32/common/libgstrtp.def:
6376           Export a few more symbols (#492114).
6377
6378 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6379
6380         * gst-libs/gst/audio/audio.c:
6381         * gst-libs/gst/audio/audio.h:
6382           Readd the deprecation guards, but preserve compilability.
6383
6384 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6385
6386         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6387           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6388           Preserve channel layout when fixating the number of channels in the
6389           output caps, or make sure there's a suitable channel position layout
6390           set on the caps if required. Fixes #430677.
6391
6392 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6393
6394         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6395           Make sure the pipeline really operates in push mode as it should
6396           in this case.
6397
6398 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6399
6400         * gst-libs/gst/audio/audio.h:
6401           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6402           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6403           (ie. normal cvs builds) will fail.
6404
6405 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6406
6407         * docs/libs/Makefile.am:
6408         * gst-libs/gst/audio/audio.c:
6409         * gst-libs/gst/audio/audio.h:
6410         * gst-libs/gst/interfaces/mixer.c:
6411           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6412
6413 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6414
6415         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6416           (test_channel_layout_value_intersect), (audio_suite):
6417           Add simple unit test to make sure GstValue intersection
6418           of channel layouts works the way I think it does.
6419
6420 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6421
6422         * docs/libs/gst-plugins-base-libs-sections.txt:
6423         * gst-libs/gst/audio/gstaudiofilter.h:
6424         * gst-libs/gst/interfaces/mixer.h:
6425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6426         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6427         * gst-libs/gst/sdp/gstsdpmessage.c:
6428           Fix the docs according to what gtk-doc complained about.
6429
6430 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6431
6432         * tests/icles/stress-playbin.c:
6433           Fix the build.
6434
6435 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6438         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6439           Post nice/more useful error message if we don't have a decoder for
6440           the primary type.
6441
6442 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6443
6444         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6445         Be a bit more useful, unblock the pads after we fired the no-more-pads
6446         signal so that we can use the signal to inspect and connect all pads
6447         without having to keep extra state outside of decodebin.
6448
6449 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6450
6451         * gst/playback/gsturidecodebin.c:
6452         (gst_uri_decode_bin_autoplug_continue),
6453         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6454         Implement default signal handler so that we return TRUE when nothing is
6455         connected.
6456
6457 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6458
6459         * gst-libs/gst/riff/riff-media.c:
6460         (gst_riff_wavext_add_channel_layout),
6461         (gst_riff_wave_add_default_channel_layout),
6462         (gst_riff_wavext_get_default_channel_mask),
6463         (gst_riff_create_audio_caps):
6464         Use the ALSA channel layout as default for wav files without channel
6465         layout information. This fixes playback of chan-id.wav on 5.1 systems
6466         for example. Also refactor the channel layout setting a bit and add
6467         more default channel orders. Fixes #489010.
6468
6469 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6472           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6473           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6474           instead.
6475
6476 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6477
6478         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6479         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6480         (gst_decode_bin_set_subs_encoding),
6481         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6482         (gst_decode_bin_get_property), (analyze_new_pad):
6483         Move subtitle encoding property to decodebin2 so that it can set the
6484         property value on all elements that it autoplugs and that require it.
6485         Make caps refcounting more consistent in get/set.
6486
6487         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6488         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6489         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6490         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6491         (proxy_autoplug_continue_signal),
6492         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6493         (make_decoder):
6494         Proxy properties and relevant signals from the internal decodebin.
6495         Make properties MT safe.
6496
6497 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6498
6499         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6500         * gst-libs/gst/tag/tags.c:
6501           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6502           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6503
6504         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6505           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6506
6507         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6508           (gst_tag_to_vorbis_comments):
6509           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6510           just mapping everything I found in the wild) (#414539).
6511
6512 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6513
6514         Inspired by patch of: René Stadler <mail at renestadler dot de>
6515
6516         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6517         (gst_decode_bin_autoplug_continue),
6518         (gst_decode_bin_autoplug_factories),
6519         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6520         (find_compatibles):
6521         * gst/playback/gstplay-marshal.list:
6522         Remove the autoplug-sort signal and replace it with a binding friendly
6523         autoplug-select signal.
6524         Add an autoplug-factories signal that can be used to generate a list of
6525         factories to try to autoplug.
6526         Add the GstPad to the autoplugging signal args as it might be needed to
6527         make a good factory selection.
6528         Fix up the marshallers for this. Fixes #407282.
6529
6530 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         * gst-libs/gst/tag/gsttagdemux.c:
6533           Don't abort with an assertion if we receive a seek event with
6534           a start type of NONE (see launchpad bug #155878).
6535
6536 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6537
6538         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6539         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6540         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6542         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6543         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6544         Make sure that before we clean up the X resources, we shutdown and join
6545         the event thread.
6546         Also make sure the event thread does not shut down immediatly after
6547         startup because the running variable is not yet correctly set.
6548         Fixes #378770. 
6549
6550 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6551
6552         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6553         Make the window for a race in typefind and shutting down smaller until
6554         we figure out the right locking here. Avoids #485753 usually.
6555
6556         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6557         Remove unneeded lock causing a race in typefind and shutting down.
6558         Fixes #485753.
6559
6560         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6561         Also remove sinks when going to NULL because we might not complete the
6562         state change to PAUSED, causing the PAUSED->READY state change not to
6563         happen.
6564
6565 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6566
6567         * gst-libs/gst/audio/gstbaseaudiosink.c:
6568         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6569         Also explicitly release the ringbuffer when going to NULL because it
6570         is required in the setcaps function, before the state change to PAUSED
6571         completes.
6572
6573 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6574
6575         * tests/icles/.cvsignore:
6576         * tests/icles/Makefile.am:
6577         * tests/icles/stress-playbin.c:
6578           Does what it says on the tin.
6579
6580 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6581
6582         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6583         Fix queue negotiation. See #486758.
6584
6585 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6586
6587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6588         (gst_xvimagesink_xwindow_new),
6589         (gst_xvimagesink_update_colorbalance),
6590         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6591
6592         Fix handling of some of the X atoms. If the last parameter is True,
6593         XInternAtom won't create the atom if it doesn't exist, and therefore
6594         might return None. This causes X errors on Xv implementations that
6595         don't provide the colour balance attributes.
6596
6597 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6598
6599         * gst-libs/gst/tag/gstvorbistag.c:
6600         * tests/check/libs/tag.c:
6601           Extract vorbis comment LICENSE tags correctly.
6602
6603 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6606
6607         * gst-libs/gst/tag/gstid3tag.c:
6608         * tests/check/libs/tag.c:
6609           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6610
6611 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6612
6613         * gst-libs/gst/tag/gsttagdemux.c:
6614           Don't error out when a buggy downstream element doesn't
6615           handle the newsegment event we send properly (especially
6616           not without posting a meaningful error message on the
6617           bus). See bug #471370 and launchpad bug #136264.
6618
6619 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6620
6621         * gst-libs/gst/audio/gstbaseaudiosink.c:
6622         (gst_base_audio_sink_drain):
6623         Use new basesink method to make our EOS drain interruptable.
6624
6625 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6626
6627         * gst-libs/gst/rtp/gstrtppayloads.c:
6628         Fix silly search-replace oversight.
6629
6630 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6631
6632         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6633
6634         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6635         (gst_basertppayload_set_outcaps):
6636         Fix caps memleak. Fixes #484989.
6637
6638
6639 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6640
6641         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6642         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6643         Fix debug output.
6644
6645 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6646
6647         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6648         (gst_base_audio_src_create):
6649         Also handle the case where there is no clock set on the audio source,
6650         like in the unit tests.
6651
6652 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6653
6654         * gst-libs/gst/rtp/gstrtppayloads.c:
6655         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6656         to avoid compiler warnings
6657
6658 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6659
6660         * gst/playback/gstdecodebin.c: (type_found),
6661         (gst_decode_bin_change_state):
6662         * gst/playback/gstdecodebin2.c: (type_found),
6663         (gst_decode_bin_change_state):
6664         Don't disconnect the have_type signal because we never reconnect it
6665         later on. Instead keep a variable to see if we already detected a type.
6666
6667 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6668
6669         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6670         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6671         (type_found):
6672         Unlink the signal handler when we found the type, we're not going to do
6673         anything sensible with more type_found signals anyway.
6674
6675 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6676
6677         * gst-libs/gst/tag/gsttagdemux.c:
6678           Don't leak caps.
6679
6680 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6681
6682         * gst-libs/gst/tag/Makefile.am:
6683         * gst-libs/gst/tag/gsttagdemux.c:
6684         * gst-libs/gst/tag/gsttagdemux.h:
6685           API: add GstTagDemux base class for simple tag demuxers.
6686
6687         * docs/libs/gst-plugins-base-libs-docs.sgml:
6688         * docs/libs/gst-plugins-base-libs-sections.txt:
6689           Add GstTagDemux to docs.
6690
6691 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6692
6693         * gst-libs/gst/rtp/gstrtpbuffer.c:
6694         (gst_rtp_buffer_get_payload_subbuffer):
6695         Fix bug introduced with last commit which inverted the logic and
6696         caused all buffers to be dropped. Fixes #483620.
6697         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6698
6699 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6700
6701         * gst-libs/gst/rtp/gstrtpbuffer.c:
6702           Replace g_return_if_val (as it could be disabled), with regular return
6703           and warning.
6704
6705 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6706
6707         * tests/check/pipelines/simple-launch-lines.c:
6708           Print message name and not just number.
6709
6710 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6711
6712         * gst-libs/gst/audio/gstbaseaudiosink.c:
6713         (gst_base_audio_sink_async_play):
6714         When slaved to the clock, don't try to align a sample with the previous
6715         one when going to PLAYING again.
6716
6717 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6718
6719         * tests/examples/snapshot/snapshot.c:
6720           Fix the build.
6721
6722 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6723
6724         * gst-libs/gst/sdp/gstsdpmessage.h:
6725         Add RFC 3556 bandwidth modifiers.
6726
6727 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6728
6729         * docs/libs/gst-plugins-base-libs-docs.sgml:
6730         * docs/libs/gst-plugins-base-libs-sections.txt:
6731         * gst-libs/gst/rtp/gstrtppayloads.c:
6732         Update documentation.
6733
6734 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6735
6736         * gst-libs/gst/rtp/Makefile.am:
6737         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6738         (gst_rtp_payload_info_for_name):
6739         * gst-libs/gst/rtp/gstrtppayloads.h:
6740         Added new file and header to deal with payload info.
6741
6742         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6743         (gst_rtp_buffer_default_clock_rate):
6744         * gst-libs/gst/rtp/gstrtpbuffer.h:
6745         Payload specific stuff is move to new headers.
6746         Implement _default_clock rate using the new payload function.
6747
6748         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6749         (gst_sdp_parse_line):
6750         * gst-libs/gst/sdp/gstsdpmessage.h:
6751         Add some more comments.
6752
6753 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6754
6755         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6756         (sdp_check_header), (sdp_type_find), (plugin_init):
6757         Add typefind function for application/sdp.
6758         Remove some old dirac typefind code that was ifdeffed out.
6759
6760 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6761
6762         * win32/common/libgstaudio.def:
6763         Add new exported functions.
6764         * win32/vs6/grammar.dsp:
6765         Add autogeneration and copy of some autegenerated files from win32/common
6766         for rtsp library.
6767         * win32/vs6/libgstaudioconvert.dsp:
6768         Add gstaudioquantize.c to the build.
6769         * win32/vs6/libgstinterfaces.dsp:
6770         Add videoorientation.c to the build.
6771         * win32/vs6/libgstriff.dsp:
6772         Add libgsttag to the link libraries list.
6773         * win32/vs6/libgstvolume.dsp:
6774         Add liboil to the link.
6775         * win32/vs6/gst_plugins_base.dsw:
6776         * win32/vs6/libgstrtsp.dsp:
6777         * win32/common/libgstrtsp.def:
6778         Add files to build libgstrtsp library.
6779         
6780 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6781
6782         * tests/examples/snapshot/snapshot.c: (main):
6783         Print error when pipeline failed to construct.
6784
6785 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * configure.ac:
6788         * gst-libs/gst/tag/gstid3tag.c:
6789         * gst-libs/gst/tag/gstvorbistag.c:
6790           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6791           and ID3v2 tags.
6792
6793 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst-libs/gst/floatcast/floatcast.h:
6796           Don't include config.h in an installed public header, this
6797           might break compilation of applications that don't have such
6798           a header and doesn't necessarily do what it's supposed to do
6799           anyway (ie. check for the lrint/lrintf defines) (#442065).
6800           Add docs for the various macros and document how this header
6801           has to be used (link against libm, etc.); add a few FIXMEs;
6802           include math.h for non-c99 code path.  Based on patch by
6803           Jan Schmidt.
6804           
6805 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6806
6807         * configure.ac:
6808         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6809         of duplicating these macros in configure.ac.
6810
6811 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6812
6813         * po/hu.po:
6814         * po/sv.po:
6815         * po/uk.po:
6816           Updated translations to 0.10.14
6817
6818 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6819
6820         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6821
6822         * po/pl.po:
6823           Added Polish translation.
6824
6825 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6826
6827         translated by: Ilkka Tuohela <hile@iki.fi>
6828
6829         * po/fi.po:
6830           Added Finnish translation.
6831
6832 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6833
6834         translated by: Jorge González González <aloriel@gmail.com>
6835
6836         * po/es.po:
6837           Added Spanish translation.
6838
6839 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6840
6841         translated by: Mogens Jaeger <mogens@jaeger.tf>
6842
6843         * po/da.po:
6844           Added Danish translation.
6845
6846 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6847
6848         translated by: Funda Wang <fundawang@linux.net.cn>
6849
6850         * po/zh_CN.po:
6851           Added Chinese (simplified) translation.
6852
6853 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6854
6855         translated by: Alexander Shopov <ash@contact.bg>
6856
6857         * po/bg.po:
6858           Added Bulgarian translation.
6859
6860 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6861
6862         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6863         Fix compilation wrt printf arguments.
6864
6865 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6866
6867         * configure.ac:
6868         * tests/examples/Makefile.am:
6869         * tests/examples/snapshot/.cvsignore:
6870         * tests/examples/snapshot/Makefile.am:
6871         * tests/examples/snapshot/snapshot.c: (main):
6872         Add simple snapshot example program using appsink.
6873
6874 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6875
6876         * tests/check/generic/states.c:
6877           Improved state change unit test.
6878
6879 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6880
6881         * docs/plugins/.cvsignore:
6882         * tests/check/.cvsignore:
6883           Ignore registries in any format.
6884
6885 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6886
6887         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6888         (gst_base_rtp_depayload_chain),
6889         (gst_base_rtp_depayload_set_gst_timestamp):
6890         Only copy timestamp on outgoing packets if the depayloader did not set
6891         one.
6892         Also copy duration on outgoing packets.
6893
6894 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6895
6896         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6897         (gst_basertppayload_set_outcaps):
6898         Fix compilation because of missing %d in printf.
6899         When fixating caps, fixate what we can and throw away all remaining
6900         unfixed caps, subclasses should do something smart if they need to.
6901
6902 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6903
6904         * ext/gnomevfs/gstgnomevfssrc.c:
6905           Improve debug logs a bit and be more verbose if things go wrong.
6906
6907 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6908
6909         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6910         (gst_text_overlay_set_property):
6911         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6912         * gst-libs/gst/audio/gstbaseaudiosink.c:
6913         (gst_base_audio_sink_render):
6914         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6915         (gst_rtcp_unix_to_ntp):
6916         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6917         * gst/playback/gstqueue2.c:
6918         * tests/examples/seek/seek.c: (set_scale):
6919         Fix a bunch of compile warnings shown with Forte.
6920
6921         * gst/audiorate/gstaudiorate.c:
6922         Always pull in config.h before including any system headers.
6923
6924 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6925
6926         * gst/playback/gstqueue2.c: (update_buffering),
6927         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6928         (gst_queue_handle_sink_event), (gst_queue_chain),
6929         (gst_queue_push_one), (gst_queue_sink_activate_push),
6930         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6931         Also fix #476514 for queue2.
6932
6933 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6934
6935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6936         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6937         (gst_base_rtp_depayload_chain),
6938         (gst_base_rtp_depayload_handle_sink_event),
6939         (gst_base_rtp_depayload_push_full),
6940         (gst_base_rtp_depayload_set_gst_timestamp),
6941         (gst_base_rtp_depayload_change_state):
6942         Remove code to deal with RTP to GST time conversion, we now just copy
6943         the GST timestamp we receive to the outgoing buffers.
6944         Handle segment and flushes correctly.
6945
6946         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6947         When we have no valid input timestamp, use the previous rtp timestamp on
6948         the outgoing RTP packet instead of the RTP base time.
6949
6950 2007-09-15  David Schleef  <ds@schleef.org>
6951
6952         * ext/alsa/gstalsa.c:
6953         * ext/alsa/gstalsadeviceprobe.c:
6954         * ext/alsa/gstalsamixer.c:
6955         * ext/alsa/gstalsasink.c:
6956         * ext/alsa/gstalsasrc.c:
6957           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6958
6959 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6960
6961         * gst-libs/gst/rtp/gstbasertppayload.c:
6962         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6963         Add some debug info when negotiating caps.
6964
6965 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6966
6967         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6968         A buffer with an empty payload is also a valid buffer.
6969
6970 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6971
6972         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6973         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6974         (gst_basertppayload_change_state):
6975         Make sure we start our RTP timestamp from the random base RTP
6976         timestamp even if the buffer timestamp starts from some random value.
6977
6978 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6979
6980         * configure.ac:
6981         * tests/examples/Makefile.am:
6982         * tests/examples/dynamic/.cvsignore:
6983         * tests/examples/dynamic/Makefile.am:
6984         * tests/examples/dynamic/addstream.c: (create_stream),
6985         (pause_play_stream), (message_received), (eos_message_received),
6986         (perform_step), (main):
6987         Add simple exmple app to demonstrate starting and pausing live and
6988         non-live bins in a PLAYING pipeline.
6989
6990 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6991
6992         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6993         typefind for QCP files (RFC #3625)
6994
6995 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6996
6997         * gst-libs/gst/audio/gstbaseaudiosink.c:
6998         (gst_base_audio_sink_init):
6999         Disable pull mode scheduling, we're not ready for it yet and it subtly
7000         breaks a lot of things.
7001
7002 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * tests/check/elements/libvisual.c:
7005           Test all libvisual plugins, not just the first one; this reproduces
7006           bug #450336 quite easily.  Looks like a problem with the 'jess'
7007           visualisation.
7008
7009 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         * tests/check/Makefile.am:
7012         * tests/check/elements/.cvsignore:
7013         * tests/check/elements/libvisual.c:
7014           Add basic libvisual test case in an attempt to reproduce bug #450336.
7015           Doesn't reproduce that bug, but some other crasher instead (invalid
7016           free), at least with make elements/libvisual.forever and the bumscope
7017           plugin on x86-64/gutsy. Leaving test disabled for now.
7018
7019 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7020
7021         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7022
7023         * gst-libs/gst/rtsp/gstrtspconnection.c:
7024         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7025         (read_body), (gst_rtsp_connection_receive):
7026         Make sure we can not cancel in the middle of receiving a message.
7027         Fixes #475731.
7028
7029 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7030
7031         Patch by: Josep Torra Valles <josep@fluendo.com>
7032
7033         * gst/playback/gstplaybasebin.c:
7034           Increase upper limit for audio queue a bit; fixes preroll problem
7035           with playbin and decodebin2 when playing a quicktime trailer with
7036           multichannel audio via http (#464666).
7037
7038 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7039
7040         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7041         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7042         (gst_base_audio_src_provide_clock),
7043         (gst_base_audio_src_set_property),
7044         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7045         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7046         Allow othe clocks than the internal clock to be used for the pipeline.
7047         Add property to disable clock provide.
7048         API: GstBaseAudioSrc::provide-clock
7049
7050 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7051
7052         * gst/playback/gstdecodebin2.c:
7053           Don't leak request pads. Fixes #475395.
7054
7055 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7056
7057         Patch by: René Stadler <mail at renestadler dot de>
7058
7059         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7060         (gst_ximage_buffer_class_init):
7061         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7062         (gst_xvimage_buffer_class_init):
7063         Correctly chain up finalize with the parent class to prevent
7064         memory leaks. Fixes #474880.
7065
7066 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7067
7068         * gst/volume/gstvolume.c: (volume_choose_func):
7069         * tests/check/elements/volume.c: (GST_START_TEST):
7070         Revert the latest change: floating point samples are allowed to
7071         have any value, not only values in the range [-1,1]. Thanks to Andy
7072         Wingo for noticing.
7073         Also fix processing of int32 samples with volumes > 4 by making the
7074         unity value smaller which prevents overflows.
7075
7076 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7077
7078         * gst-libs/gst/rtp/gstrtpbuffer.c:
7079         * tests/check/libs/rtp.c:
7080           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7081
7082 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7085
7086         * gst-libs/gst/rtp/gstrtpbuffer.c:
7087           Fix up GstRTPHeader helper struct so that compilers will not under
7088           any circumstances add padding in between our fields, as currently
7089           happens with MSVC on win32, because that would lead to us sending
7090           out RTP payloads with broken RTP headers (#471194).
7091           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7092           
7093         * tests/check/Makefile.am:
7094         * tests/check/libs/.cvsignore:
7095         * tests/check/libs/rtp.c:
7096           Add some simple unit tests for GstRTPBuffer. Some are disabled
7097           because the code tested still needs fixing (set_csrc() does not work).
7098
7099 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         * win32/MANIFEST:
7102         * win32/common/gstrtsp-enumtypes.c:
7103         * win32/common/gstrtsp-enumtypes.h:
7104         * win32/common/interfaces-enumtypes.c:
7105         * win32/common/interfaces-enumtypes.h:
7106         * win32/common/multichannel-enumtypes.c:
7107           Add rtsp enumtypes (#474384) and update others.
7108
7109 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7110
7111         * configure.ac:
7112           Fix configure check for HAVE_LIBXML_HTML.
7113
7114 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7115
7116         * tests/check/libs/.cvsignore:
7117           Ignore more, in case the build bots work again one day.
7118
7119 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7120
7121         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7122
7123         * configure.ac:
7124         * gst-libs/gst/Makefile.am:
7125         * gst-libs/gst/fft/Makefile.am:
7126         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7127         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7128         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7129         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7130         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7131         * gst-libs/gst/fft/gstfft.h:
7132         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7133         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7134         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7135         * gst-libs/gst/fft/gstfftf32.h:
7136         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7137         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7138         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7139         * gst-libs/gst/fft/gstfftf64.h:
7140         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7141         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7142         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7143         * gst-libs/gst/fft/gstffts16.h:
7144         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7145         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7146         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7147         * gst-libs/gst/fft/gstffts32.h:
7148         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7149         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7150         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7151         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7152         * gst-libs/gst/fft/kiss_fft_f32.h:
7153         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7154         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7155         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7156         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7157         * gst-libs/gst/fft/kiss_fft_f64.h:
7158         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7159         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7160         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7161         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7162         * gst-libs/gst/fft/kiss_fft_s16.h:
7163         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7164         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7165         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7166         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7167         * gst-libs/gst/fft/kiss_fft_s32.h:
7168         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7169         (kiss_fftr_f32), (kiss_fftri_f32):
7170         * gst-libs/gst/fft/kiss_fftr_f32.h:
7171         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7172         (kiss_fftr_f64), (kiss_fftri_f64):
7173         * gst-libs/gst/fft/kiss_fftr_f64.h:
7174         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7175         (kiss_fftr_s16), (kiss_fftri_s16):
7176         * gst-libs/gst/fft/kiss_fftr_s16.h:
7177         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7178         (kiss_fftr_s32), (kiss_fftri_s32):
7179         * gst-libs/gst/fft/kiss_fftr_s32.h:
7180         * gst-libs/gst/fft/kiss_version:
7181         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7182         * pkgconfig/gstreamer-plugins-base.pc.in:
7183         Add libgstfft, a FFT library based on Kiss FFT which is
7184         BSD licensed. Supported sample formats are int16, int32,
7185         float and double. For those formats a real FFT and IFFT
7186         can be done, different windowing functions can be applied
7187         and functions for extracting the magnitude and phase exist.
7188         Fixes #468619.
7189
7190         * docs/libs/Makefile.am:
7191         * docs/libs/gst-plugins-base-libs-docs.sgml:
7192         * docs/libs/gst-plugins-base-libs-sections.txt:
7193         Integrate libgstfft into the docs.
7194
7195         * tests/check/Makefile.am:
7196         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7197         Add unit tests for libgstfft, currently only testing the FFT.
7198         Unit tests for IFFT will follow soon.
7199
7200 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         Patch by: Peter Kjellerstedt  <pkj at axis com>
7203
7204         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7205         (gst_sdp_message_init), (gst_sdp_message_uninit),
7206         (is_multicast_address), (gst_sdp_message_as_text),
7207         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7208         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7209         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7210         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7211         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7212         (gst_sdp_media_init), (gst_sdp_media_uninit),
7213         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7214         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7215         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7216         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7217         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7218         * gst-libs/gst/sdp/gstsdpmessage.h:
7219         Separate INIT_ARRAY() and related macros into two versions, one for
7220         structures and one for pointers (e.g., INIT_ARRAY() and
7221         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7222         lists of emails and phone numbers.
7223         Add missing const as appropriate.
7224         Change all gint to guint since they all actually represent unsigned
7225         values.
7226         Do not use time as a variable name as it shadows the global time().
7227         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7228         Actually implement gst_sdp_message_add_time().
7229         Make gst_sdp_message_add_time() take repeat times as an argument.
7230         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7231         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7232         misspelled as badwidth).
7233         gst-indented and a little clean up. Fixes #471067.
7234
7235 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7236
7237         * gst/volume/gstvolume.c: (volume_choose_func),
7238         (volume_process_double), (volume_process_double_clamp),
7239         (volume_process_float_clamp):
7240         Correctly clamp float/double samples in the [-1.0,1.0] range to
7241         prevent weird effects.
7242         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7243         Add unit tests for all samples types that had none before.
7244
7245 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7246
7247         * gst-libs/gst/rtp/gstrtpbuffer.c:
7248           Need to include stdlib.h for abs() here too.
7249
7250 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * gst/playback/gststreaminfo.c:
7253           Fix build.
7254
7255 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7256
7257         * gst/playback/gststreaminfo.c:
7258           Clean up some half-disabled code and comment.
7259
7260 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7261
7262         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7263
7264         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7265         (gst_base_rtp_payload_audio_handle_event):
7266         Return FALSE from the event handler to let the parent class handle the
7267         event. Fixes #446766.
7268
7269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7270         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7271         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7272
7273         * gst-libs/gst/rtp/gstbasertppayload.c:
7274         Bump the MTU to 1400.
7275
7276 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7277
7278         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7279         Add an audio/x-nsf typefind function for the nsfdec element.
7280
7281 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7282         * gst/playback/gstplaybasebin.c:
7283         Included "myth://" on stream_uris list for enable buffering to mythtv files
7284
7285 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7286
7287         * docs/libs/gst-plugins-base-libs-sections.txt:
7288         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7289         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7290         (gst_rtcp_unix_to_ntp):
7291         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7292         Fix parsing of RB blocks.
7293         Fix docs.
7294         Added helper functions to convert to/from UNIX and NTP time.
7295         API: gst_rtcp_ntp_to_unix()
7296         API: gst_rtcp_unix_to_ntp()
7297
7298         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7299         (gst_rtp_buffer_get_header_len),
7300         (gst_rtp_buffer_get_extension_data),
7301         (gst_rtp_buffer_get_payload_subbuffer),
7302         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7303         (gst_rtp_buffer_ext_timestamp):
7304         * gst-libs/gst/rtp/gstrtpbuffer.h:
7305         Fix some more docs.
7306         Implement handling of packets with extensions.
7307         Fix padding check in _validate().
7308         Added function to get extension data.
7309         API: gst_rtp_buffer_get_header_len()
7310         API: gst_rtp_buffer_get_extension_data()
7311
7312 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7313
7314         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7315         (gst_base_rtp_depayload_class_init),
7316         (gst_base_rtp_depayload_set_gst_timestamp):
7317         Add some more docs for the queue-delay property and fix a typo in a
7318         comment.
7319
7320         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7321         Fix typo.
7322
7323 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7324
7325         * gst-libs/gst/audio/gstbaseaudiosink.c:
7326         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7327         (gst_base_audio_sink_change_state):
7328         When skew slaving, try to hover around the middle of a segment so that
7329         we at most drift by half a segment.
7330         If we are aligning in the oposite direction of the clock skew, we don't
7331         have to resync.
7332
7333 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7336         (gst_base_rtp_depayload_setcaps),
7337         (gst_base_rtp_depayload_set_gst_timestamp):
7338         Be less silly with the segment start, just apply the clock-base to the
7339         timestamp.
7340
7341 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7342
7343         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7344         (gst_base_rtp_depayload_class_init),
7345         (gst_base_rtp_depayload_finalize),
7346         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7347         (gst_base_rtp_depayload_handle_sink_event),
7348         (gst_base_rtp_depayload_set_gst_timestamp),
7349         (gst_base_rtp_depayload_change_state):
7350         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7351         Deprecate the queue handling thread thing and remove the code.
7352         Use new method to calculate the extended timestamp.
7353
7354 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7355
7356         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7357         (gst_rtcp_packet_sdes_copy_entry):
7358         Use g_strndup which does exactly what we want.
7359
7360         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7361         (gst_rtp_buffer_ext_timestamp):
7362         * gst-libs/gst/rtp/gstrtpbuffer.h:
7363         Add helper function to compare seqnums.
7364         Add helper function to calculate extended timestamps.
7365         API: gst_rtp_buffer_compare_seqnum()
7366         API: gst_rtp_buffer_ext_timestamp()
7367
7368 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7369
7370         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7371         (gst_rtcp_packet_sdes_get_entry),
7372         (gst_rtcp_packet_sdes_copy_entry):
7373         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7374         Fix and document SDES item data function.
7375         Add new function that makes a proper copy of SDES item data.
7376         API: gst_rtcp_packet_sdes_copy_entry()
7377
7378 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7379
7380         * configure.ac:
7381         * gst/Makefile.am:
7382           The tcp and subparse plugins are under gst, but not totaly free of
7383           dependencies. Handle selection inconfigure.ac, so that they show up
7384           on the final list of what is build and what is not. Maybe they should
7385           better be moved to ext.
7386
7387 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7388
7389         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7390
7391         * configure.ac:
7392         * gst/Makefile.am:
7393           Check if libxml provides HTML parser which subparse needs.
7394           Fixes #451970.
7395
7396 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7397
7398         * ext/alsa/gstalsa.c:
7399           Fix typo and compilation on big endian systems.
7400
7401 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         * gst/subparse/gstssaparse.c:
7404           Convert SSA newline codes into actual newline characters (#470766).
7405
7406 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         * docs/libs/gst-plugins-base-libs-sections.txt:
7409         * gst-libs/gst/pbutils/install-plugins.c:
7410         * gst-libs/gst/pbutils/install-plugins.h:
7411         * tests/check/libs/pbutils.c:
7412           API: also add gst_install_plugins_supported() while we're at it
7413           (see #470456).
7414
7415 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7416
7417         * docs/libs/gst-plugins-base-libs-sections.txt:
7418         * gst-libs/gst/pbutils/missing-plugins.c:
7419         * gst-libs/gst/pbutils/missing-plugins.h:
7420         * tests/check/libs/pbutils.c:
7421           API: add gst_missing_*_installer_detail_new() convenience API so
7422           that applications that know exactly what they're missing can request
7423           installer detail strings for those items directly instead of having
7424           to first create a dummy missing-plugin message and then get the
7425           installer detail string from that.  Fixes #470456.
7426
7427 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7428
7429         * gst/playback/gstdecodebin.c: (close_pad_link):
7430         We need to set up delayed-linking whenever the caps are non-fixed,
7431         not just when there are multiple types - use gst_pad_is_fixed()
7432         to test.
7433
7434 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * gst-libs/gst/pbutils/missing-plugins.c:
7437           (gst_missing_plugin_message_get_installer_detail):
7438           Add missing separator in PID fallback case.
7439
7440 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7441
7442         * ext/alsa/Makefile.am:
7443         There is no GST_PLUGINS_BASE_LIBS defined.
7444         
7445         * ext/alsa/gstalsa.c:
7446         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7447         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7448         Add support for ALSA 24-bit formats.
7449         snd_pcm_delay can return an error code, especially
7450         during XRUNS. In that case, the best we can do is assume
7451         delay = 0.
7452
7453         * gst/audioconvert/Makefile.am:
7454         Add flags from -base before any more-remote dependencies.
7455
7456 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7457
7458         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7459
7460         * gst/volume/gstvolume.c: (volume_choose_func),
7461         (volume_update_real_volume), (gst_volume_set_volume),
7462         (gst_volume_init), (volume_process_int32),
7463         (volume_process_int32_clamp), (volume_process_int24),
7464         (volume_process_int24_clamp), (volume_process_int16),
7465         (volume_process_int16_clamp), (volume_process_int8),
7466         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7467         * gst/volume/gstvolume.h:
7468         Add support for int32, int24 and int8 to the volume element.
7469         Fixes #445529.
7470
7471 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7472
7473         * tests/examples/Makefile.am:
7474           Fix even more.
7475
7476 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7477
7478         * configure.ac:
7479         * docs/libs/Makefile.am:
7480         * docs/libs/gst-plugins-base-libs-docs.sgml:
7481         * docs/libs/gst-plugins-base-libs-sections.txt:
7482         * ext/gnomevfs/gstgnomevfssrc.c:
7483         * ext/gnomevfs/gstgnomevfssrc.h:
7484         * gst-libs/gst/Makefile.am:
7485         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7486         * pkgconfig/gstreamer-plugins-base.pc.in:
7487         * sys/v4l/v4lsrc_calls.c:
7488         * tests/examples/Makefile.am:
7489         * win32/common/config.h:
7490           Revert unwanted commit. many thanks to moap. I want a fix for 
7491           https://thomas.apestaart.org/moap/trac/ticket/239
7492
7493 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7494
7495         * gst/volume/gstvolume.c:
7496           Move passthrough below gst_object_sync_values(). Fixes #442654.
7497
7498 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7499
7500         * gst-libs/gst/audio/audio.c:
7501         Clarify the docs a little.
7502
7503 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7504
7505         * gst/volume/gstvolume.c:
7506           Enable liboil for float and add more details about problems with
7507           int16.
7508
7509 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7510
7511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7512         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7513
7514 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7515
7516         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7517         When calculating the first timestamp of the buffers, don't go below 0
7518         and clip the samples because the offset was on the eos page.
7519         Fixes #466717.
7520
7521 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7522
7523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7524         (gst_ogg_demux_collect_chain_info):
7525         Also submit the eos page when trying to find the first timestamp.
7526         See #466717.
7527
7528 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7529
7530         * gst-libs/gst/audio/audio.h:
7531         Use gst_util_uint64_scale() instead of doing the math
7532         with double for GST_FRAMES_TO_CLOCK_TIME() and
7533         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7534         prevents rounding errors. Fixes #467667.
7535
7536 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7537
7538         * gst-libs/gst/rtsp/gstrtspconnection.c:
7539         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7540         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7541         * gst-libs/gst/rtsp/gstrtspconnection.h:
7542         Small cleanups.
7543         On shutdown, don't read the control socket yet.
7544         Set timeout value correctly in all cases.
7545         Add function to check if the server accepts reads or writes.
7546         API: gst_rtsp_connection_poll()
7547
7548         * gst-libs/gst/rtsp/gstrtspdefs.h:
7549         Fix compilation with -pedantic.
7550         Add enum for _poll.
7551
7552 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7553
7554         Patch by: Olivier Crete  <tester at tester ca>
7555
7556         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7557         (gst_basertppayload_getcaps):
7558         * gst-libs/gst/rtp/gstbasertppayload.h:
7559         Add getcaps vfunc to basertppayload. See #465146.
7560
7561 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7562
7563         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7564         Only post buffering messages when we are a stream.
7565
7566 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7567
7568         * gst-libs/gst/pbutils/install-plugins.c:
7569         * gst-libs/gst/pbutils/missing-plugins.c:
7570           Small docs fix and addition.
7571
7572 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7573
7574         * tests/icles/.cvsignore:
7575         * tests/icles/Makefile.am:
7576         * tests/icles/test-textoverlay.c:
7577           Add a dumb little test for textoverlay alignments.
7578
7579 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7580
7581         Patch by: Dan Williams  <dcbw redhat com>
7582
7583         * ext/pango/gsttextoverlay.c:
7584         * ext/pango/gsttextoverlay.h:
7585           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7586           "silent" property so there's a Since tag in the API reference.
7587
7588 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7589
7590         * gst-libs/gst/rtp/gstbasertppayload.c:
7591         (gst_basertppayload_set_outcaps):
7592         * gst-libs/gst/rtp/gstbasertppayload.h:
7593         Improve caps negotiation so that downstream elements can confiure
7594         certain RTP properties by fixing them on the caps. See #465146.
7595         Add docs.
7596
7597 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7598
7599         * docs/libs/gst-plugins-base-libs-sections.txt:
7600         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7601         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7602           Mark as deprecated some macros which were presumably meant to be
7603           private API and accidentally exposed in the public header file.
7604           Also actually _init() lock (only works at the moment because the
7605           struct is zeroed out when created and the initial values in the
7606           mutex struct are zeroes too). (#459585)
7607
7608 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7609
7610         * docs/libs/Makefile.am:
7611           Remove cruft and do some cleanups.
7612
7613         * docs/libs/gst-plugins-base-libs-docs.sgml:
7614           Prepare for comming gtkdoc features (rebase against online docs).
7615
7616 2007-08-10  Michael Smith <msmith@fluendo.com>
7617
7618         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7619           Debug output fixes.
7620         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7621         (GST_START_TEST):
7622           Change the number of buffers used; 500 is too many and leads to
7623           timeouts.
7624
7625 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * gst/playback/gstqueue2.c:
7628         * gst/videorate/gstvideorate.c:
7629           Printf format fixes (#465028).
7630
7631 2007-08-09  Michael Smith <msmith@fluendo.com>
7632
7633         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7634           If we have a large (> 1 second) discontinuity, push a series of
7635           smaller buffers rather than a single very large buffer. Avoids
7636           unreasonably large single buffer allocations when encountering a
7637           large gap.
7638         * tests/check/elements/audiorate.c: (GST_START_TEST),
7639         (audiorate_suite):
7640           Add a test for this.
7641
7642 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7643
7644         * gst/playback/gstplaybasebin.c: (group_commit),
7645         (queue_remove_probe), (queue_threshold_reached):
7646
7647         Patch by: Josep Torra Valles <josep@fluendo.com>
7648         Fixes: #465015
7649         Make sure we remove the check_queues buffer probe from the 
7650         correct queue to avoid racily going back to "buffering 99%" when
7651         buffering is actually complete.
7652
7653         Also, fix the spelling of Josep's surname in the ChangeLog.
7654
7655 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7656
7657         * ext/ogg/gstoggmux.c:
7658           Do not leak oggmux instance.
7659         
7660         * ext/vorbis/vorbisenc.c:
7661           Also log values.
7662
7663 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7664
7665         * po/hu.po:
7666         * po/it.po:
7667         * po/nl.po:
7668         * po/uk.po:
7669         * po/vi.po:
7670           Updated translations.
7671
7672 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7673
7674         patch by: Yang Hong <hongyang@redflag-linux.com>
7675
7676         * ext/pango/gsttextoverlay.c:
7677         * ext/pango/gsttextoverlay.h:
7678           Add 'silent' property to GstTimeOverlay. Fixes #462979
7679
7680 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7681
7682         Patch by: Josep Torra Valles <josep@fluendo.com>
7683
7684         * docs/plugins/gst-plugins-base-plugins.args:
7685         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7686         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7687         (gst_uri_decode_bin_get_property), (gen_source_element):
7688         Add connection-speed property. Fixes #464690.
7689
7690 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7691
7692         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7693
7694         * configure.ac:
7695         * gst-libs/gst/rtsp/Makefile.am:
7696         * gst-libs/gst/rtsp/gstrtspconnection.c:
7697         (gst_rtsp_connection_connect):
7698         Fix compilation on windows. Fixes #464320.
7699
7700 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7701
7702         Patch by: Josep Torra Valles <josep@fluendo.com>
7703
7704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7705         (gst_play_base_bin_init), (queue_threshold_reached),
7706         (gen_source_element), (setup_substreams),
7707         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7708         (gst_play_base_bin_get_streaminfo_value_array):
7709         * gst/playback/gstplaybasebin.h:
7710         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7711         (gst_play_bin_set_property), (gst_play_bin_get_property),
7712         (gst_play_bin_handle_redirect_message):
7713         Move connection-speed property from playbin to playbasebin so that we
7714         can also configure it in source elements that have the connection-speed
7715         property. Fixes #464028.
7716         Add some debug info here and there.
7717
7718 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7719
7720         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7721         Properly respond to conversion queries. Fixes #464079.
7722
7723 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7724
7725         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7726         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7727         (gst_audio_test_src_init_sine_table),
7728         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7729         * gst/audiotestsrc/gstaudiotestsrc.h:
7730         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7731         Also set the default volume to the default value specified in the
7732         GParamSpec.
7733
7734 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7735
7736         Patch by: Jens Granseuer <jensgr at gmx dot net>
7737
7738         * gst/audioconvert/gstaudioquantize.c:
7739         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7740
7741 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7742
7743         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7744         Add rdt manager for rdt transport.
7745         Fix parsing of RDT transport.
7746
7747 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7748
7749         * configure.ac:
7750         Back to CVS
7751
7752 === release 0.10.14 ===
7753
7754 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7755
7756         * configure.ac:
7757           releasing 0.10.14, "Light Years Ahead"
7758
7759 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7760
7761         * tests/check/libs/audio.c: (GST_START_TEST):
7762         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7763
7764 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7765
7766         * gst-libs/gst/audio/audio.c:
7767         When clipping a buffer with no timestamp, assume it is
7768         within the segment without warnings.
7769
7770         Fixes: #460978
7771
7772 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7773
7774         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7775         Fire the signal on the object, not the interface.
7776
7777 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7778
7779         * gst-libs/gst/rtsp/.cvsignore:
7780         Ber. Don't include the full path, idiot.
7781
7782 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7783
7784         * gst-libs/gst/rtsp/.cvsignore:
7785         Ignore generated files.
7786
7787 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7788
7789         * gst-libs/gst/interfaces/Makefile.am:
7790         * gst-libs/gst/interfaces/interfaces-marshal.list:
7791         * gst-libs/gst/interfaces/rtspextension.c:
7792         * gst-libs/gst/interfaces/rtspextension.h:
7793         * gst-libs/gst/rtsp/Makefile.am:
7794         * gst-libs/gst/rtsp/gstrtsp.h:
7795         * gst-libs/gst/rtsp/gstrtspextension.c:
7796         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7797         (gst_rtsp_extension_detect_server),
7798         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7799         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7800         (gst_rtsp_extension_configure_stream),
7801         (gst_rtsp_extension_get_transports),
7802         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7803         * gst-libs/gst/rtsp/gstrtspextension.h:
7804         * gst-libs/gst/rtsp/rtsp-marshal.list:
7805         Move the rtspextension.h interface into gstrtspextension.h
7806         as part of libgstrtsp instead of libgstinterfaces, because it's
7807         only for use within plugins, not applications. 
7808         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7809         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7810         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7811         is abstract.
7812
7813 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7814
7815         * gst-libs/gst/interfaces/Makefile.am:
7816         * gst-libs/gst/interfaces/interfaces-marshal.list:
7817         * gst-libs/gst/interfaces/rtspextension.c:
7818         (gst_rtsp_extension_iface_init),
7819         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7820         * gst-libs/gst/interfaces/rtspextension.h:
7821         Fix marshaller for the send signal.
7822         Add URL to stream selection interface method.
7823
7824 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7825
7826         * gst-libs/gst/riff/Makefile.am:
7827         Pull in our dependencies from -base before those from outside.
7828
7829 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7830
7831         * docs/libs/gst-plugins-base-libs-sections.txt:
7832         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7833         * gst-libs/gst/rtsp/gstrtspbase64.h:
7834         API: gst_rtsp_base64_decode_ip()
7835         Added function to decode Base64 in-place.
7836
7837 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7838
7839         * tests/check/libs/.cvsignore:
7840         Ignore the mixer test binary.
7841
7842 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7843
7844         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7845         Gratuitous comment change to trigger a rebuild on the buildbots.
7846
7847 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7848
7849         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7850         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7851         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7852         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7853         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7854         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7855         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7856         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7857         (gst_sdp_media_get_attribute_val):
7858         * gst-libs/gst/sdp/gstsdpmessage.h:
7859         Constify args where we can.
7860
7861 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7862
7863         * gst-libs/gst/interfaces/Makefile.am:
7864         * gst-libs/gst/interfaces/rtspextension.c:
7865         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7866         (gst_rtsp_extension_detect_server),
7867         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7868         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7869         (gst_rtsp_extension_configure_stream),
7870         (gst_rtsp_extension_get_transports),
7871         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7872         * gst-libs/gst/interfaces/rtspextension.h:
7873         Move interface for RTSP extensions from -good to here.
7874         Added helper methods to invoke interface methods.
7875
7876 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7877
7878         * docs/libs/gst-plugins-base-libs-sections.txt:
7879         * gst-libs/gst/rtsp/gstrtspdefs.h:
7880         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7881         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7882         (gst_rtsp_message_init_response),
7883         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7884         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7885         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7886         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7887         (gst_rtsp_message_get_body), (dump_key_value):
7888         * gst-libs/gst/rtsp/gstrtspmessage.h:
7889         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7890         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7891         (gst_rtsp_range_parse):
7892         * gst-libs/gst/rtsp/gstrtsprange.h:
7893         * gst-libs/gst/rtsp/gstrtsptransport.c:
7894         * gst-libs/gst/rtsp/gstrtspurl.c:
7895         Fix some more RTSP docs.
7896         Add some missing methods for dealing with messages.
7897
7898 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7899
7900         * docs/libs/gst-plugins-base-libs-docs.sgml:
7901         * docs/libs/gst-plugins-base-libs-sections.txt:
7902         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7903         * gst-libs/gst/rtsp/gstrtspbase64.h:
7904         * gst-libs/gst/rtsp/gstrtspconnection.c:
7905         (gst_rtsp_connection_connect), (add_auth_header),
7906         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7907         (read_body), (gst_rtsp_connection_receive),
7908         (gst_rtsp_connection_next_timeout),
7909         (gst_rtsp_connection_reset_timeout),
7910         (gst_rtsp_connection_set_auth):
7911         * gst-libs/gst/rtsp/gstrtspconnection.h:
7912         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7913         * gst-libs/gst/rtsp/gstrtspdefs.h:
7914         * gst-libs/gst/rtsp/gstrtspmessage.h:
7915         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7916         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7917         (gst_rtsp_range_parse):
7918         * gst-libs/gst/rtsp/gstrtspurl.h:
7919         Added beginnings of RTSP documentation.
7920
7921 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7922
7923         * docs/libs/Makefile.am:
7924         * docs/libs/gst-plugins-base-libs-docs.sgml:
7925         * docs/libs/gst-plugins-base-libs-sections.txt:
7926         * gst-libs/gst/sdp/gstsdp.h:
7927         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7928         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7929         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7930         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7931         (gst_sdp_message_get_attribute_val),
7932         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7933         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7934         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7935         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7936         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7937         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7938         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7939         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7940         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7941         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7942         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7943         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7944         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7945         (gst_sdp_media_get_attribute_val_n),
7946         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7947         (print_media), (gst_sdp_message_dump):
7948         * gst-libs/gst/sdp/gstsdpmessage.h:
7949         Document the SDP library.
7950         Add some of the missing SDPMedia methods.
7951
7952 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7953
7954         * configure.ac:
7955         * gst-libs/gst/Makefile.am:
7956         * gst-libs/gst/rtsp/Makefile.am:
7957         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7958         * gst-libs/gst/rtsp/gstrtspbase64.h:
7959         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7960         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7961         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7962         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7963         (parse_response_status), (parse_request_line), (parse_line),
7964         (gst_rtsp_connection_read), (read_body),
7965         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7966         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7967         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7968         (gst_rtsp_connection_set_auth):
7969         * gst-libs/gst/rtsp/gstrtspconnection.h:
7970         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7971         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7972         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7973         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7974         (gst_rtsp_find_method):
7975         * gst-libs/gst/rtsp/gstrtspdefs.h:
7976         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7977         (gst_rtsp_message_new), (gst_rtsp_message_init),
7978         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7979         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7980         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7981         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7982         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7983         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7984         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7985         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7986         (gst_rtsp_message_dump):
7987         * gst-libs/gst/rtsp/gstrtspmessage.h:
7988         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7989         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7990         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7991         * gst-libs/gst/rtsp/gstrtsprange.h:
7992         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7993         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7994         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7995         (range_as_text), (rtsp_transport_mode_as_text),
7996         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7997         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7998         (gst_rtsp_transport_free):
7999         * gst-libs/gst/rtsp/gstrtsptransport.h:
8000         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8001         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8002         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8003         * gst-libs/gst/rtsp/gstrtspurl.h:
8004         * gst-libs/gst/sdp/Makefile.am:
8005         * gst-libs/gst/sdp/gstsdp.h:
8006         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8007         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8008         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8009         (gst_sdp_attribute_init), (gst_sdp_message_new),
8010         (gst_sdp_message_init), (gst_sdp_message_uninit),
8011         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8012         (gst_sdp_media_uninit), (gst_sdp_media_free),
8013         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8014         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8015         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8016         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8017         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8018         (gst_sdp_message_get_attribute_val),
8019         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8020         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8021         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8022         (gst_sdp_media_get_attribute_val_n),
8023         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8024         (read_string), (read_string_del), (gst_sdp_parse_line),
8025         (gst_sdp_message_parse_buffer), (print_media),
8026         (gst_sdp_message_dump):
8027         * gst-libs/gst/sdp/gstsdpmessage.h:
8028         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8029         Move SDP and RTSP from helper objects in -good to a reusable library.
8030         Use a proper gst_ namespace.
8031
8032 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8033
8034         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8035         (vorbis_dec_flush_decode):
8036         Use the new buffer clipping function from gstaudio here.
8037
8038 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8039
8040         * docs/libs/gst-plugins-base-libs-sections.txt:
8041         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8042         * gst-libs/gst/audio/audio.h:
8043         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8044         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8045         Also add deprecation guards for gst_audio_structure_set_int() to the
8046         header.
8047
8048 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8049
8050         * docs/libs/gst-plugins-base-libs-sections.txt:
8051           Cleanup the docs.
8052
8053 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8054
8055         Patch by: Dan Williams <dcbw at redhat dot com>
8056
8057         * gst/playback/gstplaybasebin.c:
8058         (gst_play_base_bin_get_streaminfo_value_array):
8059         Don't return NULL when querying the stream info value array but instead
8060         return an empty array. Fixes #459204.
8061
8062 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8063
8064         * gst/playback/gsturidecodebin.c:
8065           Init debug category before using it.
8066
8067 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8068
8069         * gst-libs/gst/interfaces/mixer.h:
8070         Add padding vars in place of the signal pointers
8071         when building with DISABLE_DEPRECATED so that the
8072         interface structure doesn't change size.
8073
8074 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8075
8076         * docs/libs/gst-plugins-base-libs-sections.txt:
8077         * ext/alsa/gstalsamixer.c:
8078         * ext/alsa/gstalsamixer.h:
8079         * ext/alsa/gstalsamixerelement.c:
8080         * ext/alsa/gstalsamixertrack.c:
8081         * gst-libs/gst/interfaces/mixer.c:
8082         * gst-libs/gst/interfaces/mixer.h:
8083         * gst-libs/gst/interfaces/mixeroptions.c:
8084         * gst-libs/gst/interfaces/mixeroptions.h:
8085         * gst-libs/gst/interfaces/mixertrack.c:
8086         * gst-libs/gst/interfaces/mixertrack.h:
8087         * tests/check/Makefile.am:
8088         * tests/check/libs/mixer.c:
8089
8090         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8091         Fixes: #152864 
8092
8093         Add support for notifying mixer changes on the message bus, and
8094         implement it in alsamixer.
8095
8096         API: gst_mixer_get_mixer_flags
8097         API: gst_mixer_message_parse_mute_toggled
8098         API: gst_mixer_message_parse_record_toggled
8099         API: gst_mixer_message_parse_volume_changed
8100         API: gst_mixer_message_parse_option_changed
8101         API: GstMixerMessageType
8102         API: GstMixerFlags
8103
8104 2007-07-20  Michael Smith <msmith@fluendo.com>
8105
8106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8107         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8108           xcontext->im_format is only for testing XShm support (as the header
8109           file comments document). Use xvimage->im_format for everything else.
8110           Avoids spurious warnings on buffer allocation before setcaps.
8111
8112 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8113
8114         * tests/examples/volume/Makefile.am:
8115         * tests/icles/Makefile.am:
8116           We should use $(LIBM).
8117
8118 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8119
8120         * tests/icles/Makefile.am:
8121           This needs -lm.
8122
8123 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8124
8125         * gst-libs/gst/rtp/gstbasertppayload.c:
8126         (gst_basertppayload_class_init), (gst_basertppayload_init),
8127         (gst_basertppayload_set_property),
8128         (gst_basertppayload_get_property):
8129         Don't break ABI, restore previous ranges. Keep the default random
8130         selection of timestamp and seqnum offset but as soon as the app sets a
8131         specific value, use that one.
8132
8133 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8134
8135         Patch by: Bastien Nocera <hadess at hadess dot net>
8136
8137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8138         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8139         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8140         * sys/xvimage/xvimagesink.h:
8141         Add option to turn off double-buffering for debugging purposes.
8142         Fixes #437169.
8143
8144 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8145
8146         Patch by: Jorn Baayen <jorn at openedhand dot com>
8147
8148         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8149         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8150         (gst_ximagesink_init), (gst_ximagesink_class_init):
8151         * sys/ximage/ximagesink.h:
8152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8153         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8154         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8155         * sys/xvimage/xvimagesink.h:
8156         add 'handle-expose' property. Useful for video widgets which may want to
8157         be in control of Expose behaviour. Fixes #380625
8158
8159 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8160
8161         * gst-libs/gst/rtp/gstbasertppayload.c:
8162         (gst_basertppayload_class_init), (gst_basertppayload_init),
8163         (gst_basertppayload_event), (gst_basertppayload_push),
8164         (gst_basertppayload_set_property),
8165         (gst_basertppayload_get_property),
8166         (gst_basertppayload_change_state):
8167         * gst-libs/gst/rtp/gstbasertppayload.h:
8168         Fix ranges of rtp payloader properties so that the full range can be
8169         used in addition to -1 (random).
8170         Fix wrong seqnum reporting in caps.
8171         Fixes #420326.
8172
8173 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8174
8175         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8176         (gst_video_rate_query):
8177         Use boilerplate.
8178         Add latency query, might not be perfect yet but already works a lot
8179         better. Fixes #442557.
8180
8181 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8182
8183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8184         (gst_xvimagesink_setcaps):
8185         * sys/xvimage/xvimagesink.h:
8186         After a caps change, redraw our borders to avoid garbage left there
8187         when the image format changes to a smaller size, like 16:9 -> 4:3
8188         Also, hold the flow_lock a bit longer in the set_caps while we're
8189         fiddling with the xcontext.
8190
8191 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8192
8193         * Makefile.am:
8194         * configure.ac:
8195         * tests/Makefile.am:
8196         Remove bogus check for libcheck, since we check for
8197         gstreamer-check and it pulls in the required info from there, and we
8198         weren't actually _using_ the information for libcheck ourselves
8199         anyway.
8200
8201 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8202
8203         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8204         (gst_ffmpeg_caps_to_pixfmt):
8205         Fix the r_mask test for RGBA32 on little-endian.
8206         Fix a stupid typo that would have obviously broken 
8207         compilation on big-endian, if anyone was testing.
8208
8209 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8210
8211         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8212         (paint_hline_str4):
8213         * gst/videotestsrc/videotestsrc.h:
8214         Add alpha to the color struct.
8215         Use a default alpha value of 255 instead of 128.
8216
8217 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8218
8219         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8220         (setup_source):
8221         Clear the dynamic pads counter when starting a new uri. This makes
8222         reusing playbin work again.
8223         Fixes #454264.
8224
8225 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8226
8227         * configure.ac:
8228           Use pkg-config to locate check.
8229
8230 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8231
8232         * configure.ac:
8233         * tests/check/elements/volume.c: (GST_START_TEST):
8234           Fix 'make check' build against core CVS.
8235
8236 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8237
8238         * gst-libs/gst/interfaces/propertyprobe.c:
8239         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8240         * gst-libs/gst/tag/gstvorbistag.c:
8241           Make gtk-doc happy.
8242
8243 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8244
8245         * gst-libs/gst/audio/gstbaseaudiosink.c:
8246         (gst_base_audio_sink_callback):
8247           Quick hack to make audiosinks stop at EOS when operating in
8248           pull-mode; needs to be fixed properly some day.
8249
8250 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8251
8252         * docs/libs/gst-plugins-base-libs-sections.txt:
8253           Fix location of includes in the docs.
8254
8255 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8256
8257         * gst/ffmpegcolorspace/avcodec.h:
8258         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8259         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8260         (gst_ffmpegcsp_avpicture_fill):
8261         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8262         (img_get_alpha_info):
8263         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8264         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8265         end of the word. Partially fixes #451908
8266
8267 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8268
8269         * docs/libs/Makefile.am:
8270         * docs/plugins/Makefile.am:
8271           Simplify --extra-dir as gtkdoc scans recursively.
8272
8273 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8274
8275         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8276         (gst_adder_request_new_pad):
8277         Make getcaps more robust by not using the proxycaps function. This makes
8278         sure that we don't end up recursively calling getcaps upstream.
8279         See #316248.
8280
8281 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8282
8283         * gst/audioconvert/audioconvert.c:
8284         Include math.h to fix compilation.
8285
8286 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8287
8288         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8289         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8290         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8291         format, as produced by some dc1394 cameras like the iSight.
8292         See http://www.fourcc.org/yuv.php#IYU1
8293
8294 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8295
8296         * gst/audioconvert/Makefile.am:
8297         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8298         (check_default), (audio_convert_prepare_context),
8299         (audio_convert_clean_context), (audio_convert_convert):
8300         * gst/audioconvert/audioconvert.h:
8301         * gst/audioconvert/gstaudioconvert.c:
8302         (gst_audio_convert_dithering_get_type),
8303         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8304         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8305         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8306         * gst/audioconvert/gstaudioconvert.h:
8307         * gst/audioconvert/gstaudioquantize.c:
8308         (gst_audio_quantize_setup_noise_shaping),
8309         (gst_audio_quantize_free_noise_shaping),
8310         (gst_audio_quantize_setup_dither),
8311         (gst_audio_quantize_free_dither),
8312         (gst_audio_quantize_setup_quantize_func),
8313         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8314         * gst/audioconvert/gstaudioquantize.h:
8315         Implement dithering and noise shaping in audioconvert. By default now
8316         TPDF dithering (and no noise shaping) will be used when converting
8317         from a higher bit depth to 20 bit depth or smaller, otherwise
8318         everything will be as it is now.
8319         For the last audioconvert in a pipeline it would make sense to
8320         use some kind of noise shaping, enabling it by default for all
8321         conversions would give undesired results though. Fixes #360246.
8322         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8323         (GST_START_TEST):
8324         Adjust unit test for the new audioconvert.
8325
8326 2007-06-28  Wim Taymans  <wim@fluendo.com>
8327
8328         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8329         Use other metrics as well when estimating the buffer level.
8330
8331 2007-06-28  Wim Taymans  <wim@fluendo.com>
8332
8333         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8334         Small debug improvement.
8335
8336         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8337         (plugin_init):
8338         Tweak the rate estimation period.
8339         When calculating the buffer filledness in rate estimation mode, don't
8340         mix it with other metrics.
8341
8342 2007-06-28  Wim Taymans  <wim@fluendo.com>
8343
8344         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8345         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8346         When creating the groups, allow for a 5 second, unlimited buffers
8347         preroll phase after which we expose the group.
8348         When the group is exposed, use a small number of buffers up to a 2
8349         second limit. Also disconnect the overrun signal from multiqueue when we
8350         exposed the group because it is not needed anymore.
8351
8352 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8355           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8356           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8357           (#451707); also, output some debugging info when dealing with
8358           freeform strings.
8359
8360         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8361           Add unit test for the above.
8362
8363 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8364
8365         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8366           Add description for Windows Media RTP caps.
8367
8368         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8369           Remove RTP fields that don't define the format from caps.
8370
8371 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8372
8373         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8374           Skip empty buffers, but not empty header buffers. That way the original
8375           vorbisdec unit test still passes (#451145); also, take into account
8376           that those empty packets might carry a granulepos.
8377
8378         * tests/check/Makefile.am:
8379         * tests/check/elements/vorbisdec.c:
8380         (_create_codebook_header_buffer), (_create_audio_buffer),
8381         (GST_START_TEST), (vorbisdec_suite):
8382           Add unit test that sends an empty packet.
8383
8384 2007-06-27  Wim Taymans  <wim@fluendo.com>
8385
8386         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8387         Don't error out on 0-sized packets, just emit a warning because this is
8388         not a fatal error. Fixes #451145.
8389
8390 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8391
8392         * docs/plugins/gst-plugins-base-plugins.args:
8393         * docs/plugins/gst-plugins-base-plugins.signals:
8394         * docs/plugins/inspect/plugin-adder.xml:
8395         * docs/plugins/inspect/plugin-alsa.xml:
8396         * docs/plugins/inspect/plugin-audioconvert.xml:
8397         * docs/plugins/inspect/plugin-audiorate.xml:
8398         * docs/plugins/inspect/plugin-audioresample.xml:
8399         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8400         * docs/plugins/inspect/plugin-cdparanoia.xml:
8401         * docs/plugins/inspect/plugin-decodebin.xml:
8402         * docs/plugins/inspect/plugin-decodebin2.xml:
8403         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8404         * docs/plugins/inspect/plugin-gdp.xml:
8405         * docs/plugins/inspect/plugin-gnomevfs.xml:
8406         * docs/plugins/inspect/plugin-libvisual.xml:
8407         * docs/plugins/inspect/plugin-ogg.xml:
8408         * docs/plugins/inspect/plugin-pango.xml:
8409         * docs/plugins/inspect/plugin-playbin.xml:
8410         * docs/plugins/inspect/plugin-subparse.xml:
8411         * docs/plugins/inspect/plugin-tcp.xml:
8412         * docs/plugins/inspect/plugin-theora.xml:
8413         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8414         * docs/plugins/inspect/plugin-video4linux.xml:
8415         * docs/plugins/inspect/plugin-videorate.xml:
8416         * docs/plugins/inspect/plugin-videoscale.xml:
8417         * docs/plugins/inspect/plugin-videotestsrc.xml:
8418         * docs/plugins/inspect/plugin-volume.xml:
8419         * docs/plugins/inspect/plugin-vorbis.xml:
8420         * docs/plugins/inspect/plugin-ximagesink.xml:
8421         * docs/plugins/inspect/plugin-xvimagesink.xml:
8422           Update docs with caps info.
8423
8424 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8425
8426         * po/POTFILES.in:
8427           Add more files with translatable strings (#450875).
8428
8429 2007-06-23  Edward Hervey  <edward@fluendo.com>
8430
8431         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8432         The chain should be freed if we error out here, else it will leak.
8433         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8434         (cleanup_decodebin):
8435         Don't forget to *properly* remove the signals, else it will leak.
8436
8437 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8438
8439         * MAINTAINERS:
8440         Updating all the maintainers files
8441
8442 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8443
8444         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8445         (main):
8446           Destroy and recreate parse-launch based pipeline after stop to be able
8447           to play again. Reorder some code and add more comments.
8448
8449 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8450
8451         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8452         When handling a delayed-caps notification case, mark
8453         the group as dynamic so that the nbdynamic count is
8454         incremented and decremented correctly. Fixes: #449156
8455         Patch by: Wim Taymans <wim@fluendo.com>
8456
8457 2007-06-19  Andy Wingo  <wingo@pobox.com>
8458
8459         * gst-libs/gst/audio/gstbaseaudiosink.c
8460         (gst_base_audio_sink_init): Enable pull-mode operation.
8461
8462 2007-06-19  Michael Smith <msmith@fluendo.com>
8463
8464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8465           Change minimum rate back to 1000 to allow low-sample-rate wav files
8466           to play back.
8467
8468 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8469
8470         * po/vi.po:
8471           Update translations.
8472
8473 2007-06-15  David Schleef  <ds@schleef.org>
8474
8475         * gst/playback/gstqueue2.c:
8476           Fix compile error from ignored return value.
8477
8478 2007-06-15  Michael Smith <msmith@fluendo.com>
8479
8480         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8481           Update tmpbuf for all neccesary rows, not just one, as is required
8482           when downscaling.
8483           Fixes #402076.
8484
8485 2007-06-15  Michael Smith <msmith@fluendo.com>
8486
8487         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8488         (eos_buffer_probe):
8489           Add a test that ensures we set DELTA_UNIT on all non-header,
8490           non-video buffers, if we have a video stream.
8491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8492         (gst_ogg_mux_process_best_pad):
8493           Move setting delta_pad to earlier, where we inspect all pads, so
8494           that leading audio pages don't get DELTA_UNIT unset if they come
8495           before the first DELTA_UNIT from video pages. Fixes the newly-added
8496           test. Fixes #385527.
8497
8498 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8499
8500         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8501           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8502           fails on the p5-ppc64 build bot and the failure looks like it is due
8503           to the same issue as #348114, ie. a compiler bug.
8504
8505 2007-06-13  Edward Hervey  <edward@fluendo.com>
8506
8507         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8508         Fix build on MacOSX.
8509
8510 2007-06-13  Wim Taymans  <wim@fluendo.com>
8511
8512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8513         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8514         Fix compilation on mingw. Fixes #446972.
8515
8516 2007-06-12  Wim Taymans  <wim@fluendo.com>
8517
8518         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8519
8520         * gst/playback/gstqueue2.c: (update_buffering),
8521         (gst_queue_locked_enqueue):
8522         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8523         also update the buffering status when receiving events. Fixes #446551.
8524
8525 2007-06-11  Wim Taymans  <wim@fluendo.com>
8526
8527         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8528
8529         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8530         (gst_queue_handle_src_query):
8531         Wait for preroll before attempting to forward a duration query upstream.
8532         Fixes #445505.
8533
8534 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8535
8536         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8537         (gst_base_rtp_depayload_set_gst_timestamp):
8538         Use G_GINT64_CONSTANT macro for int64 constant.
8539         * win32/common/libgstinterfaces.def:
8540         * win32/common/libgsttag.def:
8541         Add new exported functions.
8542
8543 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8546           The BOS page of the first Dirac video stream needs to come before
8547           the BOS page of any Vorbis streams or other audio streams, just like
8548           it is with Theora.
8549
8550 2007-06-07  Wim Taymans  <wim@fluendo.com>
8551
8552         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8553         Fix compilation.
8554
8555 2007-06-06  Wim Taymans  <wim@fluendo.com>
8556
8557         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8558
8559         * gst/playback/gstqueue2.c: (gst_queue_init),
8560         (gst_queue_handle_sink_event), (gst_queue_chain),
8561         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8562         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8563         (gst_queue_src_activate_pull):
8564         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8565         Does not yet completely work because duration queries upstream won't
8566         block yet.
8567
8568 2007-06-06  Wim Taymans  <wim@fluendo.com>
8569
8570         * configure.ac:
8571         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8572         Some more fseeko checks.
8573
8574 2007-06-06  Wim Taymans  <wim@fluendo.com>
8575
8576         * configure.ac:
8577         check for large file support.
8578
8579 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8580
8581         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8582
8583         * gst/subparse/gstsubparse.c: (parse_subrip),
8584         (subviewer_unescape_newlines), (parse_subviewer),
8585         (gst_sub_parse_data_format_autodetect),
8586         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8587         * gst/subparse/gstsubparse.h:
8588         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8589         * tests/check/elements/subparse.c: (GST_START_TEST),
8590         (subparse_suite):
8591         Add a unit test for both SubViewer formats.
8592
8593 2007-06-01  Michael Smith <msmith@fluendo.com>
8594
8595         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8596           Don't overflow intermediate values when seeking to large time values
8597           in audiotestsrc.
8598
8599 2007-06-05  Wim Taymans  <wim@fluendo.com>
8600
8601         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8602         (gst_queue_create_read), (gst_queue_read_item_from_file),
8603         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8604         Include stdio to define fseeko.
8605
8606 2007-06-05  Wim Taymans  <wim@fluendo.com>
8607
8608         Patch by: Edward Hervey  <edward@fluendo.com>
8609
8610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8611         (gst_v4lsrc_query):
8612         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8613
8614 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8615
8616         * gst-libs/gst/riff/Makefile.am:
8617         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8618           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8619           our own implementation.
8620
8621 2007-06-05  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8624         (gst_base_rtp_depayload_setcaps),
8625         (gst_base_rtp_depayload_set_gst_timestamp),
8626         (gst_base_rtp_depayload_change_state):
8627         Handle timestamp wraparound.
8628
8629 2007-06-05  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8632         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8633         (gst_uri_decode_bin_change_state):
8634         Make sure we name srcpads uniquely even when using different internal
8635         decodebins.
8636         Signal no-more-pads when no more dynamic elements exist.
8637         Remove pads on cleanup.
8638
8639 2007-06-05  Wim Taymans  <wim@fluendo.com>
8640
8641         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8642
8643         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8644         (gst_queue_init), (gst_queue_finalize),
8645         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8646         (gst_queue_create_read), (gst_queue_read_item_from_file),
8647         (gst_queue_open_temp_location_file),
8648         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8649         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8650         (gst_queue_is_empty), (gst_queue_is_filled),
8651         (gst_queue_change_state), (gst_queue_set_temp_location),
8652         (gst_queue_set_property):
8653         Add support for filebased buffering. Fixes #441264.
8654
8655 2007-06-05  Wim Taymans  <wim@fluendo.com>
8656
8657         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8658         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8659         (caps_notify_group_cb), (gst_decode_group_new),
8660         (gst_decode_group_free):
8661         Add support for delayed caps fixation when autoplugging.
8662         Optimize cases where a multiqueue is not needed/wanted, like right after
8663         anything that is not a demuxer.
8664
8665 2007-06-05  Wim Taymans  <wim@fluendo.com>
8666
8667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8668         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8669         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8670         consideratly speedup ogg chain detection by not trying to find a base
8671         timestamp for skeleton streams. 
8672
8673 2007-06-05  Wim Taymans  <wim@fluendo.com>
8674
8675         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8676         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8677         (gst_multi_fd_sink_remove_flush),
8678         (gst_multi_fd_sink_remove_client_link),
8679         (gst_multi_fd_sink_handle_client_write),
8680         (gst_multi_fd_sink_handle_clients):
8681         * gst/tcp/gstmultifdsink.h:
8682         Add support for remove_flush.
8683
8684 2007-06-05  Wim Taymans  <wim@fluendo.com>
8685
8686         * docs/design/draft-keyframe-force.txt:
8687         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8688         (theora_enc_chain):
8689         Add draft design for forcing keyframes in encoders and implement in
8690         theoraenc.
8691
8692 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8693
8694         * configure.ac:
8695           Back to CVS
8696
8697 === release 0.10.13 ===
8698
8699 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8700
8701         * configure.ac:
8702           releasing 0.10.13, "What's Going on?"
8703
8704 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8705
8706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8707         In riff, the depth is stored in the size field but it just means that
8708         the least significant bits are cleared. We can therefore just play
8709         the sample as if it had a depth == width. Fixes: #440997
8710
8711         Patch by: Wim Taymans <wim@fluendo.com> 
8712         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8713
8714 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8715
8716         * gst-libs/gst/floatcast/floatcast.h:
8717         Define inline when needed on win32 builds. Fixes: #441295
8718         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8719
8720 2007-05-29  Wim Taymans  <wim@fluendo.com>
8721
8722         * gst/playback/gstplaybasebin.c: (queue_overrun),
8723         (no_more_pads_full):
8724         Stop buffering when the group is commited because the queues filled up.
8725         Fixes #442024.
8726
8727 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8728
8729         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8730         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8731         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8732         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8733         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8734         * ext/alsa/gstalsamixer.h:
8735         * ext/alsa/gstalsamixerelement.c:
8736         (gst_alsa_mixer_element_interface_supported),
8737         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8738         (gst_alsa_mixer_element_set_property),
8739         (gst_alsa_mixer_element_get_property),
8740         (gst_alsa_mixer_element_change_state):
8741         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8742         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8743         (gst_mixer_option_changed):
8744         * gst-libs/gst/interfaces/mixer.h:
8745         Revert commits towards #152864 made so far. We'll pick it up again
8746         after the 0.10.13 release.
8747
8748 2007-05-24  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst-libs/gst/audio/gstbaseaudiosink.c:
8751         (gst_base_audio_sink_render):
8752         After an interrupt (PAUSED/flush) assume that the next sample should not
8753         be aligned to the previous sample. Fixes #417992.
8754
8755 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8758           Don't add channels and rate fields to the template caps for
8759           audio/x-dts, as wavparse might not always be able to set them,
8760           which would then lead to 'caps are not a real subset of the
8761           template caps' warnings.
8762
8763 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8764
8765         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8766         Handle unknown or invalid pads without crashing, as might occur if
8767         a media file like an mp3 is specified as a subtitle file.
8768         Fixes: #410039
8769
8770 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8771
8772         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8773         (setup_sinks):
8774         Block the subtitle bin output queue before ghosting it and linking,
8775         then unblock after. This avoids spurious not-linked errors caused 
8776         by the queue starting up (because it gets linked when it is ghosted). 
8777         Fixes: #350299
8778
8779 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8780
8781         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8782         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8783         file. Avoids flukes where the input gets typefound to some valid but
8784         useless type.
8785
8786 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * tests/check/Makefile.am:
8789         * tests/check/elements/.cvsignore:
8790         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8791         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8792           Add unit test for gnomevfssink seeking and position reporting for
8793           file:// URIs.
8794
8795 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8796
8797         Patch by: Mark Nauwelaerts <manauw at skynet be>
8798
8799         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8800         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8801         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8802         * ext/gnomevfs/gstgnomevfssink.h:
8803           Fix position reporting, especially after a seek (from upstream),
8804           see #412648.
8805
8806 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * ext/cdparanoia/gstcdparanoiasrc.c:
8809           Repair umlaut.
8810
8811 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8812
8813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8814         Specify the full valid range for MP3 samplerates. Fixes a regression
8815         caused by extra header checks since the last release.
8816
8817 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8818
8819         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8821         Fix a locking-order bug I introduced with my changes the other day.
8822         Patch by Mike Smith.
8823
8824 2007-05-21  Michael Smith <msmith@fluendo.com>
8825
8826         * ext/theora/theoradec.c: (theora_handle_data_packet):
8827           Don't look inside 0-length packets (which indicate duplicated
8828           frames)
8829
8830 2007-05-21  Wim Taymans  <wim@fluendo.com>
8831
8832         * ext/cdparanoia/gstcdparanoiasrc.c:
8833         (gst_cd_paranoia_src_read_sector):
8834         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8835         (gst_base_audio_src_create):
8836         Small cleanups.
8837
8838         * ext/theora/theoradec.c: (theora_dec_sink_event):
8839         Fix typo.
8840
8841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8842         (gst_base_rtp_depayload_set_gst_timestamp):
8843         Add some FIXME
8844
8845         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8846         And some debug info when a FIXME path is hit.
8847
8848 2007-05-21  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8851         (gst_base_rtp_audio_payload_class_init),
8852         (gst_base_rtp_audio_payload_init),
8853         (gst_base_rtp_audio_payload_finalize),
8854         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8855         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8856         (gst_base_rtp_payload_audio_handle_event):
8857         Some cleanups, remove minptime property as it is now in the parent
8858         class.
8859         Override parent class event function.
8860
8861         * gst-libs/gst/rtp/gstbasertppayload.c:
8862         (gst_basertppayload_class_init), (gst_basertppayload_init),
8863         (gst_basertppayload_event), (gst_basertppayload_set_property),
8864         (gst_basertppayload_get_property):
8865         * gst-libs/gst/rtp/gstbasertppayload.h:
8866         Add min-ptime property.
8867         Add handle-event vmethod. Fixes #415001.
8868
8869 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8870
8871         * gst-libs/gst/audio/gstbaseaudiosink.c
8872           (gst_base_audio_sink_change_state):
8873           Fix typo in comment.
8874
8875         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8876           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8877           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8878           close_link):
8879         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8880           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8881           Remove trailing whitespaces in comments.
8882
8883         * gst/volume/Makefile.am:
8884           Fix tabs.
8885
8886 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8887
8888         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8889
8890         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8891           set_option, get_option, _gst_reserved):
8892           Revert reordering functions (keep ABI).
8893
8894 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8895
8896         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8897         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8898         (gst_ximagesink_show_frame):
8899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8900         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8901         (gst_xvimagesink_show_frame):
8902         When we create our own window, indicate that we handle the 
8903         WM_DELETE client message from the window manager, so that it won't 
8904         kill our window (and our app) along with it. Handle ClientMessage,
8905         post an error on the bus, and close the window. Further buffers
8906         arriving will result in a FlowError because the window has been
8907         destroyed.
8908
8909         Fixes: #393975
8910
8911         Clean up the X event handling loop and make them the same for
8912         both xvimagesink and ximagesink while I'm at it.
8913
8914 2007-05-17  Wim Taymans  <wim@fluendo.com>
8915
8916         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8917         Make decodebin2 autoplug depayloaders too.
8918
8919         * gst/playback/gsturidecodebin.c: (source_new_pad):
8920         Set the newly created decoder in a usable state when autoplugging a
8921         dynamic source such as RTSP.
8922
8923 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * gst/playback/gststreaminfo.c: (cb_probe):
8926           Ignore video-codec tag for audio streams and ignore audio-codec tags
8927           for video streams. Should make codec name collection a bit more
8928           robust against sloppy demuxers that send tag events containing both
8929           tags down each pad.
8930
8931 2007-05-17  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/playback/gstqueue2.c: (update_rates):
8934         Tweak the buffering thresholds a little.
8935         Update the buffer size with the previously calculate rate instead of
8936         only when we calculate a new rate so that we get smoother buffering
8937         updates.
8938
8939         * gst/playback/Makefile.am:
8940         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8941         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8942         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8943         (gst_uri_decode_bin_get_property), (unknown_type),
8944         (add_element_stream), (no_more_pads_full), (no_more_pads),
8945         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8946         (gen_source_element), (has_all_raw_caps), (analyse_source),
8947         (remove_decoders), (make_decoder), (remove_source),
8948         (source_new_pad), (setup_source), (decoder_query_init),
8949         (decoder_query_duration_fold), (decoder_query_duration_done),
8950         (decoder_query_position_fold), (decoder_query_position_done),
8951         (decoder_query_latency_fold), (decoder_query_latency_done),
8952         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8953         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8954         (gst_uri_decode_bin_change_state), (plugin_init):
8955         New element that intergrates a source, optional buffering element and
8956         decodebin.
8957
8958 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * configure.ac:
8961           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8962           (also has a .pc file, so we don't need the fallback check any
8963           longer). Fixes #438840.
8964
8965 2007-05-17  Wim Taymans  <wim@fluendo.com>
8966
8967         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8968         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8969         (apply_segment), (apply_buffer), (update_buffering),
8970         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8971         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8972         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8973         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8974         (plugin_init):
8975         fix build.
8976
8977 2007-05-17  Wim Taymans  <wim@fluendo.com>
8978
8979         * gst/playback/Makefile.am:
8980         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8981         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8982         (gst_queue_getcaps), (gst_queue_bufferalloc),
8983         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8984         (apply_buffer), (update_buffering), (reset_rate_timer),
8985         (update_rates), (gst_queue_locked_flush),
8986         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8987         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8988         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8989         (gst_queue_loop), (gst_queue_handle_src_event),
8990         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8991         (gst_queue_src_activate_push), (gst_queue_change_state),
8992         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8993         On our way to playbin2 this is the new network queue that does buffering
8994         all by itself using high and low watermarks. It can also measure up and
8995         downstream bandwidth to optimally size the queue.
8996
8997 2007-05-17  Michael Smith <msmith@fluendo.com>
8998
8999         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9000         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9001           Use the segment->last_stop value to calculate the next timestamp to
9002           generate after a seek; not the segment->start value.
9003
9004 2007-05-15  David Schleef  <ds@schleef.org>
9005
9006         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9007           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9008
9009 2007-05-15  Wim Taymans  <wim@fluendo.com>
9010
9011         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9012         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9013         Some more chained streaming ogg timestamp fixes.
9014
9015 2007-05-15  Wim Taymans  <wim@fluendo.com>
9016
9017         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9018         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9019         (gst_ogg_demux_handle_page):
9020         Add some FIXMEs.
9021         Fix chain start/stop segment handling based on patch by
9022         <ahalda at cs dot mcgill dot ca> see #320984.
9023
9024 2007-05-15  Michael Smith <msmith@fluendo.com>
9025
9026         * configure.ac:
9027           We don't require a C++ compiler. So don't require one.
9028
9029 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9030
9031         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9032           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9033           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9034           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9035           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9036           gst_alsa_mixer_update_track):
9037           Apply some of the cleanup Tim suggested in #152864 afterwards.
9038
9039 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9040
9041         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9042
9043         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9044           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9045           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9046           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9047           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9048           gst_alsa_mixer_handle_source_callback,
9049           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9050           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9051           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9052           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9053           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9054           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9055         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9056         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9057           gst_alsa_mixer_element_interface_supported,
9058           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9059           gst_alsa_mixer_element_set_property,
9060           gst_alsa_mixer_element_get_property,
9061           gst_alsa_mixer_element_change_state):
9062         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9063         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9064           gst_mixer_option_changed):
9065         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9066           volume_changed, option_changed, _gst_reserved):
9067           Implement notification for alsamixer. Fixes #152864
9068
9069 2007-05-14  David Schleef  <ds@schleef.org>
9070
9071         * gst/videotestsrc/videotestsrc.c:
9072         * gst/videotestsrc/videotestsrc.h:
9073           Add support for video/x-raw-bayer.
9074
9075 2007-05-12  David Schleef  <ds@schleef.org>
9076
9077         * sys/xvimage/xvimagesink.c:
9078           Add some sanity checking for the XVImage size returned by X.
9079           Related to #377400.
9080
9081 2007-05-12  Wim Taymans  <wim@fluendo.com>
9082
9083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9084         (gst_base_rtp_depayload_setcaps),
9085         (gst_base_rtp_depayload_set_gst_timestamp):
9086         Parse and use additional caps fields as described in updated
9087         application/x-rtp caps spec.
9088
9089 2007-05-12  Wim Taymans  <wim@fluendo.com>
9090
9091         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9092         (gst_ogg_demux_collect_chain_info):
9093         If there is a stream in a chain without any data packets, ignore the
9094         stream in the total length calculations. Might be related to #436820.
9095
9096 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9097
9098         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9099         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9100         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9101         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9102         (plugin_init):
9103
9104         Consolidate and re-work our mpeg system stream detection to probe
9105         more packets and produce a higher confidence result. Fixes a
9106         regression caused by lowering the typefind probability last year
9107         - related to bug #397810. Remove the redundant MPEG-1 specific 
9108         typefind function, as the new one detects both MPEG-1 & MPEG-2
9109         happily.
9110
9111         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9112         little. 
9113
9114         Tested against my media test directory, with some improvements and
9115         no regressions.
9116
9117 2007-05-10  Wim Taymans  <wim@fluendo.com>
9118
9119         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9120         (queue_out_of_data):
9121         Connect to the new queue "pushing" signal instead of the broken
9122         "running" one.
9123
9124 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9125
9126         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9127         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9128         Move variable declaration before the first instruction.
9129         * gst/videotestsrc/videotestsrc.c:
9130         Define M_PI if it's not defined yet.
9131         * win32/common/libgstrtp.def:
9132         Add new exported functions.
9133
9134 2007-05-09  Michael Smith <msmith@fluendo.com>
9135
9136         * ext/theora/theoradec.c: (theora_handle_type_packet):
9137           gst_pad_push_event() does not return a GstFlowReturn!
9138
9139 2007-05-09  Wim Taymans  <wim@fluendo.com>
9140
9141         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9142         * tests/examples/seek/seek.c: (do_seek):
9143         Some small cosmetic changes.
9144
9145 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9146
9147         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9148           gst_adder_change_state):
9149         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9150           segment_pending, segment_position, segment_rate):
9151           Handle playback-rate on adder.
9152
9153 2007-05-07  Michael Smith <msmith@fluendo.com>
9154
9155         * ext/theora/gsttheoradec.h:
9156         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9157         (theora_dec_sink_event), (theora_handle_comment_packet),
9158         (theora_handle_type_packet), (theora_dec_change_state):
9159           Don't push events (newsegment, tags) before initialising the
9160           decoder.
9161           This is neccesary for seeking to work correctly in gnonlin.
9162
9163 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9164
9165         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9166         * gst/adder/gstadder.c:
9167         * gst/audiotestsrc/gstaudiotestsrc.c
9168           (gst_audio_test_src_create_white_noise):
9169         * gst/videotestsrc/gstvideotestsrc.c:
9170         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9171           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9172           volume_sink_template, volume_src_template, gst_volume_init,
9173           volume_process_double, volume_process_int16,
9174           volume_process_int16_clamp):
9175           Doc fixes and formatting.
9176
9177 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9178
9179         * tests/check/Makefile.am:
9180         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9181           Minimal check for volume's GstController usability; also another
9182           test for #422295.
9183
9184 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * gst-libs/gst/cdda/gstcddabasesrc.c:
9187         (gst_cdda_base_src_add_track):
9188           Fix it so that it (a) makes sense and (b) doesn't break
9189           everything cdda-related including the unit test.
9190
9191 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9192
9193         * gst-libs/gst/cdda/gstcddabasesrc.c:
9194         (gst_cdda_base_src_add_track):
9195           Fix build when disabling asserts.
9196
9197 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9198
9199         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9200           When XShm is not available, we might get row strides that are not
9201           rounded up to multiples of four; this is bad, because virtually
9202           every RGB-processing element in GStreamer assumes rowstrides are
9203           rounded up to multiples of four, so let's allocate at least enough
9204           memory to avoid crashes in this case. The image will still be
9205           displayed distorted though if this happens, so that still needs
9206           fixing (maybe by allocating a bigger image with an 'even' width
9207           and then clipping it appropriately when rendering - something for
9208           Xlib aficionados in any case).
9209
9210 2007-05-03  Michael Smith <msmith@fluendo.com>
9211
9212         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9213           If a buffer doesn't have a timestamp, assume it's contiguous with
9214           the previous buffer, and synthesise timestamps appropriately.
9215
9216 2007-05-03  Edward Hervey  <edward@fluendo.com>
9217
9218         * tests/check/elements/videorate.c: (GST_START_TEST):
9219         Set buffer timestamp to a valid value in order to test the buffer
9220         really does stay in videorate.
9221
9222 2007-05-03  Edward Hervey  <edward@fluendo.com>
9223
9224         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9225         There is no sensible way to handle incoming buffers which don't have a
9226         valid timestamp. We therefore discard them and wait for the next one.
9227
9228 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9229
9230         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9231         * gst/playback/gstdecodebin2.c: (plugin_init):
9232           Better error message for text files.
9233
9234 2007-04-29  Wim Taymans  <wim@fluendo.com>
9235
9236         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9237         Fix offset bug in generation RR packets.
9238
9239 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9240
9241         * ext/theora/theoradec.c: (_theora_granule_time),
9242         (theora_dec_push_forward), (theora_handle_data_packet),
9243         (theora_dec_decode_buffer): Calculate buffer duration correctly
9244         to generate a perfect stream (#433888).
9245         * gst/audioresample/gstaudioresample.c:
9246         (audioresample_check_discont): Glib provides ABS.
9247
9248 2007-04-27  Wim Taymans  <wim@fluendo.com>
9249
9250         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9251         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9252         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9253         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9254         (gst_rtcp_packet_bye_set_reason):
9255         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9256         Fix RB block parsing and writing.
9257         Add support for constructing BYE packets.
9258
9259 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9260
9261         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9262         (gst_base_audio_src_create):
9263         * po/POTFILES.in:
9264           When posting a warning message because samples were dropped, post
9265           something more intelligible than he default error message for clock
9266           errors which is just confusing in this context (#432984).
9267
9268 2007-04-25  Wim Taymans  <wim@fluendo.com>
9269
9270         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9271         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9272         (read_packet_header), (gst_rtcp_packet_move_to_next),
9273         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9274         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9275         (gst_rtcp_packet_sdes_get_item_count),
9276         (gst_rtcp_packet_sdes_first_item),
9277         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9278         (gst_rtcp_packet_sdes_first_entry),
9279         (gst_rtcp_packet_sdes_next_entry),
9280         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9281         (gst_rtcp_packet_sdes_add_entry):
9282         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9283         Implement code to write SR, RR and SDES packets.
9284
9285 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9286
9287         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9288
9289         * sys/ximage/ximagesink.c:
9290           Fix build if XShm is not available (#432362).
9291
9292 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9293
9294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9295         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9296         pointers to random memory which are passed to g_free() when
9297         audio_convert_prepare_context() is called the first time.
9298
9299 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         Patch by: Dan Williams <dcbw redhat com>
9302
9303         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9304           Don't leak incoming buffer if gst_pad_push() returns a
9305           non-OK flow. Fixes #432755.
9306          
9307         * tests/check/elements/videorate.c: (GST_START_TEST),
9308         (videorate_suite):
9309           Unit test for the above by Yours Truly.
9310
9311 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9312
9313         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9314         (gst_adder_sink_event), (gst_adder_collected):
9315           Fix non-flushing segmented seeks, Fixes #340060 for me
9316
9317 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         Patch by: Olivier Crete  <tester at tester ca>
9320
9321         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9322         (gst_base_rtp_audio_payload_class_init),
9323         (gst_base_rtp_audio_payload_init),
9324         (gst_base_rtp_audio_payload_dispose):
9325           Chain up to parent class in dispose function; get rid of
9326           unnecessary 'diposed' flag in private structure (#415001).
9327
9328 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * docs/libs/gst-plugins-base-libs.types:
9331         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9332         (gst_base_rtp_audio_payload_class_init):
9333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9334         * gst-libs/gst/rtp/gstbasertppayload.c:
9335           Some minor docs fixes and additions; also add missing 'Since' bits.
9336
9337 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         Patch by: Zeeshan Ali  <zeenix gmail com>
9340
9341         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9342         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9343         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9344         (gst_base_rtp_audio_payload_push):
9345         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9346           The recently-added gst_base_rtp_audio_payload_push() should take an
9347           object of type GstBaseRTPAudioPayload as first argument (#431672).
9348
9349 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9350
9351         * gst/audioresample/gstaudioresample.c:
9352           Make more functions static, just because we can.
9353
9354 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9355
9356         * tests/check/elements/audioresample.c:
9357           Add unit test for audioresample shutdown crasher (#420106).
9358
9359 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9360
9361         * gst/subparse/gstsubparse.c:
9362         * gst/subparse/samiparse.c:
9363           Use GST_DISABLE_XML here
9364
9365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9366         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9367         (gst_xvimagesink_buffer_alloc),
9368         (gst_xvimagesink_navigation_send_event):
9369         * sys/xvimage/xvimagesink.h:
9370           Include stdlib.h when using atoi.
9371           
9372         * tests/check/elements/playbin.c: (playbin_suite):
9373           Use GST_DISABLE_REGISTRY here
9374
9375 2007-04-19  Michael Smith  <msmith@fluendo.com>
9376
9377         * ext/theora/gsttheoraenc.h:
9378         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9379         (theora_enc_sink_event), (theora_enc_change_state):
9380           Track initialisation state; don't try to use encoder state if we're
9381           not initialised (it'll segfault).
9382
9383 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9384
9385         * tests/check/pipelines/.cvsignore:
9386         Fix build.
9387
9388 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9389
9390         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9391         Allow random depths between 1 and 32 instead of only multiplies of 8.
9392
9393 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9394
9395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9396         Set the maximum number of channels for PCM and float in the correct
9397         place to have it also used when creating the template caps.
9398
9399 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9400
9401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9402         Correctly support 4, 6 and 8 channels with normal PCM and float
9403         wav files.
9404
9405         Fix the depth and signedness calculation in extensible wav files and
9406         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9407         mask is found.
9408
9409         Add support for float, alaw and mulaw in extensible wav files.
9410
9411         This allows correct playback of all but 5 files from
9412         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9413         
9414         (gst_riff_create_audio_template_caps):
9415         Add voxware and float formats to the template caps.     
9416
9417 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9418
9419         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9420
9421         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9422         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9423
9424         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9425         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9426         Use the correct format strings for integer formats.
9427
9428 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9429
9430         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9431           Don't use pad_alloc_buffer_and_set_caps to create a small header
9432           packet, or, worse, to create a big temporary video buffer using the
9433           src pad.
9434
9435 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9436
9437         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9438         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9439           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9440           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9441
9442 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9443
9444         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9445           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9446           streamheader_suite):
9447           Add another test set up for failure
9448
9449 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9450
9451         * tests/check/Makefile.am:
9452         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9453           GST_START_TEST, streamheader_suite, main):
9454           Add a test for the streamheader bug Wim fixed.
9455
9456 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9457
9458         * ext/theora/theoradec.c: (theora_dec_sink_event):
9459         Fix misleading comment.
9460
9461 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9462
9463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9464           More sanity checks for the header fields.
9465
9466 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9469           Try encodings from all environment variables, not just those in the
9470           first environment variable that is set.
9471
9472 2007-04-12  Wim Taymans  <wim@fluendo.com>
9473
9474         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9475         (gst_video_rate_chain):
9476         Add some debug.
9477
9478         * tests/check/elements/videorate.c: (GST_START_TEST),
9479         (videorate_suite):
9480         Added check for videorate changing caps handling. Closes #421834.
9481
9482 2007-04-12  Michael Smith  <msmith@fluendo.com>
9483
9484         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9485           Use scale functions to avoid overflow when calculating duration of 
9486           vorbis buffers.
9487
9488 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9489
9490         * docs/libs/gst-plugins-base-libs-sections.txt:
9491         * gst-libs/gst/tag/tag.h:
9492         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9493           API: add gst_tag_freeform_string_to_utf8() (#405072).
9494
9495         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9496           Use gst_tag_freeform_string_to_utf8() here.
9497
9498 2007-04-12  Wim Taymans  <wim@fluendo.com>
9499
9500         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9501         (gst_gdp_pay_sink_event):
9502         Make sure we set the IN_CAPS flag correctly.
9503
9504         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9505         Get the IN_CAPS flag before we call functions that mess with the flags.
9506
9507 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9508
9509         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9510           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9511           Only stamp buffers with offset/offset_end right before they get
9512           pushed.  This ensures offset continuity, which was not the case
9513           before as shown by
9514           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9515
9516 2007-04-06  Wim Taymans  <wim@fluendo.com>
9517
9518         * gst/playback/gstplaybin.c: (add_sink),
9519         (gst_play_bin_change_state):
9520         Activate sync in playbin, we are ready to handle it for live streams.
9521
9522 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9523
9524         * tests/check/elements/playbin.c:
9525         (test_sink_usage_video_only_stream), (playbin_suite):
9526           Add small test for stream-info-value-array code paths.
9527
9528 2007-04-05  Wim Taymans  <wim@fluendo.com>
9529
9530         * gst-libs/gst/audio/gstbaseaudiosink.c:
9531         (gst_base_audio_sink_skew_slaving):
9532         Don't try to create invalid calibration parameters by making the
9533         internal time go backwards, instead make external time go forward.
9534
9535 2007-04-05  Wim Taymans  <wim@fluendo.com>
9536
9537         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9538
9539         * gst/playback/gstplaybasebin.c: (add_stream):
9540         Fix leak in add_stream(), when g_value_set_object() increases the
9541         refcount of streaminfo object. Fixes #426250.
9542
9543 2007-04-03  David Schleef  <ds@schleef.org>
9544
9545         * gst/videotestsrc/gstvideotestsrc.c:
9546         * gst/videotestsrc/gstvideotestsrc.h:
9547         * gst/videotestsrc/videotestsrc.c:
9548         * gst/videotestsrc/videotestsrc.h:
9549           Add a test pattern called "circular", which has concentric
9550           rings with varying radial frequency.  The main purpose of this
9551           pattern is to test fidelity loss in a filter or scaler element.
9552           Notably, this pattern is scale invariant, and is optimally viewed
9553           with a width (and height) of 400.
9554
9555 2007-04-03  Wim Taymans  <wim@fluendo.com>
9556
9557         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9558
9559         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9560         (deactivate_free_recursive):
9561         Decodebin2 doesn't unref pads it obtains in some occasions:
9562         - multiqueue src pads, when either connecting further or exposing
9563         - sink pads of new autoplugged elements
9564         - peer pads when recursively freeing elements
9565         Fixes #425455.
9566
9567 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9568
9569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9570         Add audio/x-raw-float support, now that audioconvert support
9571         non-native endianness floats.
9572
9573 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9574
9575         * docs/libs/gst-plugins-base-libs-docs.sgml:
9576           gstreamer-plugins-base.pc doesn't exist, it's
9577           gstreamer-plugins-base-0.10.pc.
9578
9579 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9580
9581         Patch by: René Stadler <mail at renestadler dot de>
9582         with some minor changes
9583
9584         * gst-libs/gst/floatcast/floatcast.h:
9585         Use more efficient float endianness conversion functions that don't
9586         involve 2 function calls per value.
9587         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9588         (check_default), (audio_convert_prepare_context):
9589         * gst/audioconvert/gstaudioconvert.c:
9590         (gst_audio_convert_parse_caps), (make_lossless_changes):
9591         Support non-native endianness floats as input and output.
9592         Fixes #339838.
9593         * tests/check/elements/audioconvert.c: (verify_convert),
9594         (GST_START_TEST):
9595         Add unit tests for the non-native endianness float conversions.
9596
9597 2007-03-29  Wim Taymans  <wim@fluendo.com>
9598
9599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9600         (gst_base_rtp_depayload_base_init),
9601         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9602         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9603         (gst_base_rtp_depayload_set_gst_timestamp),
9604         (gst_base_rtp_depayload_change_state),
9605         (gst_base_rtp_depayload_set_property),
9606         (gst_base_rtp_depayload_get_property):
9607         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9608         Add Private structure.
9609         Bring element code to 2007.
9610         Parse clock-base caps param and use it when generating the
9611         newsegment.
9612         Reset variables before going to PAUSED.
9613         Fix some docs.
9614
9615 2007-03-29  Wim Taymans  <wim@fluendo.com>
9616
9617         * docs/libs/gst-plugins-base-libs-docs.sgml:
9618         * docs/libs/gst-plugins-base-libs-sections.txt:
9619         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9620         (gst_base_rtp_audio_payload_get_adapter):
9621         Add RTCP docs.
9622         Fix some more docs.
9623
9624         * gst-libs/gst/rtp/Makefile.am:
9625         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9626         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9627         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9628         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9629         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9630         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9631         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9632         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9633         (gst_rtcp_packet_sr_get_sender_info),
9634         (gst_rtcp_packet_sr_set_sender_info),
9635         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9636         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9637         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9638         (gst_rtcp_packet_sdes_get_chunk_count),
9639         (gst_rtcp_packet_sdes_first_chunk),
9640         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9641         (gst_rtcp_packet_sdes_first_item),
9642         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9643         (gst_rtcp_packet_bye_get_ssrc_count),
9644         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9645         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9646         (gst_rtcp_packet_bye_get_reason_len),
9647         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9648         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9649         Add new helper object for parsing and creating RTCP messages.
9650
9651 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9652
9653         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9654         PCM samples with width=8 must be always unsigned, no matter what
9655         depth they have.
9656
9657 2007-03-29  Andy Wingo  <wingo@pobox.com>
9658
9659         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9660         perfect offsets also, not just timestamps.
9661
9662         * tests/check/elements/videorate.c (test_more): Test that given
9663         any incoming offsets, that videorate produces perfect offsets.
9664
9665 2007-03-29  Wim Taymans  <wim@fluendo.com>
9666
9667         * gst-libs/gst/riff/riff-ids.h:
9668         Add some more RIFF formats.
9669
9670 2007-03-29  Wim Taymans  <wim@fluendo.com>
9671
9672         * gst-libs/gst/rtp/gstrtpbuffer.c:
9673         (gst_rtp_buffer_default_clock_rate):
9674         * gst-libs/gst/rtp/gstrtpbuffer.h:
9675         Fix fixed payload names and docs.
9676         Added method to get the default clock rates of fixed payload types.
9677         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9678
9679 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9680
9681         * tests/check/pipelines/.cvsignore:
9682         Add new vorbisdec test to cvsignore.
9683
9684 2007-03-28  Wim Taymans  <wim@fluendo.com>
9685
9686         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9687         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9688         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9689         (gst_base_audio_sink_set_property),
9690         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9691         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9692         (gst_base_audio_sink_skew_slaving),
9693         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9694         (gst_base_audio_sink_async_play):
9695         * gst-libs/gst/audio/gstbaseaudiosink.h:
9696         Store private stuff in GstBaseAudioSinkPrivate.
9697         Add configurable clock slaving modes property.
9698         API:: GstBaseAudioSink::slave-method property
9699         Some more latency reporting tweaks.
9700         Added skew based clock slaving correction and make it the default until
9701         the resampling method is more robust.
9702
9703 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9704
9705         * gst/audioconvert/audioconvert.c:
9706         Add docs to the integer pack functions and implement proper
9707         rounding. Before we had rounding towards negative infinity, i.e.
9708         always the smaller number was taken. Now we use natural rounding,
9709         i.e. rounding to the nearest integer and to the one with the largest
9710         absolute value for X.5. The old rounding introduced some minor
9711         distortions. Fixes #420079
9712         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9713         Fix one unit test that assumed the old rounding and added unit tests
9714         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9715         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9716         rounding from signed int32 to signed/unsigned int16.
9717
9718 2007-03-27  Michael Smith  <msmith@fluendo.com>
9719
9720         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9721         (gst_audio_convert_transform_caps):
9722           Fix typo in debug line introduced recently, as pointed out on irc.
9723
9724 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9727         * tests/check/libs/tag.c: (GST_START_TEST):
9728           Make sure we parse floating-point numbers in vorbis comments
9729           correctly with either '.' or ',' as separator, no matter what
9730           the current locale is. Add unit test for this too.
9731
9732 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         Patch by: René Stadler  <mail at renestadler de>
9735
9736         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9737           When writing out floating-point numbers to vorbis comment tags, always
9738           use the same character as separator no matter what the current locale is
9739           (fixes #423051).
9740
9741         * tests/check/libs/tag.c: (GST_START_TEST):
9742           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9743
9744 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9745
9746         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9747           vorbis_handle_data_packet):
9748           Correctly set DURATION to generate a timestamp-continuous stream.
9749           One bug left at the end; see
9750           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9751         * tests/check/Makefile.am:
9752         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9753           Add a test to check this.  Without the above patch this test fails.
9754
9755 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9756
9757         * gst-libs/gst/rtp/Makefile.am:
9758         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9759
9760 2007-03-23  Michael Smith  <msmith@fluendo.com>
9761
9762         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9763         (gst_video_rate_reset), (gst_video_rate_chain):
9764           If videorate changes caps, we can no longer use the old buffer
9765           (which may have a different size, incompatible with our caps).
9766           So don't do that; just duplicate the new frame more times.
9767
9768 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9769
9770         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9771         Remove playbin's override of the set_clock vmethod. It's irrelevant
9772         after Wim's commit on the 19th.
9773
9774 2007-03-22  Wim Taymans  <wim@fluendo.com>
9775
9776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9777         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9778         * ext/gnomevfs/gstgnomevfssrc.h:
9779         Don't cache file sizes. Fixes #341078.
9780
9781 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         * gst/playback/gstplaybin.c: (add_sink):
9784           Use GST_PTR_FORMAT to log caps. 
9785
9786 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9787
9788         Patch by: Young-Ho Cha <ganadist at chollian net>
9789
9790         * gst/subparse/samiparse.c: (handle_start_font):
9791           Special-case some more colour names that pango doesn't handle by
9792           default. Fixes #420578.
9793
9794 2007-03-20  Michael Smith  <msmith@fluendo.com>
9795
9796         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9797           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9798           that marks EOS internally. After that, libvorbis will buffer all
9799           input data, and encode none of it, eventually leading to memory
9800           exhaustion.
9801
9802 2007-03-19  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst/playback/gstdecodebin.c: (remove_fakesink):
9805         Don't post STATE_DIRTY anymore.
9806
9807         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9808         (gst_play_bin_change_state):
9809         Remove stream_time reset in seek handling, core does that now.
9810         Disable clocking for live pipelines by forcing a NULL clock to the
9811         complete pipeline, core is too smart now for our previous hack.
9812         We can always autoplug in PAUSED now.
9813
9814 2007-03-17  David Schleef  <ds@schleef.org>
9815
9816         * REQUIREMENTS:  Update this file, change the formatting to make
9817         it more consistent, plus more machine readable.
9818
9819 2007-03-16  Michael Smith  <msmith@fluendo.com>
9820
9821         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9822         (strip_width_64), (append_with_other_format):
9823           Previous fix was too simplistic, and broke the tests. Use a better
9824           approach; only strip 64 from widths for integer audio.
9825
9826 2007-03-16  Michael Smith  <msmith@fluendo.com>
9827
9828         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9829         (gst_audio_convert_transform_caps):
9830           We don't support 64 bit integer audio, so don't try to claim we can.
9831           Stops us producing caps don't match our template caps.
9832           Update comments.
9833
9834 2007-03-15  Michael Smith  <msmith@fluendo.com>
9835
9836         * gst/audioresample/gstaudioresample.c:
9837         (audioresample_check_discont), (audioresample_transform):
9838           Don't trigger discontinuities for very small imperfections; a filter
9839           flush will sound bad, and many plugins have rounding errors leading
9840           to these.
9841
9842 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9843
9844         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9845
9846         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9847         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9848         API: add "min-ptime" property to RTP base audio payloader.
9849         API: add gst_base_rtp_audio_payload_push().
9850         API: add gst_base_rtp_audio_payload_get_adapter().
9851         Fixes #415001
9852         Indentation/whitespace/documentation fixes.
9853
9854 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9855
9856         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9857         (audioresample_transform_size), (audioresample_do_output),
9858         (audioresample_transform), (audioresample_pushthrough): Handle
9859         discontinuous streams.
9860         * gst/audioresample/gstaudioresample.h:
9861         * tests/check/elements/audioresample.c:
9862         (test_discont_stream_instance), (GST_START_TEST),
9863         (audioresample_suite): Add a test for discontinuous streams.
9864         * win32/common/config.h: Updated.
9865
9866 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9867
9868         * po/af.po:
9869         * po/az.po:
9870         * po/cs.po:
9871         * po/en_GB.po:
9872         * po/it.po:
9873         * po/nb.po:
9874         * po/nl.po:
9875         * po/or.po:
9876         * po/sq.po:
9877         * po/sr.po:
9878         * po/sv.po:
9879         * po/uk.po:
9880         * po/vi.po:
9881           Update translations from translation project.
9882
9883 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9884
9885         * gst/audioresample/debug.h:
9886         * gst/audioresample/resample.c: (resample_init):
9887           Since I really am not interested in a debug line for each sample
9888           being processed, move the library's debugging to its own category,
9889           libaudioresample
9890
9891 2007-03-13  Michael Smith  <msmith@fluendo.com>
9892
9893         * ext/theora/theoradec.c: (theora_handle_type_packet):
9894           Since the plugin doesn't support anything other than 4:2:0 right
9895           now, post an error and fail if we get something else. Won't matter
9896           until libtheora supports the other pixel formats, but hopefully
9897           that'll be soon...
9898
9899 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9900
9901         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9902         Use gst_guint64_to_gdouble for conversion.
9903         * win32/MANIFEST:
9904         Add new files to the win32 MANIFEST.
9905         * win32/common/libgstaudio.def:
9906         * win32/common/libgstpbutils.def:
9907         Add new exported functions.
9908         * win32/vs6/gst_plugins_base.dsw:
9909         * win32/vs6/libgstdecodebin.dsp:
9910         * win32/vs6/libgstplaybin.dsp:
9911         Change the link to libgstpbutils.lib.
9912         * win32/vs6/libgstdecodebin2.dsp:
9913         Add a new project for decodebin2.
9914         * win32/vs6/libgstpbutils.dsp:
9915         Add a new project for pbutils.
9916
9917 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9918
9919         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9920           Also accept partial dates with only year and month,
9921           like 1999-12-00 (fixes #410396 even more).
9922
9923         * tests/check/libs/tag.c: (GST_START_TEST):
9924           Add unit test for the above.
9925
9926 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9927
9928         * tests/check/elements/subparse.c: (GST_START_TEST),
9929         (subparse_suite):
9930           Add unit test for MPL2 subtitle format (#413799).
9931
9932 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9933
9934         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9935
9936         * gst/subparse/Makefile.am:
9937         * gst/subparse/gstsubparse.c:
9938         (gst_sub_parse_data_format_autodetect),
9939         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9940         (gst_subparse_type_find):
9941         * gst/subparse/gstsubparse.h:
9942         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9943         * gst/subparse/mpl2parse.h:
9944           Add support for MPL2 subtitle format (#413799).
9945
9946 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * configure.ac:
9949           We require core CVS for the new buffer metadata copy functions.
9950
9951 2007-03-09  Wim Taymans  <wim@fluendo.com>
9952
9953         * gst-libs/gst/tag/gstid3tag.c:
9954         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9955         Fixes #414496.
9956
9957         Patch by: Alex Lancaster <alexl at users sourceforge net>
9958
9959 2007-03-09  Wim Taymans  <wim@fluendo.com>
9960
9961         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9962         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9963         Improve adapter usage and comments.
9964
9965 2007-03-09  Wim Taymans  <wim@fluendo.com>
9966
9967         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9968         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9969         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9970         Use new metadata copy function.
9971
9972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9973         (gst_ffmpegcsp_transform):
9974         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9975         Basetransform copied the metadata for us.
9976
9977 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9980         (gst_text_overlay_video_event):
9981           Some more logging. Only accept newsegment events in TIME format and
9982           send a WARNING message if they are not in TIME format.
9983
9984         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9985         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9986         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9987         * gst/subparse/gstsubparse.h:
9988           No need to allocate GstSegment structure dynamically, just put it
9989           into the instance structure; ignore newsegment events in BYTE
9990           format and in particular don't let it overwrite our saved TIME
9991           segment from the last seek.
9992
9993 2007-03-09  Michael Smith  <msmith@fluendo.com>
9994
9995         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9996           Replace AC3 typefinder with one that isn't terrible, and actually
9997           works usefully.
9998
9999 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10000
10001         * gst/audioconvert/gstaudioconvert.c:
10002         (gst_audio_convert_transform):
10003           fix error category and translatable string
10004           
10005
10006 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10007
10008         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10009         * pkgconfig/gstreamer-plugins-base.pc.in:
10010           Fix up utils => pbutils here too.
10011
10012 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         * gst/subparse/gstsubparse.c: (handle_buffer):
10015           Break out of loop in chain function as soon as possible if we get
10016           a non-OK flow return.
10017
10018 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10019
10020         * tests/check/elements/alsa.c: (GST_START_TEST):
10021         Unref the mixer if the state change fails too (if the
10022         alsa devices are inaccessible, for example)
10023
10024 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10025
10026         * tests/check/Makefile.am:
10027         Don't test libvisual elements in the states check, because libvisual
10028         seems to leak internally.
10029
10030         Re-enable the alsa and states tests now that there's new suppressions
10031         in gst.supp.
10032
10033         * tests/check/elements/alsa.c: (GST_START_TEST):
10034         Don't leak the alsamixer we instantiated.
10035
10036 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10037
10038         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10039         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10040         (gst_ximagesink_finalize):
10041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10042         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10043         Move some cleanup stuff from the state change handler into a _reset()
10044         function that can be called from _finalize(). This ensures that things
10045         get freed even if (for some reason) the NULL->READY state transition
10046         fails in the parent class.
10047         Even if a parent state change fails, process our downward state change
10048         logic instead of bailing out early.
10049         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10050
10051 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10052
10053         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10054         Extra log line.
10055
10056         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10057         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10058         Use pango_font_description_set_family_static instead of 
10059         pango_font_description_set_family to save a string copy (it was
10060         leaking due to the strdup anyway)
10061
10062         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10063         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10064         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10065         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10066         Chain up in finalize.
10067
10068 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * gst-libs/gst/interfaces/mixertrack.c:
10071         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10072         (gst_mixer_track_set_property):
10073           API: add "untranslated-label" property which should be set by
10074           implementations at construct time (#414645).
10075
10076         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10077         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10078           Set "untranslated-label" when constructing mixer track objects.
10079
10080         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10081           Unit test to check the above.
10082
10083 2007-03-07  Wim Taymans  <wim@fluendo.com>
10084
10085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10086         Fix confusing debug message.
10087
10088 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10089
10090         * gst-plugins-base.doap:
10091         update doap file with new version
10092
10093 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10094
10095         * configure.ac:
10096         Back to CVS
10097
10098 === release 0.10.12 ===
10099
10100 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10101
10102         * configure.ac:
10103           releasing 0.10.12, "Zombie Horde"
10104
10105 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10106
10107         * configure.ac:
10108         Bump version to 0.10.11.4 pre-release
10109
10110 2007-03-06  Wim Taymans  <wim@fluendo.com>
10111
10112         * gst-libs/gst/audio/gstbaseaudiosink.c:
10113         (gst_base_audio_sink_async_play):
10114         Fix regression that made GStreamer skip the first samples of audio.
10115         Fixes #414684.
10116
10117 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10118
10119         * configure.ac:
10120         Bump version to 0.10.11.3 pre-release
10121
10122 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10123
10124         * po/POTFILES.in:
10125           Update paths for the rename from utils to pbutils to fix the build.
10126
10127 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * gst-libs/gst/pbutils/Makefile.am:
10130           Change directory to install headers in from gst/utils to gst/pbutils
10131           as well.
10132
10133 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10134
10135         * configure.ac:
10136         * docs/libs/gst-plugins-base-libs-docs.sgml:
10137         * docs/libs/gst-plugins-base-libs-sections.txt:
10138         * gst-libs/gst/Makefile.am:
10139         * gst-libs/gst/interfaces/mixer.c:
10140         * gst-libs/gst/pbutils/Makefile.am:
10141         * gst-libs/gst/pbutils/descriptions.c:
10142         (gst_pb_utils_get_source_description),
10143         (gst_pb_utils_get_sink_description),
10144         (gst_pb_utils_get_decoder_description),
10145         (gst_pb_utils_get_encoder_description),
10146         (gst_pb_utils_get_element_description),
10147         (gst_pb_utils_add_codec_description_to_tag_list),
10148         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10149         * gst-libs/gst/pbutils/descriptions.h:
10150         * gst-libs/gst/pbutils/install-plugins.c:
10151         * gst-libs/gst/pbutils/install-plugins.h:
10152         * gst-libs/gst/pbutils/missing-plugins.c:
10153         (gst_missing_uri_source_message_new),
10154         (gst_missing_uri_sink_message_new),
10155         (gst_missing_element_message_new),
10156         (gst_missing_decoder_message_new),
10157         (gst_missing_encoder_message_new),
10158         (gst_missing_plugin_message_get_description):
10159         * gst-libs/gst/pbutils/missing-plugins.h:
10160         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10161         * gst-libs/gst/pbutils/pbutils.h:
10162         * gst-libs/gst/utils/Makefile.am:
10163         * gst-libs/gst/utils/base-utils.c:
10164         * gst-libs/gst/utils/base-utils.h:
10165         * gst-libs/gst/utils/descriptions.c:
10166         * gst-libs/gst/utils/descriptions.h:
10167         * gst-libs/gst/utils/install-plugins.c:
10168         * gst-libs/gst/utils/install-plugins.h:
10169         * gst-libs/gst/utils/missing-plugins.c:
10170         * gst-libs/gst/utils/missing-plugins.h:
10171         * gst-plugins-base.spec.in:
10172         * gst/playback/Makefile.am:
10173         * gst/playback/gstdecodebin.c:
10174         * gst/playback/gstdecodebin2.c:
10175         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10176         (gen_source_element):
10177         * gst/playback/gstplaybin.c: (plugin_init):
10178         * tests/check/Makefile.am:
10179         * tests/check/libs/pbutils.c: (GST_START_TEST),
10180         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10181         * tests/check/libs/utils.c:
10182           rename utils to pbutils
10183
10184 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10185
10186         * docs/plugins/Makefile.am:
10187         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10188         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10189         * docs/plugins/inspect/plugin-decodebin2.xml:
10190         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10191         Add documentation for decodebin2 that indicates that the API
10192         is still unstable.
10193
10194 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10195
10196         * configure.ac:
10197         Update to 0.10.11.2 (0.10.12 pre-release)
10198
10199 2007-03-01  Wim Taymans  <wim@fluendo.com>
10200
10201         * gst-libs/gst/audio/gstbaseaudiosink.c:
10202         (gst_base_audio_sink_async_play):
10203         base time is irrelevant here.
10204
10205 2007-03-01  Wim Taymans  <wim@fluendo.com>
10206
10207         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10208         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10209         Improve debugging.
10210
10211         * gst-libs/gst/audio/gstbaseaudiosink.c:
10212         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10213         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10214         Improve latency and clock slaving calculations.
10215         Improve slave clock calibration.
10216
10217         * gst-libs/gst/audio/gstringbuffer.c:
10218         (gst_ring_buffer_commit_full):
10219         When we are asked to render N sample to 0 bytes, return N.
10220
10221 2007-03-01  Wim Taymans  <wim@fluendo.com>
10222
10223         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10224         (gst_alsasink_write), (gst_alsasink_reset):
10225         * ext/alsa/gstalsasink.h:
10226         Remove unused dispose function.
10227         Rename lock to not interfere with alsasrc lock.
10228
10229         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10230         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10231         (gst_alsasrc_read), (gst_alsasrc_reset):
10232         * ext/alsa/gstalsasrc.h:
10233         Implement finalize function.
10234         Use lock to protect alsa access.
10235         Implement _reset.
10236         Fine tune sw params.
10237
10238 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10239
10240         * configure.ac:
10241           Convert to new AG_GST style.
10242
10243 2007-02-28  Wim Taymans  <wim@fluendo.com>
10244
10245         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10246
10247         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10248         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10249         Fix race condition when rapidly switching visualisations in playbin.
10250         Fixes #401029.
10251
10252 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10253
10254         * tests/check/Makefile.am:
10255         Include local stuff before system installed things in LDFLAGS and
10256         CFLAGS.
10257
10258 2007-02-28  Wim Taymans  <wim@fluendo.com>
10259
10260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10261         Improve debugging.
10262
10263 2007-02-28  Wim Taymans  <wim@fluendo.com>
10264
10265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10266         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10267         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10268         Fix duration and timestamping, taking latency into account.
10269         Implement latency query.
10270
10271 2007-02-28  Wim Taymans  <wim@fluendo.com>
10272
10273         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10274         (gst_audio_clock_new):
10275         Fix clock name.
10276
10277         * gst-libs/gst/audio/gstbaseaudiosink.c:
10278         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10279         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10280         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10281         (gst_base_audio_src_create):
10282         Improve latency query code.
10283         Use proper clock names.
10284
10285 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10286
10287         * tests/check/generic/states.c: (GST_START_TEST):
10288           Copy the states.c test from core again
10289         * tests/check/Makefile.am:
10290           ignore cdio and cdparanoiasrc
10291
10292 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10293
10294         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10295         (double_hq), (audio_convert_get_func_index), (check_default),
10296         (audio_convert_prepare_context), (audio_convert_convert):
10297           Also make valgrind happy and avoid copying data in some cases.
10298
10299 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10300
10301         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10302         (double_hq), (audio_convert_get_func_index),
10303         (audio_convert_prepare_context), (audio_convert_convert):
10304         * gst/audioconvert/gstaudioconvert.c:
10305         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10306         (gst_audio_convert_transform_caps):
10307         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10308         (audioconvert_suite):
10309           Don't run inplace if that overwrites source data as we go. Add more
10310           tests. Fixes #339837 even more.
10311
10312 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10313
10314         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10315         (msg_segment_done): Fix various seeking bugs (Slider was not
10316         updating when doing a non flushing seek, Reverse playback 
10317         on segment seek was wrong).
10318
10319 2007-02-26  Wim Taymans  <wim@fluendo.com>
10320
10321         * tests/examples/seek/seek.c: (stop_seek):
10322         When we stop scrubbing, don't leave the pipeline PLAYING when we
10323         requested a PAUSED state.
10324
10325 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         Patch by: René Stadler <mail at renestadler de>
10328
10329         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10330           Parse date strings in vorbis comments that have an invalid (zero)
10331           month or day (#410396).
10332
10333         * tests/check/libs/tag.c: (GST_START_TEST):
10334           Test case for the above.
10335
10336 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10339
10340         * configure.ac:
10341         * ext/alsa/Makefile.am:
10342         * gst/audiotestsrc/Makefile.am:
10343           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10344
10345 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * gst/playback/gstplaybin.c:
10348           Improve docs: point out that the application needs to assist playbin
10349           with buffering.
10350
10351 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * gst-libs/gst/utils/install-plugins.c:
10354         * gst-libs/gst/utils/missing-plugins.c:
10355         * tests/check/libs/utils.c: (missing_msg_check_getters):
10356           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10357           to just 'gstreamer'. Document the caps string component of the
10358           decoder/encoder detail a bit better, since not everyone will be
10359           familiar with the GStreamer media type/caps system (but they better
10360           enjoy nested itemized lists).
10361
10362 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10365         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10366           Fix copying of GstNetBuffer (would crash before, or at least lead to
10367           invalid memory access, #410772), for now by copying the GstBuffer copy
10368           code from the core over here so we can copy the GstBuffer fields on a
10369           provided buffer instance (of type GstNetBuffer in this case). Would be
10370           better to fix this with some support by the core though (and in the long
10371           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10372
10373         * tests/check/Makefile.am:
10374           Enable unit test for GstNetBuffer.
10375
10376 2007-02-22  Andy Wingo  <wingo@pobox.com>
10377
10378         * gst-libs/gst/audio/gstbaseaudiosink.c
10379         (gst_base_audio_sink_init): Disable pull-mode activation until we
10380         figure out how to make audio sinks go to PLAYING.
10381
10382 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10383
10384         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10385         (double_hq), (audio_convert_get_func_index),
10386         (audio_convert_prepare_context), (audio_convert_convert):
10387         * gst/audioconvert/audioconvert.h:
10388         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10389         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10390         * gst/audioconvert/gstchannelmix.h:
10391         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10392           Add float as an intermediate format, as well as float mixing. Enable
10393           test that was failing before. Fixes #339837
10394
10395 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10396
10397         * tests/examples/seek/seek.c: (do_seek):
10398         Undo the previous commit: -1 as a stop time implies that the stop
10399         time is the end of file, clearing any previously configured segment.
10400
10401 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10402
10403         * tests/examples/seek/seek.c: (do_seek):
10404         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10405
10406 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10407
10408         * gst/volume/gstvolume.c: (volume_process_int16),
10409         (volume_process_int16_clamp), (volume_set_caps):
10410           Unbreak volume, value remains gint.
10411
10412 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10413
10414         * gst/volume/gstvolume.c: (volume_choose_func),
10415         (volume_update_real_volume), (gst_volume_set_volume),
10416         (gst_volume_init), (volume_process_double), (volume_process_float),
10417         (volume_process_int16), (volume_process_int16_clamp),
10418         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10419         * gst/volume/gstvolume.h:
10420           Extend float audio support (double) and some int->uint cleanups.
10421
10422 2007-02-20  Edward Hervey  <edward@fluendo.com>
10423
10424         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10425         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10426         (sort_end_pads), (gst_decode_group_expose),
10427         (gst_decode_group_hide):
10428         Don't free groups from the streaming threads. Just put them aside and
10429         free them in dispose.
10430
10431 2007-02-20  Edward Hervey  <edward@fluendo.com>
10432
10433         * gst/playback/gstdecodebin2.c: (connect_element),
10434         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10435         (sort_end_pads), (gst_decode_group_expose):
10436         Handle dynamic pads within groups.
10437         Sort pads before exposing them in order to make playbin happy.
10438         There still is a race with the multiqueue filling up. This should be
10439         solved separately.
10440         Fixes #398721
10441
10442 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10443
10444         * gst-libs/gst/utils/base-utils.c:
10445         * gst-libs/gst/utils/descriptions.c:
10446         * gst-libs/gst/utils/install-plugins.c:
10447         * gst-libs/gst/utils/missing-plugins.c:
10448           Some more docs (and descriptions for two subtitle formats).
10449
10450 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10451
10452         * gst-libs/gst/audio/audio.c:
10453           Fix documentation.
10454
10455 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10456
10457         Patch by: Yves Lefebvre  <ivanohe abacom com>
10458
10459         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10460           Don't leak caps. Fixes #408278.
10461
10462 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10463
10464         * ext/cdparanoia/gstcdparanoiasrc.h:
10465         * ext/ogg/gstoggdemux.h:
10466         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10467         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10468         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10469         * gst-libs/gst/audio/audio.h:
10470         * gst-libs/gst/audio/gstaudiofilter.h:
10471         * gst-libs/gst/interfaces/videoorientation.h:
10472         * gst/adder/gstadder.h:
10473           More docs coverage and some ChangeLog surgery (add missing names)
10474
10475 2007-02-15  Wim Taymans  <wim@fluendo.com>
10476
10477         * sys/ximage/ximagesink.c:
10478         (gst_ximagesink_calculate_pixel_aspect_ratio):
10479         * sys/xvimage/xvimagesink.c:
10480         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10481         Small constifications.
10482
10483 2007-02-15  Wim Taymans  <wim@fluendo.com>
10484
10485         * gst-libs/gst/audio/gstbaseaudiosink.c:
10486         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10487         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10488         (gst_base_audio_sink_async_play),
10489         (gst_base_audio_sink_change_state):
10490         Answer latency query.
10491         Use configured latency when syncing.
10492         Fix clock slaving.
10493
10494         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10495         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10496         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10497         Fix possible memleak.
10498         Implement latency query.
10499         Small cleanups.
10500
10501 2007-02-15  Wim Taymans  <wim@fluendo.com>
10502
10503         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10504         Ignore errors in reset, these are not fatal. They also grab the element
10505         lock which is already taking when this function is called. Fixes
10506         #405451.
10507
10508 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10509
10510         * configure.ac:
10511           Remove 'tests/examples/xerror/Makefile' from output files again.
10512
10513 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10514
10515         * configure.ac:
10516         * docs/plugins/Makefile.am:
10517           Also crossref against gst-plugins-base-libs.
10518
10519 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10520
10521         * configure.ac:
10522         * docs/libs/Makefile.am:
10523         * docs/plugins/Makefile.am:
10524           Add crossreferences to glib/gobject/gstream docs.
10525
10526         * gst-libs/gst/audio/audio.h:
10527           Source formatting.
10528
10529         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10530           Add own debug category.
10531
10532 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10533
10534         Patch by: René Stadler <mail at renestadler de>
10535
10536         * gst-libs/gst/tag/gstvorbistag.c:
10537           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10538           (#403597).
10539
10540 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10541
10542         * gst/playback/gstplaybasebin.c: (setup_source):
10543           When we have external subtitles and wait for the subtitle decodebin
10544           to get up and running, we set up a (sync) bus handler for the
10545           subtitle decodebin, so we can stop waiting when it posts an error
10546           message. However, we should do that before we set the subtitle
10547           decodebin's state to playing, otherwise things are racy and we might
10548           miss error messages posted before we had a chance to set up the bus.
10549           This should finally fix totem hanging on .txt pseudo-subtitle files.
10550           
10551 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10552
10553         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10554           Use gst_gdouble_to_guint64 for conversions.
10555         * win32/common/config.h.in:
10556           Add a define for GST_INSTALL_PLUGINS_HELPER
10557         * win32/common/libgstaudio.def:
10558         * win32/common/libgstcdda.def:
10559         * win32/common/libgstnetbuffer.def:
10560         * win32/common/libgstrtp.def:
10561         * win32/common/libgutils.def:
10562           Add new exported functions.
10563         * win32/vs6/gst_plugins_base.dsw:
10564         * win32/vs6/libgstdecodebin.dsp:
10565         * win32/vs6/libgstnetbuffer.dsp:
10566         * win32/vs6/libgstplaybin.dsp:
10567         * win32/vs6/libgstrtp.dsp:
10568         * win32/vs6/libgstvorbis.dsp:
10569         * win32/vs6/libgstcdda.dsp:
10570         * win32/vs6/libgstgdp.dsp:
10571         * win32/vs6/libgstutils.dsp:
10572           Update and add new project files.
10573
10574 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10575
10576         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10577         (subrip_remove_unhandled_tags), (parse_subrip):
10578           For SubRip (.srt) subtitles, ignore all markup tags we don't
10579           handle (like font tags, for example).
10580
10581         * tests/check/elements/subparse.c:
10582           Add test for this.
10583
10584 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * gst/playback/gstdecodebin.c: (add_fakesink),
10587         (gst_decode_bin_change_state):
10588         * gst/playback/gstdecodebin2.c: (add_fakesink),
10589         (gst_decode_bin_change_state):
10590           Don't error out if there is no fakesink in the NULL to READY state
10591           change, since when decodebin is re-used, we're only adding the
10592           fakesink element in READY to PAUSED.
10593
10594         * tests/check/elements/decodebin.c:
10595         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10596         (decodebin_suite):
10597           Minimal unit test to make sure we can use the same decodebin
10598           instance twice (at least with audiotestsrc input).
10599
10600 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10601
10602         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10603           Try to get devic-name from device string first, and from handle only
10604           as fallback (seems to yield better results and is more robust
10605           against buggy probing code on the application side).
10606
10607 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10610
10611         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10612         (gst_alsa_find_device_name):
10613         * ext/alsa/gstalsa.h:
10614         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10615         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10616           Improve device-name detection a bit, especially in the case where
10617           the device is not actually open (#405020, #405024). Move common code
10618           into gstalsa.c instead of duplicating it.
10619
10620 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10621
10622         * gst/audioconvert/gstaudioconvert.c:
10623           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10624
10625 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10626
10627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10628         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10629         (gst_xvimagesink_interface_supported),
10630         (gst_xvimagesink_probe_get_properties),
10631         (gst_xvimagesink_probe_probe_property),
10632         (gst_xvimagesink_probe_needs_probe),
10633         (gst_xvimagesink_probe_get_values),
10634         (gst_xvimagesink_property_probe_interface_init),
10635         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10636         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10637         (gst_xvimagesink_get_type):
10638         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10639         for XVAdaptors so that one can choose the adaptor to use with 
10640         gstreamer-properties.
10641
10642 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10643
10644         * gst/audioconvert/gstaudioconvert.c:
10645           Also mention that a conversion from double to float is suboptimal still.
10646
10647 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10648
10649         * gst-libs/gst/audio/gstaudiofilter.c:
10650         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10651           Clear our formats structure and free the caps contained in it when
10652           shutting down.
10653
10654 2007-02-05  Andy Wingo  <wingo@pobox.com>
10655
10656         * gst-libs/gst/audio/gstbaseaudiosink.c
10657         (gst_base_audio_sink_callback): Update basesink->offset so that we
10658         pull monotonically increasing offsets instead of, um, seeking back
10659         to 0 each time. Fixes alsasrc ! alsasink!
10660
10661 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10662
10663         * gst/videoscale/gstvideoscale.c:
10664           A width and height of 1 makes us crash, so increase minimum size to
10665           2x2 pixels until someone feels like fixing this (#404512).
10666
10667 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10670           Add small test to make sure request pads are cleaned up properly
10671           even if oggmux never changes state out of NULL.
10672
10673 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10674
10675         * tests/check/libs/utils.c: (GST_START_TEST):
10676           Fix unit test. Turns out things work much better when you
10677           NULL-terminate string arrays. Should make p5 build bot happy again.
10678
10679 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10680
10681         * gst-libs/gst/audio/Makefile.am:
10682         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10683         (gst_audio_filter_template_base_init),
10684         (gst_audio_filter_template_class_init),
10685         (gst_audio_filter_template_init),
10686         (gst_audio_filter_template_set_property),
10687         (gst_audio_filter_template_get_property),
10688         (gst_audio_filter_template_setup),
10689         (gst_audio_filter_template_filter),
10690         (gst_audio_filter_template_filter_inplace), (plugin_init):
10691           Oops, forgot to commit fixed-up example.
10692
10693 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         * docs/libs/gst-plugins-base-libs-sections.txt:
10696         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10697         (gst_audio_filter_class_init), (gst_audio_filter_init),
10698         (gst_audio_filter_set_caps),
10699         (gst_audio_filter_class_add_pad_templates):
10700         * gst-libs/gst/audio/gstaudiofilter.h:
10701           Port GstAudioFilter to 0.10. This change technically breaks
10702           API and ABI (and thus also every library developer's heart),
10703           but seems justifiable on the grounds that the base class was
10704           completely unusable before (ie. would crash immediately when
10705           actually used). Fixes #403963 (and eventually also #403572).
10706           Also document all of this a bit.
10707
10708 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * gst-libs/gst/utils/install-plugins.c:
10711         (gst_install_plugins_spawn_child):
10712         * tests/check/libs/utils.c:
10713         (test_base_utils_install_plugins_do_callout):
10714           Lowering log level to see why things fail on the p5 build bot;
10715           fix some typos in unit test messages.
10716
10717 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         * tests/check/libs/utils.c:
10720         (test_base_utils_install_plugins_do_callout):
10721           Don't hard-code temp directory for test helper; use GLib functions
10722           to write out file and do error checking etc.
10723
10724 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10725
10726         * gst-libs/gst/utils/Makefile.am:
10727         * gst-libs/gst/utils/base-utils.h:
10728         * gst-libs/gst/utils/install-plugins.c:
10729         (gst_install_plugins_context_set_xid),
10730         (gst_install_plugins_context_new),
10731         (gst_install_plugins_context_free),
10732         (gst_install_plugins_get_helper),
10733         (gst_install_plugins_spawn_child),
10734         (gst_install_plugins_return_from_status),
10735         (gst_install_plugins_installer_exited),
10736         (gst_install_plugins_async), (gst_install_plugins_sync),
10737         (gst_install_plugins_return_get_name),
10738         (gst_install_plugins_installation_in_progress):
10739         * gst-libs/gst/utils/install-plugins.h:
10740           API: add API for applications to initiate installation of missing
10741           plugins, ie. gst_install_plugins_async() primarily.
10742           Based on libgimme-codec by Ryan Lortie.
10743
10744         * configure.ac:
10745           Add --with-install-plugins-helper configure option so distros can specify
10746           the path of the helper script or program to call when plugin installation
10747           is requested (distros: please do any argument munging in this helper
10748           script instead of patching GStreamer to pass arguments differently
10749           to another program directly).
10750
10751         * docs/libs/gst-plugins-base-libs-docs.sgml:
10752         * docs/libs/gst-plugins-base-libs-sections.txt:
10753           Build and document new API.
10754
10755         * tests/check/libs/utils.c: (result_cb),
10756         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10757         (libgstbaseutils_suite):
10758           Some simple checks for the new API.
10759
10760 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * tests/check/elements/audioconvert.c: (test_float_conversion):
10763           Add small test for 32bit float <=> 64bit float conversion (works
10764           only one way so far, 32=>64 produces structured noise).
10765
10766 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         * gst/audioconvert/gstaudioconvert.c:
10769         (set_structure_widths_32_and_64), (make_lossless_changes):
10770           We don't support floats with a width of 40, 48 or 56 bits.
10771
10772 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10773
10774         * gst/audioconvert/audioconvert.c: (float), (double),
10775         (audio_convert_get_func_index):
10776         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10777         (make_lossless_changes):
10778           Support for 64-bit float audio in audioconvert (#339837)
10779
10780 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         Patch by: Holger Wansing  <linux wansing-online de>
10783
10784         * po/LINGUAS:
10785         * po/de.po:
10786           Add German translation (#352069).
10787
10788 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10789
10790         reviewed by: Wim Taymans <wim@fluendo.com>
10791
10792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10793         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10794         Use newly added GstCollectPads API to free the allocated resources in
10795         the GstOggPad structures (#402393).
10796
10797 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10798
10799         * gst/playback/gstplaybin.c: (gen_vis_element):
10800           Add audioresample+audioconvert in front of the visualisation
10801           element, so that elements like libvisual 0.4 that don't support all
10802           samplerates can work.
10803
10804           Fixes: #402505
10805
10806 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10809         (gst_play_base_bin_get_streaminfo_value_array):
10810           Take some locks and make a copy of the streaminfo value array we
10811           maintain while holding the lock, so that the application can
10812           retrieve the stream-info as a value array in a thread-safe way.
10813
10814 2007-01-30  Wim Taymans  <wim@fluendo.com>
10815
10816         * gst/audioconvert/gstaudioconvert.c:
10817         Don't fail on 0 sized buffers. Fixes #396835.
10818
10819 2007-01-29  David Schleef  <ds@schleef.org>
10820
10821         * gst/typefind/gsttypefindfunctions.c:
10822           Detect BBCD as video/x-dirac, so we can play raw dirac
10823           streams.
10824
10825 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         * ext/theora/theoraenc.c: (theora_enc_chain):
10828           Check return value of theora_encode_header(), or we might try to
10829           allocate a random number of bytes. theora_encode_header() can fail
10830           if libtheora has been compiled with encoding support disabled.
10831           Fixes #398110.
10832
10833 2007-01-29  Wim Taymans  <wim@fluendo.com>
10834
10835         * tests/check/gst/.cvsignore:
10836         Do as buildbot says.
10837
10838 2007-01-29  Wim Taymans  <wim@fluendo.com>
10839
10840         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10841         Fix strides in libvisual. Gst uses X strides.
10842         Inspired by: <ed at catmur dot co dot uk> and 
10843         <tim at centricular dot net>
10844         Fixes #401118.
10845
10846 2007-01-27  Wim Taymans  <wim@fluendo.com>
10847
10848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10849         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10850         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10851         (gst_ogg_demux_perform_seek),
10852         (gst_ogg_demux_bisect_forward_serialno),
10853         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10854         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10855         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10856         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10857         * ext/ogg/gstoggdemux.h:
10858         Properly propagate streaming errors when we are scanning the file for
10859         chains so that we don't crash when shut down. Might fix some crashers
10860         when quickly switching oggs in RB such as #332503 and #378436.
10861
10862 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10865           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10866           error code as well.
10867
10868 2007-01-25  Wim Taymans  <wim@fluendo.com>
10869
10870         * gst/playback/gstplaybasebin.c: (remove_source):
10871         Don't try to disconnect a signal from a finalized object.
10872
10873 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10876           Cast lock macro parameters to make sure we're actually accessing the
10877           lock member at the right class level. Free list itself in _dispose()
10878           as well and NULL it in case dispose gets called multiple times.
10879
10880 2007-01-25  Edward Hervey  <edward@fluendo.com>
10881
10882         * gst/playback/gstdecodebin2.c:
10883         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10884         Free GstDecodeGroups no longer used.
10885         (gst_decode_group_expose):
10886         Don't unlock too many times !
10887         (deactivate_free_recursive):
10888         Free iterator once we're done with it.
10889         Fix for recursively deactivating elements (stop at ghostpads).
10890
10891 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         * gst/playback/gstplaybin.c: (handoff):
10894           Fix up caps on the frame buffer before we save it and potentially
10895           make it accessible to other threads via g_object_get; also use
10896           gst_buffer_replace() instead of gst_mini_object_replace().
10897
10898 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10899
10900         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10901           Make getting the current frame thread-safe.
10902
10903 2007-01-25  Edward Hervey  <edward@fluendo.com>
10904
10905         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10906         (gst_decode_group_new), (gst_decode_group_free):
10907         Set queues to bigger sizes to cope with HD contents.
10908         Fix some mutex freeing and add comment about MT safe methods.
10909
10910 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10913         (gst_text_overlay_text_event):
10914           Don't unnecessarily ref (and then leak) upstream events if the text
10915           pad is not linked. Fixes #399948.
10916
10917         * tests/check/gst-plugins-base.supp:
10918           Add suppression for pango on edgy/x86 for textoverlay test.
10919
10920 2007-01-24  Wim Taymans  <wim@fluendo.com>
10921
10922         * gst-libs/gst/rtp/gstrtpbuffer.h:
10923         Add some more fixed payloads.
10924
10925 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10926
10927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10928           Error out properly if we get an error from libogg while reading the
10929           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10930
10931 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10932
10933         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10934           Don't leak mutex.
10935
10936         * tests/check/elements/playbin.c:
10937         (test_sink_usage_video_only_stream),
10938         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10939         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10940         (test_missing_suburisource_handler),
10941         (test_missing_primary_decoder), (playbin_suite):
10942           Run all tests once with decodebin and once with decodebin2.
10943           One test does not pass yet with decodebin2.
10944
10945 2007-01-23  Edward Hervey  <edward@fluendo.com>
10946
10947         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10948         Fix the cases where oggmux doesn't properly figure out that all
10949         sinkpads have gone EOS, and therefore doesn't push out the remaining
10950         buffers and the final EOS event.
10951         Fixes #363379
10952
10953 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10954
10955         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10957         Don't lock on navigation event push, just on keysym to string.
10958         Fixes #397673 again.
10959
10960 2007-01-22  Edward Hervey  <edward@fluendo.com>
10961
10962         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10963         (get_current_group), (group_demuxer_event_probe),
10964         (gst_decode_group_expose), (deactivate_free_recursive),
10965         (gst_decode_group_free):
10966         Cleanups.
10967         Don't forget to emit 'no-more-pads' once a group is exposed.
10968         Cleanup elements from a DecodeGroup once we remove it.
10969         Protect call to gst_decode_group_expose() with the decodebin lock.
10970
10971 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10972
10973         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10975         Looking at Xorg code i can't figure out if that XKeysymToString
10976         function is thread sensible or not. Lock it just in case as
10977         recommended by Radek Doulik <rodo at ximian dot com>.
10978
10979 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10980
10981         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10983         Lock that X Call as well. Fixes #397673.
10984
10985 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10986
10987         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10988           Don't go into an endless loop if the file starts with 00 00 01 2X,
10989           like quicktime redirect files might. Fixes #396042.
10990
10991         * tests/check/Makefile.am:
10992         * tests/check/gst/.cvsignore:
10993         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10994         (typefindfunctions_suite):
10995           Add unit test for the above.
10996
10997 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10998
10999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11000           On second thought, use "depth" field rather than "bpp" field.
11001
11002 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11005           Camtasia caps apparently need a bpp field (#398875).
11006
11007 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11008
11009         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11010         (gen_source_element), (gst_play_base_bin_change_state):
11011           Attempt at a better error message in case we don't have the required
11012           URI handler installed; post missing-plugin message also when we're
11013           missing an URI handler for the subtitle URI; clean up properly also
11014           when an error occurs and we never made it to PAUSED state.
11015
11016         * tests/check/elements/playbin.c: (GST_START_TEST),
11017         (playbin_suite):
11018           Check that we're also getting a missing-plugin messsage for a
11019           missing subtitle URI handler (and clean up properly).
11020
11021 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11024           Plug a few reference leaks.
11025
11026 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11029           Lower probability a bit if the marker isn't right at the start,
11030           to decrease the chance of false positives.
11031
11032 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11035           Small mpeg2 system stream typefinding improvement: make typefinder
11036           probe a bit into the stream instead of just looking for a marker
11037           at the beginning. Fixes #397810.
11038
11039 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11040
11041         * gst/audioconvert/gstchannelmix.c:
11042           Remove compatibility cruft for prehistoric GLib versions.
11043
11044 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * gst/playback/Makefile.am:
11047         * gst/playback/gstdecodebin.c: (close_pad_link):
11048         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11050         (gst_play_base_bin_handle_message_func), (unknown_type):
11051           Let decodebin be the element to post missing-plugin messages for
11052           missing decoders (rather than playbin); make playbin implement
11053           GstBin::handle_message so we can suppress missing-plugin messages
11054           for types we're not handling on purpose (don't want to bring up an
11055           installer in those cases).
11056
11057 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11058
11059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11060         * gst-libs/gst/tag/gstvorbistag.c:
11061         (gst_tag_list_to_vorbiscomment_buffer):
11062         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11063           Fix potentially unaligned access (#397207).
11064
11065 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11066
11067         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11068         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11069         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11070         (main):
11071           Allow to toggle looping while it plays. Fix callback prototype. Clean
11072           up code a bit more. Add copyright header.
11073
11074 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11075
11076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11077           Red and blue mask was swapped (spotted by Dan Williams).
11078
11079 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11080
11081         * gst-libs/gst/tag/gstid3tag.c:
11082         * gst-libs/gst/tag/gstvorbistag.c:
11083           Use new beats-per-minute tag from core.
11084
11085 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * po/POTFILES.in:
11088           Add new files with translatable strings, so they actually make it
11089           into the template file one day.
11090
11091 2007-01-12  Andy Wingo  <wingo@pobox.com>
11092
11093         * gst-libs/gst/audio/gstbaseaudiosink.c
11094         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11095         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11096         stuff, as the base class handles this now. Actually tell the ring
11097         buffer to start.
11098         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11099         How did this work before? Maybe I'm not as awesome a programmer as
11100         I think.
11101
11102         * gst-libs/gst/audio/gstbaseaudiosrc.c
11103         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11104         of a pad function.
11105
11106 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11109           Remove more fields so that the application can better blacklist
11110           formats that have been tried before.
11111
11112 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * gst-libs/gst/audio/mixerutils.h:
11115           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11116           used when compiling with c++ compilers as well.
11117
11118 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11119
11120         * gst/typefind/gsttypefindfunctions.c:
11121           Fix comment.
11122
11123 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * gst/playback/gstplaybin.c: (post_missing_element_message),
11126         (gen_video_element), (gen_text_element), (gen_audio_element),
11127         (gen_vis_element):
11128           Post missing-plugin messages also when we error out because
11129           converters, textoverlay or auto*sinks are missing (#161922).
11130
11131 2007-01-10  Wim Taymans  <wim@fluendo.com>
11132
11133         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11134         (is_demuxer_element), (new_caps):
11135         * gst/playback/gstplaybasebin.c: (source_new_pad):
11136         Fix the case where we try to ref a NULL element when we delay a link
11137         because of unfixed caps.
11138         Set the state of autoplugged decodebins to PAUSED.
11139         RTSP now works in playbin, we can remove it from the blacklist.
11140
11141 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11142
11143         * gst/playback/Makefile.am:
11144         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11145         (unknown_type), (setup_subtitle), (gen_source_element):
11146         * gst/playback/gstplaybin.c: (plugin_init):
11147           Post missing-plugin messages on the bus for missing sources and
11148           missing decoders/demuxers/depayloaders; fix error code used when
11149           we're missing an URI handler source; for media types that we are not
11150           handling on purpose at the moment, don't print "don't know how to
11151           handle xyz" messages to the terminal or post missing-plugin
11152           messages on the bus.
11153
11154         * tests/check/elements/playbin.c: (create_playbin),
11155         (GST_START_TEST), (gst_codec_src_uri_get_type),
11156         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11157         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11158         (gst_codec_src_init_type), (gst_codec_src_base_init),
11159         (gst_codec_src_create), (gst_codec_src_class_init),
11160         (gst_codec_src_init), (plugin_init), (playbin_suite):
11161           Add some tests for the missing-plugin stuff.
11162
11163 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11164
11165         * configure.ac:
11166         * gst-libs/gst/Makefile.am:
11167         * gst-libs/gst/utils/Makefile.am:
11168         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11169         * gst-libs/gst/utils/base-utils.h:
11170         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11171         (find_format_info), (caps_are_rtp_caps),
11172         (gst_base_utils_get_source_description),
11173         (gst_base_utils_get_sink_description),
11174         (gst_base_utils_get_decoder_description),
11175         (gst_base_utils_get_encoder_description),
11176         (gst_base_utils_get_element_description),
11177         (gst_base_utils_add_codec_description_to_tag_list),
11178         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11179         * gst-libs/gst/utils/descriptions.h:
11180         * gst-libs/gst/utils/missing-plugins.c:
11181         (missing_structure_get_type), (copy_and_clean_caps),
11182         (gst_missing_uri_source_message_new),
11183         (gst_missing_uri_sink_message_new),
11184         (gst_missing_element_message_new),
11185         (gst_missing_decoder_message_new),
11186         (gst_missing_encoder_message_new),
11187         (missing_structure_get_string_detail),
11188         (missing_structure_get_caps_detail),
11189         (gst_missing_plugin_message_get_installer_detail),
11190         (gst_missing_plugin_message_get_description),
11191         (gst_is_missing_plugin_message):
11192         * gst-libs/gst/utils/missing-plugins.h:
11193           API: add new libgstbaseutils library with functions
11194           - to create and parse missing-plugins messages
11195           - that provide (translated) descriptions for caps/decoders/sources/etc.
11196           Closes #392393.
11197
11198         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11199         * pkgconfig/gstreamer-plugins-base.pc.in:
11200           Add new lib.
11201
11202         * docs/libs/gst-plugins-base-libs-docs.sgml:
11203         * docs/libs/gst-plugins-base-libs-sections.txt:
11204           Generate docs for new lib and API.
11205
11206         * tests/check/Makefile.am:
11207         * tests/check/libs/.cvsignore:
11208         * tests/check/libs/utils.c: (missing_msg_check_getters),
11209         (GST_START_TEST), (libgstbaseutils_suite):
11210           Add some basic unit tests.
11211
11212 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11213
11214         * ext/ogg/Makefile.am:
11215           Dist gstoggdemux.h to fix 'make distcheck'.
11216
11217         * sys/v4l/Makefile.am:
11218           Fix 'make distcheck' even more.
11219
11220 2007-01-09  Wim Taymans  <wim@fluendo.com>
11221
11222         * docs/plugins/Makefile.am:
11223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11225         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11226         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11227         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11228         (gst_ogg_demux_perform_seek):
11229         * ext/ogg/gstoggdemux.h:
11230         Added docs.
11231         Add some more comments.
11232         Small cleanups.
11233
11234 2007-01-09  Wim Taymans  <wim@fluendo.com>
11235
11236         * ext/theora/theoradec.c:
11237         * ext/vorbis/vorbisdec.c:
11238         * gst-libs/gst/audio/gstringbuffer.c:
11239         (gst_ring_buffer_commit_full):
11240         * gst-libs/gst/audio/gstringbuffer.h:
11241         * gst-libs/gst/rtp/gstrtpbuffer.c:
11242         * gst-libs/gst/tag/gstvorbistag.c:
11243         Small documentation updates/fixes
11244
11245 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11246
11247         * configure.ac:
11248           Require core CVS HEAD for Andy's basesrc/sink API additions.
11249
11250 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11251
11252         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11253
11254         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11255         (plugin_init):
11256           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11257           on flac.sf.net (there appear to be other versions of the first
11258           ogg page in the wild) (#391365).
11259
11260 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * configure.ac:
11263           Check if localtime_r() is available.
11264
11265         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11266           If localtime_r() is not available, fall back to localtime(). Should
11267           fix build on MingW (#393310).
11268
11269 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11272         * gst/subparse/gstsubparse.h:
11273           Remove spurious 1000 subtrahend when calculating the timestamp from
11274           the frame number and the frame rate . Also, use the frames/second
11275           value specified in the first line of the file, if one is specified
11276           there. Should fix #357503.
11277
11278         * tests/check/elements/subparse.c: (do_test),
11279         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11280         (subparse_suite):
11281           Add some basic unit tests for the microdvd subtitle format.
11282
11283 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11284
11285         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11286
11287         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11288         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11289         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11290         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11291         (gst_xvimagesink_set_xwindow_id),
11292         (gst_xvimagesink_set_event_handling),
11293         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11294         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11295         Fixes: #390076.
11296         Add an adaptor property to select a specific XV adaptor.
11297         * sys/xvimage/xvimagesink.h:
11298
11299 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11300
11301         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11302         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11303         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11304         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11305         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11306         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11307         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11308         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11309         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11310         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11311         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11312         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11313         Use flow_lock much more to protect every access to xwindow.
11314         Try to catch erros while creating images in case some drivers are
11315         just generating an XError when the requested image is too big.
11316         Should fix : #354698, #384008, #384060.
11317         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11318         Implement some stress testing of setting window xid.
11319
11320 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11321
11322         * win32/common/libgsaudio.def:
11323           Add new exported function.
11324         * win32/common/libgstogg.dsp:
11325           Add gstoggaviparse.c to the build.
11326         * win32/common/libgstvideoscale.dsp:
11327           Add vs_4tap.c to the build.
11328         * win32/common/libgstvorbis.dsp:
11329           Add vorbistag.c to the build.
11330         
11331 2007-01-06  Andy Wingo  <wingo@pobox.com>
11332
11333         * gst-libs/gst/audio/gstbaseaudiosink.c
11334         (gst_base_audio_sink_class_init)
11335         (gst_base_audio_sink_init): 
11336         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11337         to baseaudiosink, and tell basesink that we can work in pull mode.
11338         This way the ring buffer thread drives the pipeline directly, if
11339         pull mode is possible. There is some lingering nastiness regarding
11340         capsnego, however.
11341         (gst_base_audio_sink_callback): Implement the callback to pull
11342         data. This interface is a bit light, though -- it should get a
11343         GstFlowReturn return value at least.
11344
11345 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11348         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11349         * gst/playback/gstdecodebin2.c:
11350         (gst_decode_group_check_if_blocked):
11351           Printf format and missing argument fixes.
11352
11353 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11354
11355         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11356         (gst_ogm_parse_change_state):
11357         Activate pads before adding them to the element.
11358
11359 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * tests/examples/seek/scrubby.c: (main):
11362         * tests/examples/seek/seek.c: (main):
11363           Call g_thread_init() first thing in main() (see #391278).
11364
11365 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * tests/check/Makefile.am:
11368         * tests/check/libs/.cvsignore:
11369         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11370         (netbuffer_suite):
11371           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11372           for the time being, since it's broken, see #393099.
11373
11374 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11375
11376         * tests/check/Makefile.am:
11377           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11378
11379 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11380
11381         * configure.ac:
11382           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11383           so that GST_BASE_CFLAGS can go inbetween them, making sure
11384           we use uninstalled gst-libs headers
11385         * docs/libs/Makefile.am:
11386         * ext/alsa/Makefile.am:
11387         * ext/cdparanoia/Makefile.am:
11388         * ext/gnomevfs/Makefile.am:
11389         * ext/libvisual/Makefile.am:
11390         * ext/ogg/Makefile.am:
11391         * ext/theora/Makefile.am:
11392         * ext/vorbis/Makefile.am:
11393         * gst-libs/gst/audio/Makefile.am:
11394         * gst-libs/gst/cdda/Makefile.am:
11395         * gst-libs/gst/interfaces/Makefile.am:
11396         * gst-libs/gst/riff/Makefile.am:
11397         * gst-libs/gst/rtp/Makefile.am:
11398         * gst-libs/gst/tag/Makefile.am:
11399         * gst/adder/Makefile.am:
11400         * gst/audioconvert/Makefile.am:
11401         * gst/audiorate/Makefile.am:
11402         * gst/audioresample/Makefile.am:
11403         * gst/playback/Makefile.am:
11404         * gst/tcp/Makefile.am:
11405         * gst/videoscale/Makefile.am:
11406         * gst/volume/Makefile.am:
11407         * sys/ximage/Makefile.am:
11408         * sys/xvimage/Makefile.am:
11409         * tests/icles/Makefile.am:
11410           adapt
11411
11412 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11413
11414         * gst-libs/gst/interfaces/xoverlay.c:
11415         (gst_x_overlay_handle_events):
11416         * gst-libs/gst/interfaces/xoverlay.h:
11417         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11418         (gst_ximagesink_set_xwindow_id),
11419         (gst_ximagesink_set_event_handling),
11420         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11421         (gst_ximagesink_get_property), (gst_ximagesink_init),
11422         (gst_ximagesink_class_init):
11423         * sys/ximage/ximagesink.h:
11424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11425         (gst_xvimagesink_set_xwindow_id),
11426         (gst_xvimagesink_set_event_handling),
11427         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11428         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11429         (gst_xvimagesink_class_init):
11430         * sys/xvimage/xvimagesink.h:
11431         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11432         Add a method to the XOverlay interface to allow disabling of 
11433         event handling in x[v]imagesink elements. This will let X events
11434         propagate to parent windows which can be usefull in some cases.
11435         Be carefull that the application is then responsible of pushing
11436         navigation events and expose events to the video sink.
11437         Fixes: #387138.
11438
11439 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * gst-libs/gst/tag/gstvorbistag.c:
11442         * tests/check/libs/tag.c: (GST_START_TEST):
11443           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11444           (fixes #392070).
11445
11446 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         * configure.ac:
11449         * docs/Makefile.am:
11450         * docs/design/Makefile.am:
11451           Dist design docs.
11452
11453 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11454
11455         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11456         typo. Fixes: #390063.
11457
11458 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11459
11460         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11462         caps leak.
11463         * win32/common/config.h: Updated.
11464
11465 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11466
11467         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11468         (setup_gdpdepay_streamheader):
11469         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11470         (setup_gdppay_streamheader):
11471           Fix the dp tests, but activating the pads for the streamheader tests
11472           too and cleaning up conditionaly
11473
11474 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11475
11476         * gst/ffmpegcolorspace/avcodec.h:
11477         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11478         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11479         (gst_ffmpegcsp_avpicture_fill):
11480         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11481         (img_get_alpha_info):
11482         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11483         other end of the word. Fixes: #387073.
11484
11485         Add some inconsequential branch hints in a couple of places.
11486
11487 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11490         (gst_ffmpeg_caps_to_smpfmt):
11491           The "signed" field in raw audio caps is of boolean type, trying to
11492           extract the value with _get_int() will fail (fix to keep in sync with
11493           the copy in gst-ffmpeg)
11494
11495 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11496
11497         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11498         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11499         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11500         (cleanup_gdpdepay):
11501         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11502         * tests/check/elements/subparse.c: (teardown_subparse):
11503         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11504         * tests/check/elements/videorate.c: (cleanup_videorate):
11505         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11506         * tests/check/elements/volume.c: (cleanup_volume):
11507         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11508         (cleanup_vorbisdec):
11509         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11510         (cleanup_vorbistag):
11511           consistent pad (de)activation
11512
11513 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11516           Forgot to register the extensions.
11517
11518 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11521         (plugin_init):
11522           Add typefinder for VIVO files (my christmas present to the 90s).
11523
11524 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11525
11526         * gst/playback/gstdecodebin.c: (type_found):
11527           Special-case the text/plain media type: we only want to recognise it
11528           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11529           parser, but not if the entire stream is of text/plain type. If the
11530           entire stream is text/plain, we should just error out.
11531
11532           This fixes playback of audio files with lyrics in totem. Totem can't
11533           distinguish between text files and subtitle files and passes any
11534           .txt file with the same basename as the main file to playbin as
11535           suburi, and playbin will then throw a 'subtitle found, but no video
11536           stream' error, which isn't entirely helpful. See #380342.
11537
11538           Also, with this change we'll show a slightly more correct error
11539           message in case totem passes a playlist file to us (although a
11540           custom error message wording instead of the default text would
11541           probably not be a bad idea either).
11542
11543           Same problem also needs to be fixed for playbin+decodebin2.
11544
11545         * tests/check/Makefile.am:
11546         * tests/check/elements/decodebin.c: (src_handoff_cb),
11547         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11548         (decodebin_suite):
11549           Add simple unit test for decodebin for the above.
11550
11551 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11554         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11555           Refuse to change state to READY when we failed to create any of the
11556           required elements in our instance init function.
11557
11558 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * docs/libs/gst-plugins-base-libs-sections.txt:
11561           Small docs fixes/updates.
11562
11563         * gst-libs/gst/video/gstvideosink.h:
11564           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11565           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11566           removed from the base sink API between 0.9.6 and 0.9.7).
11567           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11568           accessor macros, so we don't do a runtime GObject type check every
11569           time we use them.
11570
11571 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11572
11573         * Makefile.am:
11574         * gst-plugins-base.doap:
11575         * gst-plugins-base.spec.in:
11576           add doap file
11577
11578 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         Patch by: Jens Granseuer <jensgr at gmx net>
11581
11582         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11583         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11584         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11585         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11587           Declare variables at the beginning of a block. Fixes #383195.
11588
11589 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11590
11591         * configure.ac:
11592         Bump version nano - back to CVS.
11593
11594
11595 === release 0.10.11 ===
11596
11597 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11598
11599         * configure.ac:
11600           releasing 0.10.11, "Dumb things"
11601
11602 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11603
11604         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11605         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11606         Handle the case where an element has multiple pads with 
11607         unfixed caps as well as still possibly producing more dynamic 
11608         pads by storing each case as a distinct entry in the dynamic list.
11609         Fixes #38223 again.
11610
11611 2006-12-04  Wim Taymans  <wim@fluendo.com>
11612
11613         * gst/playback/gstdecodebin.c: (close_pad_link):
11614         Fix #382223, add more dynamic caps handling.
11615
11616 2006-12-04  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst-libs/gst/audio/gstringbuffer.h:
11619         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11620         (gst_netaddress_set_ip4_interface),
11621         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11622         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11623         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11624         (gst_netaddress_get_ttl):
11625         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11626         * gst/playback/gstdecodebin.c: (close_pad_link):
11627         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11628         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11629         * win32/common/config.h:
11630
11631 2006-12-01  Michael Smith  <msmith@fluendo.com>
11632
11633         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11634           Delete bad debug code.
11635           Fixes #381219
11636
11637 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11638
11639         * gst/videoscale/vs_4tap.c:
11640         * win32/MANIFEST:
11641         * win32/common/config.h:
11642         * win32/vs8/libgstvideoscale.vcproj:
11643         Fix compilation on win32 under VS8
11644         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11645         Partially fixes #381175
11646
11647 2006-11-30  Michael Smith  <msmith@fluendo.com>
11648
11649         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11650         (GST_START_TEST):
11651           It would be very bad if, after a discont buffer, we thought every
11652           single following buffer was also discont. So, add to the test to
11653           ensure that this isn't the case.
11654           
11655         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11656           ... it was the case. So fix it.
11657
11658 2006-11-28  Wim Taymans  <wim@fluendo.com>
11659
11660         * gst/playback/gstplaybasebin.c: (check_queue_event):
11661         Improve debug.
11662
11663         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11664         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11665         padtemplate caps. Refixes #357577.
11666
11667 2006-11-28  Wim Taymans  <wim@fluendo.com>
11668
11669         * gst/playback/gstplaybasebin.c: (check_queue_event),
11670         (queue_threshold_reached), (queue_out_of_data),
11671         (gen_preroll_element):
11672         Add event probe to see when EOS is in a queue and we can disable the
11673         underrun signals. Fixes #357577.
11674
11675 2006-11-28  Edward Hervey  <edward@fluendo.com>
11676
11677         * gst/playback/Makefile.am:
11678         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11679         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11680         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11681         (gst_decode_bin_init), (gst_decode_bin_dispose),
11682         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11683         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11684         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11685         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11686         (connect_element), (expose_pad), (type_found),
11687         (pad_added_group_cb), (pad_removed_group_cb),
11688         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11689         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11690         (are_raw_caps), (multi_queue_overrun_cb),
11691         (multi_queue_underrun_cb), (gst_decode_group_new),
11692         (get_current_group), (group_demuxer_event_probe),
11693         (gst_decode_group_control_demuxer_pad),
11694         (gst_decode_group_control_source_pad),
11695         (gst_decode_group_check_if_blocked),
11696         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11697         (gst_decode_group_hide), (gst_decode_group_free),
11698         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11699         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11700         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11701         (plugin_init):
11702         New decodebin2 element.
11703         Closes #370092
11704         * gst/playback/gstplay-marshal.list:
11705         Added marshallers for new signals in decodebin2
11706         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11707         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11708         is set.
11709
11710 2006-11-28  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst/playback/gstplaybasebin.c: (setup_source),
11713         (gst_play_base_bin_change_state):
11714         Disable rtsp:// uris for the release, it's not good enough yet.
11715         Remove unused var.
11716
11717 2006-11-26  Wim Taymans  <wim@fluendo.com>
11718
11719         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11720         (theora_dec_push_forward), (theora_dec_push_reverse),
11721         (theora_handle_data_packet), (theora_dec_decode_buffer),
11722         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11723         (theora_dec_chain_forward), (theora_dec_chain):
11724         Implement reverse playback.
11725
11726         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11727         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11728         (vorbis_dec_chain_forward):
11729         Clear buffers used for reverse playback in _reset.
11730         No need to set the eos flag, we clip samples using the segment.
11731
11732 2006-11-24  Wim Taymans  <wim@fluendo.com>
11733
11734         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11735         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11736         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11737         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11738         Some cleanups.
11739         Handle continued pages in reverse mode.
11740
11741 2006-11-24  Wim Taymans  <wim@fluendo.com>
11742
11743         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11744         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11745         (vorbis_dec_flush_decode):
11746         Small cleanups.
11747         Don't try to add invalid timestamps.
11748         Clipping will unref the buffer.
11749
11750 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11751
11752         * gst/adder/gstadder.h:
11753         * gst/audiotestsrc/gstaudiotestsrc.h:
11754           remove obsolete _factory_init protos
11755
11756 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11757
11758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11759           Fix spacing in debug message.
11760
11761 2006-11-23  Wim Taymans  <wim@fluendo.com>
11762
11763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11764         (gst_ogg_demux_chain):
11765         Don't just ignore return values from _pad_push().
11766         Small debug improvements.
11767
11768 2006-11-23  Michael Smith  <msmith@fluendo.com>
11769
11770         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11771           If our incoming buffer is marked as DISCONT, then increment the page
11772           number (so that the discontinuity is marked in the final ogg
11773           bitstream) and flush the previous page.
11774
11775 2006-11-22  Michael Smith  <msmith@fluendo.com>
11776
11777         * ext/theora/gsttheoraenc.h:
11778         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11779         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11780         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11781         (theora_enc_chain), (theora_enc_change_state):
11782           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11783
11784         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11785         (GST_START_TEST), (theoraenc_suite):
11786           Enable discontinuity test, fix it.
11787
11788 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11791         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11792         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11793         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11794         (gst_text_overlay_change_state):
11795         * ext/pango/gsttextoverlay.h:
11796           Some textoverlay fixes: for one, in the video chain function,
11797           actually wait for a text buffer to come in if there is none at the
11798           moment and there should be one; also, deal more gracefully with
11799           incoming buffers that do not have a timestamp or duration; discard
11800           text buffer when not needed any longer. Fixes #341681.
11801
11802         * tests/check/Makefile.am:
11803         * tests/check/elements/.cvsignore:
11804         * tests/check/elements/textoverlay.c:
11805         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11806         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11807         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11808         (test_video_waits_for_text_send_text_newsegment_thread),
11809         (test_video_waits_for_text_shutdown_element),
11810         (test_render_continuity_push_video_buffers_thread),
11811         (textoverlay_suite):
11812           Add some unit tests for textoverlay.
11813
11814 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11815
11816         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11817           Avoid integer underflow when the found probability for mp3 is
11818           smaller than the 'penalty' we subtract if there's not a clean
11819           mp3 header sync at offset 0.
11820
11821 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11822
11823         * docs/libs/gst-plugins-base-libs-sections.txt:
11824           Add some new symbols to the docs
11825
11826 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11827
11828         * tests/check/Makefile.am:
11829         * tests/check/elements/ffmpegcolorspace.c:
11830         (ffmpegcolorspace_suite):
11831           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11832           (for now not for valgrinding though, since it takes too long).
11833
11834 2006-11-20  Wim Taymans  <wim@fluendo.com>
11835
11836         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11837         (gst_ffmpeg_pixfmt_to_caps):
11838         Fix RGBA32 caps. Fixes #357038.
11839
11840 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11841
11842         * gst-libs/gst/interfaces/mixertrack.h:
11843           Add FIXME so we can add some padding here in 0.11
11844
11845 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11846
11847         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11848           Fix GstBaseRTPAudioPayload structure so the whole GObject
11849           inheritance business actually works (parent class instance structure
11850           must always come first in the derived class instance structure).
11851
11852 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11853
11854         * gst/videotestsrc/Makefile.am:
11855         * tests/check/Makefile.am:
11856           Make sure our checks and the videotestsrc plugin link against the
11857           local uninstalled gst libs and not any installed gst libs that
11858           might happen to exist as well.
11859
11860         * tests/check/elements/adder.c: (message_received),
11861         (test_event_message_received), (test_play_twice_message_received):
11862         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11863           Fix compiler warnings when compiling against core with disabled
11864           debugging system.
11865
11866 2006-11-16  Michael Smith  <msmith@fluendo.com>
11867
11868         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11869         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11870           Fix audiorate, so that it accurately sets offsets and timestamps.
11871           Doesn't change the fundamental algorithmic decisions; so should be
11872           safe.
11873
11874         * tests/check/Makefile.am:
11875           Enable audiorate test now that it passes.
11876
11877 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11878
11879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11880           clear xv when going to NULL, remove // commented non-existant proto
11881
11882         * tests/examples/seek/seek.c: (main):
11883           add missing tooltip description for scrub and play_scrub
11884
11885 2006-11-14  David Schleef  <ds@schleef.org>
11886
11887         * configure.ac:
11888           Bump liboil requirement to 0.3.8.
11889         * gst-libs/gst/riff/riff-media.c:
11890           Add Dirac fourcc.
11891         * gst/videoscale/vs_image.h:
11892         * gst/videoscale/vs_scanline.h:
11893           Use liboil's stdint.h.
11894         * gst/videotestsrc/videotestsrc.c:
11895           Remove liboil related ifdef's, since they aren't needed now, and
11896           won't work with future versions.
11897
11898 2006-11-14  David Schleef  <ds@schleef.org>
11899
11900         * gst/videoscale/Makefile.am:
11901         * gst/videoscale/gstvideoscale.c:
11902         * gst/videoscale/gstvideoscale.h:
11903         * gst/videoscale/vs_4tap.c:
11904         * gst/videoscale/vs_4tap.h:
11905         * gst/videoscale/vs_image.c:
11906         * gst/videoscale/vs_image.h:
11907         * gst/videoscale/vs_scanline.c:
11908         * gst/videoscale/vs_scanline.h:
11909           Add a 4-tap image scaler.  Theoretically looks much prettier.
11910           The tap calculation could use some improvement.
11911
11912 2006-11-14  Wim Taymans  <wim@fluendo.com>
11913
11914         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11915
11916         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11917         (gst_riff_parse_strf_iavs):
11918         * gst/subparse/gstsubparse.c: (convert_encoding):
11919         * gst/tcp/gstmultifdsink.c:
11920         (gst_multi_fd_sink_handle_client_write):
11921         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11922         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11923         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11924         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11925         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11926         (gst_ximagesink_ximage_new):
11927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11928         Various gsize and gssize printf fixes. Fixes #372507.
11929
11930 2006-11-13  Wim Taymans  <wim@fluendo.com>
11931
11932         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11933         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11934         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11935         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11936         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11937         * ext/vorbis/vorbisdec.h:
11938         First stab at vorbis reverse playback.
11939
11940 2006-11-13  Wim Taymans  <wim@fluendo.com>
11941
11942         * gst-libs/gst/audio/gstbaseaudiosink.c:
11943         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11944         * gst-libs/gst/audio/gstbaseaudiosink.h:
11945         Make the clock sync code more accurate wrt resampling and playback
11946         at different rates.
11947         
11948         * gst-libs/gst/audio/gstringbuffer.c:
11949         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11950         * gst-libs/gst/audio/gstringbuffer.h:
11951         Use better algorithm to interpolate sample rates. 
11952
11953 2006-11-13  Michael Smith  <msmith@fluendo.com>
11954
11955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11956           Improve a debug line slightly.
11957
11958         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11959           Call gst_riff_init() in plugin_init, to avoid getting errors from
11960           the debug system (unrelated changes to another plugin made this turn
11961           up; not sure why).
11962
11963 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11964
11965         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11966
11967         * win32/common/libgsttag.def:
11968           Add missing symbol (#366492).
11969
11970 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11973           Don't unref a NULL pad.
11974
11975 2006-11-09  Wim Taymans  <wim@fluendo.com>
11976
11977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11978         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11979         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11980         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11981         (gst_ogg_demux_loop):
11982         Implement first stab at reverse playback.
11983
11984 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11985
11986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11987         (gst_riff_create_video_template_caps):
11988           add h263/h264 variants to the caps, Fixes #363118
11989
11990 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11993         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11994           Use g_strerror instead of strerror so we get UTF-8.
11995
11996 2006-11-03  David Schleef  <ds@schleef.org>
11997
11998         * ext/ogg/gstoggdemux.c:
11999         * ext/ogg/gstoggmux.c:
12000           Add/remove KW-DIRAC header here, since it is ogg-specific.
12001
12002 2006-11-03  Michael Smith  <msmith@fluendo.com>
12003
12004         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12005           Recognise more mpeg4 elementary video streams.
12006
12007 2006-11-02  Edward Hervey  <edward@fluendo.com>
12008
12009         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12010         Lower the probability of mp3 typefinding functions if we don't find a
12011         valid mp3 header at the start of the file.
12012         Closes #369482
12013
12014 2006-11-02  Wim Taymans  <wim@fluendo.com>
12015
12016         * ext/theora/gsttheoradec.h:
12017         * ext/theora/theoradec.c: (gst_theora_dec_init),
12018         (theora_dec_sink_event), (theora_dec_chain_forward),
12019         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12020         (theora_dec_chain):
12021         Document and partially implement an algorithm for doing reverse playback
12022         of theora video.
12023
12024 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12025
12026         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12027
12028         * win32/common/config.h:
12029         * win32/common/interfaces-enumtypes.c:
12030         * win32/common/libgsttag.def:
12031         * win32/vs8/gst-plugins-base.sln:
12032         * win32/vs8/libgstaudioresample.vcproj:
12033         * win32/vs8/libgstinterfaces.vcproj:
12034         * win32/vs8/libgstogg.vcproj:
12035         * win32/vs8/libgstriff.vcproj:
12036         * win32/vs8/libgsttag.vcproj:
12037         * win32/vs8/libgsttheora.vcproj:
12038         * win32/vs8/libgstvideoscale.vcproj:
12039         * win32/vs8/libgstvorbis.vcproj:
12040           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12041           to libgsttag.def; add missing dependencies for some vs8 projects;
12042           re-arrange placement of .def files in vs8 projects (#366334).
12043
12044 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * ext/ogg/gstogg.c:
12047           Remove unused variable.
12048
12049         * ext/ogg/gstoggdemux.c:
12050           Fix Wim's surname in plugin description.
12051
12052 2006-10-31  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst-plugins-base.spec.in:
12055         spec new .h file. Fixes #368310.
12056
12057 2006-10-31  Michael Smith  <msmith@fluendo.com>
12058
12059         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12060         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12061         (gst_multi_fd_sink_get_stats),
12062         (gst_multi_fd_sink_remove_client_link),
12063         (gst_multi_fd_sink_queue_buffer),
12064         (gst_multi_fd_sink_handle_clients):
12065         * gst/tcp/gstmultifdsink.h:
12066           Make using the remove or clear signals threadsafe.
12067           Make calling get-stats with an invalid fd not segfault.
12068           Fixes 368273.
12069
12070 2006-10-31  Wim Taymans  <wim@fluendo.com>
12071
12072         * gst-libs/gst/rtp/Makefile.am:
12073         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12074         (gst_base_rtp_audio_payload_init):
12075         Fix and activate base audio payloader.
12076
12077 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12080         (plugin_init):
12081           Add typefinder for QuickTime Image Files (see #366156).
12082
12083 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12086           Another typo fix (#366212).
12087
12088 2006-10-27  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst/volume/gstvolume.c: (volume_transform_ip):
12091         Use stream time to synchronize volume property instead of rather random
12092         timestamps. This is needed when gnonlin does its time shifting.
12093
12094 2006-10-27  Wim Taymans  <wim@fluendo.com>
12095
12096         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12097
12098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12099         Remove the pad from the element in release_pad. Fixes #364812.
12100
12101 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12105           Explicitly create our custom buffer classes at a thread-safe
12106           location as well, since g_type_class_ref() doesn't seem to be
12107           entirely thread-safe either (#365501; also see #349410).
12108
12109 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12112         (gst_riff_parse_info):
12113           If strings in INFO chunk are not UTF-8, do something similar to
12114           what we do for ID3v1 tags: check a number of environment variables
12115           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12116           character sets to try, otherwise try the current locale and/or fall
12117           back on ISO-8859-1. Fixes #360552.
12118
12119 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * gst/videotestsrc/gstvideotestsrc.c:
12122         (gst_video_test_src_pattern_get_type),
12123         (gst_video_test_src_set_pattern):
12124         * gst/videotestsrc/gstvideotestsrc.h:
12125         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12126         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12127         (gst_video_test_src_checkers8):
12128         * gst/videotestsrc/videotestsrc.h:
12129           Add a bunch of exciting new checkers patterns.
12130
12131 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * gst/subparse/Makefile.am:
12134         * gst/subparse/gstsubparse.c:
12135         (gst_sub_parse_data_format_autodetect),
12136         (gst_sub_parse_format_autodetect), (handle_buffer),
12137         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12138         * gst/subparse/gstsubparse.h:
12139         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12140         (parse_tmplayer):
12141         * gst/subparse/tmplayerparse.h:
12142           Add support for TMPlayer-type subtitles (#362845).
12143
12144         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12145         (GST_START_TEST), (subparse_suite):
12146           Add some basic unit tests for the above.
12147
12148 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12149
12150         * tests/check/elements/audiorate.c: (test_injector_base_init),
12151         (test_injector_class_init), (test_injector_chain),
12152         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12153         (GST_START_TEST), (audiorate_suite):
12154           More tests for audiorate: inject buffers to check behaviour when
12155           buffers overlap.
12156
12157 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * tests/check/Makefile.am:
12160         * tests/check/elements/.cvsignore:
12161         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12162         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12163           Add some basic unit tests for audiorate. Disabled at the moment
12164           since it doesn't pass yet (see bug #363119).
12165
12166 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12169         (parse_subrip), (handle_buffer):
12170           Add missing closing tags for markup and fix broken markup,
12171           otherwise pango won't render anything (fixes #357531). Also,
12172           make sure the text we send out is always NUL-terminated
12173           (better safe than sorry etc.).
12174
12175         * tests/check/elements/subparse.c: (test_srt_do_test),
12176         (test_srt):
12177           Some more tests for .srt incl. tests for the above stuff.
12178
12179 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12180
12181         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12183         Patch by: Stefan Kost  <ensonic@users.sf.net>
12184         Try to redraw borders only when needed. Apparently this consumes
12185         resources on small devices... :-O (#363607)
12186
12187 2006-10-20  Michael Smith  <msmith@fluendo.com>
12188
12189         * gst/tcp/gstmultifdsink.c:
12190         (gst_multi_fd_sink_client_queue_buffer):
12191           If caps change, then update the client's idea of the caps so that we
12192           don't end up re-sending streamheaders for every single buffer after
12193           the caps change.
12194
12195 2006-10-20  Michael Smith  <msmith@fluendo.com>
12196
12197         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12198         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12199           Set caps on pushed buffers; fix up refcounting of caps objects.
12200
12201 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12204         (plugin_init):
12205           Typefind mmsh header data packet to application/x-mmsh (#362625).
12206
12207 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * tests/check/Makefile.am:
12210         * tests/check/elements/.cvsignore:
12211         * tests/check/elements/subparse.c: (buffer_from_static_string),
12212         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12213         (GST_START_TEST), (subparse_suite):
12214           Add very simple unit test for subparse.
12215
12216 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12219         (parse_subrip):
12220           Strip trailing newlines from subtitle text output.
12221
12222 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12225         (gst_sub_parse_change_state):
12226           Fix memleak; clear subparse->textbuf n state change function.
12227
12228 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst/subparse/gstsubparse.c:
12231         (gst_sub_parse_data_format_autodetect):
12232           Don't require subrip (.srt) files to start with a chunk number of 1.
12233
12234 2006-10-18  Wim Taymans  <wim@fluendo.com>
12235
12236         * gst-libs/gst/audio/gstbaseaudiosink.c:
12237         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12238         * gst-libs/gst/audio/gstbaseaudiosink.h:
12239         Extract rate from the NEWSEGMENT event.
12240         Use commit_full to also take rate adjustment into account when writing
12241         samples to the ringbuffer.
12242         
12243         * gst-libs/gst/audio/gstringbuffer.c:
12244         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12245         (gst_ring_buffer_read):
12246         * gst-libs/gst/audio/gstringbuffer.h:
12247         Added _commit_full() to also take rate into account.
12248         Use simple interpolation algorithm to resample audio.
12249         API: gst_ring_buffer_commit_full()
12250
12251         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12252         * tests/examples/seek/seek.c: (segment_done):
12253         Don't try to seek with 0.0 rate, just pause instead.
12254         Remove bogus debug line.
12255
12256 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12257
12258         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12259         (setup_source):
12260           Catch async errors when starting up the subtitle bin, so we can
12261           stop waiting and continue with the main film instead of hanging
12262           forever. Fixes #339366.
12263
12264         * tests/check/elements/playbin.c: (playbin_suite):
12265           Enable unit test for the above.
12266
12267 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * tests/check/Makefile.am:
12270         * tests/check/elements/.cvsignore:
12271         * tests/check/elements/playbin.c: (GST_START_TEST),
12272         (gst_red_video_src_uri_get_type),
12273         (gst_red_video_src_uri_get_protocols),
12274         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12275         (gst_red_video_src_uri_handler_init),
12276         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12277         (gst_red_video_src_create), (gst_red_video_src_class_init),
12278         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12279           Some small and basic unit tests for playbin; not very useful yet,
12280           but at least a start.
12281
12282 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12283
12284         * gst/playback/gstplaybin.c: (setup_sinks):
12285           The old pad activation spiel.
12286
12287 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12288
12289         * gst/playback/gstplaybasebin.c: (setup_source):
12290           Don't hang forever if the subbin already fails to start up in 
12291           the state change to PAUSED (#339366).
12292
12293 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12296         (gst_tuner_set_channel), (gst_tuner_get_channel),
12297         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12298         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12299         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12300         (gst_tuner_find_channel_by_name):
12301           Fix some function guards, add some more function guards.
12302
12303 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12304
12305         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12306         (remove_element_chain):
12307         Don't return a pad from get_our_ghost_pad unless it is actually the
12308         one we want.
12309         Change a cast in remove_element_chain slightly.
12310
12311 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12312
12313         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12314         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12315         Segment seeking needs to use the rate and set stop to -1.
12316
12317 2006-10-13  Wim Taymans  <wim@fluendo.com>
12318
12319         * gst-libs/gst/audio/gstbaseaudiosink.c:
12320         (gst_base_audio_sink_setcaps):
12321         Don't crash when ringbuffer is not yet created.
12322         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12323         Fixes #361634.
12324
12325         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12326         * gst/playback/gststreamselector.c:
12327         (gst_stream_selector_request_new_pad):
12328         Activate pads befre adding them to running elements.
12329
12330 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12331
12332         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12333         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12334         updater when we start grabing the slider. Don't wait for the
12335         pipeline to be PAUSED.
12336
12337 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12340         (gst_mixer_set_volume), (gst_mixer_get_volume),
12341         (gst_mixer_set_mute), (gst_mixer_set_option),
12342         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12343         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12344         (gst_mixer_option_changed):
12345           Guard mixer interface functions against bogus arguments.
12346
12347 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12348
12349         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12350         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12351         (msg_state_changed), (main): Use state-changed messages to trigger
12352         start/stop of scale update timer. Indeed the scale slider was
12353         jumping here and there because the update timer was activated 
12354         before seek completed. This fixes instant applying of rate changes
12355         by pressing the spinbutton like a crazy man !
12356
12357 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12358
12359         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12360
12361         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12362         (gst_basertppayload_finalize):
12363           Fix two small memory leaks (#361456).
12364
12365 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12366
12367         * tests/examples/seek/seek.c: (do_seek),
12368         (rate_spinbutton_changed_cb): When changing spinbutton we try
12369         to change the rate on the fly.
12370
12371 2006-10-10  Wim Taymans  <wim@fluendo.com>
12372
12373         * gst-libs/gst/riff/riff-ids.h:
12374         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12375         (gst_riff_create_audio_template_caps):
12376         Add WMS caps.
12377
12378 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12379
12380         Patch by: Josep Torra Valles <josep@fluendo.com>
12381
12382         * ext/gnomevfs/gstgnomevfssink.c:
12383         * ext/gnomevfs/gstgnomevfssrc.c:
12384         Fix URI interface implementation return type.
12385         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12386         Fix what looks like a copy/paste issue when assigning values.
12387         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12388         (gst_audio_filter_template_get_type):
12389         Cast to prevent Forte warnings.
12390         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12391         Fix URI interface implementation return type.
12392         gst_pad_query_position requires a signed integer pointer as
12393         3rd parameter, GstClockTime is unsigned.
12394         * gst/audioconvert/audioconvert.c:
12395         Fix integer overflow when treated as signed.
12396         * gst/audioresample/resample.c: (resample_add_input_data):
12397         Cast to prevent warnings on Forte.
12398         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12399         Fix integer overflow when treated as signed.
12400         * gst/ffmpegcolorspace/imgconvert_template.h:
12401         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12402         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12403         (cleanup_decodebin):
12404         Who initialises a guint to -1!
12405         Cast function pointers to prevent warnings on Forte.
12406         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12407         (queue_threshold_reached):
12408         Cast function pointers correctly to prevent warnings on Forte.
12409         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12410         Cast function pointers correctly to prevent warnings on Forte.
12411         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12412         Obvious change to unsigned, 0xEF > max signed char.
12413         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12414         GstClockTime is unsigned, initialise correctly.
12415         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12416         Cast so pointer arithemetic doesn't cause warnings on Forte.
12417         * gst/videorate/gstvideorate.c:
12418         Use correct return value.
12419         * tests/examples/seek/scrubby.c:
12420         GstClockTime is unsigned, initialise correctly.
12421
12422 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12425
12426         * gst/typefind/gsttypefindfunctions.c:
12427           Recognise XML files and XML-like files shorter than 256 bytes as
12428           well (fixes #359237).
12429
12430 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12431
12432         Patch by: Renato Filho <renato.filho@indt.org.br>
12433         
12434         * gst/typefind/gsttypefindfunctions.c:
12435         Added typefind functions to video/x-nuv media.
12436         
12437 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst-libs/gst/interfaces/xoverlay.c:
12440         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12441           Some more guards against invalid input.
12442
12443 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12444
12445         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12446         Useless goto.
12447         * tests/examples/seek/seek.c: (do_seek),
12448         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12449         seek example to experiment with rates != 1.0 (reverse playback !)
12450
12451 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12452
12453         * gst-libs/gst/interfaces/xoverlay.c:
12454           Unref message in doc-example (spotted by Robert McQueen)
12455
12456 2006-10-06  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12459         (mpeg1_parse_header), (mpeg1_sys_type_find):
12460         printf fix.
12461
12462 2006-10-06  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12465         (close_pad_link):
12466         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12467         Activate dynamic pads before adding them to the element.
12468
12469 2006-10-06  Michael Smith  <msmith@fluendo.com>
12470
12471         * gst-libs/gst/floatcast/floatcast.h:
12472           Fix obviously-bogus macros; use the correct types.
12473
12474 2006-10-06  Wim Taymans  <wim@fluendo.com>
12475
12476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12477         (gst_base_rtp_depayload_change_state):
12478         Also call parent state change function to activate pads.
12479
12480         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12481         (mpeg1_parse_header), (mpeg1_sys_type_find):
12482         Add some more debug info in mpeg typefinding.
12483
12484 2006-10-06  Michael Smith  <msmith@fluendo.com>
12485
12486         * ext/theora/theoradec.c: (theora_dec_chain):
12487           Zero byte theora packets are valid and well-defined; don't warn on
12488           them.
12489
12490 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12491
12492         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12493         (gst_multi_fd_sink_get_stats), (find_limits),
12494         (gst_multi_fd_sink_queue_buffer):
12495           API: add dropped_buffers to the get-stats GValueArray
12496
12497 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * ext/alsa/gstalsadeviceprobe.c:
12500         (gst_alsa_device_property_probe_get_values):
12501         * ext/alsa/gstalsasink.c: (set_hwparams):
12502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12503         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12505         (gst_ogg_mux_process_best_pad):
12506         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12507         (gst_ogg_parse_chain):
12508         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12509         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12510         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12511         (gst_vorbis_enc_buffer_check_discontinuous):
12512         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12513         * gst-libs/gst/audio/gstbaseaudiosink.c:
12514         (gst_base_audio_sink_render):
12515         * gst-libs/gst/cdda/gstcddabasesrc.c:
12516         (gst_cdda_base_src_handle_track_seek):
12517         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12518         (gst_base_rtp_depayload_push_full):
12519         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12520         * gst/audioresample/resample.c: (resample_input_pushthrough):
12521         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12522         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12523         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12524         (wavpack_type_find):
12525         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12526         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12527         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12528         * tests/check/elements/volume.c: (GST_START_TEST):
12529           Printf format fixes.
12530
12531 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12532
12533         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12534           Fix a simple mistake (see the docs)
12535           Fixes #359580
12536
12537 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         * docs/plugins/Makefile.am:
12540         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12541         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12542         * docs/plugins/gst-plugins-base-plugins.args:
12543         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12544         * docs/plugins/inspect/plugin-adder.xml:
12545         * docs/plugins/inspect/plugin-alsa.xml:
12546         * docs/plugins/inspect/plugin-audioconvert.xml:
12547         * docs/plugins/inspect/plugin-audiorate.xml:
12548         * docs/plugins/inspect/plugin-audioresample.xml:
12549         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12550         * docs/plugins/inspect/plugin-cdparanoia.xml:
12551         * docs/plugins/inspect/plugin-decodebin.xml:
12552         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12553         * docs/plugins/inspect/plugin-gdp.xml:
12554         * docs/plugins/inspect/plugin-gnomevfs.xml:
12555         * docs/plugins/inspect/plugin-libvisual.xml:
12556         * docs/plugins/inspect/plugin-ogg.xml:
12557         * docs/plugins/inspect/plugin-pango.xml:
12558         * docs/plugins/inspect/plugin-playbin.xml:
12559         * docs/plugins/inspect/plugin-subparse.xml:
12560         * docs/plugins/inspect/plugin-tcp.xml:
12561         * docs/plugins/inspect/plugin-theora.xml:
12562         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12563         * docs/plugins/inspect/plugin-video4linux.xml:
12564         * docs/plugins/inspect/plugin-videorate.xml:
12565         * docs/plugins/inspect/plugin-videoscale.xml:
12566         * docs/plugins/inspect/plugin-videotestsrc.xml:
12567         * docs/plugins/inspect/plugin-volume.xml:
12568         * docs/plugins/inspect/plugin-vorbis.xml:
12569         * docs/plugins/inspect/plugin-ximagesink.xml:
12570         * docs/plugins/inspect/plugin-xvimagesink.xml:
12571           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12572
12573 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12576
12577         * ext/vorbis/Makefile.am:
12578         * ext/vorbis/vorbis.c: (plugin_init):
12579         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12580         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12581         * ext/vorbis/vorbisparse.h:
12582         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12583         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12584         (gst_vorbis_tag_parse_packet):
12585         * ext/vorbis/vorbistag.h:
12586           Add new vorbistag element which derives from vorbisparse
12587           and is essentially the same as well, only that it implements
12588           the GstTagSetter interface and can modify the stream's
12589           vorbiscomment on the fly (#335635).
12590
12591         * tests/check/Makefile.am:
12592         * tests/check/elements/.cvsignore:
12593         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12594         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12595         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12596         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12597           Add unit test for new vorbistag element.
12598
12599 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12602         (vorbis_parse_push_headers), (vorbis_parse_chain):
12603           Set BOS flag in packet structure to fix 'jump depends
12604           on unitialized value' errors in valgrind; various minor
12605           clean-ups.
12606
12607 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12608
12609         * gst/playback/gstdecodebin.c: (close_pad_link):
12610         Fix typo in a debug statement.
12611
12612         * gst/playback/gstplaybasebin.c: (probe_triggered),
12613         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12614         (gen_source_element), (source_new_pad), (analyse_source),
12615         (setup_source):
12616         When handling no_more_pads in new_decoded_pad, make sure to treat
12617         subtitle pads correctly. Fixes playback with subtitle files.
12618
12619         Move a recurring message to LOG level.
12620
12621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12622         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12623         which ends up as -1 when cast to an int. Make the logic handle the
12624         max value as an unsigned mask and only change the colorkey when it's
12625         a value we recognise.
12626
12627 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12628
12629         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12630         Removed empty * between paragraphs
12631
12632 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12633
12634         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12635         * gst-libs/gst/rtp/README:
12636         Moved some documentation into .c file
12637
12638 2006-09-29  Wim Taymans  <wim@fluendo.com>
12639
12640         * gst/playback/gstdecodebin.c: (no_more_pads):
12641         Fix compilation.
12642
12643 2006-09-29  Wim Taymans  <wim@fluendo.com>
12644
12645         * gst/playback/gstdecodebin.c: (new_caps):
12646         Remove g_print
12647
12648         * gst/playback/gstplaybin.c:
12649         Add some docs.
12650
12651 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * tests/check/Makefile.am:
12654           Re-enable cddabasesrc test to see if it works again
12655           now.
12656
12657 2006-09-29  Wim Taymans  <wim@fluendo.com>
12658
12659         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12660         (gen_source_element):
12661         Handle invalid URIs a bit more gracefully.
12662
12663 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12664
12665         * tests/check/pipelines/oggmux.c:
12666           Remove obsolete comment.
12667
12668 2006-09-29  Michael Smith  <msmith@fluendo.com>
12669
12670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12671         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12672         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12673         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12674         (gst_ogg_mux_collected):
12675           Commit patch from James "Doc" Livingston, adds proper EOS handling
12676           in oggmux. GStreamer can, for the first time ever, create a valid
12677           Ogg file! Yay!
12678
12679         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12680         (oggmux_suite):
12681           Reenable tests now that they pass.
12682
12683 2006-09-29  Wim Taymans  <wim@fluendo.com>
12684
12685         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12686         Stop reading commands when EOF (we read 0) as well.
12687
12688 2006-09-28  Wim Taymans  <wim@fluendo.com>
12689
12690         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12691         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12692         (find_dynamic), (unlinked), (close_link):
12693         Implement delayed caps linking needed for element with a lot of
12694         different caps on the src pads that get fixed at runtime.
12695         Improve management of dynamic elements.
12696
12697         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12698         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12699         (gen_preroll_element), (remove_groups), (unknown_type),
12700         (add_element_stream), (no_more_pads_full), (no_more_pads),
12701         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12702         (new_decoded_pad), (setup_subtitle), (array_has_value),
12703         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12704         (analyse_source), (remove_decoders), (make_decoder),
12705         (remove_source), (setup_source), (finish_source), (prepare_output),
12706         (gst_play_base_bin_change_state):
12707         * gst/playback/gstplaybasebin.h:
12708         Use more _CAST instead of full type checking casts.
12709         Small cleanups, plug some leaks.
12710         Handle dynamic sources.
12711         Add some helper functions to create lists of strings used for
12712         blacklisting and other stuff.
12713         Refactor some code dealing with analysing the source.
12714         Re-enable sources without pads (like cd:// or other selfcontained
12715         elements).
12716
12717 2006-09-28  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst-libs/gst/audio/gstbaseaudiosink.c:
12720         (gst_base_audio_sink_render):
12721         When we have a timestamp, we can still perform clipping.
12722         When we have no clock, we must play the sample ASAP.
12723
12724 2006-09-28  Wim Taymans  <wim@fluendo.com>
12725
12726         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12727         Set caps on outgoing buffers.
12728
12729         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12730         (gst_video_rate_event), (gst_video_rate_chain):
12731         * gst/videorate/gstvideorate.h:
12732         Fix videorate some more. Fixes #357977
12733
12734 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12735
12736         * tests/check/elements/adder.c: (adder_suite):
12737           Don't set timeout to 6 seconds when we're running
12738           in valgrind ... (and how is 6 seconds longer than
12739           the default anyway?)
12740
12741 2006-09-28  Wim Taymans  <wim@fluendo.com>
12742
12743         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12744         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12745         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12746         Keep sink and src segment to keep track of time and support more
12747         input formats.
12748         Fix bogus next_offset and run_time calculation, don't understand how
12749         this could have worked before. Fixes #357976.
12750         Remove some unneeded vars.
12751
12752 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * gst/playback/gstplaybin.c: (remove_sinks):
12755           Only remove visualisation from visbin if there is a visbin (or:
12756           don't throw warnings when closing totem without playing a file).
12757
12758 2006-09-27  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst-libs/gst/audio/gstbaseaudiosink.c:
12761         (gst_base_audio_sink_render):
12762         Add some more info in a WARNING.
12763
12764         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12765         (gst_base_audio_src_create):
12766         Handle PAUSE in create function, use new -core addition to
12767         wait for playing. Fixes pausing and resuming capture from an
12768         audiosrc.
12769
12770         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12771         (gst_ring_buffer_read):
12772         Constify some more.
12773         Caller supports interrupted reads now.
12774
12775 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         * tests/check/Makefile.am:
12778           Another attempt to make the gen64 buildbot happy.
12779
12780 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12781
12782         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12783
12784         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12785         (gst_visual_chain), (gst_visual_change_state):
12786           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12787           correctly. Fixes #357800
12788
12789 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12792           Add timeout to _get_state() so we see which pipeline it is
12793           that causes trouble on the gen64 build bot.
12794
12795 2006-09-27  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12798         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12799         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12800         (gst_base_rtp_depayload_set_gst_timestamp):
12801         the source pad always uses fixed caps.
12802
12803 2006-09-27  Wim Taymans  <wim@fluendo.com>
12804
12805         * docs/libs/gst-plugins-base-libs-docs.sgml:
12806         * docs/libs/gst-plugins-base-libs-sections.txt:
12807         * gst-libs/gst/audio/gstaudioclock.c:
12808         * gst-libs/gst/audio/gstaudioclock.h:
12809         * gst-libs/gst/audio/gstaudiosink.c:
12810         * gst-libs/gst/audio/gstaudiosink.h:
12811         * gst-libs/gst/audio/gstaudiosrc.c:
12812         * gst-libs/gst/audio/gstbaseaudiosink.c:
12813         (gst_base_audio_sink_render):
12814         * gst-libs/gst/audio/gstbaseaudiosink.h:
12815         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12816         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12817         * gst-libs/gst/audio/gstringbuffer.h:
12818         Added docs for the audio libs.
12819
12820 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12821
12822         * tests/check/Makefile.am:
12823           Temporarily disable test that fails on the bots for unknown reasons.
12824
12825 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12826
12827         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12828         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12829         Moved AudioCodecType into priv
12830         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12831
12832 2006-09-25  Wim Taymans  <wim@fluendo.com>
12833
12834         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12835         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12836         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12837         (new_pad):
12838         Cleanups and small leak fixes.
12839         Added Depayloaders to valid list of autopluggable elements.
12840
12841 2006-09-25  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12844         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12845         (gen_video_element), (gen_text_element), (gen_audio_element),
12846         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12847         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12848         Detect NO_PREROLL state change returns and disable clock distribution to
12849         the sinks so that sync is disabled.
12850         Avoid some type checking and do simple casts instead.
12851         Small cleanups, fix some FIXMEs.
12852         Be more robust when linking user specified elements, catch an report
12853         errors. Fixes #357404.
12854         Fix some leaks in the error paths.
12855
12856 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12857
12858         * ChangeLog:
12859           ChangeLog surgery for missing bug-number
12860
12861 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         Patch by: Peter Kjellerstedt  <pkj at axis com>
12864
12865         * gst/playback/test.c:
12866           Fix compilation with uClibc and -Werror (#357591).
12867
12868 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12869
12870         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12871           Parse dates that are followed by a time as well (#357532).
12872
12873         * tests/check/libs/tag.c: (test_vorbis_tags):
12874           Add unit test for this.
12875
12876 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12877
12878         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12879         (gst_audio_convert_transform_caps):
12880         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12881         * gst/videotestsrc/videotestsrc.h:
12882           A few array const-ifications.
12883
12884 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12885
12886         * tests/check/Makefile.am:
12887           See if this makes the build bots happy.
12888
12889         * tests/check/libs/cddabasesrc.c:
12890           UTF8-ise my name.
12891
12892 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12895
12896         * gst/subparse/samiparse.c: (handle_start_font),
12897         (fix_invalid_entities):
12898           More case-insensitivity for certain tags; recognise entities with
12899           decimal codes as special entities as well (#357330).
12900
12901 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12902
12903         * gst-libs/gst/Makefile.am:
12904           Need to build tag directory before cdda.
12905
12906 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12907
12908         * docs/libs/gst-plugins-base-libs-sections.txt:
12909         * gst-libs/gst/cdda/Makefile.am:
12910         * gst-libs/gst/cdda/gstcddabasesrc.c:
12911         (gst_cdda_base_src_base_init):
12912         * gst-libs/gst/cdda/gstcddabasesrc.h:
12913         * gst-libs/gst/tag/tag.h:
12914         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12915         (gst_tag_register_musicbrainz_tags):
12916           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12917           depend on libgsttag. This is required so we can extract/read tags like
12918           DISCID without depending on libgstcddabasesrc (which used to register
12919           them).
12920
12921         * gst-libs/gst/tag/gstvorbistag.c:
12922           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12923           tags (also see #347848).
12924
12925         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12926           Log vorbis comments we are actually writing. Const-ify array.
12927
12928 2006-09-23  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12931         Improve buffering a bit by avoiding a deadlock because we cannot assume
12932         the underrun is always called.
12933
12934 2006-09-23  Wim Taymans  <wim@fluendo.com>
12935
12936         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12937
12938         * gst-libs/gst/riff/riff-ids.h:
12939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12940         (gst_riff_create_audio_template_caps):
12941         Added MPEG-4 AAC and id and caps. Fixes #357289
12942         Added WMA9 Lossless id.
12943
12944 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * ext/gnomevfs/gstgnomevfssrc.c:
12947           Fix misleading docs addition.
12948
12949         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12950           Get rid of compiler warning the right way.
12951
12952 2006-09-22  Wim Taymans  <wim@fluendo.com>
12953
12954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12955         (gst_base_rtp_depayload_finalize),
12956         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12957         (gst_base_rtp_depayload_push_full),
12958         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12959         (gst_base_rtp_depayload_process),
12960         (gst_base_rtp_depayload_set_gst_timestamp),
12961         (gst_base_rtp_depayload_queue_release):
12962         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12963         Small cleanups.
12964         Fix some leaks.
12965         Refactored the process method and added methods to push from the process
12966         vmethod.
12967         Use _scale functions.
12968         API: gst_base_rtp_depayload_push_ts
12969         API: gst_base_rtp_depayload_push
12970
12971         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12972         timestamps are uint.
12973
12974 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12975
12976         * gst-libs/gst/interfaces/xoverlay.c:
12977           Remove unused statement from doc example.
12978
12979 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12980
12981         * gst-libs/gst/interfaces/videoorientation.c:
12982         (gst_video_orientation_iface_init),
12983         (gst_video_orientation_get_hflip),
12984         (gst_video_orientation_get_vflip),
12985         (gst_video_orientation_get_hcenter),
12986         (gst_video_orientation_get_vcenter),
12987         (gst_video_orientation_set_hflip),
12988         (gst_video_orientation_set_vflip),
12989         (gst_video_orientation_set_hcenter),
12990         (gst_video_orientation_set_vcenter):
12991           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12992           in ChangeLog)
12993
12994 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         * tests/check/Makefile.am:
12997         * tests/check/elements/.cvsignore:
12998         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12999         (create_rgb_conversions), (rgb_conversion_free),
13000         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13001         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13002           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13003           but disable for now since it doesn't pass (something wrong with
13004           RGBA somewhere).
13005
13006 2006-09-21  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/playback/gstplaybasebin.c: (group_commit),
13009         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13010         (queue_out_of_data), (gen_preroll_element),
13011         (preroll_remove_overrun), (probe_triggered):
13012         Refactor handling of overrun detection.
13013         Separate handling of group completion and deadlock detection when doing
13014         network buffering. This should fix some deadlocks that were not detected
13015         because the group was completed.
13016         Add more comments, improve debugging.
13017
13018 2006-09-21  Wim Taymans  <wim@fluendo.com>
13019
13020         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13021         * tests/check/libs/audio.c:
13022         Some more compilation fixes.
13023
13024 2006-09-21  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst-libs/gst/audio/gstringbuffer.c:
13027         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13028         (gst_ring_buffer_read):
13029         Early morning compilation fix.
13030
13031 2006-09-20  Wim Taymans  <wim@fluendo.com>
13032
13033         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13034         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13035         * tests/check/elements/videorate.c: (GST_START_TEST):
13036         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13037         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13038         Fix some warnings.
13039
13040 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13041
13042         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13043         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13044         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13045           Handcrafted merge to help CVS understanding what I changed and what
13046           not.
13047
13048 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13049
13050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13051         (gst_xvimagesink_get_times):
13052           change colorkey behaviour back according to #354773 comment 6/7
13053
13054 2006-09-19  Michael Smith  <msmith@fluendo.com>
13055
13056         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13057         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13058         (gst_multi_fd_sink_recover_client),
13059         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13060         (gst_multi_fd_sink_get_property):
13061         * gst/tcp/gstmultifdsink.h:
13062           Implement stubbed out properties unit-type, units-soft-max,
13063           units-max, to allow specifying maximum sizes in units other than
13064           buffers.
13065           Fixes #355935
13066
13067 2006-09-19  Wim Taymans  <wim@fluendo.com>
13068
13069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13070         (gst_riff_create_audio_template_caps):
13071         Reorder the audio formats a bit for clarity.
13072         Detect and create caps for MSGSM and MSN (WAV49).
13073         Fixes #356596.
13074
13075         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13076         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13077         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13078         Small cleanups, move error handling out of normal flow for clarity.
13079
13080 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13081
13082         * docs/libs/gst-plugins-base-libs-docs.sgml:
13083         * docs/libs/gst-plugins-base-libs.types:
13084         * gst-libs/gst/interfaces/Makefile.am:
13085         * gst-libs/gst/interfaces/videoorientation.c:
13086         (gst_video_orientation_get_type),
13087         (gst_video_orientation_iface_init),
13088         (gst_video_orientation_get_hflip),
13089         (gst_video_orientation_get_vflip),
13090         (gst_video_orientation_get_hcenter),
13091         (gst_video_orientation_get_vcenter),
13092         (gst_video_orientation_set_hflip),
13093         (gst_video_orientation_set_vflip),
13094         (gst_video_orientation_set_hcenter),
13095         (gst_video_orientation_set_vcenter):
13096         * gst-libs/gst/interfaces/videoorientation.h:
13097           API: Add new interface to control video orientation (fixes #354908)
13098
13099 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13100
13101         * gst/videotestsrc/gstvideotestsrc.c:
13102           Use G_UNLIKELY in _create and log one more detail.
13103           
13104         (gst_video_test_src_get_times), (gst_video_test_src_create):
13105         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13106           Use gst_util_uint64_scale_int in _get_times().
13107
13108 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13109
13110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13111           Give better warning message (add object and detail).
13112
13113 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13114
13115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13116         (gst_xvimagesink_get_times):
13117           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13118           #354773), use gst_util_uint64_scale_int in _get_times()
13119
13120 2006-09-18  Michael Smith  <msmith@fluendo.com>
13121
13122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13123           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13124           always true, leading to dropping all timestamps.
13125
13126 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13127
13128         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13129         (gst_visual_chain), (gst_visual_change_state):
13130           update to work also with libvisual 0.4 API, fix double unref (#355914)
13131           
13132         * tools/gst-launch-ext.1.in:
13133         * tools/gst-visualise.1.in:
13134           remove references to old man-pages
13135
13136         * tests/examples/seek/seek.c: (main):
13137           add real meadi-buttons, add tool-tips for the seek-options, arrange
13138           seek options in a table
13139
13140 2006-09-18  Michael Smith  <msmith@fluendo.com>
13141
13142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13143         (gst_ogg_mux_push_buffer):
13144           Don't generate out-of-order timestamps from oggmux, instead clamp
13145           output timestamps to be >= the previously output ts.
13146           Fixes #355595
13147
13148 2006-09-18  Michael Smith  <msmith@fluendo.com>
13149
13150         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13151         (gst_multi_fd_sink_class_init):
13152           Updates, fixes, and typo corrections for multifdsink. No functional
13153           changes.
13154
13155 2006-09-17  Michael Smith  <msmith@fluendo.com>
13156
13157         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13158           Don't crash on truncated files - check that we got an 8 byte buffer
13159           before trying to memcmp it.
13160
13161 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * gst/playback/gstplaybasebin.c: (get_active_source):
13164           Make stream-switching appear instant to the application
13165           (ie. make sure that a g_object_get on 'current-foo' returns
13166           the stream previously set with g_object_set(). Totem needs
13167           this to update stream-related meta-info (like audio-codec)
13168           correctly when switching streams.
13169
13170 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13171
13172         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13173         (gst_alsa_mixer_ensure_track_list):
13174           Try harder to guess which mixer track is the master mixer
13175           track (instead of just taking the first one that has a pvolume).
13176           Fixes #342228.
13177
13178 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13179
13180         reviewed by: <delete if not using a buddy>
13181
13182         * gst-libs/gst/audio/audio.h:
13183         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13184
13185 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13186
13187         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13188         (gst_audio_convert_transform_caps):
13189           Get structure-name just once.
13190
13191 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13192
13193         * tests/check/elements/audioresample.c: (GST_START_TEST):
13194         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13195         * tests/check/elements/volume.c: (GST_START_TEST):
13196         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13197         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13198         (test_pipeline), (GST_START_TEST):
13199         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13200         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13201           Fix big batch of compiler warnings.
13202
13203 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13204
13205         * ext/gnomevfs/gstgnomevfssrc.c:
13206           Add docs about icydemux usage in connection with gnomevfssrc
13207
13208         * ext/libvisual/visual.c:
13209         * ext/ogg/gstoggaviparse.c:
13210         * ext/ogg/gstoggdemux.c:
13211         * ext/ogg/gstoggmux.c:
13212         * ext/ogg/gstoggparse.c:
13213         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13214         * gst-libs/gst/audio/gstaudiosink.c:
13215         * gst-libs/gst/audio/gstaudiosrc.c:
13216         * gst/audiorate/gstaudiorate.c:
13217           More G_OBJECT macro fixing.
13218
13219         * gst/audiotestsrc/gstaudiotestsrc.h:
13220           Fix wrong info in header due to copy & paste
13221
13222 2006-09-15  Wim Taymans  <wim@fluendo.com>
13223
13224         * gst-libs/gst/audio/gstbaseaudiosink.c:
13225         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13226         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13227         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13228         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13229         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13230         Do the delay calculation in the source/sink base classes as this is
13231         specific for the capture/playback mode.
13232         Try to fixate a bit better, like round depth up to a multiple of 8
13233         bigger than width.
13234         Handle underruns correctly by marking DISCONT on buffers and adjusting
13235         timestamps to handle the gap.
13236         Set offset/offset_end correctly on buffers.
13237
13238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13239         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13240         (gst_ring_buffer_read):
13241         Remove resync and underrun recovery from the ringbuffer.
13242         Fix ringbuffer read code on under/overrun.
13243
13244 2006-09-15  Wim Taymans  <wim@fluendo.com>
13245
13246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13247         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13248         (queue_threshold_reached), (gst_play_base_bin_set_property),
13249         (gst_play_base_bin_get_property):
13250         * gst/playback/gstplaybasebin.h:
13251         Don't use a 0 low watermark when buffering, it is catching starvation
13252         way too late. Instead, use a 3 second queue with 30 and 95
13253         percent low/high watermarks. 
13254         Added queue-min-threshold property to configure low watermark.
13255         Use new _buffering message API.
13256         Make queue_threshold variable big enough to store a uint64 time value.
13257         API: playbin::queue-min-threshold property.
13258
13259 2006-09-15  Wim Taymans  <wim@fluendo.com>
13260
13261         * configure.ac:
13262         We require 0.10.10.1 now because of _wait_preroll().
13263
13264         * gst-libs/gst/audio/gstbaseaudiosink.c:
13265         (gst_base_audio_sink_render):
13266         Use gst_base_sink_wait_preroll().
13267
13268 2006-09-15  Wim Taymans  <wim@fluendo.com>
13269
13270         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13271         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13272         Use DEBUG_OBJECT more.
13273
13274 === release 0.10.10 ===
13275
13276 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13277
13278         patch by: Michael Smith <msmith at fluendo dot com>
13279
13280         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13281         (gst_multi_fd_sink_client_queue_buffer),
13282         (gst_multi_fd_sink_new_client):
13283         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13284         (multifdsink_suite):
13285           Fix implementation of sync-method 'next-keyframe'
13286           Closes #354594
13287
13288 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13289
13290         patch by: Wim Taymans <wim at fluendo dot com>
13291
13292         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13293         This patch removes the RANDOM flag that was incorrectly introduced with
13294         revision 1.91.  Fixes #354590
13295
13296 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13297
13298         * tests/check/Makefile.am:
13299           Random variation in Makefile line to see if it makes the
13300           gen64-base-full bot any happier.
13301
13302 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13305           Disable test that fails at the moment (killed after timeout).
13306
13307 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13308
13309         Patch by: James Livingston  <doclivingston at gmail.com>
13310
13311         * tests/check/Makefile.am:
13312         * tests/check/pipelines/.cvsignore:
13313         * tests/check/pipelines/oggmux.c: (get_page_codec),
13314         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13315         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13316         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13317         (test_theora_vorbis), (oggmux_suite):
13318           Add simple unit test for oggmux from #337026 with checking for the
13319           EOS flags disabled for the time being.
13320
13321 2006-09-04  Wim Taymans  <wim@fluendo.com>
13322
13323         patch by: Alessandro Dessina <alessandro nnva org>
13324
13325         * ext/ogg/gstoggmux.c:
13326         Add cmml caps to oggmux. Fixes #353912
13327
13328 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13331           Returning a return value often helps. In this case, we
13332           don't need the return value anyway, so just get rid of it.
13333           Should make build bots much happier.
13334
13335 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13336
13337         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13338         (paint_get_structure), (gst_video_test_src_get_size),
13339         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13340         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13341         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13342         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13343         * gst/videotestsrc/videotestsrc.h:
13344           Add support for AYUV and the various RGBA formats. Initialise
13345           fields of paintinfo structs allocated on the stack.
13346
13347         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13348         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13349         (check_rgb_buf), (videotestsrc_suite):
13350           Add unit tests for videotestsrc's RGB output.
13351
13352 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13353
13354         * gst/videotestsrc/gstvideotestsrc.c:
13355         (gst_video_test_src_pattern_get_type),
13356         (gst_video_test_src_set_pattern):
13357         * gst/videotestsrc/gstvideotestsrc.h:
13358         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13359         (gst_video_test_src_black), (gst_video_test_src_white),
13360         (gst_video_test_src_red), (gst_video_test_src_green),
13361         (gst_video_test_src_blue):
13362         * gst/videotestsrc/videotestsrc.h:
13363           Add more uni-colour patterns ("white", "red", "green", and "blue").
13364
13365 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13366
13367         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13368           Fix stride for YVYU, should be word-aligned (#353658).
13369
13370 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13371
13372         * gst/adder/gstadder.c: (gst_adder_src_event):
13373           Fix build.
13374
13375 2006-08-31  Edward Hervey  <edward@fluendo.com>
13376
13377         * gst/adder/gstadder.c: (forward_event_func),
13378         (gst_adder_src_event), (gst_adder_collected),
13379         (gst_adder_change_state):
13380         * gst/adder/gstadder.h:
13381         Remember the start position asked in the incoming seeks, so we can
13382         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13383         of assuming it will always be 0).
13384
13385 2006-08-31  Edward Hervey  <edward@fluendo.com>
13386
13387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13388         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13389         (gst_ogg_demux_loop):
13390         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13391
13392 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13395         (gst_ffmpegcsp_get_unit_size):
13396           Return FALSE instead of returning a random false unit
13397           size when the format isn't known/supported (even if
13398           this shouldn't happen under normal circumstances).
13399
13400 2006-08-29  Wim Taymans  <wim@fluendo.com>
13401
13402         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13405         (gst_gnome_vfs_src_start):
13406         Try harder to get the size from a uri by using _info_uri() when
13407         _info_from_handle() does not give us enough info. 
13408         Also follow symlinks when getting the size.
13409         Partially Fixes #332864.
13410
13411 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13414
13415         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13416         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13417         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13418         (gst_alsa_mixer_set_record):
13419         * ext/alsa/gstalsamixertrack.c:
13420         (gst_alsa_mixer_track_update_alsa_capabilities),
13421         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13422         (gst_alsa_mixer_track_update):
13423         * ext/alsa/gstalsamixertrack.h:
13424           Improve and fix mixer track handling, in particular better handling
13425           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13426           separate track objects for tracks that have both capture and playback
13427           volume (and label them differently as well so they're not mistakenly
13428           assumed to be duplicates); classify mixer tracks that only affect
13429           the audible volume of something (rather than the capture volume)
13430           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13431           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13432           (following the meaning documented in the mixer interface header
13433           file); add support for alsa's exclusive cswitch groups; update/sync
13434           state/flags better if mixer settings are changed by another
13435           application. Fixes #336075.
13436
13437 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13438
13439         * gst/playback/gstplaybin.c:
13440           Improve docs: add section about BUFFERING messages sent by playbin.
13441
13442 2006-08-29  Michael Smith  <msmith@fluendo.com>
13443
13444         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13445         (gst_vorbis_enc_buffer_check_discontinuous),
13446         (gst_vorbis_enc_chain):
13447           Ignore explicit DISCONT marked on buffers (which is often spurious,
13448           particularly when using multiple segments), in favour of solely
13449           using the timestamps/durations.
13450
13451 2006-08-29  Edward Hervey  <edward@fluendo.com>
13452
13453         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13454         Don't rely on incoming buffers offset anymore, since it is completely
13455         broken when using multiple segments.
13456         Instead convert the incoming buffers timestamp to running time, and
13457         then convert that value to the offsets.
13458         Also inform GstSegment of the last outputted stop position, which is
13459         needed if we received several segments with an unknown stop value.
13460
13461 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13462
13463         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13464           fix buffer unreffing on a header push failure
13465
13466 2006-08-28  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13469         (gst_audio_rate_chain):
13470         Make the metadata of the buffer writable before changing its
13471         flags.
13472
13473 2006-08-28  Wim Taymans  <wim@fluendo.com>
13474
13475         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13476         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13477         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13478         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13479         Fix audiorate some more.
13480         Reset and resync counters on flush and READY.
13481         Handle the DISCONT flag correctly.
13482         Use GstSegment to track position.
13483         Fail when not negotiated.
13484         Fixes #353234.
13485
13486 2006-08-25  Michael Smith  <msmith@fluendo.com>
13487
13488         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13489           Fix spelling.
13490           Remove accidently included debug line.
13491
13492 2006-08-25  Wim Taymans  <wim@fluendo.com>
13493
13494         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13495         Small cleanups.
13496         If a buffer is received with no caps, make the buffer metadata
13497         writable and set the caps, making sure that we don't screw up the
13498         refcounts.
13499
13500 2006-08-25  Michael Smith  <msmith@fluendo.com>
13501
13502         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13503         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13504           Fix memory leaks and misleading debug messages, add a couple of
13505           comments.
13506
13507         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13508         (gst_multi_fd_sink_render):
13509           Do not use gst_buffer_make_writable() in a basesink render method,
13510           as it may incorrectly unref the buffer. Instead, use convoluted
13511           dance to avoid copying the buffer except when we need to.
13512
13513 2006-08-25  Michael Smith  <msmith@fluendo.com>
13514
13515         * ext/vorbis/vorbisenc.c:
13516         (gst_vorbis_enc_buffer_check_discontinuous):
13517           Allow very small discontinuities in the timestamps. These we can't
13518           do anything useful with anyway (because vorbis's timestamps have
13519           only sample granularity), and are commonly produced by elements with
13520           minor bugs. Allow up to 1/2 a sample out.
13521           Fixes #351742.
13522
13523 2006-08-24  Wim Taymans  <wim@fluendo.com>
13524
13525         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13526         (play_scrub_toggle_cb), (main):
13527         Add a checkbox to enable play scrubbing. Makes it possible to disable
13528         normal scrubbing.
13529
13530 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13531
13532         * tests/check/elements/.cvsignore:
13533           make buildbot happy
13534
13535 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13536
13537         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13538         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13539         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13540         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13541         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13542         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13543         (gst_ogm_text_parse_strip_trailing_zeroes),
13544         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13545         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13546           Refactor ogm parse, do better input checking, misc. clean-ups.
13547           Cache incoming events and push them once the source pad has
13548           been created. Don't pass unterminated strings to sscanf().
13549           Strip trailing zeroes from subtitle text output, since they
13550           are not valid UTF-8. Don't push vorbiscomment packets on
13551           the subtitle text pad. Output perfect streams if possible.
13552
13553 2006-08-23  Wim Taymans  <wim@fluendo.com>
13554
13555         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13556         Waits for tasks to settle down so that we clean up correctly for 
13557         valgrind.
13558
13559 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13560
13561         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13562           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13563           actually return return value in taglists_are_equal.
13564
13565 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13566
13567         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13568           Fix crash due to broken bitstream parsing on x86-64: can't make
13569           any assumptions about sizeof(struct) due to alignment/packing
13570           differences on different architectures. Fixes #351790.
13571
13572 2006-08-22  Wim Taymans  <wim@fluendo.com>
13573
13574         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13575         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13576         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13577         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13578         (gst_riff_parse_info):
13579         Protect public functions against bad input.
13580         Do some cleanups.
13581         Fix documentation.
13582
13583 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13584
13585         * gst-libs/gst/riff/riff-ids.h:
13586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13587           Add voxware audio IDs (even if we can't play it) (#351795).
13588
13589 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * gst-libs/gst/riff/riff-media.c:
13592         (gst_riff_create_video_template_caps),
13593         (gst_riff_create_audio_template_caps),
13594         (gst_riff_create_iavs_template_caps):
13595           Const-ify some arrays and use G_N_ELEMENTS instead
13596           of wasting oodles of RAM on terminator bits.
13597
13598 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13599
13600         * gst-libs/gst/tag/gstvorbistag.c:
13601         (gst_tag_list_to_vorbiscomment_buffer):
13602         * tests/check/libs/tag.c: (GST_START_TEST):
13603           And the same for _to_vorbiscomment_buffer(): allow
13604           id_data_len == 0 for speex.
13605
13606 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13607
13608         * configure.ac:
13609         * docs/plugins/Makefile.am:
13610         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13611         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13612         * docs/plugins/inspect/plugin-gdp.xml:
13613         * gst/gdp/Makefile.am:
13614         * tests/check/Makefile.am:
13615           Move GDP plugin to -base from -bad.  Closes #347783.
13616
13617 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13618
13619         * gst-libs/gst/tag/gstvorbistag.c:
13620         (gst_tag_list_from_vorbiscomment_buffer):
13621           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13622           Also add some checks to make sure we don't memcmp() beyond the end of
13623           vorbiscomment buffer if the ID to check for is larger than the buffer.
13624
13625         * tests/check/libs/tag.c: (GST_START_TEST):
13626           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13627
13628 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13631         (gst_vorbis_enc_set_metadata):
13632           Use vorbis comment utility functions from libgsttag
13633           instead of re-inventing the wheel (partially fixes #347091).
13634
13635 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13636
13637         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13638         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13639         as some that won't.
13640
13641 2006-08-21  Wim Taymans  <wim@fluendo.com>
13642
13643         * docs/libs/Makefile.am:
13644         * docs/libs/gst-plugins-base-libs-sections.txt:
13645         * docs/libs/gst-plugins-base-libs.types:
13646         Don't try to GObject scan the netbuffer as it's not a GObject.
13647         Fixes #351308.
13648
13649         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13650         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13651         Document GstNetBuffer.
13652
13653 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13654
13655         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13656         (audioconvert_suite):
13657           Add testcase for caps-size-explosion
13658
13659 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13660
13661         * gst/audioconvert/gstaudioconvert.c:
13662         (gst_audio_convert_get_unit_size), (set_structure_widths):
13663           Lower debug, use g_assert in _get_unit_size
13664
13665         * gst/audioresample/gstaudioresample.c:
13666         (audioresample_get_unit_size):
13667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13668         (gst_ffmpegcsp_get_unit_size):
13669         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13670           use g_assert in _get_unit_size
13671
13672 2006-08-18  Wim Taymans  <wim@fluendo.com>
13673
13674         * docs/libs/gst-plugins-base-libs-sections.txt:
13675         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13676         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13677         (gst_rtp_buffer_get_payload_buffer):
13678         * gst-libs/gst/rtp/gstrtpbuffer.h:
13679         Document GstRTPBuffer.
13680         Added function to efficiently strip payload headers.
13681         API: gst_rtp_buffer_get_payload_subbuffer()
13682
13683 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13684
13685         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13686         (gst_tag_to_vorbis_comments):
13687           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13688           tags and deserialise them properly as well (#347091).
13689           Add some more gtk-doc blurbs and also some g_return_if_fail().
13690
13691         * tests/check/libs/tag.c: (GST_START_TEST),
13692         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13693           More tests.
13694
13695 2006-08-17  Wim Taymans  <wim@fluendo.com>
13696
13697         * ext/ogg/Makefile.am:
13698         * ext/ogg/gstogg.c: (plugin_init):
13699         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13700         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13701         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13702         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13703         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13704         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13705         Added ogg-in-avi parser element. Fixes #140139.
13706
13707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13708         Fixed a bug in oggdemux debug code.
13709
13710         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13711         (gst_riff_create_audio_template_caps):
13712         Recognise Ogg in the AVI extensible wave format.
13713
13714 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13715
13716         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13717           Make buffer durations add up (duration should be next_ts-ts for
13718           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13719           from CVS.
13720
13721         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13722         (test_buffer_timestamps), (cddabasesrc_suite):
13723           Add unit test for the above.
13724
13725         * tests/check/Makefile.am:
13726           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13727           to see what happens.
13728
13729 2006-08-16  Wim Taymans  <wim@fluendo.com>
13730
13731         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13732         (gst_alsasink_open):
13733         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13734         (gst_alsasrc_open):
13735         Avoid setting and using a NULL device name.
13736         Print more info when we fail to open a device.
13737
13738 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13739
13740         * docs/libs/gst-plugins-base-libs-sections.txt:
13741         * gst-libs/gst/tag/tag.h:
13742         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13743           API: add gst_tag_parse_extended_comment() (#351426).
13744
13745         * tests/check/Makefile.am:
13746         * tests/check/libs/.cvsignore:
13747         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13748           Add unit test for gst_tag_parse_extended_comment().
13749
13750 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13751
13752         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13754           Fix leak (#351502).
13755
13756 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13757
13758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13760         * docs/plugins/gst-plugins-base-plugins.args:
13761         * gst/playback/gstplaybin.c:
13762           Document playbin.
13763           
13764         * docs/plugins/inspect/plugin-adder.xml:
13765         * docs/plugins/inspect/plugin-alsa.xml:
13766         * docs/plugins/inspect/plugin-audioconvert.xml:
13767         * docs/plugins/inspect/plugin-audiorate.xml:
13768         * docs/plugins/inspect/plugin-audioresample.xml:
13769         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13770         * docs/plugins/inspect/plugin-cdparanoia.xml:
13771         * docs/plugins/inspect/plugin-decodebin.xml:
13772         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13773         * docs/plugins/inspect/plugin-gnomevfs.xml:
13774         * docs/plugins/inspect/plugin-ogg.xml:
13775         * docs/plugins/inspect/plugin-pango.xml:
13776         * docs/plugins/inspect/plugin-playbin.xml:
13777         * docs/plugins/inspect/plugin-subparse.xml:
13778         * docs/plugins/inspect/plugin-tcp.xml:
13779         * docs/plugins/inspect/plugin-theora.xml:
13780         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13781         * docs/plugins/inspect/plugin-video4linux.xml:
13782         * docs/plugins/inspect/plugin-videorate.xml:
13783         * docs/plugins/inspect/plugin-videoscale.xml:
13784         * docs/plugins/inspect/plugin-videotestsrc.xml:
13785         * docs/plugins/inspect/plugin-volume.xml:
13786         * docs/plugins/inspect/plugin-vorbis.xml:
13787         * docs/plugins/inspect/plugin-ximagesink.xml:
13788         * docs/plugins/inspect/plugin-xvimagesink.xml:
13789           Update to CVS version.
13790
13791 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13794         (gst_play_bin_set_property), (gst_play_bin_get_property),
13795         (value_list_append_structure_list),
13796         (gst_play_bin_handle_redirect_message),
13797         (gst_play_bin_handle_message):
13798           API: GstPlayBin::connection-speed
13799           Add "connection-speed" property; re-order redirect messages with
13800           multiple redirect locations depending on the minimum bitrate if
13801           that information is available and a connection speed is set
13802           (#350399).
13803
13804 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13805
13806         * gst/playback/gstplaybin.c:
13807           Update max volume to the same value that the volume element uses.
13808
13809 2006-08-14  Wim Taymans  <wim@fluendo.com>
13810
13811         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13812         Less uglyness..
13813
13814 2006-08-14  Wim Taymans  <wim@fluendo.com>
13815
13816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13817         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13818         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13819         Add some more debug info.
13820         Don't crash when a seek failed.
13821         Actually return the result of the seek instead of TRUE.
13822         Ignore multiple BOS pages with the same serial so that we don't create
13823         the same stream multiple times.
13824         Post an error when we fail to do the initial seek.
13825
13826 2006-08-13  Wim Taymans  <wim@fluendo.com>
13827
13828         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13829         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13830         Small code cleanup.
13831
13832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13833         (gst_alsa_mixer_new):
13834         Remove hack that always set the device to hw:0*.
13835         Properly find the card name for whatever device was configured.
13836         Do some better debugging.
13837         Fixes #350784.
13838
13839         * ext/alsa/gstalsamixerelement.c:
13840         (gst_alsa_mixer_element_set_property),
13841         (gst_alsa_mixer_element_change_state):
13842         Cleanups.
13843         Handle setting of a NULL device name better.
13844
13845 2006-08-11  Wim Taymans  <wim@fluendo.com>
13846
13847         * gst/adder/gstadder.c:
13848         Don't clip float values. Fixes #350900.
13849
13850 2006-08-11  Andy Wingo  <wingo@pobox.com>
13851
13852         * gst/tcp/gsttcp.c: Really fix the build?
13853
13854         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13855         fixes the build.
13856
13857 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13858
13859         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13860           Float caps shouldn't have a "signed" field.
13861
13862 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13863
13864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13865           Implement SEEKING query in its most basic form, so that we can
13866           at least check if we're seekable or not (#350655).
13867
13868 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13869
13870         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13871           The checks here are not even close to anything that would
13872           justify MAXIMUM probability, lowering to POSSIBLE until someone
13873           fixes the checks (case at hand: quicktime redirection files
13874           might start with 00 00 01 XX and pass the checks here just
13875           fine, see #350399).
13876
13877 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13878
13879         Patch by: Sjoerd Simons  <sjoerd at luon net>
13880
13881         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13882           Better detection for multipart/x-mixed-replace: accept leading
13883           whitespaces before the boundary marker as well (as our very own
13884           multipartmux used to produce) (#349068).
13885
13886 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13887
13888         Patch by: Young-Ho Cha  <ganadist at chollian net>
13889
13890         * gst-libs/gst/riff/riff-ids.h:
13891         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13892         (gst_riff_create_audio_template_caps):
13893           Detect DTS audio streams (#350157).
13894
13895 2006-08-05  Andy Wingo  <wingo@pobox.com>
13896
13897         * ext/theora/gsttheoraparse.h:
13898         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13899         (theora_parse_dispose, theora_parse_set_property)
13900         (theora_parse_get_property, theora_parse_munge_granulepos)
13901         (theora_parse_push_buffer, theora_parse_change_state):
13902         API: GstTheoraParse::synchronization-points
13903         Add a property 'synchronization-points' to fix badly synchronized oggs.
13904
13905 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13906
13907         * tests/check/Makefile.am:
13908         * tests/check/libs/.cvsignore:
13909         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13910         (fixed_caps_have_channel_positions), (GST_START_TEST),
13911         (audio_suite), (main):
13912           Add a few tests for the channel position stuff in libgstaudio.
13913
13914 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13915
13916         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13917         (gst_alsa_detect_channels):
13918         * ext/alsa/gstalsasink.c:
13919           Add support for cards that (only) do more than 8 channels,
13920           like the Delta 44 (#345188).
13921
13922         * gst-libs/gst/audio/multichannel.c:
13923         (gst_audio_check_channel_positions):
13924         * gst-libs/gst/audio/multichannel.h:
13925           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13926           unspecified channel position and cannot be combined with any
13927           of the other audio channel positions; adjust position layout
13928           checks accordingly (#345188).
13929
13930 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13933           Recognise ancient RealAudio files (see #349779).
13934
13935 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13936
13937         Patch by: Jens Granseuer  <jensgr at gmx net>
13938
13939         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13940           Add typefinder for Interplay's MVE format (#348973).
13941
13942 2006-08-02  Wim Taymans  <wim@fluendo.com>
13943
13944         Patch by: Marcel Moreaux <marcelm at luon dot net>
13945
13946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13947         (gst_base_rtp_depayload_add_to_queue):
13948         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13949         Handle RTP sequence number rollover.
13950         Disable jitterbuffer by default.
13951
13952 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13953
13954         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13955         (audioresample_set_caps):
13956         Don't leak references to the incoming caps. Clean them up when
13957         stopping.
13958
13959         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13960         (gst_video_scale_finalize):
13961         Don't leak our temporary pixel buffer.
13962
13963         * tests/check/Makefile.am:
13964         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13965         (GST_START_TEST), (simple_launch_lines_suite):
13966
13967         Fix leaks and re-enable the test for valgrind checking.
13968
13969 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13970
13971         Patch by: Sjoerd Simons  <sjoerd at luon net>
13972
13973         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13974         (plugin_init):
13975           Add typefind function for multipart/x-mixed-replace (#348916).
13976
13977 2006-07-28  Wim Taymans  <wim@fluendo.com>
13978
13979         * gst/adder/gstadder.c: (gst_adder_setcaps),
13980         (gst_adder_query_duration):
13981         Fix leak in duration query.
13982         Reflow some docs and notes.
13983
13984 2006-07-28  Michael Smith  <msmith@fluendo.com>
13985
13986         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13987         (vorbisenc_suite):
13988           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13989           aspect of it.
13990
13991 2006-07-28  Michael Smith  <msmith@fluendo.com>
13992
13993         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13994         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13995         (gst_vorbis_enc_push_buffer),
13996         (gst_vorbis_enc_buffer_check_discontinuous),
13997         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13998         * ext/vorbis/vorbisenc.h:
13999           Handle discontinuities in the input vorbis stream correctly,
14000           so that the output is properly timestamped (and has good granulepos
14001           values). Needs some oggmux fixes too.
14002
14003 2006-07-27  Wim Taymans  <wim@fluendo.com>
14004
14005         patch by: Kai Vehmanen <kv2004 eca cx>
14006
14007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14008         (gst_base_rtp_depayload_chain),
14009         (gst_base_rtp_depayload_handle_sink_event),
14010         (gst_base_rtp_depayload_change_state):
14011         Don't send multiple newsegments with different formats.
14012         Fixes #348677.
14013
14014 2006-07-26  Wim Taymans  <wim@fluendo.com>
14015
14016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14017         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14018         Make seeking in ogg more accurate again by doing the more correct
14019         granuletime to stream time conversion.
14020
14021 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14024         (gst_multi_fd_sink_new_client):
14025           debug a little more understandably
14026           do not use goto as a substitute for break, especially if
14027           break is also being used
14028
14029 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14030
14031         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14032         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14033           Remove GLib-2.6 compatibility cruft.
14034
14035 2006-07-24  Wim Taymans  <wim@fluendo.com>
14036
14037         * gst-libs/gst/audio/gstbaseaudiosink.c:
14038         (gst_base_audio_sink_render):
14039         Don't try to align a sample to an unknown value.
14040
14041 2006-07-24  Wim Taymans  <wim@fluendo.com>
14042
14043         * gst-libs/gst/audio/gstbaseaudiosink.c:
14044         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14045         When the audio clock is slaved to another clock, never try to align
14046         samples but trust the rate interpolation algorithm.
14047
14048 2006-07-24  Wim Taymans  <wim@fluendo.com>
14049
14050         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14051         Don't try to calculate silence samples, base class does this much
14052         better now.
14053
14054         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14055         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14056         (gst_ring_buffer_acquire):
14057         Calculate silence samples correctly.
14058
14059         * gst-libs/gst/audio/gstringbuffer.h:
14060         Add _CAST macro.
14061
14062 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14063
14064         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14065           Limit search for the first markup tag to the first few kB of
14066           the file. If we don't find one there, it's highly unlikely that
14067           this is an XML(-ish) file.
14068
14069 2006-07-21  Andy Wingo  <wingo@pobox.com>
14070
14071         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14072         test to the one in vorbisenc. Also commented out.
14073
14074         * tests/check/pipelines/vorbisenc.c: 
14075         (test_discontinuity): New test, commented out until Mike lands
14076         some elite vorbisenc patches.
14077
14078         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14079         Bufferstraw was actually factored out of these tests. Now we share
14080         code yay.
14081
14082         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14083         for bufferstraw addition to gstcheck.
14084
14085 2006-07-21  Wim Taymans  <wim@fluendo.com>
14086
14087         * ext/theora/theoradec.c: (clip_buffer):
14088         Better clipping.
14089
14090 2006-07-21  Wim Taymans  <wim@fluendo.com>
14091
14092         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14093         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14094         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14095         Fix leak.
14096         Avoid type casting when we can.
14097
14098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14099         Fix mem leak.
14100
14101 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14102
14103         * ext/alsa/gstalsamixerelement.c:
14104         (gst_alsa_mixer_element_change_state):
14105           Make state change fail if the specified device can't be opened
14106           for some reason.
14107
14108 2006-07-20  Wim Taymans  <wim@fluendo.com>
14109
14110         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14111         (cb_newpad), (main):
14112         Example of a small audio/video player using decodebin.
14113
14114 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14115
14116         * gst-libs/gst/riff/riff-ids.h:
14117           Add 'fact' chunk id
14118
14119 2006-07-19  Wim Taymans  <wim@fluendo.com>
14120
14121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14122         (gst_base_rtp_depayload_chain),
14123         (gst_base_rtp_depayload_change_state):
14124         Don't assert when not negotiated but post a meaningfull 
14125         error message. Fixes #347918.
14126
14127         * gst-libs/gst/rtp/gstbasertppayload.c:
14128         Add comment about better default MTU size.
14129
14130         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14131         Small cleanups, start docs.
14132
14133 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14134
14135         Patch by: Martin Szulecki
14136
14137         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14138           If "device-name" is requested and the device is not
14139           open, try to temporarily open it to obtain this
14140           information (#342494).
14141
14142 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14143
14144         * gst-libs/gst/tag/gstid3tag.c:
14145           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14146
14147         * gst-libs/gst/tag/gsttageditingprivate.h:
14148         * gst-libs/gst/tag/gstvorbistag.c:
14149           Some more random const-ifications.
14150
14151 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14152
14153         * gst-libs/gst/riff/riff-ids.h:
14154         * gst-libs/gst/riff/riff-media.c:
14155         (gst_riff_create_video_template_caps):
14156           Add more FOURCCs (sort list to make stuff easier to find),
14157           add comment what those 16 bytes in struct _gst_riff_strh according to
14158           one avi-dumper are
14159
14160 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14161
14162         * gst-libs/gst/audio/multichannel.c:
14163         (gst_audio_check_channel_positions),
14164         (gst_audio_fixate_channel_positions):
14165           Const-ify two arrays.
14166
14167 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14168
14169         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14170           Fix typo, so that alsasink also advertises 8 channels
14171           if that's supported (tags: can, worms, open, alsa, ph34r).
14172
14173 2006-07-17  Wim Taymans  <wim@fluendo.com>
14174
14175         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14176         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14177         *sigh*, when is the compiler going to warn when the comments
14178         are out-of-sync with the code.. Refix case of busted theora
14179         headers with 0 granule pos.
14180
14181 2006-07-14  Wim Taymans  <wim@fluendo.com>
14182
14183         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14184         (gst_base_rtp_depayload_wait),
14185         (gst_base_rtp_depayload_change_state),
14186         (gst_base_rtp_depayload_set_property),
14187         (gst_base_rtp_depayload_get_property):
14188         Fix 99% cpu load by waiting for absolute times on the
14189         clock. Fixes #347300.
14190
14191 2006-07-14  Andy Wingo  <wingo@pobox.com>
14192
14193         * ext/theora/gsttheoraparse.h: 
14194         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14195         (theora_parse_push_headers, theora_parse_clear_queue)
14196         (theora_parse_drain_queue_prematurely, )
14197         (theora_parse_sink_event, theora_parse_change_state): Queue events
14198         until we initialized our state, like in vorbisparse.
14199
14200         * ext/vorbis/vorbisparse.h: 
14201         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14202         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14203         (vorbis_parse_drain_queue_prematurely, )
14204         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14205         until we have initialized our state. Fixes seeking after an
14206         initial pad block.
14207
14208 2006-07-14  Andy Wingo  <wingo@pobox.com>
14209
14210         Patch by: Iain Holmes <iaingnome@gmail.com>
14211         
14212         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14213
14214 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14215
14216         * configure.ac:
14217         Bump nano back to CVS
14218
14219 === release 0.10.9 ===
14220
14221 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14222
14223         * configure.ac:
14224           releasing 0.10.9, "I walk the line"
14225
14226 2006-07-14  Michael Smith  <msmith@fluendo.com>
14227
14228         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14229           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14230           (commonly happens when running this test under valgrind) when trying
14231           to remove the buffer probe.
14232
14233 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14234
14235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14236         Fix missing g_unlock from the previous commit
14237
14238 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14239
14240         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14241         (gst_ximagesink_change_state):
14242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14243         (gst_xvimagesink_change_state):
14244         Implement a locking order to ensure we always take the object lock
14245         before the x_lock and never vice-versa.
14246
14247 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14248
14249         * gst/playback/gstdecodebin.c: (find_compatibles):
14250         Fix a caps leak when linking (#347304)
14251
14252         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14253         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14254         (gst_ximagesink_change_state):
14255         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14256         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14257         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14258         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14259         Don't leak shared memory resources. Use the object lock to protect
14260         against the xcontext disappearing while returning a buffer from the
14261         pipeline. (#347304)
14262
14263 2006-07-12  Edward Hervey  <edward@fluendo.com>
14264
14265         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14266         (vorbis_handle_comment_packet):
14267         gst_tag_list_merge() returns a new object. Take that into account when
14268         using it. This avoids memleak.
14269         Revert previous commit which is not needed.
14270
14271 2006-07-12  Edward Hervey  <edward@fluendo.com>
14272
14273         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14274         Reset the decoder in finalize so that all fields get cleared.
14275
14276 2006-07-12  Wim Taymans  <wim@fluendo.com>
14277
14278         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14279         (gst_base_audio_src_set_clock),
14280         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14281         Don't try to post an error message when setting the clock fails
14282         as this can happen when adding an element to a bin which will then
14283         deadlock. Fixes #347296.
14284
14285 2006-07-12  Edward Hervey  <edward@fluendo.com>
14286
14287         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14288         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14289         (vorbis_handle_type_packet):
14290         Post tag messages on the bus even if we're not initialized.
14291         If we're not initialized, we still postpone the event pushing of tags.
14292
14293 2006-07-12  Wim Taymans  <wim@fluendo.com>
14294
14295         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14296         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14297         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14298         Revert last two changes that broke the freeze.
14299
14300 2006-07-12  Wim Taymans  <wim@fluendo.com>
14301
14302         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14303         basesink calculates silence sample correctly for us.
14304
14305 2006-07-12  Wim Taymans  <wim@fluendo.com>
14306
14307         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14308         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14309         Calculate correct silence samples so we don't fill our ringbuffer
14310         with noise.
14311
14312 2006-07-12  Edward Hervey  <edward@fluendo.com>
14313
14314         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14315         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14316         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14317         * ext/vorbis/vorbisdec.h:
14318         Delay sending events (newsegment, tags) until the decoder is properly
14319         initialized.
14320         Fixes #347295
14321
14322 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14323
14324         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14325         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14326           Patch from #347221 adding a test for audioconvert
14327           channel remappings.
14328
14329 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14330
14331         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14332         (gst_ssa_parse_parse_line):
14333           Don't include the terminating NUL in the buffer size,
14334           it's only there for extra paranoia (would add random
14335           '*' characters at the end of each subtitle since the
14336           terminator itself is not valid UTF-8 technically).
14337           Also fix indenting after boilerplate macro.
14338
14339 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14340
14341         * gst/playback/gstdecodebin.c: (close_pad_link):
14342           Also emit 'unknown-type' signal (which should really be
14343           called unhandled-type) if we found potential decoders/demuxers
14344           in the registry but none of them worked in the end (as in the
14345           case where the plugins don't exist any longer but are still
14346           listed in the registry). Fixes #329798.
14347
14348 2006-07-08  Andy Wingo  <wingo@pobox.com>
14349
14350         * theoraparse.c (theora_parse_push_buffer)
14351         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14352         Add some more debugging. Fix granulepos reconstruction in the face
14353         of discontinuities.
14354
14355 2006-07-06  Wim Taymans  <wim@fluendo.com>
14356
14357         * gst-libs/gst/audio/gstbaseaudiosink.c:
14358         (gst_base_audio_sink_class_init),
14359         (gst_base_audio_sink_provide_clock):
14360         Use gobject_class instead of G_OBJECT_CLASS (klass)
14361
14362         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14363         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14364         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14365         (gst_base_audio_src_get_time),
14366         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14367         (gst_base_audio_src_create_ringbuffer):
14368         Fix latency and buffer-time constants and properties ala basesink.
14369         Implement pull based scheduling. Fixes #346527.
14370         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14371         one segment.
14372         Refuse slaving to another clock instead of silently not working.
14373         Only provide a clock when we are actually able to do so.
14374         Various small cleanups and compiler hints.
14375
14376 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         Patch by: Lutz Mueller <lutz at topfrose de>
14379
14380         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14381         (plugin_init):
14382           Add typefinding for text/html (#346581).
14383
14384 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14385
14386         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14387         (xml_check_first_element), (xml_type_find), (smil_type_find):
14388           Fix SMIL typefinding, make xml_check_first_element() more
14389           useful.
14390
14391 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14394         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14395         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14396         * gst/playback/gstplaybasebin.h:
14397           Protect list of elements with a subtitle-encoding property and
14398           the subtitle encoding member itself with a lock of their own
14399           instead of using the object lock. This prevents a dead-lock in
14400           the element-remove callback in some circumstances when shutting
14401           down playbin.
14402
14403 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14404
14405         * win32/common/libgsttag.def:
14406         Export some new functions.
14407         * win32/vs6/libgstogg.dsp:
14408         Add a link to libgsttag-0.10.lib.
14409
14410 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14411
14412         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14413           Some const-ification.
14414
14415 2006-07-04  Wim Taymans  <wim@fluendo.com>
14416
14417         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14418         Improve checking if we are dealing with a stream. Added some
14419         more uris that need buffering.
14420
14421 2006-07-03  Edward Hervey  <edward@fluendo.com>
14422
14423         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14424         Remove unused variable.
14425
14426 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14427
14428         * Makefile.am:
14429           include lcov.mak
14430         * configure.ac:
14431           add GCOV_LIBS to GST_LIBS
14432
14433 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14434
14435         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14436
14437         * ext/alsa/gstalsasrc.c:
14438           Add 32 bps to template caps and increase channels range
14439           from [1,2] to [1,MAX]. See #346326.
14440
14441 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14442
14443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14444           Recognise 'WMVA' video codec fourcc (#345879).
14445           
14446 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14447          
14448         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14449           Fixed nasty memory leak
14450
14451 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14452
14453         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14454         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14455           fix logging
14456
14457 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14458
14459         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14460         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14461         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14462         Protect remove_fakesink using a mutex, so that we don't try and
14463         remove the fakesink simultaneously from multiple threads.
14464
14465         When going from READY to PAUSED, restore the fakesink, so that
14466         it is there when decodebin gets reused.
14467
14468 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14469
14470         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14471         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14472         * gst-libs/gst/rtp/gstbasertppayload.c:
14473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14474         * gst/tcp/gstmultifdsink.c:
14475         * gst/tcp/gsttcpclientsink.c:
14476         * gst/tcp/gsttcpclientsrc.c:
14477         * gst/tcp/gsttcpserversink.c:
14478         * gst/tcp/gsttcpserversrc.c:
14479         * gst/videorate/gstvideorate.c:
14480         * gst/videotestsrc/gstvideotestsrc.c:
14481         * sys/v4l/gstv4ljpegsrc.c:
14482         * sys/v4l/gstv4lmjpegsink.c:
14483         * sys/v4l/gstv4lsrc.c:
14484         * tests/examples/seek/scrubby.c:
14485         * tests/examples/seek/seek.c:
14486           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14487
14488 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14491           Second field in GEnumValue shouldn't be a description,
14492           but a stringified version of the enum value.
14493
14494 2006-06-22  Wim Taymans  <wim@fluendo.com>
14495
14496         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14497         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14498         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14499         Avoid type checking in buffer casts.
14500         Avoid caps copy in buffer_alloc when we can.
14501         Use pad_peer_accept.
14502
14503 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14504
14505         * gst-libs/gst/tag/tag.h:
14506           Oops, make that 'Since: 0.10.9'.
14507
14508 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14509
14510         * docs/libs/gst-plugins-base-libs-sections.txt:
14511         * gst-libs/gst/tag/tag.h:
14512         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14513         (gst_tag_image_type_get_type):
14514           API: add GstTagImageType enum to describe images contained
14515           in image tags (#345641).
14516
14517 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14518
14519         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14520           Fix warnings with gst-inspect: "buffers-min" property
14521           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14522           typo in property description.
14523
14524 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         Patch by: Cody Russell <bratsche at gnome org>
14527
14528         * gst/audioresample/gstaudioresample.c:
14529         (gst_audioresample_class_init):
14530         * gst/playback/gststreamselector.c:
14531         (gst_stream_selector_class_init):
14532         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14533         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14534         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14535         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14536         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14537         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14538         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14539         * gst/videotestsrc/gstvideotestsrc.c:
14540         (gst_video_test_src_class_init):
14541         * gst/volume/gstvolume.c: (gst_volume_class_init):
14542           Avoid unnecessary class cast check in class_init
14543           functions (#337747).
14544
14545 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14546
14547         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14548         (gst_text_overlay_video_chain):
14549           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14550           and doesn't validate its input either (and neither did
14551           textoverlay it seems). Let's do that then and fix #345206.
14552
14553 2006-06-19  Wim Taymans  <wim@fluendo.com>
14554
14555         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14556         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14557         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14558         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14559         (find_syncframe), (find_limits), (assign_value),
14560         (count_burst_unit), (gst_multi_fd_sink_new_client),
14561         (gst_multi_fd_sink_handle_client_write),
14562         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14563         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14564         (gst_multi_fd_sink_change_state):
14565         * gst/tcp/gstmultifdsink.h:
14566         Added shiny new burst-on-connect methods.
14567         Add properties to control the minimal amount of data queued.
14568         Small cleanups.
14569         API: bytes-min property
14570         API: time-min property
14571         API: buffers-min property
14572         API: burst-unit property
14573         API: burst-value property
14574         API: add-full signal
14575
14576         * gst/tcp/gsttcp-marshal.list:
14577         Added new marshaller code for the new signal.
14578
14579         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14580         (multifdsink_suite):
14581         Added testcases for new burst methods.
14582
14583 2006-06-19  Edward Hervey  <edward@fluendo.com>
14584
14585         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14586         Implement clipping for accurate seeking.
14587         Closes #345225
14588
14589 2006-06-19  Wim Taymans  <wim@fluendo.com>
14590
14591         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14592
14593         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14594         (gst_video_scale_transform):
14595         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14596
14597 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * configure.ac:
14600           Fix --disable-external (can't set conditionals conditionally,
14601           #343602).
14602
14603 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * tests/check/elements/audioresample.c: (test_reuse),
14606         (audioresample_suite):
14607           Add test case for bug #342789 fixed below.
14608
14609 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * gst/audioresample/gstaudioresample.c:
14612         (gst_audioresample_class_init), (gst_audioresample_init),
14613         (audioresample_start), (audioresample_stop),
14614         (gst_audioresample_set_property), (gst_audioresample_get_property):
14615           Implement GstBaseTransform::start and ::stop so that audioresample
14616           can clear its internal state properly and be reused instead of
14617           causing non-negotiated errors with playbin under some circumstances
14618           (#342789).
14619
14620         * tests/check/elements/audioresample.c: (setup_audioresample),
14621         (cleanup_audioresample):
14622           Need to set element state here so that ::start and ::stop are
14623           called.
14624
14625 2006-06-16  Wim Taymans  <wim@fluendo.com>
14626
14627         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14628
14629         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14630         Parse extra data better, apparently it's right behind
14631         the normal strf header size. Fixes #343500.
14632
14633 2006-06-16  Wim Taymans  <wim@fluendo.com>
14634
14635         * ext/alsa/gstalsasink.c: (set_hwparams):
14636         If we fail to set the buffer_time and period_time alsa
14637         parameters, post a warning and leave alsa select a 
14638         default instead of failing. Fixes #342085
14639
14640 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14641
14642         * docs/libs/gst-plugins-base-libs-sections.txt:
14643         * gst-libs/gst/cdda/gstcddabasesrc.h:
14644           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14645           out in the header file and shouldn't be listed in the docs.
14646
14647         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14648           Must dereference pointer to fourcc in the debug statement.
14649
14650 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14651
14652         * docs/libs/Makefile.am:
14653         * docs/libs/gst-plugins-base-libs-docs.sgml:
14654         * docs/libs/gst-plugins-base-libs-sections.txt:
14655         * docs/libs/gst-plugins-base-libs.types:
14656         add remaining symbols into correct setions
14657         
14658         * gst-libs/gst/audio/gstringbuffer.c:
14659         fix incomplete docs
14660         
14661         * gst-libs/gst/audio/gstringbuffer.h:
14662         comment out not yet implemented function
14663         
14664         
14665         * gst-libs/gst/floatcast/floatcast.h:
14666         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14667         add short descriptions
14668         
14669         
14670         * gst-libs/gst/interfaces/propertyprobe.c:
14671         fix return value docs   
14672         
14673         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14674         simplify debug logging
14675         
14676         * gst-libs/gst/riff/riff-read.h:
14677         sync function prototype and docs
14678         
14679         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14680         remove left over symbol
14681
14682 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         * autogen.sh:
14685         * configure.ac:
14686         * docs/Makefile.am:
14687           Use GST_PLUGIN_DOCS macro in configure.ac, add
14688           --enable-plugin-docs default to autogen.sh and use
14689           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14690
14691 2006-06-15  Wim Taymans  <wim@fluendo.com>
14692
14693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14694         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14695         (gst_ogg_demux_loop):
14696         Combine GstFlowReturn from the source pads to give a
14697         meaningfull result to the upstream peer or to stop the
14698         processing task in case of errors.
14699
14700 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14701
14702         * gst/playback/gststreaminfo.c: (cb_probe):
14703           Try GST_TAG_CODEC as fallback when extracting the
14704           codec name; more debug info.
14705
14706 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14707
14708         * ext/ogg/Makefile.am:
14709         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14710           Extract language tags from ogm subtitle streams, so that
14711           the subtitle menu choices are labelled correctly in
14712           Totem (fixes #344708).
14713
14714 2006-06-14  Wim Taymans  <wim@fluendo.com>
14715
14716         Patch by: Alessandro Decina <alessandro at nnva dot org>
14717
14718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14719         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14720         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14721         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14722         Fix various leaks. Fixes #343699.
14723         Add x-smoke mime type.
14724
14725 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14726
14727         * gst-libs/gst/riff/riff-ids.h:
14728           Add IDs for 'bext' chunks (see #343837).
14729
14730 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         Patch by: Young-Ho Cha  <ganadist at chollian net>
14733
14734         * gst/subparse/samiparse.c: (sami_context_pop_state),
14735         (handle_start_font), (end_sami_element):
14736           Honour font face tags in SAMI subtitles (#344503).
14737
14738 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14739
14740         * po/POTFILES.in:
14741           add missing files containing translatable strings
14742
14743 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14744
14745         * docs/libs/tmpl/.cvsignore:
14746           we don't want those *.sgml files in CVS either
14747
14748 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14749
14750         * docs/libs/.cvsignore:
14751         * tests/check/elements/.cvsignore:
14752         * tests/check/libs/.cvsignore:
14753           ignore more
14754
14755 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14756
14757         * docs/libs/Makefile.am:
14758           also commiting the changed Makefile.am (added more libs to the
14759           doc-build)
14760
14761 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14762
14763         * docs/libs/gst-plugins-base-libs-docs.sgml:
14764         * docs/libs/gst-plugins-base-libs-sections.txt:
14765         * docs/libs/gst-plugins-base-libs.types:
14766           first batch of reordering things, add index & hierarchy
14767
14768 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14769
14770         * configure.ac:
14771           use GST_PKG_CHECK_MODULES, cleans up output
14772
14773 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14774
14775         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14776           Add support for burn:// URIs (#343385); const-ify things a bit,
14777           use G_N_ELEMENTS instead of hard-coded array size.
14778
14779 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         Patch by: Young-Ho Cha  <ganadist at chollian net>
14782
14783         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14784           Fix up broken entities before passing them to libxml *sigh*.
14785           (#343303).
14786           
14787 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * configure.ac:
14790           back to TRUNK
14791
14792 === release 0.10.8 ===
14793
14794 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14795
14796         * configure.ac:
14797           releasing 0.10.8, "Moar gij ziet mij nie"
14798
14799 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14800
14801         * configure.ac:
14802         * po/af.po:
14803         * po/az.po:
14804         * po/cs.po:
14805         * po/en_GB.po:
14806         * po/hu.po:
14807         * po/it.po:
14808         * po/nb.po:
14809         * po/nl.po:
14810         * po/or.po:
14811         * po/sq.po:
14812         * po/sr.po:
14813         * po/sv.po:
14814         * po/uk.po:
14815         * po/vi.po:
14816         * win32/common/config.h:
14817           0.10.7.2 prerelease
14818
14819 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14820
14821         * docs/libs/tmpl/gstaudio.sgml:
14822         * docs/libs/tmpl/gstcolorbalance.sgml:
14823         * docs/libs/tmpl/gstmixer.sgml:
14824         * docs/libs/tmpl/gstringbuffer.sgml:
14825         * docs/libs/tmpl/gsttuner.sgml:
14826         * docs/libs/tmpl/gstxoverlay.sgml:
14827         * gst-libs/gst/audio/audio.c:
14828         * gst-libs/gst/audio/gstringbuffer.c:
14829         * gst-libs/gst/interfaces/colorbalance.c:
14830         * gst-libs/gst/interfaces/mixer.c:
14831         * gst-libs/gst/interfaces/tuner.c:
14832         * gst-libs/gst/interfaces/xoverlay.c:
14833           move last template doc snippets to source code and delete them
14834
14835 2006-06-06  Michael Smith  <msmith@fluendo.com>
14836
14837         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14838         (theora_parse_drain_queue):
14839           Mark DELTA_UNIT on non-keyframes.
14840
14841 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14842
14843         * gst-libs/gst/audio/gstbaseaudiosink.c:
14844         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14845         * gst-libs/gst/audio/gstbaseaudiosink.h:
14846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14847         (gst_ring_buffer_samples_done):
14848         * gst-libs/gst/audio/gstringbuffer.h:
14849         Document better the fact that latency_time and buffer_time are values
14850         stored in microseconds, and not the usual GStreamer nanoseconds.
14851         Change the variables (compatibly) that store them from GstClockTime 
14852         to guint64 to make it more clear that they're not storing clock times.
14853         Also, remove the bogus property description that says the user can
14854         specify -1 to get the default value, since that's never been the case.
14855
14856         When computing the default segment size for the ring buffer, make it
14857         an integer number of samples.
14858
14859         When the sub-class indicates a delay greater than the number of
14860         samples we've written return 0 from the audio sink get_time method.
14861
14862 2006-06-02  Michael Smith  <msmith@fluendo.com>
14863
14864         * tests/check/elements/audioconvert.c: (set_channel_positions),
14865         (get_float_mc_caps), (get_int_mc_caps):
14866         * tests/check/elements/audioresample.c:
14867         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14868         * tests/check/elements/videorate.c:
14869         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14870         * tests/check/elements/volume.c:
14871         * tests/check/elements/vorbisdec.c:
14872         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14873           Don't busy-wait in tests; this was causing test timeouts very
14874           frequently when running under valgrind.
14875
14876 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * gst/tcp/README:
14879         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14880         (gst_multi_fd_sink_remove_client_link),
14881         (gst_multi_fd_sink_client_queue_caps),
14882         (gst_multi_fd_sink_client_queue_buffer),
14883         (gst_multi_fd_sink_handle_client_write),
14884         (gst_multi_fd_sink_render):
14885         * gst/tcp/gstmultifdsink.h:
14886           make multifdsink properly deal with streamheader:
14887           - streamheader is taken from caps
14888           - buffers marked with IN_CAPS are not sent
14889           - streamheaders are sent, on connection, from the caps of the
14890             buffer where the client gets positioned to
14891           - further streamheader changes are done every time the client
14892             will receive a buffer with different caps
14893         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14894         (gst_multifdsink_create_streamheader):
14895           add tests for this
14896
14897 2006-06-02  Michael Smith  <msmith@fluendo.com>
14898
14899         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14900           Reinstate limit on channel count. Vorbis does not define the meaning
14901           of > 6 channels, so they're just independent channels. Gstreamer
14902           currently has no mechanism to represent N independent channels.
14903
14904 2006-06-02  Michael Smith  <msmith@fluendo.com>
14905
14906         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14907           Don't arbitrarily restrict channel counts and rate in vorbis.
14908           In terms of effects likely on real-world files, this fixes 96kHz
14909           playback of vorbis.
14910
14911 2006-06-02  Michael Smith  <msmith@fluendo.com>
14912
14913         * gst/audioconvert/audioconvert.c: (float):
14914           More correct float->int conversion.
14915
14916 2006-06-02  Michael Smith  <msmith@fluendo.com>
14917
14918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14919           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14920           value. Fixes g-critical on trying to play back ogg containing
14921           unknown codec.
14922
14923 2006-06-02  Wim Taymans  <wim@fluendo.com>
14924
14925         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14926         (setup_source):
14927         * gst/playback/gstplaybasebin.h:
14928         Make the subtitle detection work from any thread so we don't
14929         deadlock. Fixes #343397.
14930
14931 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14932
14933         * gst/volume/Makefile.am:
14934           Seriously, it's not *that* hard to get compilation right.  Even
14935           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14936
14937 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14938
14939         * gst/volume/gstvolume.c: (volume_choose_func),
14940         (volume_update_real_volume), (gst_volume_class_init),
14941         (gst_volume_init), (volume_process_float), (volume_process_int16),
14942         (volume_process_int16_clamp), (volume_set_caps),
14943         (volume_transform_ip), (plugin_init):
14944         * gst/volume/gstvolume.h:
14945         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14946         another property desc., remove unused param from process function
14947         
14948         * tests/check/elements/volume.c: (volume_suite):
14949         reactivate the passthrough test
14950
14951 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14952
14953         * ext/alsa/gstalsamixerelement.h:
14954         * ext/alsa/gstalsamixeroptions.h:
14955         * ext/alsa/gstalsamixertrack.h:
14956         * ext/gnomevfs/gstgnomevfssink.h:
14957         * ext/gnomevfs/gstgnomevfssrc.h:
14958         * ext/theora/gsttheoradec.h:
14959         * ext/theora/gsttheoraenc.h:
14960         * ext/theora/gsttheoraparse.h:
14961         * ext/vorbis/vorbisparse.h:
14962         * gst-libs/gst/audio/gstaudioclock.h:
14963         * gst-libs/gst/audio/gstaudiofilter.h:
14964         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14965         * gst/audioconvert/gstaudioconvert.h:
14966         * gst/audioresample/gstaudioresample.h:
14967         * gst/audiotestsrc/gstaudiotestsrc.h:
14968         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14969         * gst/playback/gststreamselector.h:
14970         * gst/tcp/gstmultifdsink.h:
14971         * gst/tcp/gsttcpclientsink.h:
14972         * gst/tcp/gsttcpclientsrc.h:
14973         * gst/tcp/gsttcpserversink.h:
14974         * gst/tcp/gsttcpserversrc.h:
14975         * gst/videorate/gstvideorate.h:
14976         * gst/videoscale/gstvideoscale.h:
14977         * gst/videotestsrc/gstvideotestsrc.h:
14978         * gst/volume/gstvolume.h:
14979         * sys/v4l/gstv4ljpegsrc.h:
14980         * sys/v4l/gstv4lmjpegsink.h:
14981         * sys/v4l/gstv4lmjpegsrc.h:
14982         * sys/v4l/gstv4lsrc.h:
14983         * sys/ximage/ximagesink.h:
14984         * sys/xvimage/xvimagesink.h:
14985         * tests/old/testsuite/alsa/sinesrc.h:
14986         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14987
14988 2006-05-31  Wim Taymans  <wim@fluendo.com>
14989
14990         * ext/libvisual/visual.c: (gst_visual_reset),
14991         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14992         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14993         Handle DISCONT.
14994         Use running time before doing QoS.
14995         Handle mono too.
14996
14997 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14998
14999         * docs/libs/Makefile.am:
15000           set a magic variable to indicate we know the docs are incomplete
15001
15002 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15003
15004         * win32/common/libgstvideo.def:
15005           export gst_video_calculate_display_ratio
15006         * win32/vs6/libgstvideoscale.dsp:
15007           add link to libgstvideo-0.10.lib
15008
15009 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15010
15011         * gst/playback/gstplaybasebin.c: (gen_source_element):
15012           Throw a more comprehensible error for rtsp:// URIs (rather
15013           than erroring out with a negotiation error later on) until
15014           we fix playbin to handle rtspsrc etc.
15015
15016 2006-05-30  Wim Taymans  <wim@fluendo.com>
15017
15018         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15019         (gst_text_overlay_text_event):
15020         Added some FIXMEs.
15021
15022 2006-05-30  Wim Taymans  <wim@fluendo.com>
15023
15024         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15025         (gst_adder_request_new_pad), (gst_adder_release_pad):
15026         * gst/adder/gstadder.h:
15027         Implement release_request_pad.
15028         Make padcounter atomic.
15029
15030         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15031         Added check for release_pad in adder.
15032
15033 2006-05-30  Wim Taymans  <wim@fluendo.com>
15034
15035         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15036         Fix build again.
15037
15038 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15039
15040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15041         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15042         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15043         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15044         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15045         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15046         (gst_ogg_demux_bisect_forward_serialno),
15047         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15048         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15049           add more debugging
15050           clean up printf formats for granulepos and serialno
15051
15052 2006-05-30  Michael Smith  <msmith@fluendo.com>
15053
15054         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15055         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15056         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15057         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15058         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15059         * ext/vorbis/vorbisenc.h:
15060           Multi-channel caps negotiation, so we can do proper multichannel
15061           vorbis encoding, negotiated through audioconvert.
15062
15063 2006-05-30  Wim Taymans  <wim@fluendo.com>
15064
15065         * tests/check/elements/adder.c: (test_event_message_received),
15066         (test_play_twice_message_received), (GST_START_TEST),
15067         (adder_suite):
15068         Added check to show that #339935 is fixed with ongoing
15069         adder and collectpads fixes.
15070
15071 2006-05-29  Wim Taymans  <wim@fluendo.com>
15072
15073         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15074         Don't leak pad name.
15075
15076 2006-05-29  Wim Taymans  <wim@fluendo.com>
15077
15078         * gst/adder/gstadder.c: (gst_adder_query_duration),
15079         (forward_event_func), (forward_event), (gst_adder_src_event):
15080         Fix adder seeking.
15081         Make query/seeking code threadsafe.
15082
15083         * tests/check/Makefile.am:
15084         * tests/check/elements/adder.c: (test_event_message_received),
15085         (GST_START_TEST), (test_play_twice_message_received):
15086         Fix adder test case.
15087
15088 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15089
15090         Patch by: Young-Ho Cha  <ganadist at chollian net>
15091
15092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15093         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15094         (set_encoding_element), (decodebin_element_added_cb),
15095         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15096         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15097         * gst/playback/gstplaybasebin.h:
15098           Add 'subtitle-encoding' property to playbin, so applications can
15099           force a subtitle encoding for non-UTF8 subtitles (#342268).
15100
15101         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15102         (gst_sub_parse_set_property):
15103           Rename recently-added 'encoding' property to 'subtitle-encoding'
15104           (so it can be proxied by playbin/decodebin in a generic way
15105           with less danger of false positives).
15106
15107 2006-05-29  Michael Smith  <msmith@fluendo.com>
15108
15109         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15110         (append_with_other_format), (set_structure_widths),
15111         (gst_audio_convert_transform_caps):
15112           Patch from #341562: give more specific audio caps in get_caps, so
15113           that basetransform  can make better decisions on what caps to
15114           negotiate.
15115
15116 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15117
15118         * tests/check/elements/volume.c:
15119         make it compile again
15120
15121 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15122
15123         * tests/check/elements/volume.c: (volume_suite):
15124         disable test until #343196 gets resolved
15125
15126 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15127
15128         * gst/adder/gstadder.c: (gst_adder_get_type):
15129         Make it easier to copy&paste
15130         
15131         * gst/volume/Makefile.am:
15132         * gst/volume/gstvolume.c: (volume_update_real_volume),
15133         (gst_volume_set_volume), (gst_volume_set_mute),
15134         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15135         (volume_transform_ip), (volume_update_mute),
15136         (volume_update_volume):
15137         * gst/volume/gstvolume.h:
15138         Add own debug category, move duplicate code to helper function, fix
15139         property texts, add more comments and prepare ffor liboil-goodness
15140         
15141         * tests/check/Makefile.am:
15142         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15143         add test for mute and passtrough case, be a bit more verbose to track
15144         failure
15145         
15146         * tests/check/generic/states.c: (GST_START_TEST):
15147         catch elements that fail to instantiate
15148
15149 2006-05-28  Edward Hervey  <edward@fluendo.com>
15150
15151         * tests/check/pipelines/simple-launch-lines.c:
15152         * tests/check/pipelines/theoraenc.c:
15153         * tests/check/pipelines/vorbisenc.c:
15154         Comment out tests using parse_launch() if core was built without
15155         parsing capabilities.
15156
15157 2006-05-27  Edward Hervey  <edward@fluendo.com>
15158
15159         * tests/check/Makefile.am:
15160         Extra bonus points for whoever explains to ensonic that you are meant
15161         to test unit tests thoroughly before commiting them, especially if
15162         you know it's going to break.
15163         De-activated element/adder tests.
15164
15165 2006-05-27  Edward Hervey  <edward@fluendo.com>
15166
15167         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15168         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15169         Marking caps conversion issues as GST_WARNING is way too verbose,
15170         Moving them to GST_LOG.
15171
15172 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15173
15174         * README:
15175           Replace current README (containing the release notes from
15176           some 0.9.x version) with a proper README taken from the core.
15177
15178 2006-05-26  Wim Taymans  <wim@fluendo.com>
15179
15180         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15181         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15182         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15183         (vorbis_dec_change_state):
15184         Small cleanups.
15185         Add some FIXMEs
15186         Clip output samples to segment boundaries.
15187
15188 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15189
15190         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15191         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15192         Improve the errors produced on bad output, including some human
15193         readable description strings.
15194         Handle the (theoretical for ximagesink) case where the XServer 
15195         has a different idea about the size required for a particular 
15196         frame and gives us too small a memory allocation.
15197
15198 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15199
15200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15201         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15202         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15203         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15204         Improve the errors produced on bad output, including some human 
15205         readable description strings.
15206         Handle RGB Xv formats properly by transforming them into our 
15207         big-endian caps description.
15208         Use gst_caps_truncate to ensure that we never try and choose a
15209         non-fixed caps in buffer_alloc.
15210         Handle the case where the XServer has a different idea about the size
15211         required for a particular frame and gives us too small a memory
15212         allocation.
15213         Use -1 to indicate 'no image format', because 0 is a valid XServer
15214         image format number.
15215         Put RGB Xv formats at the end of the caps, so that we always prefer
15216         YUV format frames.
15217         Iterate the available Xv Encodings to determine the maximum width and
15218         height, and then return that in our caps.
15219         (Closes #315312, #337544)
15220
15221 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15222
15223         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15224         When there is only one unfinished pad and it receives an event that
15225         doesn't match our requirements, we need to set alldone=FALSE so that
15226         the fakesink is not removed yet.
15227
15228 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15229
15230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15231           Use gst_type_find_helper_for_buffer() to find the type
15232           of stream from the first packet.
15233
15234         * configure.ac:
15235           Bump requirements to core CVS (needed for vorbis
15236           typefinding to work).
15237
15238 2006-05-24  Edward Hervey  <edward@fluendo.com>
15239
15240         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15241         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15242         contain.  Else they play perfectly fine with qtdemux.
15243
15244 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15245
15246         * ext/theora/theoradec.c:
15247         * ext/theora/theoraenc.c:
15248         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15249         * gst/audiorate/gstaudiorate.c:
15250           make more debug catagories static
15251         
15252         * tests/check/Makefile.am:
15253         * tests/check/elements/adder.c: (message_received),
15254         (test_event_message_received), (GST_START_TEST),
15255         (test_play_twice_message_received), (adder_suite):
15256           added test case for using element twice, extra bonus points for anyone
15257           who can make these test run reliably
15258
15259 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15260
15261         * ext/theora/theoradec.c: (theora_dec_chain):
15262           Make work with time-stamped input buffers that do not
15263           have a granulepos in BUFFER_OFFSET_END (like theora
15264           buffers coming from matroskademux). Fixes #342448.
15265
15266 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         Patch by: Peter Kjellerstedt  <pkj at axis com>
15269
15270         * gst/tcp/Makefile.am:
15271           fdstresstest doesn't need Gtk+, fix compilation if 
15272           gtk is not available (#342566).
15273
15274 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15275          
15276         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15277           80 line columns
15278           Removed redundant floor()
15279
15280 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15281
15282         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15283           On second thought, just skip JUNK chunks automatically, so
15284           the caller doesn't have to handle this. Fixes #342345.
15285           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15286           not GST_FLOW_ERROR.
15287
15288 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15291           Don't bail out on JUNK chunks with a size of 0 (would try to
15292           pull_range 0 bytes before, which sources don't like too much).
15293           See #342345.
15294
15295 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15296
15297         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15299         Use the gstutil scaling function to preserve 64 bits while calculating
15300         output width and height from the display-aspect-ratio. (A continuation
15301         of #341542)
15302
15303 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15304
15305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15306         (gst_xvimagesink_buffer_alloc):
15307         * sys/xvimage/xvimagesink.h:
15308         When performing buffer allocations, remember the caps and image format
15309         we return so that if the same caps are asked for next time we can
15310         return them immediately without doing any caps intersections.
15311
15312 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15313          
15314         * gst-libs/gst/rtp/README:
15315           Some new documentation
15316         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15317           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15318         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15319         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15320           New RTP audio base payloader class. Supports frame or sample based
15321           codecs.  Not enabled in Makefile.am until approved.
15322
15323 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15324
15325         * tests/check/elements/alsa.c: (test_device_property_probe):
15326           Fix test case: don't try to free NULL GValueArray when there
15327           are no devices.
15328
15329 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15330
15331         * tests/check/Makefile.am:
15332         * tests/check/elements/alsa.c: (test_device_property_probe),
15333         (alsa_suite), (main):
15334           Add simple test that runs a device property probe on alsasrc,
15335           alsasink and alsamixer. Disable valgrind check for now (too
15336           many leaks in libasound, and valgrind ignored my suppressions
15337           additions).
15338
15339 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15340
15341         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15342         (gst_alsa_device_property_probe_probe_property),
15343         (gst_alsa_device_property_probe_needs_probe),
15344         (gst_alsa_device_property_probe_get_values),
15345         (gst_alsa_type_add_device_property_probe_interface):
15346         * ext/alsa/gstalsadeviceprobe.h:
15347         * ext/alsa/gstalsamixerelement.c:
15348         (gst_alsa_mixer_element_init_interfaces):
15349         * ext/alsa/gstalsamixerelement.h:
15350           Clean up and simplify alsa device probing. Make it actually work
15351           for multiple classes. Don't cache results any longer.
15352
15353         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15354         (gst_alsasink_init):
15355         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15356         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15357         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15358           Make alsasink and alsasrc implement the GstPropertyProbe interface
15359           for device probing (#342181).
15360           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15361
15362 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         * gst/subparse/samiparse.c: (handle_start_font):
15365           Don't ignore return value of strtol (++compiler_happiness).
15366
15367 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15368
15369         Patch by: Young-Ho Cha  <ganadist chollian net>
15370
15371         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15372         (gst_sub_parse_class_init), (gst_sub_parse_init),
15373         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15374         (convert_encoding):
15375         * gst/subparse/gstsubparse.h:
15376           Add 'encoding' property (#341681).
15377
15378         * gst/subparse/samiparse.c: (characters_sami):
15379           Output is pango markup, so we need to escape text
15380           between tags (#342143).
15381
15382 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15383
15384         * gst-libs/gst/audio/multichannel.c:
15385         (gst_audio_check_channel_positions):
15386           It's okay to have caps with channels=1 and a channel position
15387           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15388           (deinterleavers might want to keep the position in the caps,
15389           so that they can be re-interleaved again properly later).
15390           Leave check for unexpected 2-channel layouts intact for now.
15391
15392 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15393
15394         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15395         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15396         basesrc can do its job correctly.
15397
15398 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * ext/alsa/Makefile.am:
15401         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15402         (gst_alsa_detect_formats), (get_channel_free_structure),
15403         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15404         (gst_alsa_probe_supported_formats):
15405         * ext/alsa/gstalsa.h:
15406         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15407           Refactor and improve caps probing code: probe signedness
15408           when we probe the supported formats/widths; set endianness
15409           to the one we actually probed for (ie. cpu endianness).
15410           
15411         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15412         (gst_alsasrc_close):
15413         * ext/alsa/gstalsasrc.h:
15414           Implement caps probing for alsasrc.
15415
15416 2006-05-15  Wim Taymans  <wim@fluendo.com>
15417
15418         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15419         (theora_dec_src_query), (theora_dec_src_event),
15420         (theora_dec_sink_event), (theora_handle_comment_packet),
15421         (theora_handle_data_packet), (theora_dec_change_state):
15422         Cleanups, add some G_LIKELY.
15423         Use segment helpers instead of our own wrong code.
15424         Clear queued buffers on seek and READY.
15425
15426         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15427         (vorbis_dec_convert), (vorbis_dec_src_query),
15428         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15429         (vorbis_handle_comment_packet), (vorbis_dec_push),
15430         (vorbis_handle_data_packet), (vorbis_dec_chain),
15431         (vorbis_dec_change_state):
15432         * ext/vorbis/vorbisdec.h:
15433         Remove old useless packetno variable.
15434         Do position query properly.
15435         Add some G_LIKELY.
15436         Do cleanup of queued buffers in new helper function
15437         and use it.
15438
15439 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15440
15441         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15442           Query supported sample rates. Fixes #341732.
15443
15444 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15445
15446         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15447         (gst_decode_bin_change_state): Make decodebin reusable
15448         when going from PAUSE_TO_READY and then back to PAUSED.
15449         Fixes #331678.
15450
15451 2006-05-15  Wim Taymans  <wim@fluendo.com>
15452
15453         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15454         (vorbis_dec_convert), (vorbis_dec_src_query),
15455         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15456         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15457         (vorbis_dec_clean_queued), (vorbis_dec_push),
15458         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15459         Cleanups. Use refcounting and DEBUG_OBJECT.
15460         Reset segment on flush, use code methods instead of our
15461         own wrong version.
15462         Fix potential memleak.
15463
15464 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15465
15466         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15467         (gst_alsasink_init):
15468         * ext/alsa/gstalsasink.h:
15469           Don't leak allocated snd_output_t structure if there's
15470           more than one alsasink instance at a time (#341873).
15471           Also fix GObject macros in header file.
15472           
15473 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         * gst/subparse/gstsubparse.c:
15476         (gst_sub_parse_data_format_autodetect):
15477           Don't use libxml functions in the typefinding code.
15478
15479 2006-05-15  Wim Taymans  <wim@fluendo.com>
15480
15481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15482         Fix seeking performance in the case where a non-header 
15483         packet has a 0 granulepos (busted theora case). 
15484         Fixes #341719
15485         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15486          the first place, you limelight stealer you)
15487
15488 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15489
15490         * gst/subparse/gstsubparse.c:
15491         (gst_sub_parse_data_format_autodetect):
15492           Improve SAMI typefinding: handle case where there are
15493           whitespaces or newlines in front of the first <SAMI>
15494           tag (#169936).
15495
15496 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15497
15498         * configure.ac:
15499           Build video4linux plugin even if there's no XVIDEO, just
15500           without implementing the GstXOverlay interface (#334002).
15501          
15502 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         * configure.ac:
15505         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15506         (plugin_init):
15507           Add tentative support for libvisual-0.4 (#336881).
15508
15509 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15510
15511         Patch by: Young-Ho Cha <ganadist at chollian net>
15512
15513         * gst/subparse/samiparse.c: (handle_start_font):
15514           Need to map "silver" colour explicitly (#169936).
15515
15516 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         Patch by: Young-Ho Cha  <ganadist at chollian net>
15519
15520         * gst/subparse/Makefile.am:
15521         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15522         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15523         (gst_sub_parse_format_autodetect), (feed_textbuf),
15524         (gst_subparse_type_find), (plugin_init):
15525         * gst/subparse/gstsubparse.h:
15526         * gst/subparse/samiparse.c:
15527         * gst/subparse/samiparse.h:
15528           Add support for SAMI subtitles (#169936).
15529
15530 2006-05-14  Michael Smith  <msmith@fluendo.com>
15531
15532         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15533           Fix #341696: crash when mixing L+R+C to mono or stereo.
15534         * tests/check/Makefile.am:
15535         * tests/check/elements/audioconvert.c: (set_channel_positions),
15536         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15537         (audioconvert_suite):
15538           Add test for the above, including some generic framework bits for
15539           testing multichannel things.
15540
15541 === release 0.10.7 ===
15542
15543 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15544
15545         * configure.ac:
15546           releasing 0.10.7, "Leave the gun"
15547
15548 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15549
15550         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15552         Fix the build.
15553
15554 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15555
15556         * docs/libs/gst-plugins-base-libs-docs.sgml:
15557         * docs/libs/gst-plugins-base-libs-sections.txt:
15558         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15559         * gst-libs/gst/video/video.h:
15560         * gst/videoscale/Makefile.am:
15561         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15563         * tests/check/Makefile.am:
15564         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15565         (main):
15566           Fix integer overflow problem with pixel-aspect-ratio calculations
15567           in videoscale and xvimagesink (#341542)
15568
15569 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * gst-libs/gst/tag/gstid3tag.c:
15572           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15573
15574 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15575
15576         * win32/MANIFEST:
15577           update win32 files listing
15578
15579 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15580
15581         patch by: Sjoerd Simons (sjoerd@luon.net)
15582
15583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15584         (group_create), (group_destroy), (add_stream),
15585         (gst_play_base_bin_get_property),
15586         (gst_play_base_bin_get_streaminfo_value_array):
15587         * gst/playback/gstplaybasebin.h:
15588           API: GstPlayBaseBin::stream-info-value-array property
15589           use a more bindings-friendly way of exposing streaminfo
15590           using a GValueArray.  Tested in ipython.
15591           Closes #341114
15592
15593 2006-05-11  Wim Taymans  <wim@fluendo.com>
15594
15595         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15596         (queue_underrun_cb), (queue_filled_cb):
15597         Also catch queue underruns but don't do anything yet.
15598         Refactor and comment queue enlarging code a bit.
15599
15600         * gst/playback/gstplaybasebin.c: (queue_overrun),
15601         (queue_threshold_reached), (queue_out_of_data),
15602         (gen_preroll_element):
15603         If a queue over/underruns check that we don't create nasty
15604         deadlocks when the min-threshold is not reached but the
15605         max-bytes is. In those cases disable max-bytes when we
15606         know that the queue is fed timed data.
15607         Add more comments.
15608
15609 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15610
15611         * gst/playback/gstplaybin.c: (gen_audio_element):
15612           Make playbin automatically plug an 'audioresample'
15613           element before the audio sink as well. This solves
15614           problems with sinks that only accept a very specific
15615           sample rate, like esdsink (e.g. #340379).
15616
15617 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * gst/playback/gstplaybasebin.c: (gen_source_element):
15620           Make http sources send special headers so that we receive
15621           icecast metadata if the http stream is an icecast stream
15622           (otherwise the server will just ignore them). This also
15623           means that from now on users will need the 'icydemux'
15624           element from gst-plugins-good installed if they want to
15625           listen to icecast radio streams. (#341432, #333657).
15626
15627 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15628
15629         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15630         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15631           remove stupid example from docs - it should come with a simple
15632           C program instead.
15633           Clean up/fix docs
15634         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15635         (fail_if_can_read), (GST_START_TEST),
15636         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15637           add a test for changing streamheader which exposes a bug in
15638           multifdsink
15639
15640 2006-05-11  Michael Smith  <msmith@fluendo.com>
15641
15642         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15643         (gst_gnome_vfs_src_received_headers_callback):
15644         * ext/gnomevfs/gstgnomevfssrc.h:
15645           Don't set icy-caps unless we have a sane interval value. Move
15646           interval to a local variable; we never use it outside this function.
15647
15648 2006-05-11  Wim Taymans  <wim@fluendo.com>
15649
15650         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15652         Register special buffer types along with the objects so
15653         that they are not registered at runtime from N different
15654         streaming threads since they are not threadsafe.
15655
15656 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15657
15658         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15659         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15660           add two more tests, one doing streamheader
15661
15662 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15663
15664         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15665           clean up the bufqueue when shutting down
15666         * tests/check/Makefile.am:
15667         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15668         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15669         (main):
15670           add a test for the leak that was just fixed
15671
15672 2006-05-10  Wim Taymans  <wim@fluendo.com>
15673
15674         * gst/adder/gstadder.c: (gst_adder_setcaps),
15675         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15676         (gst_adder_src_event), (gst_adder_sink_event),
15677         (gst_adder_class_init), (gst_adder_finalize),
15678         (gst_adder_request_new_pad), (gst_adder_collected):
15679         * gst/adder/gstadder.h:
15680         Updated some docs. Added comments and FIXMEs all over the place.
15681         Improve debugging info.
15682         Fix leak on finalize by not calling the parent.
15683         Implement duration query.
15684         Make event forwarding threadsafe.
15685         Correctly send NEWSEGMENT at start and after flush.
15686         Handle EOS correctly.
15687         Post error when not negotiated.
15688
15689         * tests/check/elements/adder.c: (GST_START_TEST):
15690         Added FIXME in the test.
15691
15692 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15693
15694         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15695         (gst_text_overlay_halign_get_type),
15696         (gst_text_overlay_wrap_mode_get_type):
15697         * ext/theora/theoradec.c: (theora_handle_type_packet),
15698         (theora_handle_data_packet):
15699         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15700         (theora_enc_sink_setcaps), (theora_enc_chain):
15701         * gst-libs/gst/cdda/gstcddabasesrc.c:
15702         (gst_cdda_base_src_mode_get_type):
15703         * gst/audiotestsrc/gstaudiotestsrc.c:
15704         (gst_audiostestsrc_wave_get_type):
15705         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15706         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15707         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15708         (gst_sync_method_get_type), (gst_unit_type_get_type),
15709         (gst_client_status_get_type):
15710         * gst/videoscale/gstvideoscale.c:
15711         (gst_video_scale_method_get_type):
15712         * gst/videotestsrc/gstvideotestsrc.c:
15713         (gst_video_test_src_pattern_get_type):
15714         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15715         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15716         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15717         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15718         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15719         (paint_setup_RGB565), (paint_setup_xRGB1555):
15720           Const-ify GEnumValue and GFlagsValue arrays. Use
15721           GST_ROUND_UP_* macros instead of home-made ones.
15722
15723 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15724
15725         * configure.ac:
15726           Require core CVS for the new newsegment stuff.
15727
15728 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15729
15730         Patch by: Sjoerd Simons  <sjoerd at luon net>
15731
15732         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15733           Register nick for enum value (#341160).
15734
15735 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15736
15737         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15738         (plugin_init):
15739          backout typefind patch #340375
15740          
15741         * tests/check/elements/adder.c: (message_received),
15742         (GST_START_TEST), (adder_suite):
15743           redo, signal-handling of test
15744
15745 2006-05-09  Wim Taymans  <wim@fluendo.com>
15746
15747         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15748         (gst_adder_collected):
15749         * gst/adder/gstadder.h:
15750         Remove bogus segment merging and forwarding, we don't
15751         care about timestamps anyway and we just produce a
15752         continuous stream. 
15753         Also create a nice NEWSEGMENT event when we start.
15754         Use _scale_int some more.
15755
15756 2006-05-09  Edward Hervey  <edward@fluendo.com>
15757
15758         * tests/icles/stress-xoverlay.c:
15759         Fix if core was built without parsing support.
15760
15761 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15762
15763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15764           Add SEDG (Samsung MPEG-4) fourcc.
15765
15766 2006-05-09  Edward Hervey  <edward@fluendo.com>
15767
15768         * tests/icles/stress-xoverlay.c:
15769         * tests/examples/volume/volume.c:
15770         Fix if core was built without parsing support.
15771
15772         * tests/examples/seek/seek.c:
15773         Disable the parse_launch example if core was built without parsing
15774         support.
15775
15776 2006-05-08  Edward Hervey  <edward@fluendo.com>
15777
15778         * autogen.sh: (CONFIGURE_DEF_OPT): 
15779         libtoolize on Darwin/MacOSX is called glibtoolize
15780
15781 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15782
15783         * tests/check/Makefile.am:
15784         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15785           Disable the adder test, until the build-slaves posses the kindness to 
15786           either like it or to give valid reason for not doing so 
15787
15788 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15789
15790         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15791         (adder_suite):
15792           Shuffle NULL state change around and raise timeout more
15793
15794 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15795
15796         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15797         (mp4_type_find), (plugin_init):
15798           Add typefind to distinguish between "audio/x-m4a" and new type
15799           "video/mp4". Fixes #340375
15800
15801         * tests/check/elements/adder.c: (adder_suite):
15802           Raise timeout to make buildbot happy
15803
15804 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15805
15806         * gst/adder/gstadder.c: (gst_adder_sink_event),
15807         (gst_adder_request_new_pad), (gst_adder_change_state):
15808         * gst/adder/gstadder.h:
15809         * tests/check/Makefile.am:
15810         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15811         (adder_suite), (main):
15812           Add sink-event handling to adder. It tries to merge incomming
15813           newsegment-events. Added test to check if segment_done is comming
15814           through. Fixes #340060
15815
15816 2006-05-05  Andy Wingo  <wingo@pobox.com>
15817
15818         * ext/theora/theoraparse.c (gst_theora_parse_init)
15819         (theora_parse_src_convert, theora_parse_src_query):
15820         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15821         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15822         query functions on the source pads of the theora and vorbis parse
15823         elements. Fixes position querying when doing a remux.
15824
15825 2006-05-05  Michael Smith  <msmith@fluendo.com>
15826
15827         * ext/theora/theoraparse.c: (parse_granulepos),
15828         (theora_parse_drain_queue_prematurely),
15829         (theora_parse_queue_buffer), (theora_parse_sink_event):
15830           Fix flushing.
15831           Fix invalid granulepos outputs when starting with a non-keyframe.
15832
15833 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15834
15835         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15836         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15837         Rearrange MPEG system stream detection, fixing some memleaks in the
15838         process.
15839         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15840         they clean up their data correctly.
15841         Remove unused ogganx caps and move the 'is_annodex' check to inside
15842         the 'is_ogg' if statement.
15843
15844 2006-05-05  Wim Taymans  <wim@fluendo.com>
15845
15846         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15847         Properly remove ghostpads. Fixes #340392
15848
15849 2006-05-04  David Schleef  <ds@schleef.org>
15850
15851         * gst/typefind/gsttypefindfunctions.c:
15852
15853 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15854
15855         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15856         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15857
15858         When typefinding an MP3 in push-based mode, don't penalise the
15859         probability down to 74% when we found 5 valid frames just because we
15860         can't peek the end of the file.
15861
15862         Make the probability for detecting MPEG Transport Streams based on the
15863         number of sequential headers we successfully detected.
15864
15865 2006-05-03  Wim Taymans  <wim@fluendo.com>
15866
15867         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15868         (vorbis_dec_push), (vorbis_dec_chain):
15869         Still produce an error when we receive an empty packet.
15870
15871 2006-05-03  Wim Taymans  <wim@fluendo.com>
15872
15873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15874         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15875         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15876         Mark buffers with DISCONT after seek and after activating new
15877         chains.
15878
15879         * ext/theora/gsttheoradec.h:
15880         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15881         (theora_get_query_types), (theora_dec_sink_event),
15882         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15883         (theora_dec_change_state):
15884         Fix frame counter.
15885         Detect and mark DISCONT buffers.
15886
15887         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15888         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15889         (vorbis_dec_change_state):
15890         * ext/vorbis/vorbisdec.h:
15891         Use GstSegment.
15892         Detect and mark DISCONT buffers.
15893         Don't crash on 0 sized buffers.
15894
15895 2006-05-03  Wim Taymans  <wim@fluendo.com>
15896
15897         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15898         (volume_transform_ip):
15899         Increase "volume" property to 10.0. Fixes #340369.
15900         Set the process function to NULL when capsnego fails so that
15901         we properly error out.
15902
15903 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15904
15905         * gst/playback/gstplaybin.c: (add_sink):
15906         * gst/playback/test.c: (main):
15907         * gst/playback/test5.c: (dump_element_stats):
15908         * gst/playback/test6.c: (main):
15909           free caps using gst_caps_unref, don't leak caps-strings
15910
15911 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15912
15913         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15914         (plugin_init):
15915           Refine musepack typefinding a bit. Return MAXIMUM
15916           probability when we detect stream version 7 to make
15917           sure the mpeg audio typefinder doesn't trump us.
15918
15919 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15922           Protect against unexpected NULL strf_data buffer.
15923
15924 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15925
15926         * tests/check/elements/audioconvert.c: (verify_convert),
15927         (GST_START_TEST):
15928           interpret the out[] buffer in the order the bytes are actually
15929           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15930           Other tests should use BYTE_ORDER since the array is filled in
15931           with actual values
15932
15933 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15934
15935         * tests/check/elements/audioconvert.c: (verify_convert),
15936         (GST_START_TEST):
15937           when a test fails, give an indication of which it is
15938
15939 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15940
15941         * gst-libs/gst/cdda/gstcddabasesrc.c:
15942           compile fix; strtol() needs <stdlib.h>
15943
15944 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15945
15946         * ext/alsa/gstalsamixerelement.c:
15947         * ext/alsa/gstalsasrc.c:
15948         * ext/cdparanoia/gstcdparanoiasrc.c:
15949         * ext/gnomevfs/gstgnomevfssink.c:
15950         * ext/gnomevfs/gstgnomevfssrc.c:
15951         * ext/ogg/gstoggdemux.c:
15952         * ext/ogg/gstoggmux.c:
15953         * ext/ogg/gstoggparse.c:
15954         * ext/ogg/gstogmparse.c:
15955         * ext/pango/gstclockoverlay.c:
15956         * ext/pango/gsttextoverlay.c:
15957         * ext/pango/gsttextrender.c:
15958         * ext/pango/gsttimeoverlay.c:
15959         * ext/theora/theoradec.c:
15960         * ext/theora/theoraenc.c:
15961         * ext/vorbis/vorbisdec.c:
15962         * ext/vorbis/vorbisenc.c:
15963         * gst-libs/gst/audio/gstaudiofilter.c:
15964         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15965         * gst/audioconvert/gstaudioconvert.c:
15966         * gst/audiorate/gstaudiorate.c:
15967         * gst/audioresample/gstaudioresample.c:
15968         * gst/audiotestsrc/gstaudiotestsrc.c:
15969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15970         * gst/playback/gstdecodebin.c:
15971         * gst/playback/gstplaybin.c:
15972         * gst/playback/gststreamselector.c:
15973         * gst/subparse/gstsubparse.c:
15974         * gst/tcp/gstmultifdsink.c:
15975         * gst/tcp/gsttcpclientsink.c:
15976         * gst/tcp/gsttcpclientsrc.c:
15977         * gst/tcp/gsttcpserversink.c:
15978         * gst/tcp/gsttcpserversrc.c:
15979         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15980         * gst/videorate/gstvideorate.c:
15981         * gst/videoscale/gstvideoscale.c:
15982         * gst/videotestsrc/gstvideotestsrc.c:
15983         * gst/volume/gstvolume.c:
15984         * sys/v4l/gstv4ljpegsrc.c:
15985         * sys/v4l/gstv4lmjpegsink.c:
15986         * sys/v4l/gstv4lmjpegsrc.c:
15987         * sys/v4l/gstv4lsrc.c:
15988         * sys/ximage/ximagesink.c:
15989         * sys/xvimage/xvimagesink.c:
15990         * tests/check/libs/cddabasesrc.c:
15991           make GstElementDetails const
15992
15993 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15994
15995         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15996         (gst_adder_init):
15997           send events from src-pad to all sink-pads fixes #338657
15998
15999 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16000
16001         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16002         (alsasink_parse_spec):
16003           query width capabilities from alsa, fixes #338919
16004
16005 2006-04-28  Wim Taymans  <wim@fluendo.com>
16006
16007         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16008         (gst_multi_fd_sink_remove_client_link):
16009         * gst/tcp/gstmultifdsink.h:
16010         Fix race condition in multifdsink that can lead to spurious 
16011         duplicate clients. this patch adds a new signal that is fired when
16012         multifdsink has removed all references to the fd.
16013         Fixes #339574.
16014         Updated documentation.
16015         API: client-fd-removed signal added
16016
16017 2006-04-28  Michael Smith  <msmith@fluendo.com>
16018
16019         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16020           When asking g_value_array_new to prealloc elements, we may as well
16021           ask for the right number of elements.
16022
16023 2006-04-28  Wim Taymans  <wim@fluendo.com>
16024
16025         * gst-libs/gst/audio/gstbaseaudiosink.c:
16026         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16027         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16028         patch to make timestamp checking more tollerant to rounding 
16029         errors given that real discontinuities are to be marked on
16030         buffers. Fixes some asf files and #338778.
16031         Also avoid some crashers when we receive an event in the 
16032         NULL state.
16033
16034 2006-04-28  Michael Smith  <msmith@fluendo.com>
16035
16036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16037         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16038         (gst_gnome_vfs_src_get_property),
16039         (gst_gnome_vfs_src_send_additional_headers_callback),
16040         (gst_gnome_vfs_src_received_headers_callback),
16041         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16042         (gst_gnome_vfs_src_stop):
16043         * ext/gnomevfs/gstgnomevfssrc.h:
16044           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16045           proper shared support within icydemux.
16046
16047 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16048
16049         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16050         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16051           fix up docs
16052           fix a leak when no caps negotiated
16053           fix counting of input frames
16054         * tests/check/elements/.cvsignore:
16055         * tests/check/elements/videorate.c: (assert_videorate_stats),
16056         (GST_START_TEST), (videorate_suite):
16057           add tests for these
16058
16059 2006-04-28  Wim Taymans  <wim@fluendo.com>
16060
16061         * gst-libs/gst/audio/gstringbuffer.c:
16062         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16063         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16064         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16065         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16066         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16067         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16068         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16069         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16070         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16071         Check arguments passed to public functions instead of
16072         crashing.
16073
16074 2006-04-28  Wim Taymans  <wim@fluendo.com>
16075
16076         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16077         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16078         GstBaseAudioSrc must be live or it does not work.
16079
16080         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16081         Don't set live to TRUE as this is the default in the parentclass.
16082
16083 2006-04-28  Wim Taymans  <wim@fluendo.com>
16084
16085         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16086         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16087         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16088         fixation cases better. Fixes #338991
16089
16090 2006-04-28  Wim Taymans  <wim@fluendo.com>
16091
16092         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16093         Handle 0/1 framerate correctly Fixes #331901.
16094
16095 2006-04-28  Wim Taymans  <wim@fluendo.com>
16096
16097         * tests/check/elements/audioconvert.c: (get_float_caps),
16098         (GST_START_TEST), (audioconvert_suite):
16099         Added check for correct clipping when doing float samples
16100         in audioconvert.
16101
16102 2006-04-28  Wim Taymans  <wim@fluendo.com>
16103
16104         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16105         (gst_video_rate_chain):
16106         Print more debugging info.
16107
16108 2006-04-28  Wim Taymans  <wim@fluendo.com>
16109
16110         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16111         (resample_set_state_from_caps):
16112         Add support for other formats audioresample can handle such as
16113         32 bits in and float and 64 bits float. Fixes #301759
16114
16115 2006-04-28  Wim Taymans  <wim@fluendo.com>
16116
16117         * gst/audioconvert/audioconvert.c: (float):
16118         correctly clip float samples > 1.0. Fixes #338718
16119
16120 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16121
16122         Patch by: Young-Ho Cha  <ganadist at chollian net>
16123
16124         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16125         (gst_text_overlay_render_text):
16126           Don't strip newlines from the text. Also, center lines
16127           within multi-line paragraphs (#339405).
16128
16129 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16132           Fix wavpack typefinding to work in more cases (don't peek
16133           for chunks of multiple hundred kBs at once, but process
16134           things step-by-step in smaller units). Fixes #339786.
16135
16136 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16137
16138         * configure.ac:
16139           back to HEAD
16140
16141 === release 0.10.6 ===
16142
16143 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16144
16145         * configure.ac:
16146           releasing 0.10.6, "Chao"
16147
16148 2006-04-26  David Schleef  <ds@schleef.org>
16149
16150         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16151           Fixes #338897.
16152
16153 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16154
16155         * configure.ac:
16156         * win32/common/config.h:
16157           new prerelease
16158
16159 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16160
16161         patch by: Wim Taymans
16162
16163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16164         (gst_ogg_demux_perform_seek):
16165           make sure correct newsegments are sent, so that the decoder
16166           and the demuxer agree on timestamps.  Fixes playback of a lot
16167           of Ogg files that do not start from 0.  Fixes #339833.
16168
16169 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16170
16171         Patch by: Edward Hervey  <edward@fluendo.com>
16172
16173         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16174         * tests/check/Makefile.am:
16175         * tests/check/elements/videorate.c: (assert_videorate_stats),
16176         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16177         (videorate_suite), (main):
16178           Fix an infinite loop if frames are passed in with wrongly ordered
16179           timestamps.  Fixes #339013.
16180
16181 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16182
16183         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16184
16185         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16186           fix typefinding on some ISO files.  Fixes #339212.
16187
16188 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16189
16190         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16191
16192         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16193           add another H264 fourcc.  Fixes #339047.
16194
16195 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16196
16197         Patch by: Jan Schmidt
16198
16199         * gst/playback/gststreamselector.c:
16200         (gst_stream_selector_bufferalloc):
16201           Restore old StreamSelector behaviour.
16202           Fixes #338419.
16203
16204 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16205
16206         * configure.ac:
16207         * win32/common/config.h:
16208           prerelease
16209
16210 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16213
16214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16215         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16216           Fix some memory leaks: on finalize, free buffers left in the queue
16217           before destroying the queue; in _push(), unref rtp_buf even if
16218           the process vfunc returned a NULL buffer as output buffer (#337548);
16219           demote some recuring debug messages to LOG level.
16220
16221 2006-04-11  Wim Taymans  <wim@fluendo.com>
16222
16223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16224         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16225         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16226         (gst_ogg_demux_loop):
16227         More cleanups.
16228         Respect segment stop when emiting EOS or SEGMENT_DONE.
16229         Fixes (#337945).
16230
16231 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16232
16233         * gst/playback/gststreamselector.c:
16234         (gst_stream_selector_get_property):
16235           Don't leak pad name.
16236
16237 2006-04-10  Michael Smith  <msmith@fluendo.com>
16238
16239         * tests/check/Makefile.am:
16240         * tests/check/gst-plugins-base.supp:
16241           Suppress an old libtheora bug (fixed in more recent versions), so 
16242           that FC4 buildslaves can pass.
16243
16244 2006-04-10  Wim Taymans  <wim@fluendo.com>
16245
16246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16247         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16248         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16249         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16250         (gst_ogg_demux_loop):
16251         Don't leak events.
16252         Remember what error we got when finding chains, if we
16253         were shutdown, that would not be an error.
16254
16255 2006-04-10  Wim Taymans  <wim@fluendo.com>
16256
16257         * gst-libs/gst/audio/gstbaseaudiosink.c:
16258         (gst_base_audio_sink_event):
16259         Starting the ringbuffer when we did not acquire it can cause
16260         a deadlock, is pointless and causes nasty things for
16261         subclasses. 
16262         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16263
16264 2006-04-10  Wim Taymans  <wim@fluendo.com>
16265
16266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16267         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16268         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16269         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16270         (gst_ogg_demux_deactivate_current_chain),
16271         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16272         (gst_ogg_demux_bisect_forward_serialno),
16273         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16274         Add some more debugging.
16275
16276 2006-04-10  Wim Taymans  <wim@fluendo.com>
16277
16278         * ext/theora/theoradec.c: (theora_dec_src_event),
16279         (theora_handle_data_packet):
16280         Some more debug info.
16281
16282         * tests/examples/seek/seek.c: (start_seek), (main):
16283         Print element messages too.
16284
16285 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16286
16287         * gst/audioresample/debug.h:
16288           replace debug macros with variable number of parameters
16289           by a simple alias to gstreamer standard debug macros 
16290          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16291           supported by MSVC 6.0 and 7.1)
16292         * gst/audioresample/resample.h:
16293           define M_PI and rint for WIN32
16294         * win32/common/libgstaudio.def:
16295         * win32/common/libgstriff.def:
16296         * win32/common/libgsttag.def:
16297         * win32/common/libgstvideo.def:
16298           add new exported functions
16299         * win32/vs6:
16300           update project files
16301
16302 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16303
16304         * ext/alsa/gstalsamixeroptions.c:
16305         (gst_alsa_mixer_options_class_init):
16306         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16309         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16310         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16311         * gst-libs/gst/audio/gstaudiofilter.c:
16312         (gst_audio_filter_class_init):
16313         * gst-libs/gst/audio/gstaudiosink.c:
16314         (gst_audioringbuffer_class_init):
16315         * gst-libs/gst/audio/gstaudiosrc.c:
16316         (gst_audioringbuffer_class_init):
16317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16318         * gst-libs/gst/interfaces/colorbalancechannel.c:
16319         (gst_color_balance_channel_class_init):
16320         * gst-libs/gst/interfaces/mixeroptions.c:
16321         (gst_mixer_options_class_init):
16322         * gst-libs/gst/interfaces/mixertrack.c:
16323         (gst_mixer_track_class_init):
16324         * gst-libs/gst/interfaces/tunerchannel.c:
16325         (gst_tuner_channel_class_init):
16326         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16327         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16328         (gst_netbuffer_class_init):
16329         * gst-libs/gst/rtp/gstbasertppayload.c:
16330         (gst_basertppayload_class_init):
16331         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16332         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16333         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16334         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16335         * gst/playback/gststreamselector.c:
16336         (gst_stream_selector_class_init):
16337         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16338         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16339         * sys/v4l/gstv4lcolorbalance.c:
16340         (gst_v4l_color_balance_channel_class_init):
16341         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16342         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16343         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16344         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16345         (gst_v4l_tuner_norm_class_init):
16346         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16348         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16349         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16350
16351 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16352
16353         * ext/pango/gsttextrender.h:
16354         * gst-libs/gst/audio/gstaudiosink.h:
16355         * gst-libs/gst/audio/gstaudiosrc.h:
16356         * gst-libs/gst/audio/gstbaseaudiosink.h:
16357         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16358         * gst-libs/gst/audio/gstringbuffer.h:
16359         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16360         * gst-libs/gst/rtp/gstbasertppayload.h:
16361         * gst-libs/gst/video/gstvideofilter.h:
16362         * gst-libs/gst/video/gstvideosink.h:
16363         * gst/playback/gstplaybasebin.h:
16364         * gst/tcp/gstmultifdsink.h:
16365         * sys/v4l/gstv4lelement.h:
16366         Fix broken GObject macros
16367
16368 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16369
16370         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16371         More debug to trace why my USB headset is not working with gst
16372
16373 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16374
16375         * gst/playback/gstplaybasebin.c: (group_destroy):
16376         Clean up our group elements properly in the case where it never 
16377         got committed - it still got added unconditionally to the bin.
16378
16379 2006-04-07  Wim Taymans  <wim@fluendo.com>
16380
16381         * ext/theora/theoradec.c: (theora_dec_sink_event),
16382         (theora_handle_data_packet), (theora_dec_chain):
16383         Unref unhandled events.
16384         Protect against empty buffers.
16385         Perform QoS on running time.
16386
16387 2006-04-07  Michael Smith  <msmith@fluendo.com>
16388
16389         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16390         (gst_vorbis_enc_chain):
16391           Remove leaks from vorbisenc.
16392           Mostly minor changes, the only significant one is that now the
16393           buffers we set as 'streamheader' on the caps are copies of the
16394           original buffers, to avoid circular refcounting problems.
16395
16396 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16397
16398         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16399           Don't remove our mute-probe if someone else already did so.
16400           Don't set a 2nd one if there is already one pending on the pad.
16401
16402         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16403         (do_playbin_seek):
16404           When a seek fails, ensure that playbin is still set back to playing.
16405           
16406         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16407         (mpeg_ts_type_find), (plugin_init):
16408           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16409
16410 2006-04-06  Andy Wingo  <wingo@pobox.com>
16411
16412         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16413         (gst_video_rate_init): Caps-related parameters should not be reset
16414         by a flush -- move their inits to the instance init function.
16415         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16416         is not OK, just return the result.
16417
16418         * gst/audiotestsrc/gstaudiotestsrc.c
16419         (gst_audio_test_src_class_init)
16420         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16421         broken by Stefan's commit on 24 March.
16422
16423         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16424         buffers being pushed out. Fixes oggmux ! multifdsink.
16425
16426 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16429         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16430         * ext/vorbis/vorbisdec.h:
16431         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16432         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16433         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16434         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16435         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16436         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16437         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16438         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16439         (gst_vorbis_enc_buffer_from_packet),
16440         (gst_vorbis_enc_buffer_from_header_packet),
16441         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16442         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16443         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16444         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16445         (gst_vorbis_enc_change_state):
16446         * ext/vorbis/vorbisenc.h:
16447           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16448           vorbisenc adhere to the official nomenclature; use boilerplate
16449           macro.
16450
16451 2006-04-04  Andy Wingo  <wingo@pobox.com>
16452
16453         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16454         Whoops, fix bug introduced. Bad hacker!
16455         
16456         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16457         Properly handle the case where you get EOS before any buffers are
16458         received. Use gst_buffer_make_metadata_writable where appropriate.
16459
16460         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16461         is often negative -- make it signed so as not to wrap around.
16462         Fixes segfaults introduced on 9 March.
16463
16464 2006-04-03  Wim Taymans  <wim@fluendo.com>
16465
16466         * ext/theora/gsttheoradec.h:
16467         * ext/theora/theoradec.c: (theora_dec_src_event):
16468         Don't try to store a gdouble in a gboolean.
16469         Small cleanups.
16470
16471 2006-04-03  Michael Smith  <msmith@fluendo.com>
16472
16473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16474           Oggmux sucks.
16475           Make it suck slightly less by writing out the final page.
16476           Still can't encode a vorbis-in-ogg file correctly, though.
16477
16478 2006-04-03  Andy Wingo  <wingo@pobox.com>
16479
16480         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16481         a g_print.
16482
16483         * ext/theora/theora.c (plugin_init): Register theoraparse.
16484
16485         * ext/theora/gsttheoraparse.h: 
16486         * ext/theora/theoraparse.c: New files implementing a theora
16487         parser. Now we can properly remux ogg/theora+vorbis, yay.
16488
16489         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16490
16491 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16492
16493         * gst/audiotestsrc/gstaudiotestsrc.c:
16494           Fixed the sample pipeline (see #323798)
16495
16496 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16497
16498         * configure.ac:
16499         * win32/common/config.h:
16500         * win32/common/config.h.in:
16501           use AS_VERSION and AS_NANO
16502           more cleanups
16503
16504 2006-03-31  Andy Wingo  <wingo@pobox.com>
16505
16506         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16507         uninitialized variable return that would happen.
16508         
16509         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16510         uninitialized variable return that would never happen.
16511
16512         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16513         (vorbis_parse_sink_event): Add an event function to flush our
16514         state on a seek, and to drain buffers on a premature EOS.
16515         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16516         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16517         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16518         (vorbis_parse_drain_queue): Queue up buffers until we can set
16519         their timestamps and granulepos values.
16520
16521         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16522         and keep track of data needed for deriving granulepos and
16523         timestamps for buffers.
16524
16525 2006-03-29  Wim Taymans  <wim@fluendo.com>
16526
16527         Patch by: j^ <j at bootlab dot org>
16528
16529         * ext/alsa/gstalsamixerelement.c:
16530         (gst_alsa_mixer_element_class_init):
16531         * ext/alsa/gstalsasink.c:
16532         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16533         * ext/ogg/gstoggdemux.c:
16534         * ext/ogg/gstoggmux.c:
16535         * ext/ogg/gstoggparse.c:
16536         * ext/pango/gstclockoverlay.c:
16537         * ext/pango/gsttextoverlay.c:
16538         * ext/pango/gsttextrender.c:
16539         * ext/pango/gsttimeoverlay.c:
16540         * ext/theora/theoradec.c:
16541         * ext/theora/theoraenc.c:
16542         * ext/vorbis/vorbisdec.c:
16543         * ext/vorbis/vorbisenc.c:
16544         * gst/audioconvert/gstaudioconvert.c:
16545         * gst/subparse/gstsubparse.c:
16546         * gst/tcp/gstmultifdsink.c:
16547         * gst/tcp/gsttcpclientsink.c:
16548         * gst/tcp/gsttcpclientsrc.c:
16549         * gst/tcp/gsttcpserversink.c:
16550         * gst/tcp/gsttcpserversrc.c:
16551           better/unified long descriptions
16552           Fixes #336477
16553
16554 2006-03-29  Wim Taymans  <wim@fluendo.com>
16555
16556         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16557         (stop_seek):
16558         Don't let double and triple clicks mess up our state.
16559
16560 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16561
16562         * gst/playback/gstplaybin.c: (gen_video_element),
16563         (gen_text_element), (gen_audio_element), (gen_vis_element):
16564           Error out gracefully when we can't create any of the usual
16565           conversion elements for some reason. Also, don't try to
16566           create an audioscale (sic) element that's not used anyway.
16567
16568 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16569
16570         * gst/playback/gstplaybasebin.c: (setup_source):
16571           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16572           element for a particular protocol, that's confusing for users.
16573           Instead, post a RESOURCE_FAILED error, so that our own error
16574           message is actually shown in totem etc. (#336303).
16575
16576 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16577
16578         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16579
16580         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16581         (gst_gnome_vfs_src_get_icy_metadata):
16582           Fix some minor memory leaks (#336194).
16583
16584 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16585
16586         * ext/gnomevfs/gstgnomevfs.c:
16587         (gst_gnome_vfs_location_to_uri_string):
16588         * ext/gnomevfs/gstgnomevfs.h:
16589         * ext/gnomevfs/gstgnomevfssink.c:
16590         (gst_gnome_vfs_sink_set_property):
16591         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16592           Make gnomevfssink accept filenames as well as URIs for the
16593           "location" property, just like gnomevfssrc does (and
16594           filesrc/filesink do) (#336190).
16595
16596 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16597
16598         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16599           set to NULL before unreffing, fixes a valgrind leak.
16600           Why was this not triggering the error that an object needs to
16601           be NULL before unreffing ?
16602         * win32/common/config.h:
16603           update
16604
16605 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16606
16607         * gst/subparse/gstsubparse.c: (convert_encoding),
16608         (gst_sub_parse_change_state):
16609         * gst/subparse/gstsubparse.h:
16610           Text subtitle files may or may not be UTF-8. If it's not, we
16611           don't really want to see '?' characters in place of non-ASCII
16612           characters like accented characters. So let's assume the input
16613           is UTF-8 until we come across text that is clearly not. If it's
16614           not UTF-8, we don't really know what it is, so try the following:
16615           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16616           is set; if not, check (b) if the current locale encoding is
16617           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16618           the current locale encoding is UTF-8 and the environment variable
16619           was not set to any particular encoding. Not perfect, but better
16620           than nothing (and better than before, I think) (fixes #172848).
16621
16622 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16623
16624         * configure.ac:
16625           update core requirement to 0.10.4.1 because of async_playback
16626           vmethod on GstBaseSink
16627
16628 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16629
16630         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16631         * gst/adder/gstadder.c: (gst_adder_init):
16632         use DEBUG_FUNCPTR for collectpads
16633
16634 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16635
16636         * docs/plugins/Makefile.am:
16637         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16638         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16639         * ext/cdparanoia/gstcdparanoiasrc.c:
16640         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16641         (gst_gnome_vfs_sink_class_init):
16642         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16644         * ext/ogg/gstoggmux.c:
16645         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16646         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16647         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16648         * ext/pango/gsttextoverlay.c:
16649         * ext/pango/gsttextrender.c:
16650         * ext/theora/theoradec.c:
16651         * ext/theora/theoraenc.c:
16652         * ext/vorbis/vorbisdec.c:
16653         * ext/vorbis/vorbisenc.c:
16654         * gst-libs/gst/audio/gstaudiofilter.c:
16655         (gst_audio_filter_base_init):
16656         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16657         (gst_audio_filter_template_base_init):
16658         * gst/adder/gstadder.c: (gst_adder_get_type):
16659         * gst/adder/gstadder.h:
16660         * gst/audioconvert/gstaudioconvert.c:
16661         * gst/audiotestsrc/gstaudiotestsrc.c:
16662         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16663         (gst_audio_test_src_create):
16664         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16665         * gst/playback/gstdecodebin.c:
16666         * gst/playback/gstplaybin.c:
16667         * gst/playback/gststreamselector.c:
16668         (gst_stream_selector_base_init):
16669         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16670         * gst/volume/gstvolume.c:
16671         * sys/v4l/gstv4lmjpegsink.c:
16672         * sys/v4l/gstv4lmjpegsrc.c:
16673         * tests/check/libs/cddabasesrc.c:
16674         * tests/old/examples/gob/gst-identity2.gob:
16675           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16676           define GstElementDetails at the top
16677
16678 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16679
16680         * win32/common/libgstinterfaces.def:
16681         Add a lot of export functions for gst-python
16682         * win32/vs6/libgstinterfaces.dsp:
16683         Add a missing include folder in the project configuration
16684         
16685 2006-03-23  Wim Taymans  <wim@fluendo.com>
16686
16687         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16688         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16689         (gst_base_audio_src_change_state):
16690         Fix audio sources, forgot to make the ringbuffer
16691         startable...
16692
16693 2006-03-23  Wim Taymans  <wim@fluendo.com>
16694
16695         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16696         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16697         (gst_base_audio_src_change_state):
16698         unparent instead of unref the ringbuffer.
16699
16700 2006-03-23  Wim Taymans  <wim@fluendo.com>
16701
16702         * gst-libs/gst/audio/gstbaseaudiosink.c:
16703         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16704         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16705         Implement new async_play vmethod to start slaving and allow
16706         playback start in case of async PLAY state changes. 
16707
16708         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16709         Enable QoS with new method in base class.
16710
16711 2006-03-23  Wim Taymans  <wim@fluendo.com>
16712
16713         Patch by: Julien MOUTTE <julien at moutte dot net>
16714
16715         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16716         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16717         Partially handle 0 framerate, only EOS after the first frame
16718         is missing.
16719
16720 2006-03-23  Wim Taymans  <wim@fluendo.com>
16721
16722         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16723
16724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16725         (gst_riff_create_video_template_caps):
16726         * gst/ffmpegcolorspace/avcodec.h:
16727         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16728         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16729         (gst_ffmpegcsp_avpicture_fill):
16730         * gst/ffmpegcolorspace/imgconvert.c:
16731         Patch for support of YVU9 AVI files (#334822)
16732
16733 2006-03-22  Edward Hervey  <edward@fluendo.com>
16734
16735         * docs/design/design-decodebin.txt:
16736         Added design document for new decodebin
16737         (Target Caps): text/x-pango-markup is also a default target caps.
16738
16739 2006-03-22  Wim Taymans  <wim@fluendo.com>
16740
16741         * gst-libs/gst/audio/gstbaseaudiosink.c:
16742         (gst_base_audio_sink_dispose):
16743         Since we _parent the ringbuffer, we also need to
16744         _unparent instead of a plain _unref.
16745
16746 2006-03-22  Wim Taymans  <wim@fluendo.com>
16747
16748         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16749         (stop_seek), (scrub_toggle_cb), (main):
16750         Add scrub checkbox.
16751
16752 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16753
16754         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16755         (gst_ogg_parse_chain):
16756           Fix very inefficient usage of linked lists (#335365).
16757
16758 2006-03-21  Edward Hervey  <edward@fluendo.com>
16759
16760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16761         * gst/playback/gstplaybin.c: (handoff):
16762         * gst/playback/gststreamselector.c:
16763         (gst_stream_selector_set_property):
16764         gcc 4.1 unreferenced pointer fixes.
16765         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16767         gst_buffer_ref() now takes a GstBuffer*.
16768
16769 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16770
16771         * sys/xvimage/xvimagesink.c:
16772         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16773         by Jan Schmidt.
16774
16775 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16776
16777         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16778         (id3v1_type_find), (apetag_type_find), (plugin_init):
16779           Can't do tag preferences via probability, as tags would then
16780           lose against types that are recognised with MAXIMUM probability
16781           (like .wav); so let all tag typefinders return MAXIMUM themselves
16782           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16783           that we can prefer APE to ID3v1 (fixes #335028).
16784           
16785 2006-03-17  Wim Taymans  <wim@fluendo.com>
16786
16787         * gst-libs/gst/audio/gstbaseaudiosink.c:
16788         (gst_base_audio_sink_change_state):
16789         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16790         (gst_ring_buffer_may_start):
16791         * gst-libs/gst/audio/gstringbuffer.h:
16792         Only start playback if we are playing.
16793         should fix #330748.
16794
16795 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16796
16797         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16798         * win32/common/config.h:
16799           Revert accidental commits to these files.
16800
16801 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16802
16803         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16804
16805         * tests/Makefile.am:
16806           Don't try to build tests in tests/icles if we
16807           don't have X (#323852)
16808
16809 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16810
16811         * gst-libs/gst/tag/gstid3tag.c:
16812           Add TXXX frame identifiers for replaygain stuff as used
16813           by some taggers (see #323721).
16814
16815 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16816
16817         * gst/playback/gststreamselector.c:
16818         (gst_stream_selector_set_property),
16819         (gst_stream_selector_bufferalloc):
16820           Preserve the existing buggy streamselector behaviour by performing
16821           a fallback buffer allocation when downstream isn't linked yet.
16822           This should really be fixed in playbin by blocking pads until it's
16823           linked them.
16824           Also, use gst_pad_alloc_buffer instead of
16825           gst_pad_alloc_buffer_and_set.
16826
16827 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16828
16829         * gst-libs/gst/tag/gstid3tag.c:
16830           Don't crash on unknown ID3v2 TXXX frames.
16831           
16832 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16833
16834         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16835           Chain up to the parent finalize method.
16836           Add 32-bit sample size to the template caps.
16837
16838         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16839         (gst_riff_create_video_template_caps):
16840           Add the fourcc that the VMWare codec uses.
16841           
16842         * gst/playback/gststreamselector.c:
16843         (gst_stream_selector_set_property),
16844         (gst_stream_selector_bufferalloc),
16845         (gst_stream_selector_request_new_pad):
16846           For the active pad, forward buffer-alloc requests, otherwise
16847           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16848           having to memcpy every frame when used by playbin.
16849
16850         * gst/tcp/gstmultifdsink.c:
16851         (gst_multi_fd_sink_handle_client_write):
16852           Get negotiated caps from the sink pad, rather than the sink
16853           pad's peer.
16854
16855 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16856
16857         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16858         
16859         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16860           Don't forget to set src->callbacks_pushed to FALSE again when
16861           popping them, otherwise re-activation in a different mode won't
16862           work (#334620).
16863
16864 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16865
16866         Patch by: Sebastien Moutte  <sebastien moutte net>
16867
16868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16869         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16870         (gst_ffmpeg_smpfmt_to_caps):
16871           Replace __VA_ARGS__ caps creation macros with varargs functions.
16872           Makes things compile on MSVC (#320765), looks nicer, and we can
16873           tell the compiler to check for the NULL terminator.
16874
16875 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16878
16879         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16880           Make sure the buffer we copy into is really always big
16881           enough, this time for real (#333488).
16882           
16883 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16884
16885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16886           Add support for 24bpp DIB (#305279).
16887
16888 2006-03-14  Wim Taymans  <wim@fluendo.com>
16889
16890         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16891         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16893         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16894         (gst_video_scale_init), (gst_video_scale_src_event):
16895         Re-enable QoS after the release.
16896         Rework videoscale to use the base class src_event handler.
16897
16898 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16899
16900         * configure.ac:
16901           back to CVS.
16902
16903 === release 0.10.5 ===
16904
16905 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16906
16907         * configure.ac:
16908           releasing 0.10.5, "Net"
16909
16910 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16911
16912         * docs/plugins/Makefile.am:
16913           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16914           
16915 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16916
16917         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16918         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16919         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16920           Add cdparanoiasrc to docs.
16921
16922         * gst-libs/gst/cdda/gstcddabasesrc.c:
16923           More GstCddaBaseSrc docs.
16924
16925 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * docs/libs/gst-plugins-base-libs-sections.txt:
16928         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16929         * gst-libs/gst/tag/tag.h:
16930           API: libgsttag: new method gst_tag_from_id3_user_tag().
16931
16932 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16933
16934         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16935           NULL-terminate array of mpeg4 video file extensions.
16936           Fixes crash on PPC (#334226).
16937
16938 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16939
16940         * ext/gnomevfs/gstgnomevfssrc.c:
16941         (gst_gnome_vfs_src_check_get_range):
16942           gnome_vfs_uri_is_local() alone is not a good indicator
16943           whether we can operate in pull-mode with a specific URI,
16944           as it returns FALSE for file:// URIs that point to an
16945           NFS-mounted path. Be more conservative here: whitelist
16946           local files, blacklist http URIs and use the old
16947           mechanism for anything else (fixes #334216).
16948
16949 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16950
16951         * configure.ac:
16952           back to trunk
16953
16954 === release 0.10.4 ===
16955
16956 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16957
16958         * configure.ac:
16959           releasing 0.10.4, "Power"
16960
16961 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16962
16963         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16964         Disable max-lateness by setting it to -1 for now, so that 
16965         we can bed QoS stuff in thoroughly between now and the next
16966         release.
16967
16968 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16969
16970         Patch by: Fabrizio Gennari
16971
16972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16973           Make sure we don't read beyond the palette buffer in case of
16974           broken or manipulated files (#333488)
16975
16976 2006-03-10  Edward Hervey  <edward@fluendo.com>
16977
16978         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16979         Fix for variable not initialized.
16980
16981 2006-03-09  Wim Taymans  <wim@fluendo.com>
16982
16983         * ext/libvisual/visual.c: (gst_visual_get_type),
16984         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16985         (gst_visual_chain):
16986         Small cleanups.
16987
16988         * ext/theora/gsttheoradec.h:
16989         * ext/theora/theoradec.c: (gst_theora_dec_init),
16990         (gst_theora_dec_reset), (_theora_granule_time),
16991         (theora_dec_src_convert), (theora_dec_sink_convert),
16992         (theora_dec_src_query), (theora_dec_src_event),
16993         (theora_dec_sink_event), (theora_handle_comment_packet),
16994         (theora_handle_header_packet), (theora_dec_push),
16995         (theora_handle_data_packet), (theora_dec_chain),
16996         (theora_dec_change_state):
16997         Add simple QoS.
16998
16999 2006-03-09  Wim Taymans  <wim@fluendo.com>
17000
17001         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17002         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17003         Some cleanups.
17004
17005 2006-03-09  Wim Taymans  <wim@fluendo.com>
17006
17007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17008         Don't try to activate NULL chains.
17009
17010 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17011
17012         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17013           Fix invalid memory access to region before peek'd data (#332964).
17014
17015 2006-03-09  Wim Taymans  <wim@fluendo.com>
17016
17017         Patch by: Christophe Fergeau
17018
17019         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17020         * ext/pango/gsttextrender.c: (gst_text_render_init):
17021         * gst/adder/gstadder.c: (gst_adder_init):
17022         Don't leak padtemplates, closes #333510.
17023
17024 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17025
17026         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17027           Fix invalid memory access: make sure string passed to
17028           regexec() is NUL-termianted.
17029
17030 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17033         (mp3_type_find):
17034           Refactor mpeg/audio typefinding to make it more maintainable
17035           and easier to fine-tune. Make probing into middle of the file
17036           work properly (fixes #333900, also see #152688).
17037
17038 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17039
17040         * gst/typefind/gsttypefindfunctions.c:
17041         (utf8_type_find_have_valid_utf8_at_offset):
17042           Remove part from previous commit that was bogus:
17043           g_utf8_validate() does in fact not accept embedded
17044           zeroes, so we don't need to check for those (thanks
17045           to Mike for the hint).
17046
17047 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * gst/typefind/gsttypefindfunctions.c:
17050         (utf8_type_find_count_embedded_zeroes),
17051         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17052           Make plain/text typefinder more conservative: firstly, check
17053           for embedded zeroes, which are perfectly valid UTF-8 characters,
17054           but also a fairly good sign that something is not a plain text
17055           file; secondly, probe into the middle of the file if possible.
17056           If we can't probe into the middle, limit the probability value
17057           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17058
17059 2006-03-08  Michael Smith  <msmith@fluendo.com>
17060
17061         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17062           Make typefind function name for mpeg4 video unique.
17063
17064 2006-03-08  Wim Taymans  <wim@fluendo.com>
17065
17066         * ext/libvisual/visual.c: (gst_visual_init),
17067         (gst_visual_clear_actors), (gst_visual_dispose),
17068         (gst_visual_reset), (gst_visual_src_setcaps),
17069         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17070         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17071         (gst_visual_chain), (gst_visual_change_state):
17072         Cleanups, post nice errors.
17073         Handle sink and src events.
17074         Implement simple QoS.
17075
17076         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17077         Use new basesink methods to configure max-lateness.
17078         Small doc update.
17079
17080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17081         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17082         Debug statement cleanups.
17083
17084         * gst/volume/gstvolume.c: (gst_volume_class_init):
17085         Simple cleanup.
17086
17087 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17090         (gst_text_overlay_init), (gst_text_overlay_set_property),
17091         (gst_text_overlay_get_property):
17092           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17093           as string type properties, but mark them deprecated. Add
17094           'halignment' and 'valignment' properties that use enums
17095           instead of strings.
17096
17097 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17098
17099         Patch by: Fabrizio Gennari
17100
17101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17102           Allow palettes with less than 256 colours in AVI files
17103           (#333488)
17104
17105 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17106
17107         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17108         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17109         pad. We were releasing the queued text buffer when we should keep
17110         it until video pad gets EOS or discard the text buffer because it's
17111         too old. That was eating the last subtitle buffer. Add some more
17112         debug.
17113
17114 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17115
17116         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17117         (gst_text_overlay_video_chain):
17118           Fix invalid memory access (we can't access a buffer after it's been
17119           pushed downstream without taking a reference); fix memory leak (if
17120           there's no text to render, bail out before allocating stuff).
17121
17122 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17125         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17126         * ext/pango/gsttextoverlay.h:
17127           If input is plain text, escape it before passing it to
17128           pango_layout_set_markup().
17129
17130 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17133           Don't ignore flow return from gst_pad_push().
17134
17135 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17136
17137         Patch by: Fabrizio Gennari
17138
17139         * ext/libvisual/visual.c: (gst_visual_getcaps),
17140         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17141         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17143         (gst_vorbisenc_convert_sink):
17144         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17145         (gst_audio_duration_from_pad_buffer):
17146         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17147         (gst_audio_filter_chain):
17148         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17149         (gst_base_rtp_depayload_setcaps):
17150         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17151         (gst_video_get_size):
17152         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17153           Don't leak references returned by gst_pad_get_parent()
17154           (#333663)
17155
17156 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17157
17158         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17159           change location param details
17160         * gst/volume/gstvolume.c: (plugin_init):
17161           correct plugin description
17162
17163 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17164
17165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17166         (gst_gnome_vfs_src_check_get_range):
17167           Override GstBaseSrc::check_get_range() in order to avoid opening
17168           the resource just to check whether we can operate in pull-mode or
17169           not - we can predict that pretty well from the URI alone. Should
17170           fix problems with last.fm (#331690). (Requires latest core CVS).
17171
17172 2006-03-06  Wim Taymans  <wim@fluendo.com>
17173
17174         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17175         (gst_video_sink_class_init):
17176         Throw away frames that are later than 20 ms.
17177
17178 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17179
17180         Patch by: Fabrizio Gennari
17181
17182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17183           Set depth on WMA caps (#333545)
17184
17185 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17186
17187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17188         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17189           put Theora BOS pages before others.  This hardcodes
17190           the Ogg/Theora I profile, but hey.
17191
17192 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17193
17194         * ext/ogg/README:
17195           updated with some examples
17196         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17197         (granulepos_add), (theora_buffer_from_packet):
17198         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17199         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17200         (gst_vorbisenc_chain):
17201           implement strategy from ext/ogg/README
17202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17203         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17204         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17205         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17206           Fix muxer so that oggz-validate is happy with all streams;
17207           except for no eos mark, and the BOS page ordering
17208         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17209         (check_buffer_granulepos):
17210         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17211           update tests to check for OFFSET being set as requested
17212           fixed type of granulepos, it's not a ClockTime
17213
17214 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17215
17216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17217         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17218         Check that the xvimage we are creating has a correct size
17219         before returning it. (#314897)
17220
17221 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17222
17223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17224           Give id3 and ape tag typefinders a rank slightly higher
17225           than PRIMARY to ensure they're always run before any of
17226           the other typefinders (in particular wav and mp3) (#324186).
17227
17228 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17229
17230         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17231           Add support for '3IVD' fourcc (#333403).
17232
17233 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * configure.ac:
17236           Bump requirements to GStreamer CVS for the new error enum.
17237
17238         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17239           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17240           space left on the device (fixes #333352).
17241
17242 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17243
17244         * win32/vs6:
17245           add a project file for libgstvolume
17246           update the workspace
17247
17248 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17249
17250         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17251         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17252         (GST_START_TEST):
17253           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17254           Set IN_CAPS on header buffers
17255
17256 2006-03-02  Wim Taymans  <wim@fluendo.com>
17257
17258         * docs/plugins/Makefile.am:
17259         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17260         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17261         Add audioresample to docs.
17262
17263         * gst/audioconvert/gstaudioconvert.c:
17264         Add revision date.
17265
17266         * gst/audioresample/gstaudioresample.c:
17267         (gst_audioresample_base_init), (gst_audioresample_class_init),
17268         (gst_audioresample_init), (gst_audioresample_dispose),
17269         (audioresample_get_unit_size), (audioresample_transform_caps),
17270         (resample_set_state_from_caps), (audioresample_transform_size),
17271         (audioresample_set_caps), (audioresample_event),
17272         (audioresample_do_output), (audioresample_transform),
17273         (audioresample_pushthrough), (gst_audioresample_set_property),
17274         (gst_audioresample_get_property), (plugin_init):
17275         * gst/audioresample/gstaudioresample.h:
17276         Added docs.
17277         Small code cleanups.
17278
17279 2006-03-02  Wim Taymans  <wim@fluendo.com>
17280
17281         * docs/plugins/Makefile.am:
17282         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17283         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17284         Added videoscale to docs.
17285
17286         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17287         (gst_video_rate_swap_prev), (gst_video_rate_event),
17288         (gst_video_rate_chain):
17289         Fix typo in docs.
17290
17291         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17292         (gst_video_scale_init), (gst_video_scale_prepare_size),
17293         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17294         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17295         * gst/videoscale/gstvideoscale.h:
17296         Added docs, examples.
17297         Some code cleanups.
17298         Post errors instead of g_warning.
17299
17300 2006-03-02  Wim Taymans  <wim@fluendo.com>
17301
17302         * docs/libs/gst-plugins-base-libs-docs.sgml:
17303         * docs/libs/gst-plugins-base-libs-sections.txt:
17304         * docs/libs/gst-plugins-base-libs.types:
17305         * docs/plugins/Makefile.am:
17306         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17307         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17308         Added some more docs to libs and plugins.
17309
17310         * gst-libs/gst/audio/gstringbuffer.c:
17311         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17312         * gst-libs/gst/audio/gstringbuffer.h:
17313         Document ringbuffer some more.
17314
17315         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17316         (gst_video_rate_setcaps), (gst_video_rate_reset),
17317         (gst_video_rate_init), (gst_video_rate_flush_prev),
17318         (gst_video_rate_swap_prev), (gst_video_rate_event),
17319         (gst_video_rate_chain), (gst_video_rate_change_state):
17320         * gst/videorate/gstvideorate.h:
17321         Fix videorate to use segments.
17322         Make it work with 0/1 framerates (closes #331903)
17323         Handle EOS correctly.
17324         Added docs.
17325
17326 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17327
17328         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17329         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17330         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17331           In state change function, first chain up to parent class,
17332           then handle downwards state change stuff. Remove some
17333           commented out cruft from 0.8 code.
17334
17335 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17336
17337         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17338         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17339         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17340         (gst_ogm_parse_chain):
17341           Don't remove/re-add source pad if the new caps are the same as
17342           the old caps anyway (#333042). When removing source pad, don't
17343           unref it afterwards - we didn't ref it when adding. Sprinkle some
17344           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17345           after using gst_pad_get_parent(). Return downstream flow return
17346           value in chain function.
17347
17348 2006-03-02  Wim Taymans  <wim@fluendo.com>
17349
17350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17351         * docs/plugins/gst-plugins-base-plugins.args:
17352         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17353         * docs/plugins/gst-plugins-base-plugins.interfaces:
17354         * docs/plugins/gst-plugins-base-plugins.signals:
17355         Fix hierarchy, added some more elements to the docs.
17356
17357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17358         (gst_ffmpegcsp_get_type):
17359         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17360         Fix docs for ffmpegcolorspace.
17361
17362 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17363
17364         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17365         (apetag_type_find), (ape_type_find), (plugin_init):
17366           Some typefinding fine-tuning:
17367           - rank ID3/APE tags in order of preference via probabilities, so that
17368             ID3v2 > APEv2 > APEv1 > ID3v1.
17369           - three or four bytes don't really justify MAXIMUM probability,
17370             change those to 'very likely' (musepack and monkeysaudio).
17371
17372 2006-03-01  Wim Taymans  <wim@fluendo.com>
17373
17374         * docs/plugins/Makefile.am:
17375         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17376         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17377         * ext/alsa/gstalsamixer.c:
17378         * ext/alsa/gstalsamixer.h:
17379         * ext/alsa/gstalsamixerelement.c:
17380         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17381         * ext/alsa/gstalsamixerelement.h:
17382         * ext/alsa/gstalsasink.c:
17383         * ext/alsa/gstalsasink.h:
17384         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17385         (gst_alsasrc_init):
17386         * ext/alsa/gstalsasrc.h:
17387         Added alsa docs.
17388         Small code cleanups.
17389
17390 2006-03-01  Wim Taymans  <wim@fluendo.com>
17391
17392         * ext/theora/Makefile.am:
17393         Dist new header too,
17394
17395 2006-03-01  Wim Taymans  <wim@fluendo.com>
17396
17397         * docs/plugins/Makefile.am:
17398         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17399         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17400         * ext/gnomevfs/gstgnomevfssink.h:
17401         * ext/gnomevfs/gstgnomevfssrc.h:
17402         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17403         * ext/vorbis/vorbisdec.h:
17404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17405         * ext/vorbis/vorbisenc.h:
17406         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17407         (vorbis_parse_chain), (vorbis_parse_change_state):
17408         * ext/vorbis/vorbisparse.h:
17409         * gst/audioconvert/gstaudioconvert.h:
17410         * gst/tcp/gsttcpserversink.h:
17411         * gst/videotestsrc/gstvideotestsrc.c:
17412         * gst/videotestsrc/gstvideotestsrc.h:
17413         * gst/volume/gstvolume.c:
17414         * gst/volume/gstvolume.h:
17415         Fix some more docs.
17416         Added docs for vorbisdec and vorbisparse.
17417         Fix vorbisparse.
17418
17419 2006-03-01  Wim Taymans  <wim@fluendo.com>
17420
17421         * docs/plugins/Makefile.am:
17422         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17423         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17424         * ext/pango/gstclockoverlay.h:
17425         * ext/pango/gsttextoverlay.h:
17426         * ext/pango/gsttextrender.h:
17427         * ext/pango/gsttimeoverlay.h:
17428         * ext/theora/gsttheoradec.h:
17429         * ext/theora/gsttheoraenc.h:
17430         * ext/theora/theoradec.c:
17431         * ext/theora/theoraenc.c:
17432         * gst/audioconvert/gstaudioconvert.h:
17433         * gst/audiotestsrc/gstaudiotestsrc.h:
17434         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17435         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17436         * gst/tcp/gstmultifdsink.h:
17437         Updated/added documentation.
17438
17439         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17440         (gst_text_overlay_halign_get_type),
17441         (gst_text_overlay_wrap_mode_get_type),
17442         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17443         (gst_text_overlay_init), (gst_text_overlay_set_property),
17444         (gst_text_overlay_get_property):
17445         Fix up properties to be enums instead of string to make bindings,
17446         introspection and automatic GUI creation possible.
17447         Add getters for the properties.
17448
17449 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17450
17451         * gst/audiotestsrc/gstaudiotestsrc.c:
17452           added defines of M_PI and M_PI_2
17453         * gst/ffmpegcolorspace/avcodec.h:
17454           removed #include "stdint.h" for win32 as _stdint.h is 
17455           autogenerated to win32/common
17456         * win32/common/libgstaudio.def:
17457         * win32/common/libgsttag.def:
17458           added some exports
17459         * win32/vs6:
17460           some project files bugs corrected
17461         * win32/vs7:
17462           project files are reset to the default vs7 configuration 
17463           (they link to msvcr71.dll using default optimizations)
17464           
17465 2006-02-28  Wim Taymans  <wim@fluendo.com>
17466
17467         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17468         Fix some docs.
17469
17470 2006-02-28  Edward Hervey  <edward@fluendo.com>
17471
17472         * ext/alsa/gstalsasrc.c:
17473         Set proper class on the ElementDetails:
17474         Source/Audio instead of Src/Audio/
17475
17476 2006-02-28  Edward Hervey  <edward@fluendo.com>
17477
17478         * gst/videoscale/vs_scanline.c:
17479         (vs_scanline_resample_nearest_RGBA):
17480         Revert optimization in videoscale. It should go in liboil and have
17481         an appropriate liboil function.
17482
17483 2006-02-28  Wim Taymans  <wim@fluendo.com>
17484
17485         * gst-libs/gst/audio/gstbaseaudiosink.c:
17486         (gst_base_audio_sink_provide_clock):
17487         Don't try to provide a clock in the NULL state.
17488
17489 2006-02-28  Wim Taymans  <wim@fluendo.com>
17490
17491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17492         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17493         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17494         (gst_ogg_demux_deactivate_current_chain),
17495         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17496         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17497         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17498         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17499         Use GstSegment infrastructure to remove duplicated code
17500         and handle more seek cases correctly.
17501
17502 2006-02-28  Wim Taymans  <wim@fluendo.com>
17503
17504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17505         (gst_ffmpegcsp_transform):
17506         Don't ignore return code from ffmpeg convert function.
17507
17508         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17509         Split out some long statements to ease debugging.
17510
17511 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17512
17513         * ext/libvisual/visual.c: (gst_visual_init),
17514         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17515         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17516         being able to renegotiate the size. Instead, use the negotiation
17517         algorithm from the goom plugin to pick an initial output caps. 
17518
17519         Also, allow theoretical libvisual plugins that might support non-GL 
17520         output even if they also do GL.
17521
17522 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17523
17524         * ext/libvisual/visual.c: (gst_visual_init),
17525         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17526         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17527         possible negotiation issues.
17528
17529 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17530
17531         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17532
17533 2006-02-24  Michael Smith  <msmith@fluendo.com>
17534
17535         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17536         (cmml_type_find), (plugin_init):
17537           Fix CMML type find function to not require a specific minor version
17538           of the CMML header.
17539
17540           Add an MPEG4 video elementary stream typefind function.
17541
17542 2006-02-04  Michael Smith  <msmith@fluendo.com>
17543
17544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17545         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17546         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17547         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17548         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17549         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17550           Annodex support in ogg demuxer. Doesn't do very much without the
17551           other annodex patches (to come).
17552
17553 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17554
17555         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17556
17557         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17558           Pick up palette for MS video v1 (#327028)
17559
17560 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17561
17562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17563         (gst_ffmpegcsp_caps_remove_format_info),
17564         (gst_ffmpegcsp_get_unit_size):
17565           The 'palette_data' field from incoming RGB caps shouldn't be
17566           proxied on outgoing YUV caps; also, restrict unit size
17567           adjustment in case of paletted data only to the unit that
17568           actually has a palette. Fixes #330711.
17569
17570 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17571
17572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17573         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17574         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17575         (gst_ffmpegcsp_get_unit_size):
17576           Plug some memory leaks.
17577
17578 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17579
17580         * sys/ximage/Makefile.am:
17581         * sys/xvimage/Makefile.am:
17582           Add some _CFLAGS and _LIBS that seem to be missing
17583           and/or required for Cygwin (see #317048).
17584
17585 2006-02-22  Wim Taymans  <wim@fluendo.com>
17586
17587         * ext/alsa/gstalsasrc.c:
17588         Fix description as pointed out by caugier.
17589
17590 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17591
17592         Reviewed by : Edward Hervey  <edward@fluendo.com>
17593
17594         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17595         (qt_type_find):
17596         Better 3gp typefinding (#331526).
17597
17598 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17599
17600         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17601           Don't send EOS event here, the base class will send one for us.
17602
17603         * gst/playback/gstplaybasebin.c: (prepare_output):
17604           Subpictures without video stream aren't allowed either.
17605         
17606         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17607           Fix debug statement copy'n'paste-o.
17608
17609 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17610
17611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17612           Fix issues with mixer keeping state when muting/unmuting
17613           and when changing the volume whilst muted (see #331763
17614           and #331765).
17615
17616 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17619         (parse_subrip), (gst_sub_parse_format_autodetect):
17620           Set right caps given that we send escaped text. Also,
17621           honour <i></i>, <b></b> and <u></u> markers that can be found
17622           in .srt files (fixes #310202).
17623
17624 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17625
17626         * gst-libs/gst/audio/mixerutils.c:
17627         (element_factory_rank_compare_func):
17628           Make order in which elements are tried more determinable.
17629
17630 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17631
17632         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17633         (remove_element_chain), (cleanup_decodebin),
17634         (gst_decode_bin_change_state): Make decodebin reusable by
17635         fixing remove_element_chain first and then introduce a
17636         cleaner in state change to ->NULL. (Closes #331678)
17637
17638 2006-02-19  Wim Taymans  <wim@fluendo.com>
17639
17640         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17641         use 0666 mask when creating files so umask gets applied
17642         correctly. Fixes #331295.
17643
17644 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17645
17646         * gst/subparse/Makefile.am:
17647         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17648         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17649         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17650         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17651         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17652         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17653         * gst/subparse/gstssaparse.h:
17654         * gst/subparse/gstsubparse.c: (plugin_init):
17655           Add very basic parser for SSA subtitle streams (as often
17656           found in matroska files).
17657
17658 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17659
17660         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17661           That should be text/x-pango-markup, not text/x-pango-layout.
17662
17663 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17664
17665         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17666         Polishing.
17667
17668 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17669
17670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17671         (gst_text_overlay_finalize), (gst_text_overlay_init),
17672         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17673         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17674         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17675         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17676         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17677         Fix state change deadlock.
17678
17679 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17680
17681         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17682         (gst_text_overlay_finalize), (gst_text_overlay_init),
17683         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17684         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17685         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17686         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17687         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17688         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17689         and subtitles files.
17690
17691 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17692
17693         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17694         should be considered as raw.
17695
17696 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17697
17698         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17699         (cb_probe):
17700         * gst/playback/gststreaminfo.h: Introduce language informations.
17701
17702 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17703
17704         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17705         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17706         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17707         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17708         Set shared memory segments to be deleted as soon as we have attached,
17709         that way they get cleaned up automatically if we crash.
17710
17711 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17712
17713         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17714         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17715         functions are called with lock held.
17716
17717 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17718
17719         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17720         (gst_text_overlay_finalize), (gst_text_overlay_init),
17721         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17722         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17723         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17724         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17725         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17726         (gst_text_overlay_change_state): Refactoring of textoverlay
17727         without collectpads. This now supports sparse subtitles coming
17728         from a demuxer instead of a sub file. Seeking is still broken 
17729         though. Need to discuss with wtay some more on how to handle
17730         seeking correctly.
17731         * ext/pango/gsttextoverlay.h:
17732         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17733         subtitles coming from the demuxer.
17734
17735 2006-02-17  Wim Taymans  <wim@fluendo.com>
17736
17737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17738         (gst_vorbisenc_convert_sink):
17739         Use some more scaling functions.
17740
17741 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17742
17743         * ext/cdparanoia/gstcdparanoiasrc.c:
17744         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17745         (gst_cd_paranoia_paranoia_callback),
17746         (gst_cd_paranoia_src_signal_is_being_watched),
17747         (gst_cd_paranoia_src_read_sector):
17748         * ext/cdparanoia/gstcdparanoiasrc.h:
17749           Add back 'transport-error' and 'uncorrected-error' signals and
17750           make them actually be fired when bad stuff happens (#319340).
17751
17752 2006-02-17  Wim Taymans  <wim@fluendo.com>
17753
17754         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17755         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17756         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17757         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17758         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17759         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17760         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17761         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17762         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17763         (gst_ring_buffer_clear):
17764         Small cleanups.
17765         Added some G_LIKELY.
17766
17767 2006-02-17  Wim Taymans  <wim@fluendo.com>
17768
17769         * gst-libs/gst/audio/TODO:
17770         Update TODO
17771
17772         * gst-libs/gst/audio/gstbaseaudiosink.c:
17773         (gst_base_audio_sink_get_offset):
17774         When trying to play samples ASAP and we don't have a
17775         previous sample, try to play at position 0 instead of
17776         an invalid position.
17777
17778 2006-02-17  Wim Taymans  <wim@fluendo.com>
17779
17780         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17781         (gst_alsasink_reset):
17782         Also release lock when we get an error in _reset();
17783         fix an error message.
17784
17785 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17786
17787         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17788         (gst_alsasink_init), (get_channel_free_structure),
17789         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17790         (gst_alsasink_close):
17791         * ext/alsa/gstalsasink.h:
17792           Add support for more than 2 channels (#326720).
17793
17794 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17795
17796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17797           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17798           with 4 or 6 channels, assume a default channel layout to make things
17799           work (not sure there's anything else we can do in those cases).
17800
17801 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * gst-libs/gst/audio/multichannel.c:
17804           Minor docs fix.
17805
17806         * gst-libs/gst/riff/Makefile.am:
17807         * gst-libs/gst/riff/riff-ids.h:
17808         * gst-libs/gst/riff/riff-media.c:
17809         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17810           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17811           channels and a channel layout map.
17812           
17813 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17814
17815         Reviewed by Edward Hervey  <edward@fluendo.com>
17816
17817         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17818         C-level optimization of the RGBA nearest neighbour function.
17819         Eventually this might end up in liboil with vectorized versions.
17820
17821 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17822
17823         * gst-libs/gst/audio/multichannel.c:
17824         (gst_audio_get_channel_positions):
17825           When we have more than 2 channels, but no channel layout is
17826           specified in the caps, return some default channel layout
17827           to the caller and warn about about a possibly buggy element
17828           (could be buggy filtercaps as well of course) (#317038).
17829
17830 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17831
17832         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17833           Add gst-libs/gst/cdda to list of lib search paths.
17834
17835 2006-02-15  Andy Wingo  <wingo@pobox.com>
17836
17837         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17838         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17839         to the Lord Jesus that I do not have to touch the ogg muxer ever
17840         again.
17841
17842 2006-02-15  Edward Hervey  <edward@fluendo.com>
17843
17844         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17845         quicktime movie files can also contain 'uuid' atoms.
17846
17847 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17848
17849         * gst/audioconvert/plugin.c: (plugin_init):
17850           Register the GstAudioChannelPosition enum type with the type
17851           system in the plugin_init function, so that it is known before
17852           any element actually makes use of multi-channel stuff. This is
17853           required for example if one wants to be able to deserialise/use
17854           a caps string with channel positions before any pipeline has
17855           been setup and started, like with gst-launch.
17856
17857 2006-02-14  Wim Taymans  <wim@fluendo.com>
17858
17859         * gst-libs/gst/audio/gstringbuffer.c:
17860         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17861         (gst_ring_buffer_samples_done), (wait_segment),
17862         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17863         Add some compiler G_(UN_)LIKELY help.
17864         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17865         make sure they can exit their functions. Should fix #330748
17866
17867 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17868
17869         * Makefile.am:
17870         * configure.ac:
17871         * win32/MANIFEST:
17872         * win32/common/_stdint.h:
17873           Windows does not have long long; copy the generated _stdint.h
17874         * win32/common/interfaces-enumtypes.c:
17875         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17876         (gst_mixer_track_flags_get_type),
17877         (gst_tuner_channel_flags_get_type):
17878         * win32/common/multichannel-enumtypes.c:
17879         (gst_audio_channel_position_get_type):
17880           update
17881
17882 2006-02-13  Wim Taymans  <wim@fluendo.com>
17883
17884         * gst-libs/gst/audio/gstbaseaudiosink.c:
17885         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17886         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17887         Always sync on first sample we receive when starting.
17888
17889 2006-02-13  Wim Taymans  <wim@fluendo.com>
17890
17891         * gst/playback/gstplaybin.c: (gen_vis_element):
17892         Update vis bin docs.
17893         Move queue after tee so we don't queue video buffers but
17894         audio samples instead. Fixes problems where the video queue
17895         is filled and the audio queue empty.
17896
17897 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17898
17899         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17900           No need to push an EOS event here, GstBaseSrc will do that for us
17901           when we return FLOW_UNEXPECTED.
17902           
17903 2006-02-12  Wim Taymans  <wim@fluendo.com>
17904
17905         * gst-libs/gst/audio/gstbaseaudiosink.c:
17906         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17907         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17908         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17909         Use scale functions when possible.
17910         Fix error messages.
17911         Free clockid when after waiting for EOS.
17912         Use G_(UN_)LIKLY when it makes sense.
17913         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17914
17915 2006-02-12  Edward Hervey  <edward@fluendo.com>
17916
17917         * gst/playback/gstplaybasebin.c: (prepare_output): 
17918         Remove stray semi-colon (fixes #330888).
17919
17920 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17921
17922         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17924         Fix up the XShm call testing so that we catch errors, and don't
17925         cause new ones by attempting to detach from a segment we failed
17926         to attach to. Fixes #312439.
17927
17928 2006-02-10  Edward Hervey  <edward@fluendo.com>
17929
17930         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17931         Added flv file typefind (video/x-flv).
17932
17933 2006-02-10  Edward Hervey  <edward@fluendo.com>
17934
17935         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17936         (gst_riff_create_video_template_caps):
17937         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17938         Also added the caps to the default set of riff video caps.
17939
17940 2006-02-09  Andy Wingo  <wingo@pobox.com>
17941
17942         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17943         time and the end time of the last packet in the page.
17944         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17945         on the pages in our queue, set the duration as well. Reflow a
17946         debug statement.
17947         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17948         Fixes bad muxing order.
17949
17950 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17951
17952         * gst-libs/gst/rtp/gstbasertppayload.c:
17953         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17954           update seqnum before setting it on the packet; this makes sure
17955           that the timestamp and seqnum properties match after pushing
17956           a buffer
17957
17958 2006-02-09  Andy Wingo  <wingo@pobox.com>
17959
17960         * gst-libs/gst/audio/gstringbuffer.c
17961         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17962         overflow after 13.5 hours of recording. Kapow!
17963
17964         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17965         the buffer size -- we don't care about underrun/overrun reporting
17966         right now, just need to return a useful value.
17967
17968 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17969
17970         * configure.ac:
17971           Back to CVS
17972
17973 === release 0.10.3 ===
17974
17975 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17976
17977         * configure.ac:
17978           releasing 0.10.3, "Under Pressure"
17979
17980 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17981
17982         * configure.ac:
17983         Drat. Bump libtool version number for new API.
17984         Prelease 0.10.2.3 (of 0.10.3)
17985
17986 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17987
17988         * configure.ac:
17989         * win32/common/config.h:
17990         0.10.2.2 prerelease (of 0.10.3).
17991
17992 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17993
17994         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17995           Revert Andy's newsegment change pending a more correct
17996           fix.
17997
17998 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17999
18000         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18001         (qt_type_find), (plugin_init):
18002           detect more files as 3gp
18003           group and reorder the iso file formats
18004
18005 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18006
18007         * ext/vorbis/vorbis.c: (plugin_init):
18008           Register musicbrainz tags, so apps don't have to.
18009
18010 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18011
18012         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18013         (gst_tag_to_vorbis_tag):
18014           Make sure we called gst_tag_register_musicbrainz_tags()
18015           before possibly mapping a vorbiscomment string from/to a
18016           musicbrainz tag.
18017
18018 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18019
18020         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18021           In case we can't find the required number of consecutive
18022           mpeg audio frames to positively identify an MPEG audio
18023           stream, check if there's at least a valid mpeg audio
18024           frame right at offset 0 and if so suggest mpeg/audio
18025           caps with a very low probability (#153004).
18026
18027 2006-02-07  Andy Wingo  <wingo@pobox.com>
18028
18029         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18030         a TIME segment if we get timestamped buffers. Requires recent
18031         fixes in core to work properly.
18032
18033 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18034
18035         * gst/playback/gstplaybasebin.c: (prepare_output):
18036           Don't print the URI as part of the error message, it
18037           makes error dialogs look rather ugly, especially if
18038           the URI is very long or has characters in it that
18039           need escaping.
18040
18041 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * gst/playback/gstplaybasebin.c: (prepare_output):
18044           Error out if we have only text or subtitles, but nothing
18045           else. Also error out if we have subtitles but no video
18046           stream.
18047
18048 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18049
18050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18051           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18052           Post an error message on the bus when we encounter an
18053           error, which will hopefully be more meaningful than the
18054           'Internal Flow Error' message users get to see if we
18055           just return GST_FLOW_ERROR.
18056
18057 2006-02-07  Andy Wingo  <wingo@pobox.com>
18058
18059         * configure.ac (GST_MAJORMINOR): Update core version req to
18060         0.10.2.2, for the collectpads API addition (#330244).
18061
18062 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18063
18064         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18065           Return FALSE from plugin_init() when GnomeVFS can't
18066           be initialised for some reason (#328423).
18067
18068 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18069
18070         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18071         Stick to seeking theory until i find the bug.
18072         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18073
18074 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18075
18076         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18077         (theora_enc_finalize), (theora_enc_sink_setcaps),
18078         (theora_set_header_on_caps), (theora_enc_chain),
18079         (theora_enc_change_state):
18080         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18081           Make theoraenc and the tests leak free. Like, really.
18082
18083 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18084
18085         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18086         (theora_enc_finalize), (theora_enc_sink_setcaps):
18087           Add a finalize method to ensure we clean up state even if
18088           someone omitted the state change back to NULL.
18089
18090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18091         (gst_vorbisenc_chain):
18092           Free some more leaked bits.
18093
18094         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18095         (stop_pipeline):
18096           Wait for state changes to happen if they're ASYNC.
18097
18098           This ought to teach those fancy pants buildbots a lesson.
18099
18100 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18101
18102         * gst-libs/gst/tag/gstid3tag.c:
18103           Add mapping for ID3 International Standard Recording Code
18104           tag "TSRC"
18105
18106 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18107
18108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18109           Don't leak tag names.
18110
18111 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18112
18113         * docs/libs/gst-plugins-base-libs-docs.sgml:
18114         * docs/libs/gst-plugins-base-libs-sections.txt:
18115         * gst-libs/gst/tag/gstid3tag.c:
18116         * gst-libs/gst/tag/gstvorbistag.c:
18117         * gst-libs/gst/tag/tags.c:
18118           Split libgsttag docs into multiple sections.
18119
18120 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18121
18122         * docs/libs/Makefile.am:
18123         * docs/libs/gst-plugins-base-libs-docs.sgml:
18124         * docs/libs/gst-plugins-base-libs-sections.txt:
18125         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18126         * gst-libs/gst/tag/gstvorbistag.c:
18127         * gst-libs/gst/tag/tag.h:
18128         * gst-libs/gst/tag/tags.c:
18129           Add libgsttag to the docs.
18130
18131 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18132
18133         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18134         (gst_text_overlay_init), (gst_text_overlay_src_event),
18135         (gst_text_overlay_collected): Fix clockoverlay.
18136
18137 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18138
18139         * docs/libs/compiling.sgml:
18140           Fix typo: it's pkg-config, not pkg-gconfig
18141
18142         * docs/libs/gst-plugins-base-libs-docs.sgml:
18143         * docs/libs/gst-plugins-base-libs-sections.txt:
18144         * docs/libs/tmpl/gstgconf.sgml:
18145           There is no libgstgconf in 0.10, remove it
18146           from the docs.
18147
18148 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18149
18150         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18151         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18152         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18153         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18154         (gst_sub_parse_class_init), (gst_sub_parse_init),
18155         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18156         (parse_mpsub), (parser_state_init), (handle_buffer),
18157         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18158         * gst/subparse/gstsubparse.h: Introduce seeking code.
18159
18160 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18161
18162         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18163           Add comment about LANGUAGE tag inconsistency (we want
18164           ISO-639-1, but extract three-letter identifiers?)
18165
18166         * po/POTFILES.in:
18167           Add two translatable files.
18168
18169 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18170
18171         * gst-libs/gst/tag/Makefile.am:
18172         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18173         * gst-libs/gst/tag/tag.h:
18174         * gst-libs/gst/tag/tags.c:
18175         (gst_tag_register_musicbrainz_tags_internal),
18176         (gst_tag_register_musicbrainz_tags):
18177           Forward-port some tags stuff from the 0.8 branch. This is
18178           mostly the addition of musicbrainz tags and their mapping
18179           to vorbistags, and a vorbistag mapping of the language tag.
18180
18181 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18182
18183         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18184         refactoring.
18185
18186 2006-02-04  David Schleef  <ds@schleef.org>
18187
18188         * ext/ogg/gstoggmux.c:
18189         * gst/typefind/gsttypefindfunctions.c:
18190           Add Dirac typefinding and add dirac format to oggmux.
18191
18192 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18193
18194         * gst/playback/gstdecodebin.c: (try_to_link_1):
18195           Don't put essential function call into
18196           g_return_*() macro, otherwise it'll all be
18197           replaced by NOOPs when compiling with
18198           G_DISABLE_CHECKS defined.
18199
18200 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18201
18202         * ext/ogg/gstoggdemux.c:
18203         * ext/ogg/gstoggparse.c:
18204         * gst/tcp/gsttcpserversink.c:
18205         * sys/v4l/v4lsrc_calls.c:
18206         * sys/v4l/v4lsrc_calls.h:
18207         Just make it compile with --disable-gst-debug.
18208
18209 2006-02-03  Wim Taymans  <wim@fluendo.com>
18210
18211         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18212         (gst_alsasink_class_init), (gst_alsasink_init),
18213         (gst_alsasink_write), (gst_alsasink_reset):
18214         * ext/alsa/gstalsasink.h:
18215         Add lock to protect alsa calls.
18216         Implement reset to flush samples ASAP, does not work
18217         with dmix though.
18218
18219 2006-02-02  Wim Taymans  <wim@fluendo.com>
18220
18221         * gst-libs/gst/audio/gstbaseaudiosink.c:
18222         (gst_base_audio_sink_provide_clock):
18223         Ugh.. getting late I guess...
18224
18225 2006-02-02  Wim Taymans  <wim@fluendo.com>
18226
18227         * gst-libs/gst/audio/gstbaseaudiosink.c:
18228         (gst_base_audio_sink_provide_clock),
18229         (gst_base_audio_sink_set_property),
18230         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18231         Don't try to provide a clock when we are not negotiated since
18232         we might not be able to make it run.
18233
18234 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18235
18236         * gst/playback/gstdecodebin.c: (try_to_link_1):
18237           Unlinking two source pads is ... hard.
18238
18239 2006-02-02  Wim Taymans  <wim@fluendo.com>
18240
18241         * gst-libs/gst/audio/TODO:
18242         Updated.
18243
18244         * gst-libs/gst/audio/gstbaseaudiosink.c:
18245         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18246         On EOS, wait till the last sample is played before posting EOS.
18247
18248 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18249
18250         Patch by: Kai Vehmanen
18251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18252           Adds ability to enable newsegment bypass by setting queue_delay to
18253           zero. Also avoid thread being started if queue_delay is zero.
18254
18255 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18256
18257         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18258           Make test work again by connecting fakesinks to each decoded pad,
18259           which makes the pipeline wait until each fakesink has a buffer
18260           queued before going to PAUSED state. At that point we know the
18261           decodebin pads are negotiated.
18262
18263 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18264
18265         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18266         (gst_cdda_base_src_handle_event):
18267         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18268           Pass unhandled queries to the parent class's query function.
18269
18270 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18271
18272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18273         (gst_ogg_pad_src_query):
18274         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18275         * ext/theora/theoradec.c: (theora_dec_src_query),
18276         (theora_dec_sink_query):
18277         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18278         (vorbis_dec_sink_query):
18279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18280         (gst_vorbisenc_sink_query):
18281         * gst/adder/gstadder.c: (gst_adder_query):
18282           Pass unhandled queries upstream instead of just
18283           dropping them (#326447). Also, fix supported
18284           query types list for some elements.
18285
18286 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18287
18288         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18289         (paris_type_find), (ilbc_type_find), (plugin_init):
18290           Fix typefinding for audio/x-au, audio/x-paris and
18291           audio/iLBC-sh. We cannot use the START_WITH macros
18292           here, because there can only be one typefind factory
18293           with the same name (caps), so the second one would
18294           replace the first one and the first one would never
18295           be called when doing typefinding (see #161712).
18296           
18297
18298 2006-01-31  Wim Taymans  <wim@fluendo.com>
18299
18300         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18301         (vorbis_handle_header_packet), (vorbis_dec_push),
18302         (vorbis_handle_data_packet):
18303         Use scale_int when we can, add some more scaling.
18304         Check packettype before parsing it.
18305
18306 2006-01-31  Wim Taymans  <wim@fluendo.com>
18307
18308         * ext/theora/theoradec.c: (_theora_granule_time),
18309         (theora_dec_src_convert), (theora_dec_sink_convert):
18310         Call right _scale functions.
18311         Use parameter instead of some other random value.
18312
18313 2006-01-31  Wim Taymans  <wim@fluendo.com>
18314
18315         * ext/theora/theoradec.c: (_theora_granule_frame),
18316         (_theora_granule_time), (_inc_granulepos),
18317         (theora_dec_src_convert), (theora_dec_sink_convert),
18318         (theora_handle_type_packet), (theora_handle_data_packet),
18319         (theora_dec_chain):
18320         Use higher precision timestamps calculation.
18321         Convert some other conversions to _scale.
18322
18323 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18324
18325         * gst/audiotestsrc/gstaudiotestsrc.c:
18326         (gst_audio_test_src_create_sine_table), (plugin_init):
18327         * gst/volume/gstvolume.c: (plugin_init):
18328           initialize gst_controller before using
18329
18330 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18331
18332         * tests/check/pipelines/theoraenc.c:
18333         * tests/check/pipelines/vorbisenc.c:
18334         Define constant using G_GINT64_CONSTANT to avoid errors when
18335         passing it around - otherwise it gets truncated to 32 bits.
18336
18337         Fixes failing tests.
18338
18339 2006-01-31  Andy Wingo  <wingo@pobox.com>
18340
18341         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18342         caps being set doesn't have a framerate value. Basically a stopgap
18343         measure.
18344
18345         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18346         technically correct enough to put into core though.
18347         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18348         DURATION. Fixes theoraenc ! oggmux.
18349
18350         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18351         fraction, not double.
18352
18353 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18354
18355         * win32/vs7:
18356         add vs7 project files created by Sergey Scobich
18357
18358 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18359
18360         * win32/vs8:
18361         add vs8 project files created by Sergey Scobich
18362         
18363 2006-01-30  Andy Wingo  <wingo@pobox.com>
18364
18365         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18366         timestamp + duration, not just timestamp -- ogg pages should be
18367         ordered by stop time. Necessary fix given the change in vorbis
18368         timestamps.
18369
18370         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18371         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18372         (granulepos_add): New function, handles the messiness of adjusting
18373         granulepos values.
18374         (theora_buffer_from_packet):
18375         (theora_enc_chain):
18376         (theora_enc_sink_event): Use granulepos_add, not +.
18377
18378         * tests/check/pipelines/theoraenc.c
18379         (check_buffer_granulepos_from_starttime): Just check the frame
18380         count, not the actual granulepos -- we can't dictate to the
18381         encoder when it should be placing keyframes.
18382
18383 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18384
18385         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18386           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18387           play an http:// stream from a server that's not serving
18388
18389 2006-01-30  Andy Wingo  <wingo@pobox.com>
18390
18391         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18392         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18393         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18394         available.
18395
18396         * ext/theora/gsttheoraenc.h:
18397         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18398         although theoraenc was timestamping correctly. Added handling of
18399         streams that start with nonzero timestamps.
18400
18401         * tests/check/Makefile.am:
18402         * tests/check/pipelines/theoraenc.c: New file, basically does same
18403         tests as vorbisenc.
18404
18405         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18406
18407 2006-01-30  Wim Taymans  <wim@fluendo.com>
18408
18409         * gst-libs/gst/audio/gstaudiosink.c:
18410         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18411         (gst_audioringbuffer_pause):
18412         Implement pause that does not wait for completion.
18413
18414         * gst-libs/gst/audio/gstbaseaudiosink.c:
18415         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18416         Don't drop buffers when going to PAUSED but perform preroll on
18417         remaining samples now that core base class supports this.
18418
18419         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18420         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18421         (gst_ring_buffer_commit):
18422         Pause should not signal waiters.
18423         Implement return value of _commit correctly.
18424
18425 2006-01-30  Andy Wingo  <wingo@pobox.com>
18426
18427         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18428
18429         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18430         updated to timestamp from the first sample, not the last.
18431         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18432         special care of granulepos and timestamp for header packets.
18433         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18434         when the first buffer has a nonzero timestamp.
18435
18436         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18437         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18438         case when the first audio buffer we get has a nonzero timestamp.
18439         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18440         properly timestamp vorbis buffers with the time of the first
18441         sample, not the last.
18442         
18443         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18444         vorbis_granule_time_copy -- now it takes the granule/subgranule
18445         offset into account.
18446
18447         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18448         timestamps, durations, and granulepos on buffers produced by
18449         vorbisenc.
18450
18451 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18452
18453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18454         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18455           Patch from Eric Jonas to support conversions to/from UYVY 
18456           (Fixes: #324626)
18457
18458 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18459
18460         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18461         (setup_subtitle), (setup_source), (set_active_source):
18462         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18463         (gen_text_element), (gen_audio_element), (gen_vis_element),
18464         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18465
18466 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18467
18468         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18469         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18470                 use gst_guint64_to_gdouble to be compliant with vs6
18471         * gst/playback/gstdecodebin.c: (try_to_link_1)
18472         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18473                 use G_GINT64_CONSTANT for int64 constants
18474         * win32/common/libgstinterfaces.def:
18475                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18476         * win32/vs6:
18477                 update and add new project files
18478                 
18479 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18480
18481         * Makefile.am:
18482         * win32/MANIFEST:
18483         * win32/common/interfaces-enumtypes.c:
18484         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18485         (gst_mixer_track_flags_get_type),
18486         (gst_tuner_channel_flags_get_type):
18487         * win32/common/interfaces-enumtypes.h:
18488         * win32/common/multichannel-enumtypes.c:
18489         (gst_audio_channel_position_get_type):
18490         * win32/common/multichannel-enumtypes.h:
18491           add a win32-update rule like in core, and copy over enumtypes files
18492
18493 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18494
18495         * win32/MANIFEST:
18496         * win32/common/config.h:
18497         * win32/common/config.h.in:
18498           add config files just like in core
18499
18500 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18501
18502         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18503           Make gcc-4.1 happy (part of #327357).
18504
18505 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18506
18507         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18508         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18509         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18510         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18511         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18512         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18513           Update all error messages.  All of them should either use
18514           the default translated message, or actually provide a
18515           translatable string.
18516           Make the string for channel count problems meaningful.
18517
18518 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18519
18520         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18521           check for and throw RESOURCE_BUSY
18522
18523 2006-01-27  David Schleef  <ds@schleef.org>
18524
18525         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18526           checked in this change -- it requires liboil features not
18527           in 0.3.6.  Revert parts.
18528
18529 2006-01-27  David Schleef  <ds@schleef.org>
18530
18531         * REQUIREMENTS:
18532         * configure.ac: update liboil requirement to 0.3.6
18533         * gst/videoscale/Makefile.am:
18534         * gst/videoscale/vs_scanline.c: liboilify
18535
18536 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18537
18538         * ext/libvisual/visual.c: (get_buffer):
18539           When pad_alloc returns a GstFlowReturn other
18540           than GST_FLOW_OK, make sure it is passed upstream.
18541
18542 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18543
18544         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18545         (gst_alsasink_class_init):
18546           Free the device name string.
18547
18548         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18549         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18550         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18551           Don't remove a pad from the collectpads structure until it
18552           is released - it's a request pad, and may receive data again
18553           if the element gets moved back to PLAYING state.
18554
18555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18556           Ensure we turn on double buffering on the Xv port, and
18557           set the colour key to something dark and mysterious that
18558           isn't black.
18559
18560 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18561
18562         * ext/alsa/gstalsaplugin.c: (plugin_init):
18563         * ext/cdparanoia/gstcdparanoiasrc.c:
18564         (gst_cd_paranoia_src_base_init), (plugin_init):
18565         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18567           - a library should not call setlocale. see "Libraries" node in
18568             gettext manual
18569           - make sure all plugins that use translation do bindtextdomain
18570             to point to the localedir
18571         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18572         (setup_sinks), (plugin_init):
18573           all this, and check for NULL when creating sinks
18574
18575 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18576
18577         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18578         (plugin_init): Make typefinding of subtitles work again.
18579
18580 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18581
18582         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18583         (mp3_type_frame_length_from_header), (mp3_type_find),
18584         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18585         (plugin_init):
18586           Backport a bunch of typefinding fixes from the 0.8 branch.
18587           Also, improve wavpack typefinding: if we can't peek the
18588           entire wavpack block, try to parse the bits we can get and
18589           see if we find what we're looking for in those.
18590
18591 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18592
18593         * sys/ximage/ximagesink.c:
18594         (gst_ximagesink_calculate_pixel_aspect_ratio):
18595         * sys/xvimage/xvimagesink.c:
18596         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18597         more cases of pixel aspect ratio.
18598
18599 2006-01-26  Edward Hervey  <edward@fluendo.com>
18600
18601         * gst/playback/gstdecodebin.c: (pad_probe):
18602         Also consider the flush-start and tag events as unblockers
18603         for the pad probes.
18604
18605 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18606
18607         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18608         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18609         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18610         On the fly visualisation switch, works disabling, enabling as
18611         well but it won't be able to enable vis in a playbin that was
18612         created with no visualisation.
18613
18614 2006-01-25  Wim Taymans  <wim@fluendo.com>
18615
18616         * gst-libs/gst/audio/gstbaseaudiosink.c:
18617         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18618         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18619         resume after pause.
18620
18621 2006-01-25  Wim Taymans  <wim@fluendo.com>
18622
18623         * gst-libs/gst/audio/gstbaseaudiosink.c:
18624         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18625         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18626         Improve debugging.
18627         Post error when caps cannot be parsed.
18628         Resync on discontinuity in the stream.
18629         Clip samples to segment boundaries.
18630         return WRONG_STATE sooner when we are flushing.
18631
18632         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18633         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18634         Make audiosrc operate in TIME.
18635         Set TIMESTAMP and DURATION on buffers.
18636
18637 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18638
18639         * tests/examples/seek/seek.c: (main):
18640           Output tag messages as well.
18641
18642 2006-01-23  Edward Hervey  <edward@fluendo.com>
18643
18644         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18645         (free_pad_probes), (remove_fakesink), (pad_probe),
18646         (close_pad_link), (gst_decode_bin_change_state):
18647         Replace GstPadBlockCallback with pad probes that detect
18648         first buffer AND eos before removing fakesink.
18649         Fixes hang with demuxers doing EOS while pre-rolling.
18650         Solves #328279
18651
18652 2006-01-23  Andy Wingo  <wingo@pobox.com>
18653
18654         * ext/alsa/gstalsasink.c:
18655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18656         (gst_base_rtp_depayload_setcaps),
18657         (gst_base_rtp_depayload_add_to_queue),
18658         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18659         
18660         Patch by: Jens Granseuer <jensgr at gmx dot net>
18661
18662 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18663
18664         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18665         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18666         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18667         frames. We might get a frame destroyed after changing state to
18668         NULL, adding a safety check on xcontext.
18669
18670 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18671
18672         * gst-libs/gst/interfaces/xoverlay.c:
18673           Fix prepare-xwindow-id code example in the docs - we need to
18674           ignore all messages that aren't element messages as well.
18675           
18676 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18677
18678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18679           I think one day i'll completely undestand how caps negotiation
18680           is supposed to work. This refactoring handles buffer_alloc
18681           called with caps we can't handle. We definitely don't want a
18682           set_caps with those caps, so we define and allocate a buffer
18683           we would like to receive.
18684
18685 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18686
18687         * gst/playback/gstplaybasebin.c: (setup_source):
18688           Free iterator when done.
18689
18690 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18691
18692         * gst-libs/gst/audio/gstbaseaudiosink.c:
18693         (gst_base_audio_sink_render):
18694           Fix playback of non-synchronised streams by assuming a rate
18695           of 1.0 instead of a random one.
18696
18697           Makes this work again:
18698
18699           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18700           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18701           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18702           audioresample ! alsasink
18703
18704 === release 0.10.2 ===
18705
18706 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18707
18708         * configure.ac:
18709           releasing 0.10.2, "Then the devil is six"
18710
18711 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18712
18713         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18714         * gst/playback/gststreamselector.c:
18715         (gst_stream_selector_set_property):
18716           Comment out broken code that connects to the state-changed signal.
18717           At this point, changing current stream selection is broken, but 
18718           stuff like gst-launch playbin current-audio=1 works and filters
18719           to the chosen stream.
18720
18721 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18722
18723         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18724           Fix #327216 (null dereference in vorbisdec)
18725
18726 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18727
18728         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18729           Post taglist actually on bus instead of just freeing it
18730           (fixes #327114 and totem bug #327080).
18731
18732         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18733           Use gst_element_found_tags_for_pad(), so that the tags
18734           are sent downstream as an event as well.
18735
18736 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18737
18738         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18739         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18740         (gst_ximagesink_buffer_alloc):
18741         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18742         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18743         (gst_xvimagesink_buffer_alloc):
18744           move all regularly occurring messages to GST_LOG level
18745           add some more object logs
18746
18747 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18748
18749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18750           fix a silly segfault
18751
18752 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18753
18754         * docs/libs/gst-plugins-base-libs-docs.sgml:
18755         * docs/libs/gst-plugins-base-libs-sections.txt:
18756         * gst-libs/gst/audio/mixerutils.c:
18757         * gst-libs/gst/audio/mixerutils.h:
18758           Add docs for mixerutils stuff.
18759
18760 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18761
18762         * gst/playback/gstplaybasebin.c: (setup_source):
18763           Fix playback for sources that emit raw audio or
18764           raw video streams (e.g.: cd audio sources) (#325984).
18765
18766 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18767
18768         * gst-libs/gst/audio/mixerutils.c:
18769         (gst_audio_mixer_filter_do_filter):
18770           actually save the element we create
18771
18772 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18773
18774         * gst-libs/gst/cdda/gstcddabasesrc.c:
18775         (gst_cdda_base_src_handle_track_seek):
18776           No need to post a tag message on the bus when seeking
18777           within the same track, only post it when the current
18778           track changes.
18779
18780 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18781
18782         * gst/playback/gstplaybasebin.c: (group_destroy),
18783         (probe_triggered), (new_decoded_pad), (mute_group_type),
18784         (set_active_source):
18785         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18786         * gst/playback/gststreamselector.c:
18787         (gst_stream_selector_base_init),
18788         (gst_stream_selector_set_property),
18789         (gst_stream_selector_request_new_pad):
18790           Reenable stream selection. These mechanisms need a complete overhaul
18791           in the face of 0.8->0.10 changes though.
18792
18793 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18794
18795         * ext/ogg/gstoggdemux.c:
18796           Change the pad template to src_%d to match the pads that 
18797           are created from it. decodebin needs this information in order
18798           to decide that oggdemux is capable of producing multiple pads
18799           (and hence needs queues inserted).
18800
18801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18802         (gst_ogg_mux_collected):
18803           Make debug output more useful by using GST_PTR_FORMAT.
18804
18805 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18806
18807         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18810           Set depth and width for alaw/mulaw (fixes #326601).
18811
18812 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18813
18814         * tests/icles/Makefile.am:
18815           don't build the tests if we don't have the libs
18816
18817 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18818
18819         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18820         (gst_cd_paranoia_paranoia_callback):
18821           Don't try to free NULL pointers.
18822
18823 2006-01-10  Edward Hervey  <edward@fluendo.com>
18824
18825         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18826         (gst_audio_rate_change_state), (plugin_init):
18827         Add debugging category.
18828         Fix type issues.
18829         Add case for incoming buffers without valid offset/offset_end.
18830
18831 2006-01-10  Michael Smith  <msmith@fluendo.com>
18832
18833         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18834           Don't leak GCond in audio sources.
18835
18836 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18837
18838         * gst/playback/gstplaybin.c: (gen_audio_element):
18839           Don't leak an autoaudiosink/alsasink when we generate
18840           a new audio element. (old code, I guess)
18841
18842 2006-01-10  Michael Smith  <msmith@fluendo.com>
18843
18844         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18845           Support float audio in audiorate.
18846           Use width rather than depth for selecting sample width.
18847
18848 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18849
18850         * gst/videotestsrc/videotestsrc.h:
18851           Use GLib types here (that way we don't have to include the
18852           generated _stdint.h header, which makes life easier for win32
18853           folks that don't use autotools for the build) (#325990, patch
18854           by: Sergey Scobich).
18855
18856 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18857
18858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18859         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18860         (gst_ring_buffer_pause), (wait_segment):
18861         * gst-libs/gst/audio/gstringbuffer.h:
18862           Name (private) union, makes Forte compiler happy (this time
18863           for real) (#324900).
18864
18865 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * gst-libs/gst/audio/Makefile.am:
18868           Link against libgstinterfaces, needed for mixer
18869           and property probe stuff.
18870
18871 2006-01-09  Edward Hervey  <edward@fluendo.com>
18872
18873         * gst-libs/gst/Makefile.am:
18874
18875 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18876
18877         * gst-libs/gst/audio/Makefile.am:
18878         * gst-libs/gst/audio/mixerutils.c:
18879         (gst_audio_mixer_filter_do_filter),
18880         (gst_audio_mixer_filter_check_element),
18881         (gst_audio_mixer_filter_probe_feature),
18882         (element_factory_rank_compare_func),
18883         (gst_audio_default_registry_mixer_filter):
18884         * gst-libs/gst/audio/mixerutils.h:
18885           Add gst_audio_default_registry_mixer_filter() utility
18886           function.
18887
18888 2006-01-03  Michael Smith  <msmith@fluendo.com>
18889
18890         * gst/audioresample/resample.h:
18891           As before, but for o_buf
18892
18893 2006-01-03  Michael Smith  <msmith@fluendo.com>
18894
18895         * gst/audioresample/resample.h:
18896           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18897           since we do arithmetic on it.
18898
18899 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18900
18901         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18902         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18903         (gst_ring_buffer_pause), (wait_segment):
18904         * gst-libs/gst/audio/gstringbuffer.h:
18905           Sun's Forte compiler doesn't seem to like anonymous structs,
18906           so use same setup as in GstBaseSrc (fixes #324900).
18907
18908 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18909
18910         * configure.ac:
18911         * gst/volume/Makefile.am:
18912         * gst/volume/demo.c:
18913           move old example to tests/examples/volume/volune.c
18914         * tests/examples/Makefile.am:
18915         * tests/examples/seek/seek.c: (main):
18916           change window-close event from "delete-event" to "destroy"
18917         * tests/examples/volume/Makefile.am:
18918         * tests/examples/volume/volume.c: (value_changed_callback),
18919         (setup_gui), (message_received), (eos_message_received), (main):
18920           fix event handling and bus usage
18921
18922 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18923
18924         * gst/audiotestsrc/gstaudiotestsrc.c:
18925         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18926         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18927         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18928         (gst_audio_test_src_create_square),
18929         (gst_audio_test_src_create_saw),
18930         (gst_audio_test_src_create_triangle),
18931         (gst_audio_test_src_create_silence),
18932         (gst_audio_test_src_create_white_noise),
18933         (gst_audio_test_src_create_pink_noise),
18934         (gst_audio_test_src_init_sine_table),
18935         (gst_audio_test_src_create_sine_table),
18936         (gst_audio_test_src_change_wave),
18937         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18938         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18939         * gst/audiotestsrc/gstaudiotestsrc.h:
18940           update to basesrc changes, implement segmented seeking and eos
18941           handling, add a 'sine-tab' waveform for performance critical playback
18942
18943 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18944
18945         * po/POTFILES.in:
18946           ... and this time the other modified file that I missed last time.
18947
18948 2005-12-29  Michael Smith  <msmith@fluendo.com>
18949
18950         * gst/playback/gstdecodebin.c: (new_pad):
18951           Fix non-C89 variable declaration not at the start of a block. Should
18952           help some compilers.
18953
18954 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18955
18956         * tests/check/Makefile.am:
18957           And now fix 'make distcheck' (builddir != srcdir)
18958
18959 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18960
18961         * configure.ac:
18962         * ext/cdparanoia/Makefile.am:
18963         * ext/cdparanoia/gstcdparanoia.c:
18964         * ext/cdparanoia/gstcdparanoia.h:
18965         * ext/cdparanoia/gstcdparanoiasrc.c:
18966         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18967         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18968         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18969         (gst_cd_paranoia_paranoia_callback),
18970         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18971         (gst_cd_paranoia_src_set_property),
18972         (gst_cd_paranoia_src_get_property), (plugin_init):
18973         * ext/cdparanoia/gstcdparanoiasrc.h:
18974           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18975           plugin again (there are still fixes required to playbin to make
18976           cdda:// uris work there).
18977
18978 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18979
18980         * tests/check/Makefile.am:
18981           Fix test case compilation.
18982
18983 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18984
18985         * gst-libs/gst/cdda/gstcddabasesrc.c:
18986         (gst_cdda_base_src_update_duration),
18987         (gst_cdda_base_src_calculate_cddb_id):
18988           An integer is not a string. Fix access to uninitialised variable.
18989
18990         * tests/check/Makefile.am:
18991           Add cddabasesrc unit test; also actually enable the vorbis test.
18992
18993         * tests/check/generic/states.c:
18994           Blacklist new cd audio elements as well.
18995
18996         * tests/check/libs/cddabasesrc.c:
18997           Unit test for GstCddaBaseSrc (discid calculation mostly).
18998
18999 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19000
19001         * docs/libs/Makefile.am:
19002         * docs/libs/gst-plugins-base-libs-docs.sgml:
19003         * docs/libs/gst-plugins-base-libs-sections.txt:
19004         * docs/libs/gst-plugins-base-libs.types:
19005           Add docs for libgstcdda/GstCddaBaseSrc.
19006
19007         * gst-libs/gst/interfaces/mixertrack.h:
19008           Do one struct member per line with a semicolon at the end, that way
19009           even gtk-doc might parse it without complaining.
19010
19011 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19012
19013         * configure.ac:
19014         * gst-libs/gst/Makefile.am:
19015         * gst-libs/gst/cdda/Makefile.am:
19016         * gst-libs/gst/cdda/base64.c:
19017         * gst-libs/gst/cdda/base64.h:
19018         * gst-libs/gst/cdda/gstcddabasesrc.c:
19019         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19020         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19021         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19022         (gst_cdda_base_src_get_property),
19023         (gst_cdda_base_src_get_track_from_sector),
19024         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19025         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19026         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19027         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19028         (gst_cdda_base_src_uri_get_protocols),
19029         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19030         (gst_cdda_base_src_uri_handler_init),
19031         (gst_cdda_base_src_setup_interfaces),
19032         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19033         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19034         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19035         (gst_cdda_base_src_add_tags),
19036         (gst_cdda_base_src_add_index_associations),
19037         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19038         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19039         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19040         (gst_cdda_base_src_create):
19041         * gst-libs/gst/cdda/gstcddabasesrc.h:
19042         * gst-libs/gst/cdda/sha1.c:
19043         * gst-libs/gst/cdda/sha1.h:
19044           Add new libgstcdda with GstCddaBaseSrc class.
19045
19046 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19047
19048         * ext/gnomevfs/gstgnomevfssink.h:
19049           Use GstBaseSinkClass as parent_class member for class struct, not
19050           GstBaseSink.
19051
19052 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19053
19054         Patch by: Michael Benes
19055
19056         * gst/videotestsrc/gstvideotestsrc.c:
19057         (gst_video_test_src_class_init), (gst_video_test_src_start):
19058           Add start method to reset running time and number of frames sent
19059           when starting up (fixes #324696)
19060
19061 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19062
19063         * docs/plugins/Makefile.am:
19064         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19065         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19066         * docs/plugins/gst-plugins-base-plugins.args:
19067         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19068         * docs/plugins/gst-plugins-base-plugins.signals:
19069           Add docs stuff for gnomevfssrc and gnomevfssink.
19070
19071         * ext/gnomevfs/gstgnomevfssrc.c:
19072           Fix example pipeline in gtk-doc blurb.
19073
19074 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * ext/gnomevfs/Makefile.am:
19077         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19078         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19079         (gst_gnome_vfs_handle_get_type), (plugin_init):
19080         * ext/gnomevfs/gstgnomevfs.h:
19081         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19082         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19083         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19084         (gst_gnome_vfs_sink_set_property),
19085         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19086         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19087         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19088         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19089         (gst_gnome_vfs_sink_uri_get_type),
19090         (gst_gnome_vfs_sink_uri_get_protocols),
19091         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19092         (gst_gnome_vfs_sink_uri_handler_init):
19093         * ext/gnomevfs/gstgnomevfssink.h:
19094           Port gnomevfssink; add gtk-doc blurb.
19095
19096         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19097         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19098         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19099         (gst_gnome_vfs_src_uri_get_type),
19100         (gst_gnome_vfs_src_uri_get_protocols),
19101         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19102         (gst_gnome_vfs_src_uri_handler_init),
19103         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19104         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19105         (gst_gnome_vfs_src_send_additional_headers_callback),
19106         (gst_gnome_vfs_src_received_headers_callback),
19107         (gst_gnome_vfs_src_push_callbacks),
19108         (gst_gnome_vfs_src_pop_callbacks),
19109         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19110         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19111         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19112         * ext/gnomevfs/gstgnomevfssrc.h:
19113           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19114           file; add gtk-doc blurb with example pipelines.
19115
19116 === release 0.10.1 ===
19117
19118 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19119
19120         * configure.ac:
19121           releasing 0.10.1, "Dobro Dedek"
19122
19123 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19124
19125         * gst/typefind/gsttypefindfunctions.c:
19126         iLBC30 and iLBC20 added to typefind.
19127
19128 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19129
19130         * gst-libs/gst/audio/gstbaseaudiosink.c:
19131         (gst_base_audio_sink_class_init):
19132         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19133         (gst_base_audio_src_class_init):
19134           update strings, values are in microseconds
19135           change the default sink buffer time to something that is smaller
19136           (to help software volume mixing have a slightly lower delay) but
19137           still be acceptable on Wim's laptop
19138
19139 2005-12-20  Edward Hervey  <edward@fluendo.com>
19140
19141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19142         Made a quack, forgot to add DUCK to the riff video template.
19143
19144 2005-12-19  Edward Hervey  <edward@fluendo.com>
19145
19146         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19147         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19148         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19149         (gst_ogm_parse_chain):
19150         Make sure pads are initialized correctly.
19151         * gst-libs/gst/riff/riff-ids.h:
19152         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19153         (gst_riff_create_video_template_caps):
19154         Add a whole bunch of FOURCC <=> MimeType.
19155         Extend the riff video pad template to support the newly added fourcc.
19156
19157 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19158
19159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19160         (gst_ogg_demux_activate_chain):
19161           Extra debug output when activating/deactivating chains.
19162
19163         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19164         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19165         (unlinked):
19166           Remove a queue from our list when it becomes unlinked.
19167           Don't add queues to elements in class 'Demux' if they
19168           can only produce one pad 
19169
19170 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19171
19172         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19173         (gst_video_sink_get_type): Add a debug category.
19174
19175 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19176
19177         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19178         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19179           Handle downstream newsegment by sending our own newsegment before the
19180           next buffer to be released. (#323900)
19181
19182 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19183
19184         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19185         (gst_base_rtp_depayload_set_gst_timestamp):
19186           add queue delay to new segment as well (as opposed to just the first
19187           buffer). (bug #322347)
19188
19189 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19190
19191         * ext/libvisual/visual.c: (make_valid_name):
19192           change some char* into char[]
19193         * gst/audiotestsrc/gstaudiotestsrc.c:
19194         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19195         (gst_audio_test_src_create):
19196         * gst/audiotestsrc/gstaudiotestsrc.h:
19197           prepare to handle EOS and SEGMENT_DONE
19198
19199 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19200
19201         * tests/check/generic/states.c: (GST_START_TEST):
19202           Blacklist cdparanoia element in state test.
19203
19204 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19205
19206           Patch by: Benjamin Pineau
19207
19208         * gst/tcp/gsttcp.c:
19209         * gst/tcp/gsttcpclientsink.c:
19210         * gst/tcp/gsttcpserversink.c:
19211         * gst/tcp/gsttcpserversrc.c:
19212           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19213
19214 2005-12-15  Michael Smith  <msmith@fluendo.com>
19215
19216         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19217         (gst_video_rate_chain):
19218           Fix timestamping for videorate when the first buffer it sees has a
19219           non-zero timestamp. Fix some misleading debug output.
19220
19221 2005-12-15  Michael Smith  <msmith@fluendo.com>
19222
19223         * gst/audioresample/gstaudioresample.c:
19224           Don't leak all input buffers to audioresample.
19225
19226 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19227
19228         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19229           Don't operate on empty text buffers. Strip newlines and
19230           tabs only from the end of the text, but leave them intact
19231           in the middle. Fix typo in gtk-doc description.
19232
19233 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19234
19235         * gst/playback/gstplaybasebin.c:
19236         * gst/playback/gstplaybin.c: (handoff):
19237           Make sure the video frame buffer we return to apps via the
19238           "frame" property always has caps set on it. Modify
19239           _gst_gvalue_set_object() macro to handle NULL objects
19240           gracefully too.
19241
19242 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19243
19244         * gst/audiotestsrc/gstaudiotestsrc.c:
19245         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19246         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19247         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19248         (gst_audio_test_src_create):
19249         * gst/audiotestsrc/gstaudiotestsrc.h:
19250         Adjust to some recent api changes and add wtays new cool seeking
19251         capabillities
19252
19253 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19254
19255         * ext/alsa/Makefile.am:
19256         * ext/alsa/gstalsadeviceprobe.c:
19257         * ext/alsa/gstalsadeviceprobe.h:
19258           Helper functions to add device probing via the GstPropertyProbe
19259           interface to a class.
19260
19261         * ext/alsa/gstalsamixer.h:
19262           Comment out GST_ALSA_MIXER, it returns a struct that's not
19263           used.
19264
19265         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19266           Add some debug info. 
19267
19268         * ext/alsa/gstalsamixerelement.c:
19269         (gst_alsa_mixer_element_interface_supported),
19270         (gst_implements_interface_init),
19271         (gst_alsa_mixer_element_init_interfaces),
19272         (gst_alsa_mixer_element_class_init),
19273         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19274         (gst_alsa_mixer_element_set_property),
19275         (gst_alsa_mixer_element_get_property),
19276         (gst_alsa_mixer_element_change_state):
19277         * ext/alsa/gstalsamixerelement.h:
19278           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19279           for device handling (gnome-volume-control will need that).
19280
19281 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19282
19283         * ext/Makefile.am: fix cdparanoia entry
19284         * gst-plugins-base.spec.in: add cdparanoia
19285
19286 2005-12-12  Michael Smith  <msmith@fluendo.com>
19287
19288         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19289           Use the correct function to free list of typefind factories.
19290
19291 2005-12-12  Wim Taymans  <wim@fluendo.com>
19292
19293         * gst/videotestsrc/gstvideotestsrc.c:
19294         (gst_video_test_src_class_init), (gst_video_test_src_init),
19295         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19296         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19297         (gst_video_test_src_create):
19298         * gst/videotestsrc/gstvideotestsrc.h:
19299         Implement seeking in videotestsrc.
19300         Small cleanups.
19301
19302 2005-12-12  Wim Taymans  <wim@fluendo.com>
19303
19304         * ext/cdparanoia/Makefile.am:
19305         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19306         (gst_paranoia_endian_get_type), (_do_init),
19307         (cdparanoia_class_init), (cdparanoia_init),
19308         (cdparanoia_set_property), (cdparanoia_get_property),
19309         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19310         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19311         (cdparanoia_convert), (cdparanoia_get_query_types),
19312         (cdparanoia_query), (cdparanoia_set_index),
19313         (cdparanoia_uri_set_uri):
19314         * ext/cdparanoia/gstcdparanoia.h:
19315         Partially ported cdparanoia now that basesrc can support a
19316         plugin like this..
19317
19318 2005-12-12  Wim Taymans  <wim@fluendo.com>
19319
19320         * tests/examples/seek/scrubby.c: (main):
19321         Set higher priority for bus events so they don't get reordered with
19322         gtk gui events.
19323
19324         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19325         (flush_toggle_cb), (main):
19326         Added checkbox to disable flushing seeks. 
19327         Disable scrubbing when doing non flushing seeks.
19328
19329 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19330
19331         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19332         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19333         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19334         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19335           Implement some sort of event handling that doesn't rely on
19336           g_return_if_fail; make sure we always push the last chunk of an 
19337           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19338           state change function; remove some old cruft. Seeking is still
19339           rather unlikely to work though.
19340
19341         * tools/.cvsignore:
19342           Ignore more.
19343
19344 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19345
19346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19347         Fixed a leak of the current image reference when cleaning up.
19348         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19349
19350 2005-12-09  Michael Smith  <msmith@fluendo.com>
19351
19352         * tools/Makefile.am:
19353         * tools/gst-launch-ext-m.m:
19354           Remove gst-launch-ext. It doesn't work, and is no longer
19355           particularly useful.
19356
19357 2005-12-08  Luca Ognibene  <luogni@tin.it>
19358
19359         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19360           don't pass random values to ogmparse convert function.
19361           Make seeking possible in the exile1.ogm file.
19362
19363 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19364
19365         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19366         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19367           Work around refcount problem with g_value_set_object() that occur
19368           if the core has been compiled against GLib-2.6 (g_value_set_object()
19369           will only g_object_ref() the element, but the caller will
19370           gst_object_unref() it and bad things will happen due to the way
19371           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19372           totem for people on FC4 using Thomas's 0.10 RPMs.
19373           
19374 2005-12-07  Edward Hervey  <edward@fluendo.com>
19375
19376         Time to welcome ogm to 0.10 :)
19377         
19378         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19379         (gst_ogg_pad_typefind):
19380         Oggdemux can now properly typefind elements with dynamic pads.
19381         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19382         Properly set caps on src pad, and set caps on outgoing buffers.
19383
19384 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19385
19386         * ext/alsa/gstalsamixer.h:
19387         * ext/alsa/gstalsamixerelement.h:
19388         * ext/alsa/gstalsamixeroptions.h:
19389         * ext/alsa/gstalsamixertrack.h:
19390         * ext/alsa/gstalsasink.c:
19391         * ext/alsa/gstalsasink.h:
19392         * ext/alsa/gstalsasrc.c:
19393         * ext/alsa/gstalsasrc.h:
19394         * ext/cdparanoia/gstcdparanoia.h:
19395         * ext/gnomevfs/gstgnomevfsuri.h:
19396         * ext/ogg/gstoggdemux.c:
19397         * ext/ogg/gstoggmux.c:
19398         * ext/pango/gsttextoverlay.h:
19399         * ext/theora/theoradec.c:
19400         * ext/theora/theoraenc.c:
19401         * ext/vorbis/vorbisdec.h:
19402         * ext/vorbis/vorbisenc.c:
19403         * ext/vorbis/vorbisenc.h:
19404         * ext/vorbis/vorbisparse.h:
19405         * gst-libs/gst/audio/gstaudioclock.h:
19406         * gst-libs/gst/audio/gstaudiosink.c:
19407         * gst-libs/gst/audio/gstaudiosink.h:
19408         * gst-libs/gst/audio/gstaudiosrc.c:
19409         * gst-libs/gst/audio/gstaudiosrc.h:
19410         * gst-libs/gst/audio/gstbaseaudiosink.c:
19411         * gst-libs/gst/audio/gstbaseaudiosink.h:
19412         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19413         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19414         * gst-libs/gst/audio/gstringbuffer.h:
19415         * gst-libs/gst/audio/multichannel.h:
19416         * gst-libs/gst/floatcast/floatcast.h:
19417         * gst-libs/gst/interfaces/colorbalance.c:
19418         * gst-libs/gst/interfaces/colorbalance.h:
19419         * gst-libs/gst/interfaces/colorbalancechannel.h:
19420         * gst-libs/gst/interfaces/mixer.h:
19421         * gst-libs/gst/interfaces/mixeroptions.h:
19422         * gst-libs/gst/interfaces/mixertrack.h:
19423         * gst-libs/gst/interfaces/navigation.h:
19424         * gst-libs/gst/interfaces/propertyprobe.h:
19425         * gst-libs/gst/interfaces/tuner.h:
19426         * gst-libs/gst/interfaces/tunerchannel.h:
19427         * gst-libs/gst/interfaces/tunernorm.h:
19428         * gst-libs/gst/interfaces/xoverlay.h:
19429         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19430         * gst-libs/gst/riff/riff-ids.h:
19431         * gst-libs/gst/riff/riff-media.h:
19432         * gst-libs/gst/riff/riff-read.h:
19433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19434         * gst-libs/gst/rtp/gstbasertppayload.c:
19435         * gst-libs/gst/rtp/gstbasertppayload.h:
19436         * gst-libs/gst/rtp/gstrtpbuffer.c:
19437         * gst-libs/gst/rtp/gstrtpbuffer.h:
19438         * gst-libs/gst/tag/gsttageditingprivate.h:
19439         * gst-libs/gst/tag/gstvorbistag.c:
19440         (gst_tag_list_from_vorbiscomment_buffer):
19441         * gst-libs/gst/tag/tag.h:
19442         * gst-libs/gst/video/video.h:
19443         * gst/adder/gstadder.c:
19444         * gst/adder/gstadder.h:
19445         * gst/audioconvert/audioconvert.c:
19446         * gst/audioconvert/audioconvert.h:
19447         * gst/audioconvert/gstaudioconvert.c:
19448         * gst/audioconvert/gstchannelmix.c:
19449         * gst/audioconvert/gstchannelmix.h:
19450         * gst/audiorate/gstaudiorate.c:
19451         * gst/audioresample/buffer.h:
19452         * gst/audioresample/functable.h:
19453         * gst/audioresample/gstaudioresample.c:
19454         * gst/audioresample/resample.h:
19455         * gst/ffmpegcolorspace/avcodec.h:
19456         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19457         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19458         * gst/ffmpegcolorspace/imgconvert.c:
19459         * gst/ffmpegcolorspace/imgconvert_template.h:
19460         * gst/playback/gstdecodebin.c:
19461         * gst/playback/gstplaybasebin.h:
19462         * gst/playback/gstplaybin.c:
19463         * gst/playback/gststreaminfo.h:
19464         * gst/tcp/gstfdset.c:
19465         * gst/tcp/gstfdset.h:
19466         * gst/tcp/gstmultifdsink.c:
19467         * gst/tcp/gstmultifdsink.h:
19468         * gst/tcp/gsttcp.h:
19469         * gst/tcp/gsttcpclientsrc.c:
19470         * gst/tcp/gsttcpclientsrc.h:
19471         * gst/tcp/gsttcpplugin.h:
19472         * gst/tcp/gsttcpserversink.c:
19473         * gst/tcp/gsttcpserversrc.c:
19474         * gst/typefind/gsttypefindfunctions.c:
19475         * gst/videorate/gstvideorate.c:
19476         * gst/videotestsrc/gstvideotestsrc.h:
19477         * gst/videotestsrc/videotestsrc.h:
19478         * sys/v4l/gstv4lcolorbalance.h:
19479         * sys/v4l/gstv4ltuner.h:
19480         * sys/v4l/gstv4lxoverlay.h:
19481         * sys/v4l/v4l_calls.h:
19482         * sys/v4l/videodev_mjpeg.h:
19483         * tests/check/elements/audioconvert.c:
19484         * tests/check/elements/audioresample.c:
19485         * tests/check/elements/audiotestsrc.c:
19486         * tests/check/elements/videotestsrc.c:
19487         * tests/check/elements/volume.c:
19488         * tests/examples/seek/scrubby.c:
19489         * tests/examples/seek/seek.c:
19490           expand tabs
19491
19492 === release 0.10.0 ===
19493
19494 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19495
19496         * configure.ac:
19497           releasing 0.10.0, "Mont-d'or"
19498
19499 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19500
19501         * tests/examples/seek/Makefile.am:
19502         Build fix for when gtk is not available.
19503
19504 2005-12-05  Andy Wingo  <wingo@pobox.com>
19505
19506         * ext/libvisual/visual.c: (get_buffer):
19507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19508         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19509         * ext/theora/theoradec.c: (theora_handle_data_packet):
19510         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19511         (theora_enc_chain):
19512         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19513         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19514         Update for alloc_buffer changes.
19515
19516 2005-12-05  Andy Wingo  <wingo@pobox.com>
19517
19518         patch by: Kai Vehmanen <kv2004 eca cx>
19519         
19520         * gst-libs/gst/rtp/gstbasertpdepayload.c
19521         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19522
19523 2005-12-04  Andy Wingo  <wingo@pobox.com>
19524
19525         patch by: Sebastien Cote <sebas642 yahoo ca>
19526         
19527         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19528         Fixes #319172.
19529
19530 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19531
19532         * docs/plugins/Makefile.am:
19533         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19534         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19535         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19536         * ext/pango/gstclockoverlay.c:
19537         * ext/pango/gsttextoverlay.c: 
19538         * ext/pango/gsttextrender.c:
19539         * ext/pango/gsttimeoverlay.c:
19540           Add gtk-doc blurbs to pango elements.
19541
19542 2005-12-02  Wim Taymans  <wim@fluendo.com>
19543
19544         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19545         * gst/audioresample/buffer.h:
19546         * gst/audioresample/gstaudioresample.c:
19547         * gst/audioresample/gstaudioresample.h:
19548         * gst/audioresample/resample.c: (resample_input_flush),
19549         (resample_input_pushthrough), (resample_input_eos),
19550         (resample_get_output_size_for_input),
19551         (resample_get_input_size_for_output), (resample_get_output_size),
19552         (resample_get_output_data):
19553         * gst/audioresample/resample.h:
19554         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19555         Fix audioresample, seek torture, new segments, reverse negotiation
19556         etc.. work fine.
19557
19558 2005-12-02  Wim Taymans  <wim@fluendo.com>
19559
19560         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19561         Small cleanups.
19562
19563 2005-12-02  Wim Taymans  <wim@fluendo.com>
19564
19565         * gst/audioconvert/gstaudioconvert.c:
19566         (gst_audio_convert_transform):
19567         Post errors.
19568
19569 === release 0.9.7 ===
19570
19571 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19572
19573         * configure.ac:
19574           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19575
19576 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19577
19578         * Makefile.am:
19579         * po/hu.po:
19580         * win32/MANIFEST:
19581         * win32/gst.sln:
19582           add win32 MANIFEST file
19583           do something to the hungarian translation
19584
19585 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19586
19587         * ext/Makefile.am:
19588           Add $(PANGO_DIR) to SUBDIRS
19589
19590         * ext/pango/gstclockoverlay.c:
19591         * ext/pango/gsttimeoverlay.c:
19592           Fix and improve element descriptions.
19593
19594 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19595
19596         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19597         * docs/plugins/inspect/plugin-libvisual.xml:
19598         * docs/plugins/inspect/plugin-pango.xml:
19599           add pango plugin to docs
19600
19601 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19602
19603         * configure.ac:
19604         * ext/Makefile.am:
19605           moved pango to base
19606
19607 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19608
19609         * configure.ac:
19610         * tests/Makefile.am:
19611         * tests/icles/.cvsignore:
19612         * tests/icles/Makefile.am:
19613         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19614         (close_display), (resize_window), (move_window), (create_window),
19615         (terminate_playback), (pause_playback), (start_playback), (main):
19616           add stress test for xoverlay from Julien
19617
19618 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19619
19620         * docs/libs/tmpl/gstcolorbalance.sgml:
19621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19622         * gst-libs/gst/rtp/gstbasertppayload.c:
19623         * gst-libs/gst/rtp/gstrtpbuffer.c:
19624         * gst-libs/gst/rtp/gstrtpbuffer.h:
19625           Do burger's rename for rtp payloaders and depayloaders
19626
19627 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19628
19629         * win32/:
19630           add Visual Studio 6 build files
19631
19632 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19633
19634         * docs/libs/gst-plugins-base-libs-docs.sgml:
19635         * docs/libs/gst-plugins-base-libs-sections.txt:
19636         * docs/libs/tmpl/gstaudio.sgml:
19637         * docs/libs/tmpl/gstringbuffer.sgml:
19638         * gst-libs/gst/interfaces/xoverlay.c:
19639         * gst-libs/gst/video/gstvideofilter.c:
19640         * gst-libs/gst/video/gstvideosink.c:
19641           update documentation
19642
19643 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19644
19645         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19646         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19647         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19648         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19649         (gst_multi_fd_sink_get_stats),
19650         (gst_multi_fd_sink_remove_client_link),
19651         (gst_multi_fd_sink_handle_client_read),
19652         (gst_multi_fd_sink_client_queue_data),
19653         (gst_multi_fd_sink_client_queue_caps),
19654         (gst_multi_fd_sink_client_queue_buffer),
19655         (gst_multi_fd_sink_new_client),
19656         (gst_multi_fd_sink_handle_client_write),
19657         (gst_multi_fd_sink_recover_client),
19658         (gst_multi_fd_sink_queue_buffer),
19659         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19660         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19661         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19662         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19663         * gst/tcp/gstmultifdsink.h:
19664         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19665         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19666         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19667         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19668         (gst_tcp_client_sink_set_property),
19669         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19670         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19671         * gst/tcp/gsttcpclientsink.h:
19672         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19673         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19674         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19675         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19676         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19677         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19678         * gst/tcp/gsttcpclientsrc.h:
19679         * gst/tcp/gsttcpplugin.c: (plugin_init):
19680         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19681         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19682         (gst_tcp_server_sink_finalize),
19683         (gst_tcp_server_sink_handle_server_read),
19684         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19685         (gst_tcp_server_sink_set_property),
19686         (gst_tcp_server_sink_get_property),
19687         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19688         * gst/tcp/gsttcpserversink.h:
19689         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19690         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19691         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19692         (gst_tcp_server_src_set_property),
19693         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19694         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19695         * gst/tcp/gsttcpserversrc.h:
19696           more borgifying
19697
19698 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19699
19700         * docs/plugins/Makefile.am:
19701         * docs/plugins/gst-plugins-base-plugins.args:
19702         * docs/plugins/inspect/plugin-libvisual.xml:
19703         * gst/audioconvert/plugin.h:
19704         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19705         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19706         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19707         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19708         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19709         (plugin_init):
19710         * gst/audiotestsrc/gstaudiotestsrc.c:
19711         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19712         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19713         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19714         (gst_audio_test_src_get_query_types),
19715         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19716         (gst_audio_test_src_create_square),
19717         (gst_audio_test_src_create_saw),
19718         (gst_audio_test_src_create_triangle),
19719         (gst_audio_test_src_create_silence),
19720         (gst_audio_test_src_create_white_noise),
19721         (gst_audio_test_src_init_pink_noise),
19722         (gst_audio_test_src_generate_pink_noise_value),
19723         (gst_audio_test_src_create_pink_noise),
19724         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19725         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19726         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19727         (plugin_init):
19728         * gst/audiotestsrc/gstaudiotestsrc.h:
19729         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19730         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19731         (gst_sub_parse_init), (gst_sub_parse_formats),
19732         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19733         (convert_encoding), (get_next_line),
19734         (gst_sub_parse_data_format_autodetect),
19735         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19736         (gst_sub_parse_loop), (gst_sub_parse_chain),
19737         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19738         (plugin_init):
19739         * gst/subparse/gstsubparse.h:
19740         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19741         (gst_video_rate_base_init), (gst_video_rate_class_init),
19742         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19743         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19744         (gst_video_rate_init), (gst_video_rate_event),
19745         (gst_video_rate_chain), (gst_video_rate_set_property),
19746         (gst_video_rate_get_property), (gst_video_rate_change_state),
19747         (plugin_init):
19748         * gst/videoscale/gstvideoscale.c:
19749         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19750         (gst_video_scale_src_template_factory),
19751         (gst_video_scale_sink_template_factory),
19752         (gst_video_scale_get_type), (gst_video_scale_base_init),
19753         (gst_video_scale_class_init), (gst_video_scale_init),
19754         (gst_video_scale_set_property), (gst_video_scale_get_property),
19755         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19756         (gst_video_scale_prepare_size), (parse_caps),
19757         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19758         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19759         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19760         (plugin_init):
19761         * gst/videoscale/gstvideoscale.h:
19762         * gst/videotestsrc/gstvideotestsrc.c:
19763         (gst_video_test_src_pattern_get_type),
19764         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19765         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19766         (gst_video_test_src_set_pattern),
19767         (gst_video_test_src_set_property),
19768         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19769         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19770         (gst_video_test_src_event), (gst_video_test_src_get_times),
19771         (gst_video_test_src_create), (plugin_init):
19772         * gst/videotestsrc/gstvideotestsrc.h:
19773         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19774         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19775         (gst_video_test_src_black):
19776         * gst/videotestsrc/videotestsrc.h:
19777           borgify further
19778           clean up docs a little
19779
19780 2005-11-30  Wim Taymans  <wim@fluendo.com>
19781
19782         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19783         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19784         (gst_basertppayload_event), (gst_basertppayload_push),
19785         (gst_basertppayload_change_state):
19786         * gst-libs/gst/rtp/gstbasertppayload.h:
19787         closed #320644.
19788
19789 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19790
19791         * docs/libs/gst-plugins-base-libs-docs.sgml:
19792         * docs/libs/gst-plugins-base-libs-sections.txt:
19793         * gst-libs/gst/video/gstvideofilter.c:
19794         * gst-libs/gst/video/gstvideosink.c:
19795         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19796
19797 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19798
19799         * LICENSE:
19800           move
19801         * po/af.po:
19802         * po/az.po:
19803         * po/cs.po:
19804         * po/en_GB.po:
19805         * po/hu.po:
19806         * po/it.po:
19807         * po/nb.po:
19808         * po/nl.po:
19809         * po/or.po:
19810         * po/sq.po:
19811         * po/sr.po:
19812         * po/sv.po:
19813         * po/uk.po:
19814         * po/vi.po:
19815         * Makefile.am:
19816           update
19817         * scripts/autoplugins.sh:
19818           remove
19819
19820 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19821
19822         * Makefile.am:
19823         * configure.ac:
19824         * examples/Makefile.am:
19825         * examples/capsfilter/Makefile.am:
19826         * examples/capsfilter/capsfilter1.c:
19827         * examples/gob/Makefile.am:
19828         * examples/gob/gst-identity2.gob:
19829         * examples/indexing/.cvsignore:
19830         * examples/indexing/Makefile.am:
19831         * examples/indexing/indexmpeg.c:
19832         * examples/seeking/.cvsignore:
19833         * examples/seeking/Makefile.am:
19834         * examples/seeking/cdparanoia.c:
19835         * examples/seeking/cdplayer.c:
19836         * examples/seeking/chained.c:
19837         * examples/seeking/scrubby.c:
19838         * examples/seeking/seek.c:
19839         * examples/stats/Makefile.am:
19840         * examples/stats/mp2ogg.c:
19841         * examples/switch/.cvsignore:
19842         * examples/switch/Makefile.am:
19843         * examples/switch/switcher.c:
19844         * tests/Makefile.am:
19845         * tests/check/generic/.cvsignore:
19846         * tests/check/pipelines/.cvsignore:
19847         * tests/examples/Makefile.am:
19848         * tests/examples/seek/Makefile.am:
19849           reorganize stuff under tests/
19850
19851 2005-11-30  Edward Hervey  <edward@fluendo.com>
19852
19853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19854         Go away you stupid GstStaticPadTemplate memleak.
19855
19856 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19857
19858         * gst-libs/gst/net/Makefile.am:
19859         * gst-libs/gst/net/README:
19860         * gst-libs/gst/net/gstnetbuffer.c:
19861         * gst-libs/gst/net/gstnetbuffer.h:
19862           this was moved to "netbuffer"
19863
19864 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19865
19866         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19867         (gst_video_filter_class_init), (gst_video_filter_init):
19868         * gst-libs/gst/video/gstvideofilter.h:
19869           borgify name to bring in line with other classes
19870
19871 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * gst/audioscale/.cvsignore:
19874         * gst/audioscale/Makefile.am:
19875         * gst/audioscale/README:
19876         * gst/audioscale/audioscale.vcproj:
19877         * gst/audioscale/dtof.c:
19878         * gst/audioscale/dtos.c:
19879         * gst/audioscale/functable.c:
19880         * gst/audioscale/gstaudioscale.c:
19881         * gst/audioscale/gstaudioscale.h:
19882         * gst/audioscale/private.h:
19883         * gst/audioscale/resample.c:
19884         * gst/audioscale/resample.h:
19885         * gst/audioscale/test.c:
19886           remove
19887
19888 2005-11-30  Edward Hervey  <edward@fluendo.com>
19889
19890         * gst-libs/gst/netbuffer/Makefile.am:
19891         really, really tired
19892
19893 2005-11-30  Edward Hervey  <edward@fluendo.com>
19894
19895         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19896         Update for new GstTypeFindFactory _register()
19897
19898 2005-11-30  Edward Hervey  <edward@fluendo.com>
19899
19900         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19901         Let's not override libgstnet from core for no reason...
19902         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19903         Ok, maybe not so quick next time.
19904
19905 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19906
19907         * configure.ac:
19908         * gst-libs/gst/Makefile.am:
19909           moved gst-libs/gst/net to netbuffer through CVS surgery
19910           remove old directory
19911           updating build to accomodate
19912           (#322257)
19913
19914 2005-11-29  Andy Wingo  <wingo@pobox.com>
19915
19916         * pkgconfig/gstreamer-plugins-base.pc.in:
19917         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19918         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19919         (#322257).
19920
19921 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19922
19923         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19924         3rd time's the charm. Correct ref-counting for discarded buffers.
19925
19926 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19927
19928         * gst/playback/gststreamselector.c:
19929         (gst_stream_selector_class_init),
19930         (gst_stream_selector_set_property),
19931         (gst_stream_selector_get_property),
19932         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19933         Fix ref-counting
19934
19935 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19936
19937         * gst/subparse/gstsubparse.c: (feed_textbuf):
19938           Don't access already unref'ed buffer.
19939
19940 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19941
19942         * gst/playback/gststreamselector.c:
19943         (gst_stream_selector_class_init), (gst_stream_selector_init),
19944         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19945         (gst_stream_selector_get_property),
19946         (gst_stream_selector_get_linked_pad),
19947         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19948         * gst/playback/gststreamselector.h:
19949         Add the active-pad property for playbin to use shortly. Ignore buffers
19950         from any other pad, returning GST_FLOW_NOT_LINKED
19951
19952 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19953
19954         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19955         patch from bug #322704 (Alessandro Decina).
19956
19957 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19958
19959         * gst-libs/gst/audio/Makefile.am:
19960           folded audiofilter into the audio library
19961
19962 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19963
19964         * gst/videoscale/gstvideoscale.h:
19965         * gst/videoscale/gstvideoscale.c:
19966           remove unimplemented scale methods
19967
19968 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19969
19970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19971           Don't leak caps.
19972
19973 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19974
19975         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19976         (gst_ximagesink_setcaps):
19977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19978         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19979         happens (only visible on ximagesink but bug is in xv too) set_caps was
19980         destroying the internal x[v]image used to memcpy non locally alloced
19981         buffers so that it got renewed on next _chain. The issue is that 
19982         _expose will try to put that image as it reffed it in _put.
19983         Using gst_buffer_unref instead of destroy fixes it !
19984
19985 2005-11-28  Edward Hervey  <edward@fluendo.com>
19986
19987         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19988         (try_to_link_1), (queue_filled_cb):
19989         Better use of the queues. Start with a small size queue and only increase
19990         the size of the queues when the other queues are empty.
19991
19992 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         * gst-libs/gst/video/Makefile.am:
19995           compile in copied-over videofilter into the video library
19996         * gst-libs/gst/video/videosink.h:
19997           rename the header to gstvideosink.h since it's a base GstObject class
19998         * sys/ximage/ximagesink.h:
19999         * sys/xvimage/xvimagesink.h:
20000           use the new header
20001
20002 2005-11-28  Wim Taymans  <wim@fluendo.com>
20003
20004         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20005         * gst/playback/gstplaybasebin.h:
20006         Prepare to handle errors betters.
20007
20008         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20009         Set sinks to PAUSED first before adding and linking them so that
20010         we don't interrupt dataflow.
20011
20012 2005-11-28  Wim Taymans  <wim@fluendo.com>
20013
20014         * gst-libs/gst/audio/TODO:
20015         Updated TODO
20016
20017         * gst-libs/gst/audio/gstaudiosink.c:
20018         (gst_audioringbuffer_open_device),
20019         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20020         (gst_audioringbuffer_release):
20021         Small cleanups.
20022
20023         * gst-libs/gst/audio/gstbaseaudiosink.c:
20024         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20025         (gst_base_audio_sink_change_state):
20026         Slave to the master clock when going to PLAYING and unslave when
20027         going to PAUSED.
20028
20029         * gst-libs/gst/audio/gstringbuffer.c:
20030         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20031         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20032         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20033         (gst_ring_buffer_clear_all), (wait_segment),
20034         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20035         (gst_ring_buffer_advance):
20036         * gst-libs/gst/audio/gstringbuffer.h:
20037         Add some docs and cleanups.
20038
20039 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20040
20041         * sys/xvimage/xvimagesink.c:
20042         (gst_xvimagesink_navigation_send_event): Fix navigation events
20043         coordinates translation with pixel aspect ratios.
20044
20045 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20046
20047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20048         Use calculated video geometry from _setcaps instead of buffer
20049         caps to respect pixel aspect ratio. (fixes #322388)
20050
20051 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20052
20053         * docs/libs/tmpl/gstcolorbalance.sgml:
20054         * docs/libs/tmpl/gstmixer.sgml:
20055         * docs/libs/tmpl/gstxoverlay.sgml:
20056         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20057         interface.
20058
20059 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20060
20061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20062         Refuse to create an XvImage if we can't find the format.
20063
20064 2005-11-28  Edward Hervey  <edward@fluendo.com>
20065
20066         * gst-libs/gst/riff/riff-media.c:
20067         (gst_riff_create_audio_template_caps):
20068         Add ATRAC3 to the list of riff-possible audio caps.
20069         I know we still don't have a plugin for atrac3, but it's saner to output
20070         that than a cryptic mimetype.
20071
20072 2005-11-27  Edward Hervey  <edward@fluendo.com>
20073
20074         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20075         Don't try to create a zero-sized subbuffer.
20076
20077 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20078
20079         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20080         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20081         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20082         (gst_ximagesink_expose): Fixed a tricky race.
20083         * sys/ximage/ximagesink.h:
20084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20085         (gst_xvimagesink_expose): Fixed a tricky race.
20086         * sys/xvimage/xvimagesink.h:
20087
20088 2005-11-27  Edward Hervey  <edward@fluendo.com>
20089
20090         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20091         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20092         Remove unused properties, and add queues between demuxers and decoders
20093         so that a lot more files can preroll properly.
20094
20095 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20096
20097         * gst-libs/gst/net/Makefile.am:
20098         * gst-libs/gst/rtp/Makefile.am:
20099         * gst-libs/gst/tag/Makefile.am:
20100           remove silly include
20101         * gst/tags/Makefile.am:
20102         * gst/tags/gsttagediting.c:
20103         * gst/tags/gsttageditingprivate.h:
20104         * gst/tags/tagedit.vcproj:
20105           remove directory, is as good as empty
20106
20107 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20108
20109         * configure.ac:
20110           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20111         * gst-libs/Makefile.am:
20112         * gst-libs/gst/audio/Makefile.am:
20113         * gst-libs/gst/interfaces/Makefile.am:
20114         * gst-libs/gst/net/Makefile.am:
20115         * gst-libs/gst/riff/Makefile.am:
20116         * gst-libs/gst/rtp/Makefile.am:
20117         * gst-libs/gst/tag/Makefile.am:
20118         * gst-libs/gst/video/Makefile.am:
20119           and use them
20120
20121 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20122
20123         * docs/libs/tmpl/gstcolorbalance.sgml:
20124         * docs/libs/tmpl/gstmixer.sgml:
20125         * docs/libs/tmpl/gstxoverlay.sgml:
20126         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20127         * sys/ximage/ximagesink.h:
20128         * sys/xvimage/xvimagesink.h: More and more documentation.
20129
20130 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20131
20132         * docs/libs/gst-plugins-base-libs-docs.sgml:
20133         * docs/libs/gst-plugins-base-libs-sections.txt:
20134         * docs/libs/tmpl/gstcolorbalance.sgml:
20135         * docs/libs/tmpl/gstmixer.sgml:
20136         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20137         to documentation.
20138
20139 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20140
20141         * docs/plugins/Makefile.am:
20142         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20143         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20144         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20145
20146 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20147
20148         * docs/plugins/Makefile.am:
20149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20151         * docs/plugins/inspect/plugin-adder.xml:
20152         * docs/plugins/inspect/plugin-alsa.xml:
20153         * docs/plugins/inspect/plugin-audioconvert.xml:
20154         * docs/plugins/inspect/plugin-audiorate.xml:
20155         * docs/plugins/inspect/plugin-audioresample.xml:
20156         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20157         * docs/plugins/inspect/plugin-decodebin.xml:
20158         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20159         * docs/plugins/inspect/plugin-gnomevfs.xml:
20160         * docs/plugins/inspect/plugin-ogg.xml:
20161         * docs/plugins/inspect/plugin-playbin.xml:
20162         * docs/plugins/inspect/plugin-subparse.xml:
20163         * docs/plugins/inspect/plugin-tcp.xml:
20164         * docs/plugins/inspect/plugin-theora.xml:
20165         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20166         * docs/plugins/inspect/plugin-video4linux.xml:
20167         * docs/plugins/inspect/plugin-videorate.xml:
20168         * docs/plugins/inspect/plugin-videoscale.xml:
20169         * docs/plugins/inspect/plugin-videotestsrc.xml:
20170         * docs/plugins/inspect/plugin-volume.xml:
20171         * docs/plugins/inspect/plugin-vorbis.xml:
20172         * docs/plugins/inspect/plugin-ximagesink.xml:
20173         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20174         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20175
20176 2005-11-26  Edward Hervey  <edward@fluendo.com>
20177
20178         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20179         Properly return GstFlowReturn from gst_pad_push in chain functions.
20180
20181 2005-11-25  Michael Smith  <msmith@fluendo.com>
20182
20183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20184         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20185         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20186         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20187           Handle various conditions better when we don't understand a stream.
20188           Removes a heap of CRITICALs on ogg streams containing unknown data.
20189
20190 2005-11-24  Andy Wingo  <wingo@pobox.com>
20191
20192         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20193         Be threadsafe.
20194
20195 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20196
20197         * configure.ac: back to HEAD
20198
20199 === release 0.9.6 ===
20200
20201 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20202
20203         * configure.ac:
20204           releasing 0.9.6, "White Eight"
20205
20206 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20207
20208         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20209         * docs/plugins/inspect/plugin-sine.xml:
20210           remove sinesrc some more
20211
20212 2005-11-23  Wim Taymans  <wim@fluendo.com>
20213
20214         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20215         If we are reading too slowly, jump forward in the ringbuffer
20216         instead of blocking.
20217
20218 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20219
20220         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20221         (gst_visual_chain):
20222         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20223         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20224         (gst_videorate_chain):
20225         * gst/videotestsrc/gstvideotestsrc.c:
20226         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20227         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20228         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20229         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20230         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20231         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20232           Updates for API changes
20233
20234 2005-11-23  Wim Taymans  <wim@fluendo.com>
20235
20236         * gst-libs/gst/audio/gstbaseaudiosink.c:
20237         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20238         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20239         Fix for calibration API change.
20240
20241 2005-11-23  Michael Smith <msmith@fluendo.com>
20242
20243         * gst-libs/gst/audio/multichannel.c:
20244         (gst_audio_get_channel_positions),
20245         (gst_audio_set_channel_positions),
20246         (gst_audio_set_structure_channel_positions_list),
20247         (gst_audio_fixate_channel_positions):
20248           Use gst_value_array_*() functions on value arrays, not
20249           gst_value_list_*().
20250
20251 2005-11-23  Edward Hervey  <edward@fluendo.com>
20252
20253         * autogen.sh:
20254         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20255         Fixes autogen
20256
20257 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20258
20259         * check/Makefile.am:
20260         * check/elements/videotestsrc.c: (setup_videotestsrc),
20261         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20262         (main):
20263           add a test for videotestsrc
20264
20265 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * gst/sine/.cvsignore:
20268         * gst/sine/Makefile.am:
20269         * gst/sine/gstsinesrc.c:
20270         * gst/sine/gstsinesrc.h:
20271         * gst/sine/sinesrc.vcproj:
20272           and remove sinesrc from the repository.  Closes #321446
20273
20274 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20275
20276         * configure.ac:
20277         * gst-plugins-base.spec.in:
20278           remove sinesrc from the build
20279
20280 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20281
20282         * check/Makefile.am:
20283         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20284         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20285         (main):
20286           add a test for audiotestsrc, testing all waves.  Even seems
20287           leak-free at first glance, nice job Stefan
20288
20289 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20290
20291         * po/af.po:
20292         * po/az.po:
20293         * po/cs.po:
20294         * po/en_GB.po:
20295         * po/hu.po:
20296         * po/it.po:
20297         * po/nb.po:
20298         * po/nl.po:
20299         * po/or.po:
20300         * po/sq.po:
20301         * po/sr.po:
20302         * po/sv.po:
20303         * po/uk.po:
20304         * po/vi.po:
20305           Translation string updates
20306
20307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20308         (gst_v4lsrc_set_caps):
20309         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20310         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20311         * sys/v4l/v4lsrc_calls.h:
20312           Improve v4lsrc, by making it work again.
20313
20314 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20315
20316         * ext/libvisual/visual.c: (gst_visual_chain):
20317           Fix the fps calculations.
20318
20319         * gst/ffmpegcolorspace/avcodec.h:
20320           Move structure element for clarity
20321
20322         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20323         * gst-libs/gst/interfaces/tunernorm.h:
20324         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20327         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20328         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20329         (gst_v4lmjpegsrc_getcaps):
20330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20331         (gst_v4lsrc_set_caps):
20332         * sys/v4l/gstv4lsrc.h:
20333         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20334         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20335         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20336         * sys/v4l/v4lsrc_calls.h:
20337           Fractional framerates...
20338
20339 2005-11-22  Wim Taymans  <wim@fluendo.com>
20340
20341         * gst-libs/gst/audio/gstbaseaudiosink.c:
20342         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20343         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20344         And we provide a clock by default, of course...
20345
20346 2005-11-22  Wim Taymans  <wim@fluendo.com>
20347
20348         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20349         This clock can be slaved to a master clock now.
20350
20351         * gst-libs/gst/audio/gstbaseaudiosink.c:
20352         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20353         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20354         (gst_base_audio_sink_set_clock),
20355         (gst_base_audio_sink_set_property),
20356         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20357         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20358         * gst-libs/gst/audio/gstbaseaudiosink.h:
20359         Handle slaving the internal clock to the clock selected in the
20360         pipeline.
20361         Add property to make the basesink not provide a clock.
20362
20363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20364         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20365         (gst_base_rtp_depayload_wait):
20366         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20367         We can use the clock in GstElement, no need to store it ourselves.
20368
20369 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20370
20371         * docs/libs/tmpl/gstaudio.sgml:
20372           update
20373         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20374         (gst_paranoia_endian_get_type):
20375         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20376         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20377         * gst/audiotestsrc/gstaudiotestsrc.c:
20378         (gst_audiostestsrc_wave_get_type):
20379         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20380         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20381         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20382         (gst_sync_method_get_type), (gst_unit_type_get_type),
20383         (gst_client_status_get_type), (gst_multifdsink_class_init),
20384         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20385         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20386         (gst_multifdsink_get_property):
20387         * gst/tcp/gstmultifdsink.h:
20388         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20389         * gst/videotestsrc/gstvideotestsrc.c:
20390         (gst_videotestsrc_pattern_get_type):
20391           remove deprecated properties
20392           fix up enums to correctly have short lowercase dashed nicks
20393
20394 2005-11-22  Michael Smith <msmith@fluendo.com>
20395
20396         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20397         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20398           Add underscore.
20399
20400 2005-11-22  Michael Smith <msmith@fluendo.com>
20401
20402         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20403         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20404           Use utility method for scaling clocktime for fractional framerates.
20405
20406 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20407
20408         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20409         (gst_visual_chain):
20410         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20411         * ext/theora/theoradec.c: (theora_handle_type_packet):
20412         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20413         (theora_enc_chain):
20414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20415         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20416         * gst-libs/gst/video/video.h:
20417         * gst/ffmpegcolorspace/avcodec.h:
20418         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20419         (gst_ffmpeg_caps_to_pixfmt):
20420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20421         (gst_ffmpegcsp_set_caps):
20422         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20423         (gst_videorate_setcaps), (gst_videorate_blank_data),
20424         (gst_videorate_chain):
20425         * gst/videotestsrc/gstvideotestsrc.c:
20426         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20427         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20428         (gst_videotestsrc_event), (gst_videotestsrc_create):
20429         * gst/videotestsrc/gstvideotestsrc.h:
20430         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20431         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20432         (gst_ximagesink_get_times), (gst_ximagesink_init):
20433         * sys/ximage/ximagesink.h:
20434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20435         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20436         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20437         * sys/xvimage/xvimagesink.h:
20438           Convert elements to use fractions for their framerate.
20439           V4L elements to come later tonight.
20440
20441 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20442
20443         * gst-libs/gst/audio/audio.c:
20444         * gst-libs/gst/audio/audio.h:
20445           remove some deprecated functions
20446
20447 2005-11-22  Andy Wingo  <wingo@pobox.com>
20448
20449         * Update for gst_tag_setter API changes.
20450
20451 2005-11-22  Andy Wingo  <wingo@pobox.com>
20452
20453         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20454         (gst_ogg_demux_perform_seek):
20455         * ext/theora/theoradec.c (theora_dec_sink_event):
20456         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20457         update-funcnames.
20458
20459 2005-11-22  Wim Taymans  <wim@fluendo.com>
20460
20461         * examples/seeking/seek.c: (main):
20462         Give higher priority to bus signals than the gtk events
20463         to fix a race condition in the segment looping.
20464
20465 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20466
20467         * ext/theora/Makefile.am:
20468         * ext/vorbis/Makefile.am:
20469         * gst-libs/gst/tag/Makefile.am:
20470         * gst-plugins-base.spec.in:
20471           Rename libgsttagedit to libgsttag (#322117).
20472
20473 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20474
20475         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20477           Call gst_x_overlay_prepare_xwindow_id() to give applications
20478           a final chance to set their own xwindow id before the video
20479           sink creates its own window.
20480
20481 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20482
20483         * sys/xvimage/xvimagesink.c:
20484         (gst_xvimagesink_navigation_send_event): Handle navigation
20485         events correcly with borders if applicable.
20486
20487 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20488
20489         Patch by: Luca Ognibene
20490
20491         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20492         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20494         (gst_ffmpegcsp_caps_remove_format_info):
20495         * gst/ffmpegcolorspace/imgconvert.c:
20496         * gst/ffmpegcolorspace/imgconvert_template.h:
20497           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20498           #318353); use gst_structure_has_name().
20499
20500 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20501
20502         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20503         (gst_ximagesink_class_init): Add debug macros on functions.
20504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20505         (gst_xvimagesink_xwindow_draw_borders),
20506         (gst_xvimagesink_xvimage_put),
20507         (gst_xvimagesink_xwindow_update_geometry),
20508         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20509         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20510         (gst_xvimagesink_xcontext_clear),
20511         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20512         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20513         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20514         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20515         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20516         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20517         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20518         expose while being PAUSED, out of data flow navigation events, etc..
20519
20520 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20523         * gst-libs/gst/audio/audio.h:
20524           fix prototype - wondering why the test worked regardless
20525
20526 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20527
20528         * check/Makefile.am:
20529         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20530         * gst-libs/gst/audio/audio.h:
20531           add a method that returns a proper GstClockTime
20532
20533 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20534
20535         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20536         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20537         * gst-libs/gst/interfaces/xoverlay.h:
20538           Remove everything having to do with the desired size; add 
20539           gst_x_overlay_prepare_xwindow_id() function; remove the
20540           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20541           post a message on the bus instead (#321816).
20542
20543         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20545         (gst_xvimagesink_xoverlay_init):
20546           Remove desired size stuff (#321816).
20547
20548 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20549
20550         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20551         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20552         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20553           Terminate vararg functions with NULL instead of 0 to 
20554           make gcc4 happy.
20555
20556 2005-11-21  Andy Wingo  <wingo@pobox.com>
20557
20558         patch by: Sebastien Cote <sebas642@yahoo.ca>
20559         
20560         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20561         * gst-libs/gst/rtp/gstrtpbuffer.c
20562         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20563
20564 2005-11-21  Andy Wingo  <wingo@pobox.com>
20565
20566         * gst/playback/gstplaybin.c (gen_audio_element) 
20567         (gen_video_element): Use the new MISSING_PLUGIN core error
20568         category. Closes #320060.
20569
20570         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20571         * gst/videorate/gstvideorate.c (gst_videorate_event):
20572         * ext/theora/theoradec.c (theora_dec_sink_event): 
20573         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20574         stream lock.
20575
20576         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20577         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20578         stream lock changes.
20579
20580 2005-11-21  Wim Taymans  <wim@fluendo.com>
20581
20582         * gst-libs/gst/audio/gstbaseaudiosink.c:
20583         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20584         (gst_base_audio_sink_provide_clock),
20585         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20586         (gst_base_audio_sink_change_state):
20587         * gst/audioresample/gstaudioresample.c:
20588         Segment update fix.
20589
20590 2005-11-21  Andy Wingo  <wingo@pobox.com>
20591
20592         * *.h:
20593         * *.c: Ran scripts/update-macros. Oh yes.
20594
20595 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20596
20597         * sys/ximage/Makefile.am:
20598         * sys/ximage/ximage.c:
20599           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20600           remove your old libgstximage.* manually if necessary).
20601
20602 2005-11-21  Michael Smith <msmith@fluendo.com>
20603
20604         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20605           Minimal fix for bug #320200: set the min/max bitrate in the correct
20606           units. A better fix would be to upgrade to the RATEMANAGE2
20607           interface, rather than using the deprecated interface used here, but
20608           that would require an update in our libvorbis dependency (to 1.1),
20609           which is probably undesirable.
20610
20611 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20612
20613         * ext/libvisual/visual.c: (get_buffer):
20614         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20615         (gst_base_audio_src_fixate):
20616         * gst/audioconvert/gstaudioconvert.c:
20617         (gst_audio_convert_fixate_caps):
20618         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20619         * gst/audiotestsrc/gstaudiotestsrc.c:
20620         (gst_audiotestsrc_src_fixate):
20621         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20622         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20623         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20624         * gst/videotestsrc/gstvideotestsrc.c:
20625         (gst_videotestsrc_src_fixate):
20626         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20628           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20629           (#322027)
20630
20631
20632 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20633
20634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20635         (gst_riff_create_iavs_caps):
20636         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20637         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20638         (gst_riff_parse_info):
20639         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20642           Fixes for GST_FOURCC_FORMAT API change.
20643
20644 2005-11-21  Andy Wingo  <wingo@pobox.com>
20645
20646         patch by: Alessandro Dessina <alessandro nnva org>
20647
20648         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20649         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20650         (gst_ogg_parse_chain):
20651         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20652         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20653         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20654         gst_value_list calls on arrays. Fixes #321962.
20655
20656 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20657
20658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20659         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20660         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20661         * gst/adder/gstadder.c: (gst_adder_init),
20662         (gst_adder_request_new_pad), (gst_adder_collected),
20663         (gst_adder_change_state):
20664           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20665           API change.
20666
20667 2005-11-21  Michael Smith <msmith@fluendo.com>
20668
20669         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20670         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20671           Properly handle pad_push return values.
20672
20673 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20674
20675         * gst-libs/gst/tag/Makefile.am:
20676         * gst-libs/gst/tag/gstvorbistag.c:
20677         (gst_tag_list_to_vorbiscomment_buffer):
20678           Remove obsolete vorbistag element and debug category.
20679
20680         * gst/playback/gstplaybasebin.c: (check_queue):
20681           Don't divide by 0 when queue-threshold is 0.
20682
20683         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20684           Don't modify an existing pixel-aspect-ratio if we fail to read
20685           a new one.
20686
20687 2005-11-20  Wim Taymans  <wim@fluendo.com>
20688
20689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20690         (gst_vorbisenc_push_packet):
20691         GST_PAD_IS_USABLE is gone, use the return value of
20692         the push or pad_alloc_buffer instead.
20693
20694 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20695
20696         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20697         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20698         (gst_ximagesink_ximage_destroy),
20699         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20700         (gst_ximagesink_xwindow_new),
20701         (gst_ximagesink_xwindow_update_geometry),
20702         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20703         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20704         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20705         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20706         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20707         (gst_ximagesink_navigation_send_event),
20708         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20709         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20710         (gst_ximagesink_finalize), (gst_ximagesink_init),
20711         (gst_ximagesink_class_init):
20712         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20713         This new version brings correct software scaling, non flickering
20714         window while resizing, pixel aspect ratio handling, usage of
20715         hardware buffer pools, out of data flow event thread for 
20716         navigation and handling of expose events even when being PAUSED,
20717         a new property to keep video aspect ratio when resizing, etc...
20718
20719 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20720
20721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20722         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20723         handling of PAR.
20724
20725 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20726
20727         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20728         Unsetting IS_SINK flag from the fakesink, so decodebin
20729         never behaves as a sink.
20730
20731 2005-11-17  Wim Taymans  <wim@fluendo.com>
20732
20733         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20734         (gst_base_audio_src_change_state):
20735         Fix the audiosrc base class again, we did not unflush.
20736
20737 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20738
20739         * examples/seeking/seek.c: (make_dv_pipeline),
20740         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20741         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20742         to ogg/vorbis/theora pipeline.
20743
20744 2005-11-17  Wim Taymans  <wim@fluendo.com>
20745
20746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20747         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20748         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20749         Fix EOS on multiple streams.
20750         More debugging.
20751
20752 2005-11-16  Wim Taymans  <wim@fluendo.com>
20753
20754         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20755         (gst_ogg_demux_perform_seek):
20756         Segment done must include stream time.
20757
20758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20759         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20760         (gst_ogg_mux_change_state):
20761         Fix ogg muxer again.
20762
20763 2005-11-16  Wim Taymans  <wim@fluendo.com>
20764
20765         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20766         Fix compile again.
20767
20768 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20769
20770         * ext/libvisual/visual.c: (gst_visual_init):
20771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20772         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20773         (gst_ogg_parse_chain):
20774         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20775         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20776         * ext/theora/theoradec.c: (gst_theora_dec_init):
20777         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20778         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20779         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20780         * gst/adder/gstadder.c: (gst_adder_class_init),
20781         (gst_adder_dispose):
20782         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20783         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20784         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20785           Fix a whole set of pad template leaks
20786
20787 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20788
20789         * check/generic/states.c: (GST_START_TEST):
20790           fix the test so that it only checks for elements that are part of
20791           this source module
20792
20793 2005-11-16  Michael Smith <msmith@fluendo.com>
20794
20795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20796         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20797         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20798         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20799         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20800         (gst_ogg_mux_change_state):
20801           Fix leaking collectpads.
20802
20803 2005-11-16  Edward Hervey  <edward@fluendo.com>
20804
20805         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20806         (gst_videorate_event), (gst_videorate_chain):
20807         Handle segment seeks
20808
20809 2005-11-16  Wim Taymans  <wim@fluendo.com>
20810
20811         * gst-libs/gst/audio/gstbaseaudiosink.c:
20812         (gst_base_audio_sink_provide_clock),
20813         (gst_base_audio_sink_change_state):
20814         Set ringbuffer to non-flushing when going to PAUSED, set to
20815         flushing again when going to READY.
20816
20817         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20818         (gst_ring_buffer_stop):
20819         Start in flushing mode by default.
20820         Don't set flushing in the _stop method, let the app call
20821         this explicitly.
20822
20823 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20824
20825         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20826         * gst-libs/gst/video/videosink.h: Add helper function needed
20827         for video sinks.
20828
20829 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20830
20831         * gst/videoscale/gstvideoscale.c:
20832         (gst_videoscale_handle_src_event):
20833           Don't leak reference to pad parent.
20834
20835 2005-11-16  Wim Taymans  <wim@fluendo.com>
20836
20837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20838         Set ringbuffer to flushing when stopping so that we don't
20839         block on wait_segment anymore and livelock.
20840
20841 2005-11-16  Wim Taymans  <wim@fluendo.com>
20842
20843         * examples/seeking/seek.c: (send_event), (do_seek),
20844         (loop_toggle_cb), (segment_done), (main):
20845         Added looping checkbox.
20846
20847 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20848
20849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20850         (gst_ogg_demux_init):
20851         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20852         (gst_vorbis_dec_init):
20853           revert unrefs, they don't pass make check
20854
20855 2005-11-15  Johan Dahlin  <johan@gnome.org>
20856
20857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20858         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20859         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20860         (gst_vorbis_dec_init):
20861         Fix pad template leaks. 
20862
20863 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20864
20865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20866           Make state change function thread safe.
20867
20868 2005-11-15  Edward Hervey  <edward@fluendo.com>
20869
20870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20871         (gst_ogg_demux_class_init):
20872         Implement GstElement::send_event, so we can send seek events
20873         in GST_STATE_READY
20874
20875 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20876
20877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20878         Discovered how to take away flickering while resizing the
20879         window. Please don't put that in ximagesink, refactoring in
20880         progress.
20881
20882 2005-11-14  Michael Smith <msmith@fluendo.com>
20883
20884         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20885         (gst_multifdsink_render):
20886           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20887
20888 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20889
20890         * gst/playback/gstplaybin.c: (gen_audio_element):
20891           Use autoaudiosink, it tends to be more widely available than
20892           autoaudiiosink.
20893           
20894 2005-11-14  Andy Wingo  <wingo@pobox.com>
20895
20896         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20897         as well if it is available. Fixes #316442.
20898
20899 2005-11-14  Michael Smith <msmith@fluendo.com>
20900
20901         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20902         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20903         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20904         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20905         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20906         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20908         (gst_vorbisenc_change_state):
20909           Fix a small memory leak in vorbisenc.
20910           Fix large memory leaks in oggmux, also fix lots of state change
20911           bugs in oggmux.
20912
20913 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20914
20915         * gst/videotestsrc/gstvideotestsrc.c:
20916         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20917         (gst_videotestsrc_src_fixate):
20918           move fixation to a fixate function
20919           remove negotiate function, basesrc's is good enough
20920           fixes a bug for check when using the element alone
20921
20922 2005-11-13  Edward Hervey  <edward@fluendo.com>
20923
20924         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20925         (key_toggle_cb), (main):
20926         Added checkboxes for adding/removing the accurate and key_unit seek
20927         flags.
20928
20929 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20930
20931         * configure.ac: back to HEAD
20932
20933 === release 0.9.5 ===
20934
20935 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20936
20937         * configure.ac:
20938           releasing 0.9.5, "No No Kia"
20939
20940 2005-11-11  Edward Hervey  <edward@fluendo.com>
20941
20942         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20943         Added parse-launch syntax seeking mode for the seeking example.
20944         This should help stress-test even more cases.
20945         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20946
20947 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20948
20949         * sys/xvimage/xvimagesink.c:
20950         (gst_xvimagesink_navigation_send_event):
20951           Check whether peer pad exists before sending navigation events
20952           to it.
20953
20954 2005-11-11  Michael Smith <msmith@fluendo.com>
20955
20956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20957         (gst_vorbisenc_buffer_from_packet):
20958         * ext/vorbis/vorbisenc.h:
20959           Set duration on encoded buffers. This allows oggmux's
20960           max_page_delay parameter to actually work.
20961
20962 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20963
20964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20965         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20966         (gst_ffmpegcsp_avpicture_fill):
20967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20968         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20969           Make palettes work again (see #132341). Use our own macros
20970           for rounding up.
20971
20972 2005-11-10  Andy Wingo  <wingo@pobox.com>
20973
20974         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20975         string doober.
20976
20977 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20978
20979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20980         (gst_ffmpegcsp_transform_caps):
20981           Prefer passthrough in transform_caps
20982
20983 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20984
20985         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20986           check for ALSA errors properly, instead of relying on ALSA's
20987           error strings to serve to the user.
20988
20989 2005-11-10  Wim Taymans  <wim@fluendo.com>
20990
20991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20992         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20993         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20994         Modernise the seek code.
20995
20996 2005-11-10  Michael Smith <msmith@fluendo.com>
20997         
20998         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20999         (setup_substreams), (set_active_source):
21000           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21001           trying to go to NULL if we failed to read a file.
21002
21003 2005-11-10  Wim Taymans  <wim@fluendo.com>
21004
21005         * gst/audiotestsrc/gstaudiotestsrc.c:
21006         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21007         (gst_audiotestsrc_create):
21008         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21009         (gst_sinesrc_get_times), (gst_sinesrc_create):
21010         * gst/videotestsrc/gstvideotestsrc.c:
21011         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21012         (gst_videotestsrc_create):
21013         The base class can now sync for us.
21014
21015 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21016
21017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21018           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21019           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21020           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21021           format=(fourcc)I420" ! xvimagesink
21022
21023 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21024
21025         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21026         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21027         (gst_sinesrc_newsegment):
21028           Send newsegment event in TIME format, set duration if
21029           num-buffers is set, fix duration querying.
21030
21031 2005-11-10  Michael Smith <msmith@fluendo.com>
21032
21033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21034         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21035         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21036         (gst_ogg_mux_collected):
21037          Fix EOS handling, partially. Now forwarding an EOS event once we have
21038          EOS on all pads works correctly. However, we still don't properly set
21039          EOS on the actual ogg stream pages.
21040
21041 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21042
21043         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21044           Set elements to NULL state before disposing of them.
21045
21046 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21047
21048         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21049
21050         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21051         (gst_base_rtp_depayload_init),
21052         (gst_base_rtp_depayload_set_gst_timestamp):
21053         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21054           We need to send a newsegment event for each instance, not
21055           just for the first instance of this class (get rid of
21056           static variable in function). (#321011).
21057           
21058 2005-11-08  Michael Smith <msmith@fluendo.com>
21059
21060         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21061         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21062         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21063         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21064           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21065           This makes us mux things correctly according to the ogg muxing
21066           rules. Still not handling EOS correctly right now, though.
21067
21068 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21069
21070         * gst/audioconvert/gstaudioconvert.c:
21071           Fix typo in docs. 
21072
21073 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21074
21075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21076         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21077           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21078           creating a new chain; should fix live streaming. Also
21079           add more debug output and fix a typo.
21080
21081 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21082
21083         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21084
21085         * gst/volume/gstvolume.c: (volume_set_caps):
21086           Fix compilation on Solaris with Forte. (#320923)
21087
21088 2005-11-08  Wim Taymans  <wim@fluendo.com>
21089
21090         * gst-libs/gst/audio/gstbaseaudiosink.c:
21091         (gst_base_audio_sink_render):
21092         No need to do a typecheck.
21093
21094 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21095
21096         * ext/alsa/gstalsa.h:
21097           We register a debug category, so let's use it.
21098
21099 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21100
21101         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21102         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21103         Fixed a small problem.
21104
21105 2005-11-04  Wim Taymans  <wim@fluendo.com>
21106
21107         * examples/seeking/Makefile.am:
21108         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21109         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21110         (make_playerbin_pipeline), (format_value), (update_scale),
21111         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21112         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21113         (print_usage), (main):
21114         Added app for playback speed testing.
21115
21116         * examples/seeking/seek.c: (dynamic_link),
21117         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21118         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21119         (message_received), (main):
21120         Updated seek example.
21121
21122 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21123
21124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21125         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21126         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21127         (gst_base_rtp_depayload_set_clock):
21128         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21129         Don't sleep on the bench (system clock) when you have a nice 
21130         comfortable bed (Gstreamer clock) to sleep on.
21131
21132 2005-11-03  Wim Taymans  <wim@fluendo.com>
21133
21134         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21135         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21136         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21137         Handle the case where a pad_block failed.
21138
21139 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21140
21141         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21142
21143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21144         (gst_base_rtp_depayload_add_to_queue),
21145         (gst_base_rtp_depayload_push),
21146         (gst_base_rtp_depayload_set_gst_timestamp),
21147         (gst_base_rtp_depayload_queue_release):
21148           Fixes some bugs in the depayloader's queuing/de-queueing code.
21149
21150 2005-10-31  Michael Smith <msmith@fluendo.com>
21151
21152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21153         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21154         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21155           Patch from Alessandro Decina <alessandro@nnva.org>.
21156           Make oggdemux only find the final time in a chain, not per-pad,
21157           since the per-pad information can be very expensive to locate, and
21158           it isn't used anywhere. This makes reading a file containing
21159           OggSkeleton reasonably fast.
21160           Also, make chain finding work when there are logical bitstreams that
21161           can't be decoded. Fixes #319110.
21162
21163 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21164
21165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21166         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21167         (gst_base_rtp_depayload_chain),
21168         (gst_base_rtp_depayload_add_to_queue),
21169         (gst_base_rtp_depayload_push),
21170         (gst_base_rtp_depayload_set_gst_timestamp),
21171         (gst_base_rtp_depayload_queue_release),
21172         (gst_base_rtp_depayload_start_thread),
21173         (gst_base_rtp_depayload_set_property),
21174         (gst_base_rtp_depayload_get_property):
21175         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21176         Some random fixes, to fullfill the desires of thomas.
21177
21178 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21179
21180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21181         (gst_base_rtp_depayload_add_to_queue),
21182         (gst_base_rtp_depayload_push):
21183         Fixed the queueing algorithm.
21184
21185 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21186
21187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21188         (gst_base_rtp_depayload_push):
21189         A small fix
21190
21191 2005-10-31  Wim Taymans  <wim@fluendo.com>
21192
21193         * gst-libs/gst/audio/gstringbuffer.h:
21194         Don't break ABI.
21195
21196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21197         (gst_ffmpeg_caps_to_pixfmt):
21198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21199         (gst_ffmpegcsp_set_caps):
21200         Some more comments.
21201         Handle missing required caps fields better.
21202
21203 2005-10-31  Wim Taymans  <wim@fluendo.com>
21204
21205         * gst-libs/gst/audio/gstbaseaudiosink.c:
21206         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21207         (gst_base_audio_sink_render):
21208         * gst-libs/gst/audio/gstringbuffer.c:
21209         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21210         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21211         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21212         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21213         (gst_ring_buffer_read):
21214         * gst-libs/gst/audio/gstringbuffer.h:
21215         Add flushing mode to the ringbuffer so that it in all cases does
21216         not try to handle more audio. This makes sure it does not try to
21217         block anymore when flushing and fixes a livelock.
21218
21219 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21220
21221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21222         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21223         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21224           Explicitly check for -1 values before doing a conversion
21225           and always map them to -1. (#315545)
21226
21227 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21228
21229         * gst/playback/gstplaybin.c: (gen_video_element):
21230           first try autovideosink, then xvimagesink, then error out
21231         * po/POTFILES.in:
21232           add translatable file
21233         * po/af.po:
21234         * po/az.po:
21235         * po/cs.po:
21236         * po/en_GB.po:
21237         * po/hu.po:
21238         * po/it.po:
21239         * po/nb.po:
21240         * po/nl.po:
21241         * po/or.po:
21242         * po/sq.po:
21243         * po/sr.po:
21244         * po/sv.po:
21245         * po/uk.po:
21246         * po/vi.po:
21247           update translations
21248
21249 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21250
21251         * gst-libs/gst/rtp/gstbasedepayload.c:
21252         * gst-libs/gst/rtp/gstbasedepayload.h:
21253           Minor cleanups
21254
21255 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21256
21257         * gst/playback/.cvsignore:
21258         * gst/playback/decodetest.c:
21259         * gst/playback/test3.c:
21260           Port these two tests as well.
21261
21262 2005-10-27  Wim Taymans  <wim@fluendo.com>
21263
21264         * ext/theora/theoradec.c: (theora_dec_src_query),
21265         (theora_dec_sink_event):
21266         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21267         (theora_enc_change_state):
21268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21269         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21270         Take proper locks when handling events.
21271
21272 2005-10-27  Wim Taymans  <wim@fluendo.com>
21273
21274         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21275         (gst_adder_change_state):
21276         Fix timestamps and fix deadlock when stopping the collectpads.
21277
21278 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21279
21280         * gst-libs/gst/rtp/gstrtpbuffer.h:
21281         Declaring the payload types as strings too so that they can be used
21282         in the padtemplate inialization.
21283
21284 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21285
21286         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21287
21288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21289         (gst_base_rtp_depayload_class_init):
21290         Fixes a small but nasty bug. The derived elements no longer segfaults
21291         on finalization.
21292
21293 2005-10-26  Michael Smith <msmith@fluendo.com>
21294
21295         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21296           When clearing an audioconvert context, set tmpbufsize to zero, so
21297           we'll allocate it again later if required.
21298           This fixes audioconvert re-negotiating formats, which previously
21299           segfaulted with a NULL destination buffer.
21300
21301 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21302
21303         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21304         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21305         (gst_base_rtp_depayload_set_gst_timestamp),
21306         (gst_base_rtp_depayload_queue_release):
21307         Fixed a smalll memleak.
21308
21309 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21311         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21312         (gst_base_rtp_depayload_finalize),
21313         (gst_base_rtp_depayload_setcaps),
21314         (gst_base_rtp_depayload_add_to_queue),
21315         (gst_base_rtp_depayload_push),
21316         (gst_base_rtp_depayload_set_gst_timestamp),
21317         (gst_base_rtp_depayload_queue_release),
21318         (gst_base_rtp_depayload_thread),
21319         (gst_base_rtp_depayload_change_state):
21320         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21321         Changed the C++ comments to C comments
21322
21323 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21324
21325         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21326         * gst/tcp/gsttcpclientsrc.h:
21327         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21328         * gst/tcp/gsttcpserversrc.h:
21329           Remove unused 'curoffset' structure member.
21330
21331 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21332
21333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21334         (gst_base_rtp_depayload_base_init),
21335         (gst_base_rtp_depayload_finalize):
21336         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21337         * gst-libs/gst/rtp/gstbasertppayload.h:
21338           The pad-template on the sinkpad should be set by the derived classes.
21339           Also added some useful macros.
21340
21341 2005-10-24  Wim Taymans  <wim@fluendo.com>
21342
21343         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21344         Correctly flush decoder samples even if we could not
21345         copy them to an output buffer. Fixes #319618.
21346
21347 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21348
21349         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21351         the caps against our xcontext caps.
21352
21353 2005-10-24  Wim Taymans  <wim@fluendo.com>
21354
21355         * gst-libs/gst/audio/gstbaseaudiosink.c:
21356         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21357         Remove g_print
21358         Use sync property from baseclass to disable sync.
21359
21360 2005-10-24  Wim Taymans  <wim@fluendo.com>
21361
21362         * gst-libs/gst/audio/gstbaseaudiosink.c:
21363         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21364         Buffers with no timestamps get aligned with previous buffers or
21365         on underrun, played ASAP.
21366
21367 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21368
21369         * gst-libs/gst/video/video.h:
21370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21371         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21373         here comes my change on caps for framerate and geometry range.
21374         We are now accepting 1 to MAXINT for width and height, and from
21375         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21376         to be blended correctly in videomixer.
21377
21378 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21379
21380         * configure.ac:
21381           back to HEAD
21382
21383 === release 0.9.4 ===
21384
21385 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21386
21387         * NEWS:
21388         * RELEASE:
21389         * configure.ac:
21390           releasing 0.9.4, "Velociraptor"
21391
21392 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21393
21394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21395         * po/POTFILES.in:
21396           STOPPED -> FAILED
21397
21398 2005-10-21  Wim Taymans  <wim@fluendo.com>
21399
21400         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21401         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21402         (pad_blocked), (close_pad_link), (new_pad):
21403         Don't try to remove elements twice.
21404
21405 2005-10-21  Wim Taymans  <wim@fluendo.com>
21406
21407         * ext/theora/theoradec.c: (theora_dec_src_query),
21408         (theora_dec_sink_event):
21409         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21410         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21411         (vorbis_handle_data_packet):
21412         * ext/vorbis/vorbisdec.h:
21413         Fix old naming.
21414
21415         * gst-libs/gst/audio/gstbaseaudiosink.c:
21416         (gst_base_audio_sink_render):
21417         Don't try to sync on buffers without a timestamp.
21418
21419 2005-10-21  Wim Taymans  <wim@fluendo.com>
21420
21421         * ext/theora/theoradec.c: (theora_dec_src_query),
21422         (theora_dec_sink_event):
21423         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21424         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21425         (vorbis_handle_data_packet):
21426         * ext/vorbis/vorbisdec.h:
21427         Fix old naming.
21428
21429 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21430
21431         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21432         (gst_vorbisenc_src_query):
21433           Implement position and duration queries.
21434
21435         * gst/playback/test3.c: (update_scale), (main):
21436           Fix for async state changes and print nicer output.
21437
21438 2005-10-20  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21441         (dump_element_stats), (main):
21442         * gst/playback/test6.c: (main):
21443         Fix tests again
21444
21445 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21446
21447         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21448         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21449           Don't use functions for position queries when handling
21450           duration queries.
21451
21452 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21453
21454         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21455         (vorbis_handle_data_packet), (vorbis_dec_chain),
21456         (vorbis_dec_change_state):
21457         * ext/vorbis/vorbisdec.h:
21458           Vorbis streams can be embedded in other container formats
21459           than ogg, container formats where the demuxer might set 
21460           timestamps on encoded vorbis buffers instead of those silly 
21461           granulepos thingies. In short: make vorbisdec handle 
21462           timestamps on incoming buffers as well.
21463
21464 2005-10-20  Wim Taymans  <wim@fluendo.com>
21465
21466         * gst/playback/gstplaybasebin.c: (group_destroy),
21467         (gst_play_base_bin_change_state):
21468         Fix leak.
21469         Handle case where playbasebin is now ASYNC because
21470         decodebin is.
21471
21472 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21473
21474         * gst/audioconvert/Makefile.am:
21475         * gst/audioconvert/bufferframesconvert.c:
21476         * gst/audioconvert/plugin.c: (plugin_init):
21477         * gst/audioconvert/plugin.h:
21478           And bye bye buffer-frames-convert
21479
21480 2005-10-19  Wim Taymans  <wim@fluendo.com>
21481
21482         * check/elements/audioconvert.c:
21483         * docs/libs/tmpl/gstaudio.sgml:
21484         * docs/libs/tmpl/gstcolorbalance.sgml:
21485         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21486         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21487         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21488         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21489         * gst-libs/gst/audio/audio.h:
21490         * gst/audioconvert/audioconvert.h:
21491         * gst/audioconvert/gstaudioconvert.c:
21492         (gst_audio_convert_parse_caps):
21493         * gst/volume/gstvolume.c:
21494         Bye bye buffer-frames.
21495
21496 2005-10-19  Wim Taymans  <wim@fluendo.com>
21497
21498         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21499         (query_positions_elems), (query_positions_pads), (update_scale),
21500         (do_seek), (set_update_scale), (message_received), (main):
21501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21502         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21503         (gst_ogg_demux_loop):
21504         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21505         * ext/theora/theoradec.c: (theora_dec_src_query),
21506         (theora_dec_sink_event):
21507         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21508         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21509         * gst/adder/gstadder.c: (gst_adder_query):
21510         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21511         * gst/playback/test3.c: (update_scale):
21512         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21513         (dump_element_stats), (main):
21514         * gst/playback/test6.c: (main):
21515         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21516         Query API update.
21517
21518 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21519
21520         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21521         (xml_check_first_element), (xml_type_find), (smil_type_find),
21522         (plugin_init):
21523           Add typefinding for SMIL and for generic XML. Based on patch by
21524           Akos Maroy (#308663).
21525
21526 2005-10-18  Wim Taymans  <wim@fluendo.com>
21527
21528         * gst/playback/Makefile.am:
21529         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21530         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21531         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21532         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21533         (gst_decode_bin_change_state):
21534         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21535         (gst_play_bin_send_event_to_sink):
21536         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21537         (dump_element_stats), (main):
21538         * gst/playback/test6.c: (main):
21539         Make playbin async, it'll commit state to paused when all streams
21540         are detected.
21541         Remove ugly hack.
21542         Added test6.c to show async behaviour.
21543
21544 2005-10-18  Wim Taymans  <wim@fluendo.com>
21545
21546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21547         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21548         Fix for segment-start/stop API change.
21549
21550 2005-10-18  Wim Taymans  <wim@fluendo.com>
21551
21552         * check/Makefile.am:
21553         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21554         (main):
21555         Add future test for clock selection.
21556
21557 2005-10-18  Wim Taymans  <wim@fluendo.com>
21558
21559         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21560         (gst_alsasink_close):
21561         Set handle to NULL.
21562
21563         * gst-libs/gst/audio/gstringbuffer.c:
21564         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21565         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21566         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21567         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21568         (gst_ring_buffer_read):
21569         More debug info.
21570
21571 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21572
21573         * gst/audiotestsrc/Makefile.am:
21574         * gst/sine/Makefile.am:
21575         * gst/volume/Makefile.am:
21576           fix broken build of controllerized plugins
21577
21578 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21579
21580         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21581
21582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21583         (gst_riff_create_video_template_caps):
21584           Add support for Indeo-3 (IV32).
21585
21586 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21587
21588         * configure.ac:
21589           rewrite
21590
21591 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21592
21593         * gst-libs/gst/video/video.c: (gst_video_get_size):
21594         * gst/audiotestsrc/gstaudiotestsrc.c:
21595           doc updates
21596
21597 2005-10-17  Andy Wingo  <wingo@pobox.com>
21598
21599         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21600         with the collectpads change.
21601         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21602
21603         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21604
21605         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21606
21607         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21608         alloc_buffer flow return to callers.
21609         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21610         change. Fix some memleaks in theoraenc.
21611
21612         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21613         in strange circumstance.
21614
21615 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21616
21617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21618         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21619         from caps, let's use the caps...
21620
21621 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21622
21623         * configure.ac:
21624           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21625
21626 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * gst-libs/gst/interfaces/Makefile.am:
21629           fix silly typo
21630
21631 2005-10-16  Andy Wingo  <wingo@pobox.com>
21632
21633         * gst/playback/gstdecodebin.c
21634         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21635         function!
21636         (try_to_link_1): Increase kraziness level.
21637
21638 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21639
21640         * configure.ac:
21641           restructure like the core one
21642         * gst-libs/gst/audio/Makefile.am:
21643         * gst-libs/gst/interfaces/Makefile.am:
21644         * gst-libs/gst/net/Makefile.am:
21645         * gst-libs/gst/riff/Makefile.am:
21646         * gst-libs/gst/rtp/Makefile.am:
21647         * gst-libs/gst/tag/Makefile.am:
21648         * gst-libs/gst/video/Makefile.am:
21649           use correct linker flags, now the libs are properly versioned
21650         * check/elements/audioconvert.c: (verify_convert):
21651         * ext/alsa/gstalsaplugin.c:
21652         * ext/cdparanoia/gstcdparanoia.c:
21653         * ext/gnomevfs/gstgnomevfs.c:
21654         * ext/libvisual/visual.c:
21655         * ext/ogg/gstogg.c:
21656         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21657         * ext/theora/theora.c:
21658         * ext/vorbis/vorbis.c:
21659         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21660         * gst-libs/gst/tag/gsttagediting.c:
21661         * gst-libs/gst/video/video.c:
21662         * gst/adder/gstadder.c:
21663         * gst/audioconvert/plugin.c:
21664         * gst/audiorate/gstaudiorate.c:
21665         * gst/audioresample/gstaudioresample.c:
21666         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21667         * gst/audioscale/gstaudioscale.c:
21668         * gst/audioscale/resample.c:
21669         * gst/audiotestsrc/gstaudiotestsrc.c:
21670         * gst/ffmpegcolorspace/gstffmpeg.c:
21671         * gst/playback/gstdecodebin.c: (close_pad_link):
21672         * gst/playback/gstplaybin.c: (gen_video_element),
21673         (gen_audio_element):
21674         * gst/sine/gstsinesrc.c:
21675         * gst/subparse/gstsubparse.c:
21676         * gst/tags/gsttagediting.c:
21677         * gst/tcp/gsttcpplugin.c:
21678         * gst/typefind/gsttypefindfunctions.c:
21679         * gst/videorate/gstvideorate.c:
21680         * gst/videoscale/gstvideoscale.c:
21681         * gst/videotestsrc/gstvideotestsrc.c:
21682         * gst/volume/gstvolume.c:
21683         * sys/v4l/gstv4l.c:
21684         * sys/ximage/ximage.c:
21685         * sys/xvimage/xvimagesink.c:
21686           fix up defines
21687
21688 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21689
21690         * ext/vorbis/vorbisenc.c:
21691         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21692         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21693         (gst_tag_to_vorbis_comments):
21694           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21695
21696 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21697
21698         * examples/stats/mp2ogg.c:
21699         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21700           typo fixes
21701
21702 2005-10-13  Michael Smith <msmith@fluendo.com>
21703
21704         * ext/ogg/gstoggmux.c:
21705           Use magic glib macros to define constants as 64 bit, to ensure
21706           appropriate vararg passing.
21707
21708 2005-10-13  Michael Smith <msmith@fluendo.com>
21709
21710         * ext/ogg/gstoggmux.c:
21711         * gst/audioconvert/audioconvert.c: (float):
21712           Don't use LL suffix, as it's not portable, and neither of these
21713           uses required it anyway.
21714
21715 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21716
21717         * examples/indexing/indexmpeg.c: (main):
21718         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21719         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21720         (cdparanoia_convert), (cdparanoia_query):
21721         * ext/cdparanoia/gstcdparanoia.h:
21722         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21723         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21724         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21726         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21727         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21729         (gst_multifdsink_render), (gst_multifdsink_start),
21730         (gst_multifdsink_stop):
21731         * gst/tcp/gstmultifdsink.h:
21732         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21733         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21734         (gst_tcpclientsink_stop):
21735         * gst/tcp/gsttcpclientsink.h:
21736         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21737         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21738         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21739         * gst/tcp/gsttcpclientsrc.h:
21740         * gst/tcp/gsttcpserversink.h:
21741         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21742         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21743         (gst_tcpserversrc_stop):
21744         * gst/tcp/gsttcpserversrc.h:
21745         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21746         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21747         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21748           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21749           moved bitshift from macro to enum definition
21750
21751 2005-10-12  Wim Taymans  <wim@fluendo.com>
21752
21753         * examples/seeking/Makefile.am:
21754         Oops.
21755
21756 2005-10-12  Wim Taymans  <wim@fluendo.com>
21757
21758         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21759         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21760         Don't assert on normal stuff.
21761
21762         * gst/playback/gstplaybin.c: (do_playbin_seek):
21763         API fix.
21764
21765 2005-10-12  Wim Taymans  <wim@fluendo.com>
21766
21767         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21768         * examples/seeking/Makefile.am:
21769         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21770         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21771         (do_seek), (set_update_scale), (message_received), (main):
21772         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21773         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21774         Update for _get_state() API change.
21775
21776 2005-10-11  Wim Taymans  <wim@fluendo.com>
21777
21778         * gst-libs/gst/audio/gstbaseaudiosink.c:
21779         (gst_base_audio_sink_render):
21780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21781         (gst_base_audio_src_create):
21782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21783         (gst_ring_buffer_read):
21784         Cleanups.
21785         Commit and read from ringbuffer in samples rather than bytes.
21786
21787 2005-10-11  Wim Taymans  <wim@fluendo.com>
21788
21789         * gst-libs/gst/audio/gstbaseaudiosink.c:
21790         (gst_base_audio_sink_render):
21791         Respect segment rate and accum when scheduling samples.
21792
21793 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21794
21795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21796         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21797         EOS correctly, that needs more work.
21798
21799 2005-10-11  Wim Taymans  <wim@fluendo.com>
21800
21801         * check/generic/states.c: (GST_START_TEST):
21802         remove old property.
21803
21804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21805         (gst_ogg_demux_perform_seek):
21806         * ext/theora/theoradec.c: (theora_dec_sink_event):
21807         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21808         (vorbis_handle_data_packet):
21809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21810         (gst_base_rtp_depayload_set_gst_timestamp):
21811         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21812         Update for newsegment API change.
21813
21814 2005-10-11  Michael Smith <msmith@fluendo.com>
21815
21816         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21817         (do_playbin_seek), (gst_play_bin_send_event):
21818           Override send_event differently, so that we can takes bits of
21819           functionality from GstPipeline (special handling for seeks,
21820           including pausing/resuming, and resetting stream time) and still get
21821           the appropriate behaviour of only forwarding event to a single sink,
21822           rather than all of them.
21823           Unfortunately requires a lot of code duplication, but the
21824           alternatives are equally ugly in the end.
21825
21826 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21827
21828         * check/elements/audioconvert.c: (setup_audioconvert),
21829         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21830         (GST_START_TEST), (audioconvert_suite):
21831           clean up tests a little, fix some leaks.
21832
21833 2005-10-10  Wim Taymans  <wim@fluendo.com>
21834
21835         * ext/alsa/gstalsasink.c:
21836         Also allow unsigned int.
21837
21838         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21839         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21840         Small cleanup
21841
21842 2005-10-10  Wim Taymans  <wim@fluendo.com>
21843
21844         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21845         Small update, use API as stated in design docs.
21846
21847         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21848         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21849         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21850         (message_received), (main):
21851         Updated seek example for GOption. Some usability improvements.
21852
21853 2005-10-10  Wim Taymans  <wim@fluendo.com>
21854
21855         * gst/audioconvert/audioconvert.h:
21856         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21857         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21858         Alloc temp storage somewhere else where we can do it more
21859         portable.
21860
21861 2005-10-10  Wim Taymans  <wim@fluendo.com>
21862
21863         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21864         (gst_tcpserversrc_start):
21865         Don't block in accept while doing the state change, move
21866         to poll and make cancellable.
21867
21868 2005-10-09  Philippe Khalaf <burger@speedy.org>
21869
21870         * gst-libs/gst/rtp/rtpbasedepayload.c:
21871         Set timestamp and add queue delay to timestamp
21872         * gst-libs/gst/rtp/rtpbuffer.h:
21873         Set correct payload type for h263
21874
21875 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21876
21877         * gst/audiotestsrc/gstaudiotestsrc.c:
21878         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21879         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21880         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21881         (gst_audiotestsrc_create_triangle),
21882         (gst_audiotestsrc_create_silence),
21883         (gst_audiotestsrc_create_white_noise),
21884         (gst_audiotestsrc_init_pink_noise),
21885         (gst_audiotestsrc_generate_pink_noise_value),
21886         (gst_audiotestsrc_create_pink_noise),
21887         (gst_audiotestsrc_change_wave):
21888         * gst/audiotestsrc/gstaudiotestsrc.h:
21889           fixed typo, added pink noise
21890
21891 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21892
21893         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21894         (plugin_init):
21895           Add wavpack and spc typefind functions from 0.8 branch.
21896
21897 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21898
21899         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21900         (ar_type_find), (msdos_type_find), (plugin_init):
21901           Add typefind functions for tar archives, ar archives,
21902           RAR archives, and msdos-executables (dlls, exe, etc.).
21903           Some of those would be wrongly identified as mpeg
21904           streams of some sort before (#315550).
21905
21906 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21907
21908         * configure.ac:
21909         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21910         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21911         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21912         * gst/audiotestsrc/Makefile.am:
21913         * gst/audiotestsrc/gstaudiotestsrc.c:
21914         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21915         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21916         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21917         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21918         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21919         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21920         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21921         (gst_audiotestsrc_create_silence),
21922         (gst_audiotestsrc_create_white_noise),
21923         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21924         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21925         (gst_audiotestsrc_start), (plugin_init):
21926         * gst/audiotestsrc/gstaudiotestsrc.h:
21927           add new plugin and element
21928         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21929           use gobject_class
21930
21931 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21932
21933         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21934         (gst_adder_init), (gst_adder_request_new_pad),
21935         (gst_adder_change_state):
21936           Add query function to source pad, so adder reports the correct
21937           time/sample position when queried (#315457); fix state change
21938           function; use GST_DEBUG_FUNCPTR() for pad functions.
21939
21940 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21943           Fix leaks in typefind registration
21944           Clean up the gratuitous commenting and whitespacing a little
21945
21946 2005-10-08  Wim Taymans  <wim@fluendo.com>
21947
21948         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21949         Only actually wait for the thread to be stopped if it's 
21950         running.
21951
21952 2005-10-08  Wim Taymans  <wim@fluendo.com>
21953
21954         * gst-libs/gst/audio/gstbaseaudiosink.c:
21955         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21956         If we receive EOS we can start playback of what we had.
21957
21958 2005-10-08  Wim Taymans  <wim@fluendo.com>
21959
21960         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21961         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21962         (gst_multifdsink_stop):
21963         Fix crasher when going to NULL multiple times.
21964
21965 2005-10-06  Wim Taymans  <wim@fluendo.com>
21966
21967         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21968         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21969         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21971         patch from Edgard Lima <edgard.lima@indt.org.br>
21972         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21973
21974 2005-10-06  Wim Taymans  <wim@fluendo.com>
21975
21976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21977         Report the FLOW_RETURN as string in the error message.
21978
21979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21980         Don't assert when clearing an unnegotiated buffer.
21981
21982 2005-10-04  Michael Smith <msmith@fluendo.com>
21983
21984         * gst/playback/gstplaybasebin.c: (group_destroy),
21985         (gen_preroll_element), (remove_groups), (setup_source):
21986         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21987         (setup_sinks), (gst_play_bin_send_event),
21988         (gst_play_bin_change_state):
21989           Set state to NULL before removing from bin. Fix refcounting.
21990
21991 2005-10-04  Michael Smith <msmith@fluendo.com>
21992
21993         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21994           Correct refcounting in send_event() function. Previously was wrong
21995           if the first sink was unable to handle the event.
21996
21997 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21998
21999         * configure.ac:
22000           back to development
22001
22002 === release 0.9.3 ===
22003
22004 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22005
22006         * configure.ac:
22007           Releasing 0.9.3, "De Facto"
22008
22009 2005-10-03  Andy Wingo  <wingo@pobox.com>
22010
22011         * gst/playback/gstdecodebin.c (try_to_link_1)
22012         (remove_element_chain): set element to NULL before removing it.
22013
22014 2005-10-02  Johan Dahlin  <johan@gnome.org>
22015
22016         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22017         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22018         MT safe.
22019
22020 2005-10-02  Andy Wingo  <wingo@pobox.com>
22021
22022         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22023         (gst_ring_buffer_prepare_read): 
22024         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22025         Demote to LOG.
22026
22027 2005-09-29  Wim Taymans  <wim@fluendo.com>
22028
22029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22030         * ext/theora/theoradec.c: (theora_handle_data_packet):
22031         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22032         Propagate error codes from alloc_buffer too.
22033
22034 2005-09-29  Wim Taymans  <wim@fluendo.com>
22035
22036         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22037         We use fixed caps.
22038
22039         * gst/playback/Makefile.am:
22040         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22041         (dump_element_stats), (main):
22042         Added example stream introspection code.
22043
22044 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22045
22046         * gst/adder/gstadder.c: (gst_adder_collected):
22047           fix adder for float elements
22048
22049 2005-09-28  Wim Taymans  <wim@fluendo.com>
22050
22051         * gst-libs/gst/audio/gstbaseaudiosink.c:
22052         (gst_base_audio_sink_class_init),
22053         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22054         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22055         (gst_base_audio_src_class_init),
22056         (gst_base_audio_src_provide_clock):
22057         get_clock -> provide_clock
22058
22059 2005-09-28  Andy Wingo  <wingo@pobox.com>
22060
22061         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22062         and unlocking.
22063
22064         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22065         unlocking.
22066
22067         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22068         Actually add the pad template.
22069         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22070
22071         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22072         I'm at it...
22073
22074         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22075         from fdsrc. Get caps in create() instead of start() so it can be
22076         interrupted. Interruption somewhat untested.
22077
22078         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22079         Proper EOS handling.
22080
22081 2005-09-27  Andy Wingo  <wingo@pobox.com>
22082
22083         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22084
22085         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22086
22087         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22088
22089         * gst/tcp/gsttcp.h: 
22090         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22091         out of tcpclientsrc.c. Cancellable.
22092         (gst_tcp_socket_read): Made private, cancellable, with better
22093         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22094         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22095         whole buffer, and better diagnostics.
22096         (gst_tcp_gdp_read_caps): Same.
22097
22098         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22099
22100 2005-09-26  Andy Wingo  <wingo@pobox.com>
22101
22102         * gst/sine/gstsinesrc.h:
22103         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22104         change the 'sync' property to 'is-live' and implement it halfway,
22105         update for controller api change.
22106
22107         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22108         controller api change.
22109
22110 2005-09-24  Wim Taymans  <wim@fluendo.com>
22111
22112         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22113         * gst-libs/gst/audio/gstaudiosink.c:
22114         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22115         (gst_audioringbuffer_stop):
22116         * gst-libs/gst/audio/gstbaseaudiosink.c:
22117         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22118         (gst_base_audio_sink_change_state):
22119         * gst-libs/gst/audio/gstbaseaudiosink.h:
22120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22121         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22122         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22123         * gst-libs/gst/audio/gstringbuffer.h:
22124         Fix sync again. Moved sample alignment to basesink.
22125
22126 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22127
22128         * docs/plugins/Makefile.am:
22129         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22130         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22131         * gst/volume/gstvolume.c:
22132           add/fix docs
22133         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22134         * gst-libs/gst/audio/audio.h:
22135           add conversion macros for frames <-> clocktime
22136
22137 2005-09-23  David Schleef  <ds@schleef.org>
22138
22139         * gst/audioresample/Makefile.am:
22140         * gst/audioresample/debug.h:
22141         * gst/audioresample/gstaudioresample.c:
22142         * gst/audioresample/resample.c: Convert to using gst debugging
22143
22144 2005-09-22  Wim Taymans  <wim@fluendo.com>
22145
22146         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22147         (gst_play_bin_send_event):
22148         Only seek on one sink, the first one that succeeds.
22149
22150 2005-09-22  Michael Smith <msmith@fluendo.com>
22151
22152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22153         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22154         Don't flush encoder state unless we have an initialised encoder.
22155         Clear out encoder state on PAUSED_TO_READY.
22156
22157 2005-09-22  Wim Taymans  <wim@fluendo.com>
22158
22159         * gst-libs/gst/rtp/gstbasertppayload.c:
22160         (gst_basertppayload_class_init), (gst_basertppayload_init),
22161         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22162         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22163         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22164         (gst_basertppayload_set_property),
22165         (gst_basertppayload_get_property),
22166         (gst_basertppayload_change_state):
22167         * gst-libs/gst/rtp/gstbasertppayload.h:
22168         Added max-ptime to control amount of data in the rtp packets.
22169
22170 2005-09-21  Andy Wingo  <wingo@pobox.com>
22171
22172         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22173         thingies.
22174
22175         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22176         can be called multiple times, dogs.
22177
22178 2005-09-21  Wim Taymans  <wim@fluendo.com>
22179
22180         * gst-libs/gst/rtp/gstbasertppayload.c:
22181         (gst_basertppayload_class_init), (gst_basertppayload_init),
22182         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22183         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22184         (gst_basertppayload_push), (gst_basertppayload_get_property),
22185         (gst_basertppayload_change_state):
22186         Allow 0 ssrc too.
22187
22188 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22189
22190         * docs/libs/compiling.sgml:
22191           fixing typos
22192
22193 2005-09-20  Wim Taymans  <wim@fluendo.com>
22194
22195         * gst-libs/gst/rtp/gstbasertppayload.c:
22196         (gst_basertppayload_class_init), (gst_basertppayload_init),
22197         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22198         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22199         (gst_basertppayload_push), (gst_basertppayload_set_property),
22200         (gst_basertppayload_get_property),
22201         (gst_basertppayload_change_state):
22202         * gst-libs/gst/rtp/gstbasertppayload.h:
22203         Added property to configure sequence number offsets.
22204
22205 2005-09-20  Wim Taymans  <wim@fluendo.com>
22206
22207         * gst-libs/gst/rtp/gstbasertppayload.c:
22208         (gst_basertppayload_class_init), (gst_basertppayload_init),
22209         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22210         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22211         (gst_basertppayload_push), (gst_basertppayload_set_property),
22212         (gst_basertppayload_get_property),
22213         (gst_basertppayload_change_state):
22214         * gst-libs/gst/rtp/gstbasertppayload.h:
22215         Make timestamp offset configurable.
22216
22217 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22220           fix wrong pop/unref
22221
22222 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22223
22224         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22225
22226         * gst-libs/gst/interfaces/propertyprobe.c:
22227         (gst_property_probe_probe_property_name),
22228         (gst_property_probe_needs_probe_name),
22229         (gst_property_probe_get_values_name),
22230         (gst_property_probe_probe_and_get_values_name):
22231           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22232           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22233
22234 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * check/Makefile.am:
22237           have some tests be disabled for valgrinding
22238         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22239         (GST_START_TEST):
22240         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22241           Fix A Leak.  Chain To Parent Finalize.
22242
22243 2005-09-19  Wim Taymans  <wim@fluendo.com>
22244
22245         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22246         Fixed wav pipeline.
22247
22248 2005-09-19  Wim Taymans  <wim@fluendo.com>
22249
22250         * gst-libs/gst/rtp/gstbasertppayload.c:
22251         (gst_basertppayload_class_init), (gst_basertppayload_init),
22252         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22253         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22254         (gst_basertppayload_push), (gst_basertppayload_get_property),
22255         (gst_basertppayload_change_state):
22256         Posting ERROR and WARNING messages is good.
22257
22258 2005-09-19  Wim Taymans  <wim@fluendo.com>
22259
22260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22261         (gst_base_rtp_depayload_add_to_queue),
22262         (gst_base_rtp_depayload_push),
22263         (gst_base_rtp_depayload_set_gst_timestamp),
22264         (gst_base_rtp_depayload_queue_release):
22265         This one was not supposed to go in.
22266
22267 2005-09-19  Wim Taymans  <wim@fluendo.com>
22268
22269         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22270         Fix for bus API.
22271
22272         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22273         (gst_base_rtp_depayload_chain),
22274         (gst_base_rtp_depayload_add_to_queue),
22275         (gst_base_rtp_depayload_push),
22276         (gst_base_rtp_depayload_set_gst_timestamp),
22277         (gst_base_rtp_depayload_queue_release):
22278         Some cleanups.
22279
22280         * gst-libs/gst/rtp/gstbasertppayload.c:
22281         (gst_basertppayload_class_init), (gst_basertppayload_init),
22282         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22283         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22284         (gst_basertppayload_get_property),
22285         (gst_basertppayload_change_state):
22286         Added debugging category.
22287
22288 2005-09-18  David Schleef  <ds@schleef.org>
22289
22290         * gst/playback/gstdecodebin.c: free plugin list correctly
22291         * gst/playback/gstplaybin.c: emit warning if autovideosink
22292           and autoaudiosink can't be found (instead of segfaulting)
22293
22294 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22295
22296         * check/elements/audioconvert.c: (GST_START_TEST):
22297           try out 24 bit conversion
22298
22299 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22302         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22303         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22304         * ext/vorbis/vorbisenc.h:
22305           Fix EOS handling.  Still needs a fix in the ogg muxer to
22306           mark the last page as eos.
22307
22308 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22309
22310         * common/gtk-doc-plugins.mak:
22311         * docs/plugins/Makefile.am:
22312         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22313         * gst/ffmpegcolorspace/Makefile.am:
22314         * gst/ffmpegcolorspace/avcodec.h:
22315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22316         * gst/tcp/gstmultifdsink.c:
22317           fix up ffmpegcolorspace docs; extract header
22318
22319 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22320
22321         * common/gtk-doc-plugins.mak:
22322         * docs/plugins/Makefile.am:
22323         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22324         * ext/theora/Makefile.am:
22325         * ext/theora/gsttheoraenc.h:
22326         * ext/theora/theoraenc.c:
22327         * ext/vorbis/vorbisenc.c:
22328           pick up signals and args for vorbis; add some docs for vorbis
22329
22330 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22331
22332         * common/gstdoc-scangobj:
22333         * common/gtk-doc-plugins.mak:
22334         * docs/libs/Makefile.am:
22335         * docs/plugins/gst-plugins-base-plugins.args:
22336         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22337         * docs/plugins/gst-plugins-base-plugins.interfaces:
22338         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22339         * docs/plugins/gst-plugins-base-plugins.signals:
22340           only scanobj stuff from our source module.  Not sure yet
22341           if that's correct, given the hierarchy stuff :)
22342
22343 2005-09-15  Wim Taymans  <wim@fluendo.com>
22344
22345         * gst/audioconvert/gstaudioconvert.c:
22346         And enable 24 bits mode as well..
22347
22348 2005-09-15  Wim Taymans  <wim@fluendo.com>
22349
22350         * gst-libs/gst/rtp/Makefile.am:
22351         * gst-libs/gst/rtp/gstbasertppayload.c:
22352         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22353         (gst_basertppayload_class_init), (gst_basertppayload_init),
22354         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22355         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22356         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22357         (gst_basertppayload_set_property),
22358         (gst_basertppayload_get_property),
22359         (gst_basertppayload_change_state):
22360         * gst-libs/gst/rtp/gstbasertppayload.h:
22361         Added rtp payloader base class.
22362
22363 2005-09-15  Andy Wingo  <wingo@pobox.com>
22364
22365         * configure.ac (plugindir): Remove the EOL matcher from the
22366         regexp, as it causes me problems. Libtool? Make? Who knows?
22367
22368 2005-09-14  David Schleef  <ds@schleef.org>
22369
22370         * check/generic/states.c: 
22371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22372         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22373           Fixes for changes in registry API.
22374
22375         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22376           to GST_PLUGIN_LDFLAGS.
22377         * ext/libvisual/visual.c: Make the library shut up.
22378         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22379         * gst-libs/gst/audio/gstaudiofilter.c: same
22380
22381 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22382
22383         * docs/plugins/Makefile.am:
22384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22385         * docs/plugins/inspect/plugin-libvisual.xml:
22386         * docs/plugins/tmpl/element-tcpserversink.sgml:
22387         * ext/theora/theoraenc.c:
22388           add libvisual plugin and theoraenc element to docs
22389
22390 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22391
22392         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22393         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22394         * ext/theora/theoraenc.c:
22395           add theoraenc
22396
22397 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22398
22399         * gst/audioconvert/Makefile.am:
22400           Audioconvert derives from GstBaseTransform and should
22401           link to the library with our base elements to avoid
22402           unresolved symbols. Makes things work with MinGW (#316160)
22403
22404         * gst/playback/test4.c: (main):
22405           Fix MinGW build problem and use g_usleep() instead of 
22406           sleep() (#316162)
22407
22408 2005-09-12  Wim Taymans  <wim@fluendo.com>
22409
22410         * gst/audioconvert/audioconvert.c: (float),
22411         (audio_convert_prepare_context), (audio_convert_convert):
22412         * gst/audioconvert/audioconvert.h:
22413         Cleanups, speedups, simplifications, added back support
22414         for 24 bits.
22415
22416 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22417
22418         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22419         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22420         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22421         * docs/plugins/tmpl/element-tcpserversink.sgml:
22422         * gst/ffmpegcolorspace/gstffmpeg.c:
22423         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22424         * gst/videotestsrc/gstvideotestsrc.c:
22425         * gst/volume/gstvolume.c:
22426           add more elements to the docs
22427
22428 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22429
22430         * check/Makefile.am:
22431         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22432         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22433           Add extra tests for basetransform based components. 
22434           Comment out the test_element_negotiation test until we decide
22435           if it's testing correct behaviour.
22436         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22437         (gst_visual_chain), (gst_visual_change_state):
22438           Slightly more correct but still bogus timestamping.
22439           Fix state change function.
22440         * gst/audioconvert/gstaudioconvert.c:
22441         (gst_audio_convert_class_init):
22442         * gst/audioresample/gstaudioresample.c:
22443         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22444         (gst_ffmpegcsp_class_init):
22445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22446         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22447         (gst_videoscale_prepare_image):
22448         * gst/volume/gstvolume.c: (gst_volume_class_init),
22449         (volume_transform_ip):
22450           Basetransform updates. Enable passthrough modes.
22451         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22452         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22453         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22454           Negotiation fix that allows the window to return to the original
22455           size and renegotiate passthrough upstream. Extra debug output.
22456
22457 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22458
22459         * gst/sine/gstsinesrc.c:
22460         * gst/volume/gstvolume.c:
22461           fix up header include
22462
22463 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22464
22465         * gst-libs/gst/audio/gstbaseaudiosink.c:
22466         (gst_base_audio_sink_render):
22467         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22468         * gst/volume/gstvolume.c: (gst_volume_class_init),
22469         (volume_transform):
22470           fixing lost sync, some more debugging
22471
22472 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22473
22474         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22475         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22476         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22477         (gst_xvimagesink_check_xshm_calls):
22478           Fix compilation when XShm is not available.
22479
22480 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22481
22482         * ext/libvisual/visual.c: (gst_visual_dispose),
22483         (gst_visual_getcaps), (gst_visual_src_setcaps),
22484         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22485         (gst_visual_change_state):
22486           Finish fixing up libvisual plugin so that it runs. 
22487
22488 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22489
22490         * ext/vorbis/vorbisenc.c:
22491         * gst-libs/gst/tag/gstvorbistag.c:
22492           gsttaginterface.h -> gsttagsetter.h
22493
22494 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22495
22496         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22497           added another test that failes for me (test is not active by default)
22498
22499 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22500
22501         * configure.ac:
22502           v4l2 is no longer in gst-plugins-base
22503
22504 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22505
22506         * configure.ac:
22507           In the output at the end, don't show the first plugin on the same
22508           line as "Core plug-ins, always built:".
22509           Indent the output as for other plugin categories
22510         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22511           #define that can be used to not use peer buffer_alloc functions for
22512           test purposes.
22513         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22514         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22515         (gst_ximagesink_show_frame):
22516         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22517         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22518         (gst_xvimagesink_show_frame):
22519           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22520           fails gracefully instead of XError aborting or deadlocking.
22521
22522 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22523
22524         * ext/libvisual/Makefile.am:
22525           link against gst-base-libs
22526
22527 2005-09-06  David Schleef  <ds@schleef.org>
22528
22529         * configure.ac: Enable libvisual plugin.
22530         * ext/libvisual/Makefile.am:
22531         * ext/libvisual/visual.c: Fixes to make it compile.
22532
22533 === release 0.9.2 ===
22534
22535 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * NEWS:
22538         * RELEASE:
22539         * configure.ac:
22540         * docs/random/ChangeLog-0.8:
22541           releasing 0.9.2, "Spoon"
22542
22543 2005-09-05  Michael Smith <msmith@fluendo.com>
22544
22545         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22546           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22547           that in the vorbisenc element.
22548
22549 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22550
22551         * common/gtk-doc-plugins.mak:
22552         * docs/plugins/Makefile.am:
22553           fix distcheck
22554         * gst/audioresample/resample.c:
22555           fix wrong docstring
22556
22557 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22558
22559         * common/gst-xmlinspect.py:
22560         * common/gtk-doc-plugins.mak:
22561           only inspect plugins for this given package
22562           require gst-python 0.9
22563
22564 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22565
22566         * Makefile.am:
22567         * autogen.sh:
22568         * common/gst-xmlinspect.py:
22569         * configure.ac:
22570         * docs/Makefile.am:
22571         * docs/plugins/inspect/plugin-alsa.xml:
22572         * docs/plugins/inspect/plugin-audioresample.xml:
22573         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22574         * docs/plugins/inspect/plugin-ogg.xml:
22575         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22576         * docs/plugins/tmpl/element-multifdsink.sgml:
22577         * docs/plugins/tmpl/element-tcpserversink.sgml:
22578         * docs/plugins/tmpl/element-vorbisenc.sgml:
22579         * gst-plugins-base.spec.in:
22580           various doc-related updates
22581
22582 2005-08-31  Wim Taymans  <wim@fluendo.com>
22583
22584         * gst-libs/gst/audio/gstbaseaudiosink.c:
22585         (gst_base_audio_sink_render):
22586         Resync if the buffer timestamps drift more than a 10th 
22587         of a second.
22588
22589 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22590
22591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22592         (gst_v4lsrc_get_property):
22593           The 'timestamp-offset' property is registered as an int64, so
22594           let's use g_value_{set|get}_int64() in our setter and getter
22595           functions (makes it work and fixes warnings with gst-inspect).
22596
22597 2005-08-30  Wim Taymans  <wim@fluendo.com>
22598
22599         * check/elements/audioconvert.c: (setup_audioconvert):
22600         * check/elements/audioresample.c: (setup_audioresample):
22601         * check/elements/volume.c: (setup_volume):
22602         Fix checks.
22603
22604 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22605
22606         * common/gtk-doc-plugins.mak:
22607         * common/plugins.xsl:
22608         * docs/plugins/Makefile.am:
22609           make module a param
22610
22611 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22612
22613         * examples/seeking/seek.c: (make_mp3_pipeline),
22614         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22615         (play_cb), (pause_cb), (stop_cb):
22616           update the example
22617
22618 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22619
22620         * gst/volume/gstvolume.c: (gst_volume_class_init),
22621         (volume_transform):
22622           do not update controlled params, if buffer has no timestamp
22623
22624 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22625
22626         * configure.ac:
22627         * gst/sine/Makefile.am:
22628         * gst/volume/Makefile.am:
22629           controllerized elements also need to link against controller-libs ;)
22630
22631 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22632
22633         * docs/libs/tmpl/gstcolorbalance.sgml:
22634         * docs/libs/tmpl/gstgconf.sgml:
22635         * docs/libs/tmpl/gstmixer.sgml:
22636         * docs/libs/tmpl/gstringbuffer.sgml:
22637         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22638         (gst_sinesrc_create):
22639         * gst/volume/gstvolume.c: (gst_volume_class_init),
22640         (volume_transform):
22641           controllerized two audio plugins
22642
22643 2005-08-29  Andy Wingo  <wingo@pobox.com>
22644
22645         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22646         (vorbis_handle_data_packet): Fix some int overflow errors.
22647
22648         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22649         -1.
22650         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22651         valid.
22652         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22653         if it's valid. Fixed streaming-mode playback.
22654
22655         * check/elements/volume.c (cleanup_volume): Fix for running
22656         CK_FORK=no.
22657
22658         * check/elements/audioconvert.c: Convert from native endian, not
22659         little endian.
22660
22661 2005-08-29  Michael Smith <msmith@fluendo.com>
22662
22663         * ext/ogg/Makefile.am:
22664         * ext/ogg/gstogg.c: (plugin_init):
22665         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22666         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22667         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22668         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22669         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22670         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22671         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22672         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22673         Add an ogg parser element.
22674
22675 2005-08-28  Andy Wingo  <wingo@pobox.com>
22676
22677         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22678
22679 2005-08-26  Wim Taymans  <wim@fluendo.com>
22680
22681         * gst/audioconvert/audioconvert.c: (if), (float),
22682         (audio_convert_get_func_index), (check_default),
22683         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22684         (audio_convert_clean_context), (audio_convert_get_sizes),
22685         (audio_convert_convert):
22686         Cleanups.
22687
22688 2005-08-26  Wim Taymans  <wim@fluendo.com>
22689
22690         * gst/audioconvert/audioconvert.c: (if), (float),
22691         (audio_convert_get_func_index), (check_default),
22692         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22693         (audio_convert_clean_context), (audio_convert_get_sizes),
22694         (audio_convert_convert):
22695         More elegant and working temp buffer selection algo.
22696
22697 2005-08-26  Wim Taymans  <wim@fluendo.com>
22698
22699         * gst/audioconvert/audioconvert.c: (if), (float),
22700         (audio_convert_get_func_index), (check_default),
22701         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22702         (audio_convert_clean_context), (audio_convert_get_sizes),
22703         (get_temp_buffer), (audio_convert_convert):
22704         Use realloc else we lose our original data.
22705
22706 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22707
22708         * gst/audioresample/gstaudioresample.c:
22709           use base class' newsegment to properly timestamp
22710
22711 2005-08-26  Wim Taymans  <wim@fluendo.com>
22712
22713         * gst/audioconvert/audioconvert.c: (if), (float),
22714         (audio_convert_get_func_index), (check_default),
22715         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22716         (audio_convert_clean_context), (audio_convert_get_sizes),
22717         (get_temp_buffer), (audio_convert_convert):
22718         * gst/audioconvert/gstaudioconvert.c:
22719         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22720         (gst_audio_convert_transform_caps),
22721         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22722         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22723         Oops, allocate enough space to perform the channel mix.
22724
22725 2005-08-26  Wim Taymans  <wim@fluendo.com>
22726
22727         * gst/audioconvert/Makefile.am:
22728         * gst/audioconvert/audioconvert.c: (if), (float),
22729         (audio_convert_get_func_index), (check_default),
22730         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22731         (audio_convert_clean_context), (audio_convert_get_sizes),
22732         (get_temp_buffer), (audio_convert_convert):
22733         * gst/audioconvert/audioconvert.h:
22734         * gst/audioconvert/gstaudioconvert.c:
22735         (gst_audio_convert_class_init), (gst_audio_convert_init),
22736         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22737         (gst_audio_convert_get_unit_size),
22738         (gst_audio_convert_transform_caps),
22739         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22740         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22741         * gst/audioconvert/gstaudioconvert.h:
22742         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22743         (gst_channel_mix_fill_identical),
22744         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22745         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22746         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22747         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22748         (gst_channel_mix_mix):
22749         * gst/audioconvert/gstchannelmix.h:
22750         Cleanups, librarify a bit, optimize, better negotiation and more.
22751
22752 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22753
22754         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22755         Another from MikeS:
22756         During typefinding, don't support negative offsets
22757         (offsets from the end of the stream) in our typefind->peek() function
22758         - nothing embedded in ogg ever needs them. However, we need to recognise
22759         those requests and reject them, otherwise we return invalid pointers.
22760
22761 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22762
22763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22764         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22765         (vorbisdec_finalize), (vorbis_handle_type_packet):
22766           Big shout-out to MikeS for fixing this giant memory leak.
22767           Huzzah!
22768
22769 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22770
22771         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22772         (audio_convert_get_unit_size):
22773           plug some leaks
22774
22775 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22776
22777         * check/Makefile.am:
22778         * check/elements/audioconvert.c: (setup_audioconvert),
22779         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22780         (GST_START_TEST), (audioconvert_suite), (main):
22781           add a test for audioconvert
22782         * gst/audioresample/gstaudioresample.c:
22783         * gst/audioresample/gstaudioresample.h:
22784           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22785           note that for buffers of 1/3 sec this means DURATION(c) is 
22786           one nanosecond more than for a and b
22787
22788 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22789
22790         * check/Makefile.am:
22791         * check/elements/audioresample.c: (setup_audioresample),
22792         (cleanup_audioresample), (fail_unless_perfect_stream),
22793         (test_perfect_stream_instance), (GST_START_TEST),
22794           add a check for audioresample
22795         (audioresample_suite), (main):
22796         * check/elements/volume.c: (GST_START_TEST):
22797           remove unused method
22798         * gst/audioresample/gstaudioresample.c:
22799           set correct buffer parameters since we're changing them
22800         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22801           add some debug
22802
22803 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22804
22805         * gst/audioresample/debug.c:
22806         * gst/audioresample/gstaudioresample.c:
22807           add room for extra overlap samples when asked to transform size
22808           protect against possible mem corruption and check for discrepancies
22809           between written size and outbuffer's size so we can warn for
22810           potential problems
22811         * gst/audioresample/resample.c: (resample_init),
22812         (resample_get_output_size_for_input), (resample_get_output_size),
22813         (resample_set_n_channels), (resample_set_format):
22814           set debug level based on RESAMPLE_DEBUG env var
22815           make sure that get_output_size* returns a whole number of
22816           sample_size
22817           set sample_size each time either channel or format is set
22818         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22819         * gst/audioresample/resample_functable.c:
22820         (resample_scale_functable):
22821         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22822           remove r->sample_size, it's done in resample.c now
22823           add some debugging to the ref implementation
22824           make sure we only give back bytes that are wholes of the sample
22825           size
22826
22827 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22828         * gst/playback/gstplaybasebin.c: (fill_buffer):
22829         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22830
22831 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22832
22833         * gst/volume/gstvolume.c:
22834           made set_caps function static
22835
22836 2005-08-24  Wim Taymans  <wim@fluendo.com>
22837
22838         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22839         (gst_vorbisenc_change_state):
22840         Stop leaking taglists.
22841
22842 2005-08-24  Wim Taymans  <wim@fluendo.com>
22843
22844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22845         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22846         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22847         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22848         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22849         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22850         Parse seeking events better.
22851         Unref static caps.
22852         Generate correct newsegment events, fixes seeking in live oggs.
22853
22854         * ext/theora/theoradec.c: (theora_dec_src_query),
22855         (theora_dec_src_event), (theora_dec_src_getcaps),
22856         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22857         Use newsegment values to report correct play time.
22858
22859         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22860         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22861         * ext/vorbis/vorbisdec.h:
22862         Parse and use newsegment values to report correct play time.
22863
22864         * gst-libs/gst/audio/gstbaseaudiosink.c:
22865         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22866         Clear ringbuffer on flush.
22867         Use newsegment values to calculate playback time.
22868
22869         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22871         Basesink does newsegment calculations for us now.
22872
22873 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22874
22875         * check/Makefile.am:
22876         * configure.ac:
22877           add core's plugins to the mix so that playbin works
22878         * check/generic/states.c: (GST_START_TEST):
22879           set a 0 timeout on pipelines, so they don't force the next
22880           state change
22881         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22882         (gst_play_base_bin_change_state):
22883           remove the crappy error handling and do GST error handling
22884
22885 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22886
22887         * check/Makefile.am:
22888         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22889           add same test as to core, it bitches out on playbin atm.
22890
22891 2005-08-24  Wim Taymans  <wim@fluendo.com>
22892
22893         * configure.ac:
22894         Remove audioscale.
22895
22896 2005-08-24  Wim Taymans  <wim@fluendo.com>
22897
22898         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22899         (gst_videoscale_prepare_size), (parse_caps),
22900         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22901         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22902         (gst_videoscale_transform):
22903         * gst/videoscale/gstvideoscale.h:
22904         Refactor, make use of BaseTranform really well.
22905
22906 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22907
22908         * configure.ac:
22909           compile audioresample
22910         * gst/audioresample/Makefile.am:
22911         * gst/audioresample/buffer.c:
22912         * gst/audioresample/functable.c:
22913         * gst/audioresample/gstaudioresample.c:
22914         * gst/audioresample/gstaudioresample.h:
22915         * gst/audioresample/resample.c:
22916         (resample_get_output_size_for_input):
22917         * gst/audioresample/resample.h:
22918         * gst/audioresample/resample_chunk.c:
22919         * gst/audioresample/resample_functable.c:
22920         * gst/audioresample/resample_ref.c:
22921           port to use basetransform; doesn't work in all cases yet
22922
22923 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22924
22925         * gst/audioconvert/gstaudioconvert.c:
22926         (gst_audio_convert_class_init), (gst_audio_convert_init),
22927         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22928         (audio_convert_fixate_caps), (audio_convert_set_caps),
22929         (audio_convert_transform),
22930         (gst_audio_convert_buffer_to_default_format),
22931         (gst_audio_convert_buffer_from_default_format),
22932         (gst_audio_convert_channels):
22933         * gst/audioconvert/gstchannelmix.c:
22934         * gst/audioconvert/gstchannelmix.h:
22935           port to basetransform
22936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22937         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22938         (gst_ffmpegcsp_get_unit_size):
22939         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22940         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22941           fix for basetransform changes
22942
22943 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22944
22945         * check/Makefile.am:
22946           Add CHECK_CFLAGS and LDFLAGS
22947
22948         * gst/playback/gstplaybasebin.c: (fill_buffer):
22949           GST_MESSAGE_SRC became a GObject
22950
22951 2005-08-24  Wim Taymans  <wim@fluendo.com>
22952
22953         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22954         (gst_ring_buffer_clear_all):
22955         * gst-libs/gst/audio/gstringbuffer.h:
22956         Added function to clear the ringbuffer.
22957
22958 2005-08-24  Andy Wingo  <wingo@pobox.com>
22959
22960         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22961         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22962         of _open and _close.
22963
22964         * sys/v4l/gstv4lxoverlay.h:
22965         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22966         an Xv connection here, instead of all the time. Make Xv only be
22967         loaded if you axe for it. Kindof a workaround for buggy behaviour
22968         of Xv when using remote xservers (XvQueryExtension would block).
22969         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22970         replace the _open and _close public API. Only start the xv
22971         connection if necessary.
22972         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22973
22974 2005-08-23  David Schleef  <ds@schleef.org>
22975
22976         * gst/audioresample/Makefile.am: Leet audioresampling code
22977         * gst/audioresample/buffer.c:
22978         * gst/audioresample/buffer.h:
22979         * gst/audioresample/debug.c:
22980         * gst/audioresample/debug.h:
22981         * gst/audioresample/functable.c:
22982         * gst/audioresample/functable.h:
22983         * gst/audioresample/gstaudioresample.c:
22984         * gst/audioresample/gstaudioresample.h:
22985         * gst/audioresample/resample.c:
22986         * gst/audioresample/resample.h:
22987         * gst/audioresample/resample_chunk.c:
22988         * gst/audioresample/resample_functable.c:
22989         * gst/audioresample/resample_ref.c:
22990
22991 2005-08-23  Wim Taymans  <wim@fluendo.com>
22992
22993         * examples/seeking/seek.c: (make_vorbis_pipeline),
22994         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22995         Small seek updates.
22996
22997 2005-08-23  Andy Wingo  <wingo@pobox.com>
22998
22999         * gst-libs/gst/audio/gstbaseaudiosrc.c
23000         (gst_base_audio_src_fixate): Only fixate endianness if it is
23001         present in the caps.
23002
23003 2005-08-22  Andy Wingo  <wingo@pobox.com>
23004
23005         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23006         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23007         device-name property.
23008
23009         * gst-libs/gst/audio/gstaudiosrc.h:
23010         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23011         close_device in the ring buffer, like gstaudiosink.
23012
23013         * ext/alsa/gstalsamixer.h:
23014         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23015         macro to implement the interface without much code. Cleanups. 
23016
23017         * ext/alsa/gstalsasrc.h:
23018         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23019         READY.
23020
23021         * ext/alsa/Makefile.am: Add new files.
23022         * ext/alsa/gstalsamixerelement.c: 
23023         * ext/alsa/gstalsamixerelement.c: Split element code out from
23024         mixer code so that alsasrc can be a mixer too.
23025
23026 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23027
23028         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23029         (GST_START_TEST):
23030         * check/elements/vorbisdec.c: (setup_vorbisdec),
23031         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23032         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23033         (vorbis_handle_identification_packet),
23034         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23035         (vorbis_handle_header_packet), (vorbis_dec_push),
23036         (vorbis_dec_chain):
23037           use the setup/teardown methods to save code.  save code is good.
23038
23039 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23040
23041         * check/Makefile.am:
23042           add ext dir for plugins
23043           add vorbisdec test conditionally
23044         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23045         (GST_START_TEST), (volume_suite):
23046           add a test with wrong caps
23047         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23048         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23049           add a vorbisdec test
23050         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23051         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23052           clean up debug output
23053         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23054           yay, fix a segfault/security issue in vorbisdec
23055           gst-launch fakesrc ! vorbisdec wasn't happy
23056         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23057         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23058         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23059         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23060         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23061         (gst_vorbisenc_set_metadata), (get_constraints_string),
23062         (update_start_message), (gst_vorbisenc_setup),
23063         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23064         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23065         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23066         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23067         * ext/vorbis/vorbisenc.h:
23068           march in line
23069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23070         (gst_ffmpegcsp_transform):
23071           have the kow come home
23072         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23073           debug my func ptr
23074         * gst/volume/gstvolume.c: (volume_set_caps):
23075           add a debug
23076
23077 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23078
23079         * Makefile.am:
23080         * check/.cvsignore:
23081         * check/Makefile.am:
23082         * check/elements/.cvsignore:
23083         * check/elements/volume.c: (chain_func), (event_func),
23084         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23085         (main):
23086         * configure.ac:
23087           add unit test structure for gst-plugins-base
23088           add a test for volume
23089         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23090         (gst_volume_set_volume), (gst_volume_get_volume),
23091         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23092         (volume_funcfind), (volume_process_float), (volume_process_int16),
23093         (volume_set_caps), (volume_transform), (volume_update_mute),
23094         (volume_update_volume), (volume_set_property),
23095         (volume_get_property):
23096           document a little; use basetransform vmethod _set_caps
23097
23098 2005-08-19  Andy Wingo  <wingo@pobox.com>
23099
23100         * ext/alsa/gstalsamixertrack.h:
23101         * ext/alsa/gstalsamixertrack.c:
23102         * ext/alsa/gstalsamixeroptions.h:
23103         * ext/alsa/gstalsamixeroptions.c:
23104         * ext/alsa/gstalsamixer.h:
23105         * ext/alsa/gstalsamixer.c: Port to 0.9.
23106
23107         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23108         Remove gstalsa.c and alsaclock. No more cruft here.
23109         
23110 2005-08-18  Wim Taymans  <wim@fluendo.com>
23111
23112         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23113         (gst_base_rtp_depayload_chain),
23114         (gst_base_rtp_depayload_add_to_queue),
23115         (gst_base_rtp_depayload_push),
23116         (gst_base_rtp_depayload_queue_release):
23117         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23118         Fix for RTPBuffer changes.
23119
23120         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23121         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23122         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23123         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23124         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23125         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23126         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23127         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23128         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23129         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23130         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23131         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23132         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23133         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23134         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23135         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23136         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23137         (gst_rtpbuffer_get_payload):
23138         * gst-libs/gst/rtp/gstrtpbuffer.h:
23139         Don't subclass GstBuffer but add methods and helper functions
23140         to construct and manipulate RTP packets in regular GstBuffers.
23141
23142 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23143
23144         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23145           moved statement below switch
23146         * gst/volume/gstvolume.c: (gst_volume_class_init):
23147           added debug ptr
23148
23149 2005-08-16  Wim Taymans  <wim@fluendo.com>
23150
23151         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23152         (gst_base_audio_src_change_state):
23153         Open and close device in READY<->NULL state change.
23154
23155 2005-08-16  Andy Wingo  <wingo@pobox.com>
23156
23157         * examples/seeking/Makefile.am: Don't compile non-compiling
23158         compiled objects with the compiler.
23159
23160         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23161         elements.
23162
23163 2005-08-12  Philippe Khalaf <burger@speedy.org>
23164         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23165         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23166           Made a thread to release the queue.
23167           Removed timestamp conversion for now.
23168
23169 2005-08-10  Philippe Khalaf <burger@speedy.org>
23170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23171         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23172           Added rtp timestamp -> gst timestamp conversion.
23173           Fixed several problems with queue.
23174
23175 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23176
23177         * gst-libs/gst/audio/gstaudioclock.h:
23178         * gst-libs/gst/audio/gstaudiofilter.h:
23179         * gst-libs/gst/audio/gstaudiosink.h:
23180         * gst-libs/gst/audio/gstaudiosrc.h:
23181         * gst-libs/gst/audio/gstbaseaudiosink.h:
23182         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23183         * gst-libs/gst/audio/gstringbuffer.h:
23184         * gst-libs/gst/net/gstnetbuffer.h:
23185         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23186         * gst-libs/gst/rtp/gstrtpbuffer.h:
23187           Add padding (you will need to rebuild gst-plugins-base,
23188           gst-plugins and all applications afterwards!)
23189
23190 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23191
23192         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23193         (gst_riff_parse_chunk):
23194           Fix bug in debug message and add some more debug messages.
23195
23196 2005-08-08  Edward Hervey  <edward@fluendo.com>
23197
23198         * gst-libs/gst/riff/riff-media.c:
23199         backported updates since branch
23200
23201 2005-08-08  Andy Wingo  <wingo@pobox.com>
23202
23203         * gst-libs/gst/audio/gstbaseaudiosink.c
23204         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23205         like good elements should. Close on READY->NULL too.
23206
23207         * gst-libs/gst/audio/gstaudiosink.c
23208         (gst_audioringbuffer_open_device,
23209         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23210         (gst_audioringbuffer_release): Updates for new ring buffer API,
23211         hook into the new audio sink api.
23212
23213         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23214         (GstAudioSinkClass.close): Just open and close the device -- no
23215         resource allocation or configuration.
23216         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23217         vmethods, handle device setup and resource allocation.
23218
23219         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23220         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23221         base class API.
23222
23223         * gst-libs/gst/audio/gstringbuffer.h
23224         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23225         New vmethods.
23226
23227         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23228         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23229         New API functions. The device should be opened before acquiring
23230         and closed after releasing.
23231
23232 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23233
23234         * gst-libs/gst/interfaces/mixer.h:
23235           Reset padding to GST_PADDING.
23236
23237 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23238
23239         * gst/playback/gstplaybin.c: (remove_sinks):
23240           Remove visualization from parent explicitely; works around some
23241           apparent refcount issue that I haven't tracked down yet.
23242
23243 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23244
23245         * ext/alsa/gstalsasink.c: (set_hwparams):
23246           Assign debug category, add negotiation debug msgs.
23247
23248 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23249
23250         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23251           Fix error code for file-not-found to NOT_FOUND.
23252
23253 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23254
23255         * common/gtk-doc-plugins.mak:
23256         * docs/plugins/Makefile.am:
23257         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23258         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23259           renamed to actual element names, so much nicer to look at
23260         * docs/plugins/tmpl/gstmultifdsink.sgml:
23261           remove
23262         * docs/plugins/tmpl/multifdsink.sgml:
23263         * docs/plugins/tmpl/tcpserversink.sgml:
23264           add
23265         * ext/alsa/gstalsa.c:
23266         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23267         * ext/ogg/gstoggmux.c:
23268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23269         * gst/playback/gstdecodebin.c:
23270         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23271         * gst/tcp/gsttcpserversink.c:
23272           various fixes and documentation additions
23273
23274 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23275
23276         * common/Makefile.am:
23277         * common/gstdoc-scangobj:
23278         * common/gtk-doc-plugins.mak:
23279         * common/gtk-doc.mak:
23280           add a custom scangobj that uses the registry
23281           add a custom gtk-doc-plugins.mak that uses it
23282           some doc build fixes
23283         * configure.ac:
23284         * docs/Makefile.am:
23285         * docs/plugins/Makefile.am:
23286         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23287         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23288         * docs/plugins/gst-plugins-base-plugins.types:
23289         * docs/plugins/tmpl/gstmultifdsink.sgml:
23290           add docs for one element, multifdsink
23291         * gst/adder/gstadder.h:
23292         * gst/volume/gstvolume.h:
23293           don't privatize enum
23294         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23295         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23296         (gst_sync_method_get_type), (gst_client_status_get_type),
23297         (gst_multifdsink_class_init),
23298         (gst_multifdsink_client_queue_buffer),
23299         (gst_multifdsink_handle_client_write):
23300         * gst/tcp/gstmultifdsink.h:
23301         * gst/tcp/gsttcp.h:
23302         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23303         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23304         (gst_tcpclientsink_render):
23305         * gst/tcp/gsttcpclientsink.h:
23306         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23307         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23308         (gst_tcpclientsrc_start):
23309         * gst/tcp/gsttcpclientsrc.h:
23310         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23311         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23312         * gst/tcp/gsttcpserversrc.h:
23313         * gst/typefind/gsttypefindfunctions.c:
23314           remove superfluous Type stuff
23315
23316 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23317
23318         * gst/playback/gstplaybin.c: (gen_video_element):
23319           Enable videoscale.
23320
23321 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23322
23323         * gst-libs/gst/gconf/gconf.c:
23324         * gst-libs/gst/gconf/gconf.h:
23325           Fix some Andy Problem [tm].
23326
23327 2005-08-04  Andy Wingo  <wingo@pobox.com>
23328
23329         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23331         (gst_ffmpegcsp_get_size): Adapt to API changes.
23332
23333         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23334         Implement an in-place do-nothing transform.
23335
23336 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23337
23338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23339         (gst_ximagesink_renegotiate_size):
23340           Do not set new window sizes yet if we prepare a new buffer size
23341           for upstream renegotiation (software scaling) at some point in the
23342           future, because this new size waqs not actually accepted yet. Once
23343           accepted, renegotiation later on will set the new sizes just fine.
23344           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23345           embedding testcase.
23346
23347 2005-08-03  Andy Wingo  <wingo@pobox.com>
23348
23349         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23350         (gst_ximagesink_buffer_alloc): 
23351         Protect the height, width, and desired_caps with the pool_lock.
23352         Fixes videotestsrc ! queue ! ximagesink.
23353
23354 2005-08-02  Edward Hervey  <edward@fluendo.com>
23355
23356         * gst/volume/gstvolume.c:
23357         include left from controller cleanup
23358
23359 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23361           Stop collectpads before calling the parent state
23362           change function on PAUSED->READY.
23363
23364 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23365         * configure.ac:
23366           When testing for X libs, use the X CFlags 
23367         * gst/adder/gstadder.c: (gst_adder_change_state):
23368           Stop the collectpads before calling parent state change function
23369           on PAUSED->READY, otherwise we deadlock deactivating pads.
23370
23371 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23372
23373         * configure.ac:
23374         * docs/libs/tmpl/gstcolorbalance.sgml:
23375         * docs/libs/tmpl/gstmixer.sgml:
23376         * examples/Makefile.am:
23377         * gst/sine/Makefile.am:
23378         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23379         (gst_sinesrc_set_property), (plugin_init):
23380         * gst/sine/gstsinesrc.h:
23381         * gst/volume/Makefile.am:
23382         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23383         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23384         (volume_process_float), (volume_process_int16),
23385         (volume_set_property), (plugin_init):
23386         * gst/volume/gstvolume.h:
23387           deactivate and remove dparams (libgstcontrol)
23388
23389 2005-07-29  Wim Taymans  <wim@fluendo.com>
23390
23391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23392         Convert me to BaseTransform!! help..
23393
23394 2005-07-29  Andy Wingo  <wingo@pobox.com>
23395
23396         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23397         sinks.
23398
23399         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23400         support of both endiannesses.
23401
23402 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23403
23404         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23405           Fix confusing debug message (s/event/query/)
23406
23407 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23408
23409         * gst/videotestsrc/videotestsrc.h:
23410           Use "_stdint.h" instead of <stdint.h>
23411
23412 2005-07-27  Wim Taymans  <wim@fluendo.com>
23413
23414         * ext/vorbis/Makefile.am:
23415         Revert wrong commit.
23416
23417 2005-07-27  Wim Taymans  <wim@fluendo.com>
23418
23419         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23420         More compilation fixen.
23421
23422 2005-07-27  Wim Taymans  <wim@fluendo.com>
23423
23424         * gst-libs/gst/audio/gstbaseaudiosink.c:
23425         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23426         (gst_base_audio_sink_create_ringbuffer),
23427         (gst_base_audio_sink_change_state):
23428         Fix compilation.
23429
23430 2005-07-27  Wim Taymans  <wim@fluendo.com>
23431
23432         * examples/seeking/seek.c: (setup_dynamic_link),
23433         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23434         (query_positions_elems), (query_positions_pads), (do_seek):
23435         Update seek example.
23436
23437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23438         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23439         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23440         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23441         (gst_ogg_demux_handle_event),
23442         (gst_ogg_demux_deactivate_current_chain),
23443         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23444         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23445         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23446         (gst_ogg_demux_loop):
23447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23448         * ext/theora/theoradec.c: (theora_dec_src_event),
23449         (theora_dec_src_getcaps), (theora_dec_sink_event),
23450         (theora_dec_push), (theora_dec_chain):
23451         * ext/vorbis/Makefile.am:
23452         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23453         (vorbis_dec_sink_event), (vorbis_dec_push),
23454         (vorbis_handle_data_packet):
23455         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23456         (gst_vorbisenc_chain):
23457         * gst/playback/gststreaminfo.c: (cb_probe):
23458         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23459         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23460         * gst/videoscale/gstvideoscale.c:
23461         (gst_videoscale_handle_src_event):
23462         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23463         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23464         (gst_ximagesink_navigation_send_event):
23465         * sys/xvimage/xvimagesink.c:
23466         (gst_xvimagesink_navigation_send_event):
23467         Various event updates and cleanups
23468
23469 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23470
23471         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23472           Fix segfault for I420/YV12.
23473
23474 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23475
23476         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23477           Report bitrate.
23478
23479 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23480
23481         * gst/playback/gstplaybin.c: (gen_video_element),
23482         (gen_audio_element):
23483           Switch to auto*sink elements as default sinks; add volume element
23484           so that volume control in totem works.
23485
23486 2005-07-21  Wim Taymans  <wim@fluendo.com>
23487
23488         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23489         * gst/playback/gstplaybin.c: (setup_sinks),
23490         (gst_play_bin_change_state):
23491         Refcount fix and more comments.
23492
23493 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23494
23495         * sys/ximage/Makefile.am:
23496         * sys/ximage/ximage.c: (plugin_init):
23497         * sys/ximage/ximagesink.c:
23498         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23499         
23500
23501 2005-07-21  Wim Taymans  <wim@fluendo.com>
23502
23503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23504         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23505         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23506         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23507         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23508         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23509         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23510         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23511         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23512         Generate correct disconts for live chained oggs.
23513
23514         * gst-libs/gst/audio/gstbaseaudiosink.c:
23515         (gst_base_audio_sink_render),
23516         (gst_base_audio_sink_create_ringbuffer),
23517         (gst_base_audio_sink_change_state):
23518         Handle discont math correctly.
23519
23520         * gst/playback/gstplaybin.c: (add_sink):
23521         Some small debug cleanup.
23522
23523 2005-07-21  Wim Taymans  <wim@fluendo.com>
23524
23525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23526         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23527         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23528         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23529         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23530         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23531         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23532         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23533         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23534         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23535         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23536         (gst_ogg_demux_change_state), (gst_ogg_print):
23537         Reorganize code to send the right disconts when in streaming
23538         mode.
23539
23540 2005-07-20  Andy Wingo  <wingo@pobox.com>
23541
23542         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23543         fix (?), fixes a seggie mcfalterson (#310894).
23544
23545 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23546
23547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23548         (gst_ogg_mux_set_header_on_caps):
23549         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23550         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23551         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23552         * gst-libs/gst/audio/multichannel.c:
23553         (gst_audio_set_channel_positions),
23554         (gst_audio_set_structure_channel_positions_list):
23555         * gst/playback/gstdecodebin.c: (dynamic_create):
23556         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23557         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23558           Fixes for API changes in core.
23559
23560 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23561
23562         * gst/playback/gstplaybasebin.c: (fill_buffer):
23563           Use _new_custom() so we can set custom message types for buffering
23564           messages.
23565
23566 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23567
23568         * configure.ac:
23569         * gst-libs/gst/Makefile.am:
23570         * gst-libs/gst/gconf/.cvsignore:
23571         * gst-libs/gst/gconf/Makefile.am:
23572         * gst-libs/gst/gconf/test-gconf.c:
23573         * pkgconfig/Makefile.am:
23574         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23575         * pkgconfig/gstreamer-gconf.pc.in:
23576           Remove gconf stuff, use gconf elements instead from now on.
23577
23578 2005-07-20  Wim Taymans  <wim@fluendo.com>
23579
23580         * gst-libs/gst/audio/TODO:
23581         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23582         (gst_audio_clock_get_internal_time):
23583         * gst-libs/gst/audio/gstaudioclock.h:
23584         * gst-libs/gst/audio/gstbaseaudiosink.c:
23585         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23586         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23587         (gst_base_audio_sink_render),
23588         (gst_base_audio_sink_create_ringbuffer),
23589         (gst_base_audio_sink_change_state):
23590         Make sure the audio clock always returns an increasing value.
23591
23592 2005-07-19  Andy Wingo  <wingo@pobox.com>
23593
23594         * gst/videotestsrc/: Cleanups.
23595
23596 2005-07-19  Wim Taymans  <wim@fluendo.com>
23597
23598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23599         Better debugging.
23600
23601 2005-07-19  Wim Taymans  <wim@fluendo.com>
23602
23603         * examples/seeking/seek.c: (make_dv_pipeline),
23604         (make_vorbis_theora_pipeline), (query_rates),
23605         (query_positions_elems), (query_positions_pads), (do_seek):
23606         Make correct DV pipeline.
23607
23608 2005-07-18  Andy Wingo  <wingo@pobox.com>
23609
23610         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23611         default. Also because it's the only thing that really works. (This
23612         is used in the GConf elements).
23613         Use AS_LIBTOOL_TAGS.
23614
23615 2005-07-18  Wim Taymans  <wim@fluendo.com>
23616
23617         * gst/playback/gstdecodebin.c: (remove_element_chain):
23618         * gst/playback/gstplaybin.c: (add_sink):
23619         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23620         (gst_stream_info_set_mute):
23621         * gst/playback/gststreamselector.c:
23622         (gst_stream_selector_get_linked_pad),
23623         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23624         More leak and compile fixes.
23625
23626 2005-07-18  Wim Taymans  <wim@fluendo.com>
23627
23628         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23629         (query_rates), (query_positions_elems), (query_positions_pads),
23630         (do_seek), (seek_cb), (stop_seek):
23631         Updated seek example. 
23632
23633         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23634         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23635         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23636         * gst/playback/gstplaybin.c: (add_sink):
23637         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23638         (gst_stream_info_set_mute):
23639         Some refcount leak fixes.
23640
23641 2005-07-16  Wim Taymans  <wim@fluendo.com>
23642
23643         * gst-libs/gst/audio/gstbaseaudiosink.c:
23644         (gst_base_audio_sink_render):
23645         Align samples even if we have roundoff errors in the 
23646         timestamp conversion.
23647
23648 2005-07-16  Wim Taymans  <wim@fluendo.com>
23649
23650         * docs/libs/tmpl/gstringbuffer.sgml:
23651         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23652         (query_rates), (query_positions_elems), (query_positions_pads),
23653         (update_scale), (do_seek):
23654         Updated seek example.
23655
23656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23657         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23658         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23659         (gst_ogg_demux_loop):
23660         Push out correct discont values.
23661
23662         * ext/theora/theoradec.c: (theora_dec_src_convert),
23663         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23664         (theora_dec_sink_event), (theora_handle_type_packet),
23665         (theora_handle_header_packet), (theora_dec_push),
23666         (theora_handle_data_packet), (theora_dec_chain),
23667         (theora_dec_change_state):
23668         Better timestamping.
23669
23670         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23671         (vorbis_dec_sink_event), (vorbis_dec_push),
23672         (vorbis_handle_data_packet), (vorbis_dec_chain):
23673         * ext/vorbis/vorbisdec.h:
23674         Better timestamping.
23675
23676         * gst-libs/gst/audio/gstbaseaudiosink.c:
23677         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23678         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23679         Handle syncing on timestamps instead of sample offsets. Make
23680         use of DISCONT values as described in design docs.
23681
23682         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23683         (gst_base_audio_src_get_time):
23684         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23685         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23686         (gst_ring_buffer_read):
23687         * gst-libs/gst/audio/gstringbuffer.h:
23688         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23689         (gst_ximagesink_show_frame):
23690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23691         Correcly convert buffer timestamp to stream time.
23692
23693 2005-07-16  Wim Taymans  <wim@fluendo.com>
23694
23695         * gst/audioconvert/gstaudioconvert.c:
23696         (gst_audio_convert_get_buffer):
23697         Timestamp buffers correctly.
23698
23699         * gst/playback/gstplaybin.c: (gen_video_element):
23700         Make internal fakesink silent.
23701
23702 2005-07-15  Wim Taymans  <wim@fluendo.com>
23703
23704         * gst/ffmpegcolorspace/Makefile.am:
23705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23706         (gst_ffmpegcsp_caps_remove_format_info),
23707         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23708         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23709         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23710         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23711         Ported ffmpegcolorspace to basetransform.
23712
23713         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23714         * gst/volume/gstvolume.c: (volume_transform):
23715         Ported to new API.
23716
23717 2005-07-14  Wim Taymans  <wim@fluendo.com>
23718
23719         * gst/videotestsrc/Makefile.am:
23720         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23721         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23722         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23723         (gst_videotestsrc_init), (gst_videotestsrc_event),
23724         (gst_videotestsrc_create), (gst_videotestsrc_start),
23725         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23726         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23727         (gst_videotestsrc_get_property):
23728         * gst/videotestsrc/gstvideotestsrc.h:
23729         Make videotestsrc a pushsrc.
23730
23731 2005-07-14  Wim Taymans  <wim@fluendo.com>
23732
23733         * gst/tcp/gstfdset.c: (gst_fdset_free):
23734         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23735         (gst_multifdsink_add), (gst_multifdsink_remove),
23736         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23737         (gst_multifdsink_remove_client_link),
23738         (gst_multifdsink_client_queue_data),
23739         (gst_multifdsink_client_queue_caps),
23740         (gst_multifdsink_client_queue_buffer),
23741         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23742         (gst_multifdsink_stop):
23743         * gst/tcp/gstmultifdsink.h:
23744         0.8 backporting.
23745
23746         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23747         Also draw image when not from a pool.
23748
23749 2005-07-14  Wim Taymans  <wim@fluendo.com>
23750
23751         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23752         (mute_stream), (silence_stream):
23753         Small debug additions.
23754
23755 2005-07-14  Wim Taymans  <wim@fluendo.com>
23756
23757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23758         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23759         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23760         Better error recovery, ignore unconnected pads and
23761         non-fatal errors.
23762
23763 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23764
23765         * docs/libs/tmpl/gstaudio.sgml:
23766         * docs/libs/tmpl/gstcolorbalance.sgml:
23767         * docs/libs/tmpl/gstgconf.sgml:
23768         * docs/libs/tmpl/gstmixer.sgml:
23769         * docs/libs/tmpl/gstringbuffer.sgml:
23770         * docs/libs/tmpl/gsttuner.sgml:
23771         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23772         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23773         (gst_tcpclientsrc_class_init):
23774         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23775         (gst_tcpserversrc_class_init):
23776         * sys/v4l/gstv4lelement.c:
23777           more autistic cleanliness in functions/names/defines
23778
23779 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23780
23781         * configure.ac:
23782           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23783           added manually to each Makefile.am so we are sure it goes
23784           *last* and doesn't add -L flags before linking in libs of our
23785           own, like, say, internal .la libs, that then accidentally pick
23786           up the installed copy.
23787         * docs/libs/Makefile.am:
23788         * ext/alsa/Makefile.am:
23789         * ext/cdparanoia/Makefile.am:
23790         * ext/gnomevfs/Makefile.am:
23791         * ext/libvisual/Makefile.am:
23792         * ext/ogg/Makefile.am:
23793         * ext/theora/Makefile.am:
23794         * ext/vorbis/Makefile.am:
23795         * gst-libs/gst/video/Makefile.am:
23796         * gst/adder/Makefile.am:
23797         * gst/audioconvert/Makefile.am:
23798         * gst/audiorate/Makefile.am:
23799         * gst/audioscale/Makefile.am:
23800         * gst/ffmpegcolorspace/Makefile.am:
23801         * gst/playback/Makefile.am:
23802         * gst/sine/Makefile.am:
23803         * gst/subparse/Makefile.am:
23804         * gst/tags/Makefile.am:
23805         * gst/tcp/Makefile.am:
23806         * gst/typefind/Makefile.am:
23807         * gst/videorate/Makefile.am:
23808         * gst/videoscale/Makefile.am:
23809         * gst/videotestsrc/Makefile.am:
23810         * gst/volume/Makefile.am:
23811         * sys/v4l/Makefile.am:
23812         * sys/ximage/Makefile.am:
23813         * sys/xvimage/Makefile.am:
23814           adapt properly to this change. This should make sure that
23815           plugins and libs properly link to the as-yet-uninstalled
23816           copies of stuff like libgstinterfaces and libgstvideo
23817
23818 2005-07-13  Andy Wingo  <wingo@pobox.com>
23819
23820         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23821         (gst_v4lsrc_fixate): Fixate on format as well.
23822
23823         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23824         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23825         buffer points to it.
23826         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23827         rather just doing X calls ourselves. Also fixes a memleak.
23828
23829 2005-07-12  Andy Wingo  <wingo@pobox.com>
23830
23831         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23832         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23833         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23834         TRUE to avoid deadlocks if an element holds on to our buffers.
23835
23836 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23837
23838         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23839         (gst_sinesrc_init), (gst_sinesrc_create),
23840         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23841         (gst_sinesrc_start):
23842         * gst/sine/gstsinesrc.h:
23843           removing num-buffers property before moving it
23844
23845 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23846
23847         * configure.ac:
23848           use overridable ERROR_CFLAGS
23849         * docs/libs/gst-plugins-base-libs.types:
23850         * docs/libs/tmpl/gstringbuffer.sgml:
23851         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23852         (gst_alsasink_class_init):
23853         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23854         (gst_alsasrc_class_init):
23855         * gst-libs/gst/audio/audio.h:
23856         * gst-libs/gst/audio/gstaudioclock.h:
23857         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23858         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23859         (gst_audio_filter_link), (gst_audio_filter_init),
23860         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23861         (gst_audio_filter_get_property),
23862         (gst_audio_filter_class_add_pad_templates):
23863         * gst-libs/gst/audio/gstaudiofilter.h:
23864         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23865         (gst_audio_filter_template_get_type),
23866         (gst_audio_filter_template_base_init),
23867         (gst_audio_filter_template_class_init),
23868         (gst_audio_filter_template_init),
23869         (gst_audio_filter_template_set_property),
23870         (gst_audio_filter_template_get_property), (plugin_init),
23871         (gst_audio_filter_template_setup),
23872         (gst_audio_filter_template_filter),
23873         (gst_audio_filter_template_filter_inplace):
23874         * gst-libs/gst/audio/gstaudiosink.c:
23875         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23876         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23877         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23878         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23879         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23880         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23881         * gst-libs/gst/audio/gstaudiosink.h:
23882         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23883         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23884         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23885         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23886         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23887         (gst_audio_src_class_init), (gst_audio_src_init),
23888         (gst_audio_src_create_ringbuffer):
23889         * gst-libs/gst/audio/gstaudiosrc.h:
23890         * gst-libs/gst/audio/gstbaseaudiosink.c:
23891         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23892         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23893         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23894         (gst_base_audio_sink_set_property),
23895         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23896         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23897         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23898         (gst_base_audio_sink_create_ringbuffer),
23899         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23900         * gst-libs/gst/audio/gstbaseaudiosink.h:
23901         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23902         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23903         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23904         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23905         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23906         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23907         (gst_base_audio_src_event), (gst_base_audio_src_create),
23908         (gst_base_audio_src_create_ringbuffer),
23909         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23910         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23911         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23912         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23913         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23914         (gst_ring_buffer_debug_spec_caps),
23915         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23916         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23917         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23918         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23919         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23920         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23921         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23922         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23923         (gst_ring_buffer_clear):
23924         * gst-libs/gst/audio/gstringbuffer.h:
23925         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23926         (gst_video_sink_class_init), (gst_video_sink_get_type):
23927         * gst-libs/gst/video/videosink.h:
23928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23929         (gst_multifdsink_class_init),
23930         (gst_multifdsink_handle_client_write),
23931         (gst_multifdsink_change_state):
23932         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23933         (gst_tcpclientsink_setcaps):
23934         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23935         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23936         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23937         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23938         (gst_ximagesink_send_pending_navigation),
23939         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23940         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23942         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23943         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23944         (gst_xvimagesink_send_pending_navigation),
23945         (gst_xvimagesink_navigation_send_event),
23946         (gst_xvimagesink_set_xwindow_id),
23947         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23948         (gst_xvimagesink_get_type):
23949         more macro splitting
23950
23951 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23952
23953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23954           plug a memleak, allows me to import 1479 albums in one go
23955           in jamboree
23956         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23957         (vorbis_handle_type_packet), (vorbis_dec_chain),
23958         (vorbis_dec_change_state):
23959           fix some format strings
23960
23961 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23962
23963         * docs/libs/tmpl/gstcolorbalance.sgml:
23964         * docs/libs/tmpl/gstmixer.sgml:
23965         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23966         (gst_alsasink_set_property), (gst_alsasink_get_property):
23967         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23968         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23969           add device property
23970
23971 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23972
23973         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23974         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23975         (audiocast_register_listener), (audiocast_thread_run),
23976         (gst_gnomevfssrc_send_additional_headers_callback),
23977         (gst_gnomevfssrc_received_headers_callback),
23978         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23979         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23980         (gst_gnomevfssrc_get_size):
23981           add/clean up debugging
23982         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23983           cleanups
23984
23985 2005-07-07  Andy Wingo  <wingo@pobox.com>
23986
23987         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23988         framerate. Need to get a handle on when exactly this function is
23989         called, tho.
23990
23991         * sys/v4l/v4lsrc_calls.h:
23992         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23993         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23994         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23995
23996         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23997         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23998         v4lelements are sources.
23999
24000         * sys/v4l/gstv4lxoverlay.h:
24001         * sys/v4l/gstv4lxoverlay.c:
24002         * sys/v4l/gstv4ltuner.h:
24003         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24004         
24005         * sys/v4l/gstv4lsrc.h:
24006         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24007         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24008         or something should handle that. Made a live source.
24009
24010         * sys/v4l/gstv4lelement.h:
24011         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24012         signals. Some cleanups.
24013
24014         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24015
24016         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24017         stuff.
24018
24019         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24020         stuff.
24021
24022         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24023
24024 2005-07-07  Wim Taymans  <wim@fluendo.com>
24025
24026         * ext/theora/theoradec.c: (theora_get_query_types),
24027         (theora_dec_src_getcaps), (theora_dec_push):
24028         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24030         Remove deprecated/unused query types.
24031
24032 2005-07-06  Wim Taymans  <wim@fluendo.com>
24033
24034         * ext/alsa/Makefile.am:
24035         * ext/alsa/gstalsaplugin.c: (plugin_init):
24036         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24037         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24038         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24039         (gst_alsasrc_class_init), (gst_alsasrc_init),
24040         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24041         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24042         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24043         (gst_alsasrc_reset):
24044         * ext/alsa/gstalsasrc.h:
24045         * gst-libs/gst/audio/Makefile.am:
24046         * gst-libs/gst/audio/gstaudiosink.c:
24047         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24048         (gst_audioringbuffer_start):
24049         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24050         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24051         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24052         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24053         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24054         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24055         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24056         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24057         * gst-libs/gst/audio/gstaudiosrc.h:
24058         * gst-libs/gst/audio/gstbaseaudiosink.c:
24059         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24060         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24061         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24062         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24063         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24064         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24065         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24066         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24067         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24068         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24069         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24070         (gst_baseaudiosrc_change_state):
24071         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24072         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24073         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24074         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24075         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24076         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24077         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24078         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24079         * gst-libs/gst/audio/gstringbuffer.h:
24080         Added audiosource base classes.
24081         Ported alsasrc, still very basic.
24082
24083 2005-07-06  Wim Taymans  <wim@fluendo.com>
24084
24085         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24086         (theora_dec_push), (theora_handle_data_packet):
24087         Prepare for better timestamp fix later.
24088
24089         * gst/audioconvert/gstaudioconvert.c:
24090         List most accurate caps first
24091
24092         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24093         Use proper pad task function.
24094
24095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24096         (gst_xvimagesink_show_frame):
24097         Fix deadlock when alloc failed.
24098
24099 2005-07-05  Andy Wingo  <wingo@pobox.com>
24100
24101         * ext/gnomevfs/gstgnomevfssrc.c:
24102         * gst/sine/gstsinesrc.c:
24103         * gst/tcp/gsttcpserversrc.c:
24104         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24105
24106         * sys/v4l/: Port from 0.8.
24107
24108         * Many files: Null if we got it....
24109
24110 2005-07-05  Andy Wingo  <wingo@pobox.com>
24111
24112         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24113         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24114         Signedness fixes.
24115
24116 2005-07-05  Wim Taymans  <wim@fluendo.com>
24117
24118         * configure.ac:
24119         * gst/tcp/Makefile.am:
24120         * gst/tcp/README:
24121         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24122         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24123         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24124         (is_sync_frame), (gst_multifdsink_handle_client_write),
24125         (gst_multifdsink_render), (gst_multifdsink_start),
24126         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24127         * gst/tcp/gstmultifdsink.h:
24128         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24129         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24130         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24131         * gst/tcp/gsttcp.h:
24132         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24133         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24134         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24135         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24136         * gst/tcp/gsttcpclientsink.h:
24137         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24138         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24139         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24140         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24141         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24142         * gst/tcp/gsttcpclientsrc.h:
24143         * gst/tcp/gsttcpplugin.c: (plugin_init):
24144         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24145         * gst/tcp/gsttcpserversink.h:
24146         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24147         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24148         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24149         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24150         (gst_tcpserversrc_stop):
24151         * gst/tcp/gsttcpserversrc.h:
24152         * gst/tcp/gsttcpsink.c:
24153         * gst/tcp/gsttcpsink.h:
24154         * gst/tcp/gsttcpsrc.c:
24155         * gst/tcp/gsttcpsrc.h:
24156         Ported tcp plugins to 0.9. 
24157         
24158
24159 2005-07-05  Andy Wingo  <wingo@pobox.com>
24160
24161         * gst/playback/gstplaybasebin.c (fill_buffer):
24162         message_new_application fixen.
24163
24164         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24165         Style fix.
24166
24167 2005-07-04  Wim Taymans  <wim@fluendo.com>
24168
24169         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24170         Set caps on output buffer.
24171
24172 2005-07-04  Andy Wingo  <wingo@pobox.com>
24173
24174         * ext/gnomevfs/gstgnomevfssrc.c
24175         (gst_gnomevfssrc_received_headers_callback) 
24176         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24177         hopefully.
24178
24179         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24180         No refcount leakage.
24181
24182         * configure.ac: Enable -Werror.
24183         
24184         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24185         * gst/audioconvert/bufferframesconvert.c
24186         (buffer_frames_convert_fixate):
24187         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24188         (gst_audio_convert_fixate):
24189         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24190         (gst_sinesrc_create): Fixate func changes.
24191         
24192         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24193         (gst_ximagesink_buffer_alloc): Unused var.
24194
24195 2005-07-01  Andy Wingo  <wingo@pobox.com>
24196
24197         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24198         getcaps to do explicit caps. Needs to be done in all decoders,
24199         possibly via a base class.
24200
24201         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24202
24203         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24204         caps on the sink pad, just rely on the pad template. Also, setting
24205         ANY caps on a pad is not valid because the caps are not fixed.
24206
24207         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24208         caps on the buffer, and get the width from the desired_caps if
24209         they're set.
24210         (gst_ximagesink_renegotiate_size): Implement via setting the
24211         desired_caps on the ximagesink.
24212         (gst_ximagesink_setcaps): Only reset the width of the player if it
24213         wasn't already set. Not sure if this is right.
24214         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24215
24216         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24217         that the user wants. NULL unless the window has been resized.
24218
24219         * gst/volume/gstvolume.c (volume_transform): Adapt to
24220         basetransform refcount changes.
24221         
24222 2005-07-01  Andy Wingo  <wingo@pobox.com>
24223
24224         * gst/videoscale/gstvideoscale.c:
24225         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24226         from BaseTransform, implements a transform_caps. Removed dead code
24227         including some PAR stuff that was never reached -- should probably
24228         be added back somehow.
24229
24230 2005-07-01  Andy Wingo  <wingo@pobox.com>
24231
24232         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24233         come later.
24234
24235 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24236
24237         * configure.ac:
24238         * docs/libs/Makefile.am:
24239         * docs/libs/gst-plugins-libs.types:
24240         * ext/alsa/Makefile.am:
24241         * ext/alsa/gstalsamixer.h:
24242         * ext/alsa/gstalsamixeroptions.h:
24243         * ext/alsa/gstalsamixertrack.h:
24244         * gst-libs/gst/Makefile.am:
24245         * gst-libs/gst/colorbalance/.cvsignore:
24246         * gst-libs/gst/colorbalance/Makefile.am:
24247         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24248         * gst-libs/gst/colorbalance/colorbalance.c:
24249         * gst-libs/gst/colorbalance/colorbalance.h:
24250         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24251         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24252         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24253         * gst-libs/gst/interfaces/Makefile.am:
24254         * gst-libs/gst/interfaces/colorbalance.c:
24255         (gst_color_balance_class_init):
24256         * gst-libs/gst/interfaces/colorbalance.h:
24257         * gst-libs/gst/interfaces/interfaces-marshal.list:
24258         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24259         * gst-libs/gst/interfaces/mixer.h:
24260         * gst-libs/gst/interfaces/mixeroptions.h:
24261         * gst-libs/gst/interfaces/navigation.c:
24262         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24263         * gst-libs/gst/interfaces/tuner.h:
24264         * gst/volume/Makefile.am:
24265         * gst/volume/gstvolume.c:
24266         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24267         * sys/ximage/Makefile.am:
24268         * sys/ximage/ximagesink.c:
24269         * sys/xvimage/Makefile.am:
24270         * sys/xvimage/xvimagesink.c:
24271           fold in all interfaces into an interfaces dir, preserving CVS
24272           history
24273
24274 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24275
24276         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24277           Fix build after riff changes.
24278
24279 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24280
24281         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24282         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24283         (gst_riff_create_video_template_caps),
24284         (gst_riff_create_audio_template_caps),
24285         (gst_riff_create_iavs_template_caps):
24286         * gst-libs/gst/riff/riff-media.h:
24287         * gst-libs/gst/riff/riff-read.h:
24288         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24289           Add gst_riff_init() to initialize the debug category, instead
24290           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24291
24292 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24293
24294         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24295           Oops, I shouldn't apply hacks.
24296
24297 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24298
24299         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24300           Remove pad_loop function which doesn't work.
24301
24302 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24303
24304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24305           Send EOS when deactivating.
24306         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24307         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24308         (gen_preroll_element), (probe_triggered), (mute_stream),
24309         (silence_stream), (new_decoded_pad), (setup_substreams),
24310         (set_active_source):
24311         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24312         (remove_sinks), (add_sink):
24313         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24314           Change for new probe API.
24315
24316 2005-06-29  Wim Taymans  <wim@fluendo.com>
24317
24318         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24319         * gst-libs/gst/audio/gstbaseaudiosink.c:
24320         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24321         (gst_baseaudiosink_change_state):
24322         * gst-libs/gst/audio/gstbaseaudiosink.h:
24323         * gst-libs/gst/audio/gstringbuffer.c:
24324         (gst_ringbuffer_set_callback):
24325         Fix compilation error.
24326         Ringbuffer starts out as not running.
24327         Free our clock in dispose.
24328         When releasing the ringbuffer we need to renegotiate so
24329         clear the pad caps.
24330
24331 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24332
24333         * autogen.sh:
24334         * configure.ac:
24335         * docs/Makefile.am:
24336         * docs/libs/Makefile.am:
24337         * docs/libs/gst-plugins-libs-docs.sgml:
24338         * docs/libs/gst-plugins-libs-sections.txt:
24339         * docs/libs/gst-plugins-libs.types:
24340         * docs/libs/tmpl/gstaudio.sgml:
24341         * docs/libs/tmpl/gstcolorbalance.sgml:
24342         * docs/libs/tmpl/gstringbuffer.sgml:
24343         * gst-libs/gst/audio/gstringbuffer.c:
24344         (gst_ringbuffer_set_callback):
24345           reinstate gtk-doc docs for plugin libs
24346
24347 2005-06-28  Wim Taymans  <wim@fluendo.com>
24348
24349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24350         (gst_ogg_demux_init):
24351         Removed pad loop function.
24352
24353 2005-06-28  Wim Taymans  <wim@fluendo.com>
24354
24355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24356         If we're building a chain we are not in an error case
24357         when we queue a buffer.
24358
24359 2005-06-28  Andy Wingo  <wingo@pobox.com>
24360
24361         * *.c: Don't cast to GstObject before reffing/unreffing.
24362
24363 2005-06-27  Andy Wingo  <wingo@pobox.com>
24364
24365         * gst/videotestsrc/gstvideotestsrc.c
24366         (gst_videotestsrc_activate_push): Activation API changes.
24367
24368         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24369         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24370         they have refs on the decodebin.
24371
24372         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24373         parent class.
24374         (gst_ogg_pad_typefind): Don't leak a pad ref.
24375         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24376         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24377         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24378
24379 2005-06-27  Edward Hervey  <edward@fluendo.com>
24380
24381         * ext/theora/theoradec.c: (theora_dec_change_state): 
24382         re-arranged call to parent's state change in order to avoid locks (or
24383         worse).
24384
24385 2005-06-26  Edward Hervey  <edward@fluendo.com>
24386
24387         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24388         2nd argument of 'unknow-type' signal is a GstCaps and not a
24389         GstMiniObject
24390
24391 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24392         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24393           Set the worker thread's running flag to TRUE before starting the
24394           thread.
24395         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24396           Catch a failure to add typefind to the bin.
24397
24398 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24399
24400         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24401         (gst_sinesrc_init), (gst_sinesrc_create),
24402         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24403         (gst_sinesrc_start):
24404         * gst/sine/gstsinesrc.h:
24405           add num-buffers and timestamp-offset properties
24406         * gst/videotestsrc/gstvideotestsrc.c:
24407         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24408         (gst_videotestsrc_get_property):
24409           add timestamp-offset property
24410
24411 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24412
24413         * configure.ac: add videorate
24414         * gst-plugins-base.spec.in: add videorate
24415
24416 2005-06-23  Wim Taymans  <wim@fluendo.com>
24417
24418         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24419         (gst_videorate_getcaps), (gst_videorate_setcaps),
24420         (gst_videorate_event), (gst_videorate_chain):
24421         Fixed videorate, fixating an already fixated caps is not
24422         an error.
24423
24424 2005-06-23  Wim Taymans  <wim@fluendo.com>
24425
24426         * ext/ogg/README:
24427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24428         Buffer on caps is not boxed anymore.
24429
24430 2005-06-22  Wim Taymans  <wim@fluendo.com>
24431
24432         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24434         Set buffers on caps as miniobjects and not as boxed.
24435
24436 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24437
24438         * configure.ac:
24439           back to HEAD
24440
24441 === release 0.9.1 ===
24442
24443 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24444
24445         * .cvsignore:
24446         * NEWS:
24447         * README:
24448         * RELEASE:
24449         * configure.ac:
24450         * po/af.po:
24451         * po/az.po:
24452         * po/cs.po:
24453         * po/en_GB.po:
24454         * po/hu.po:
24455         * po/it.po:
24456         * po/nb.po:
24457         * po/nl.po:
24458         * po/or.po:
24459         * po/sq.po:
24460         * po/sr.po:
24461         * po/sv.po:
24462         * po/uk.po:
24463         * po/vi.po:
24464           updates for release
24465
24466 2005-06-09  Andy Wingo  <wingo@pobox.com>
24467
24468         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24469         
24470 2005-06-09  Andy Wingo  <wingo@pobox.com>
24471
24472         * configure.ac:
24473         * gst-libs/gst/Makefile.am:
24474         * gst-libs/gst/net/Makefile.am:
24475         Add gstnet to build.
24476
24477 2005-06-09  Andy Wingo  <wingo@pobox.com>
24478
24479         * gst-libs/gst/gconf/gconf.c:
24480         * gst/playback/test.c:
24481         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24482         fixes.
24483
24484         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24485
24486         * ext/theora/theoraenc.c (theora_enc_chain): 
24487         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24488
24489         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24490         RealPad.
24491
24492 2005-06-02  Wim Taymans  <wim@fluendo.com>
24493
24494         * gst-libs/gst/net/Makefile.am:
24495         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24496         * pkgconfig/gstreamer-libs.pc.in:
24497         Added net stuff, version net lib.
24498
24499 2005-06-02  Wim Taymans  <wim@fluendo.com>
24500
24501         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24502         (query_rates), (query_positions_elems), (query_positions_pads),
24503         (do_seek):
24504         Updated seek example.
24505
24506 2005-06-02  Andy Wingo  <wingo@pobox.com>
24507
24508         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24509         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24510         list.
24511
24512         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24513         remove the typefind, the bin dispose will do it for us. When it's
24514         removed and unreffed, the signal handler will be disconnected,
24515         too.
24516         (unlinked): It's too difficult to disconnect from unlinked
24517         handlers, as they are on pads not elements. Just punt if the pads
24518         aren't grandkids of the bin.
24519
24520 2005-06-02  Wim Taymans  <wim@fluendo.com>
24521
24522         * ext/ogg/README:
24523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24524         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24526         * ext/theora/theoradec.c: (theora_dec_src_query),
24527         (theora_handle_data_packet):
24528         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24529         (theora_enc_chain):
24530         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24531         (vorbis_handle_data_packet):
24532         * gst/audioconvert/bufferframesconvert.c:
24533         (buffer_frames_convert_chain):
24534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24535         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24536         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24537         (gst_ffmpegcsp_chain):
24538         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24539         (gst_videorate_getcaps), (gst_videorate_setcaps),
24540         (gst_videorate_event), (gst_videorate_chain):
24541         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24542         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24543         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24544         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24545         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24546         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24547         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24548         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24549         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24550         Cleanups and buffer alloc.
24551
24552 2005-05-31  Wim Taymans  <wim@fluendo.com>
24553
24554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24555         Don't try to call the delay method when the device is not
24556         opened.
24557
24558 2005-05-31  Wim Taymans  <wim@fluendo.com>
24559
24560         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24561         Get actual segment size and buffer size after opening
24562         the device.
24563
24564 2005-05-30  Wim Taymans  <wim@fluendo.com>
24565
24566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24567         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24568         Also FLUSH upstream, makes the loop function exit faster.
24569         
24570         * ext/theora/theoradec.c: (theora_dec_src_query):
24571         Some more debug info in the query.
24572         
24573         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24574         (gst_ximagesink_setcaps):
24575         Release lock on par error, better error reporting.
24576
24577 2005-05-26  Wim Taymans  <wim@fluendo.com>
24578
24579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24580         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24581         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24582         Clear chains in READY
24583         Queue packets until the chain is activated.
24584
24585 2005-05-25  Wim Taymans  <wim@fluendo.com>
24586
24587         * gst-libs/gst/audio/gstaudiosink.c:
24588         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24589         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24590         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24591         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24592         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24593         (gst_audiosink_create_ringbuffer):
24594         * gst-libs/gst/audio/gstbaseaudiosink.c:
24595         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24596         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24597         (gst_baseaudiosink_set_property), (build_linear_format),
24598         (debug_spec_caps), (debug_spec_buffer),
24599         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24600         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24601         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24602         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24603         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24604         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24605         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24606         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24607         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24608         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24609         (wait_segment), (gst_ringbuffer_commit),
24610         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24611         (gst_ringbuffer_clear):
24612         Various small cleanups.
24613
24614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24615         (gst_audio_convert_change_state):
24616         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24617         No need to take the locks anymore.
24618
24619 2005-05-25  Wim Taymans  <wim@fluendo.com>
24620
24621         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24622         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24623         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24624         (type_found):
24625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24626         (group_destroy), (group_commit), (queue_overrun),
24627         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24628         (mute_stream), (new_decoded_pad), (setup_substreams),
24629         (setup_source), (mute_group_type), (set_active_source),
24630         (gst_play_base_bin_change_state):
24631         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24632         (gen_video_element), (gen_text_element), (gen_audio_element),
24633         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24634         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24635         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24636         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24637         Some playbin cleanups mostly refcounting sloppyness.
24638
24639 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24640
24641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24642           Work with streaming input.
24643
24644 2005-05-25  Wim Taymans  <wim@fluendo.com>
24645
24646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24647         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24648         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24649         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24650         No need to take the STREAM lock anymore.
24651
24652 2005-05-25  Wim Taymans  <wim@fluendo.com>
24653
24654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24655         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24656         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24657         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24658         (gst_ogg_demux_sink_activate):
24659         * ext/theora/theoradec.c: (theora_dec_src_event),
24660         (theora_handle_comment_packet), (theora_dec_chain),
24661         (theora_dec_change_state):
24662         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24663         (vorbis_handle_data_packet), (vorbis_dec_chain),
24664         (vorbis_dec_change_state):
24665         Remove STREAM locks as they are taken in core now.
24666         Never set bogus granulepos on vorbis/theora.
24667         Fix leaks in theoradec tag parsing.
24668
24669 2005-05-25  Wim Taymans  <wim@fluendo.com>
24670
24671         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24672         Fix memleaks, GST_BUFFER_DATA() is not freed.
24673
24674 2005-05-25  Wim Taymans  <wim@fluendo.com>
24675
24676         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24677         Open non-blocking, set to blocking mode afterwards to avoid
24678         lockups when audio device is busy.
24679
24680 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24681
24682         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24683           This can't be good.
24684
24685 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24686
24687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24688         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24689         (gst_audio_convert_setcaps):
24690           Implement instant setup switching.
24691
24692 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24693
24694         * gst/playback/gstplaybasebin.c: (probe_triggered):
24695           Fix missing unlock.
24696         * gst/playback/gstplaybin.c: (add_sink):
24697           First add, then link (otherwise pad link fails).
24698
24699 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24700
24701         * examples/Makefile.am:
24702         fix buildbot (make distcheck)
24703
24704 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24705
24706         * gst/playback/gstplaybin.c: (gen_vis_element):
24707           Remove some wrong code. Doesn't work yet.
24708
24709 2005-05-19  Wim Taymans  <wim@fluendo.com>
24710
24711         * gst-libs/gst/net/Makefile.am:
24712         * gst-libs/gst/net/README:
24713         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24714         (gst_netbuffer_class_init), (gst_netbuffer_init),
24715         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24716         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24717         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24718         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24719         * gst-libs/gst/net/gstnetbuffer.h:
24720         Added buffer subclass to store extra to/from addresses for
24721         network sources/sinks.
24722
24723 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24724
24725         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24726           Don't lock an unassigned variable.
24727
24728 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24729
24730         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24731           Increase buffer for video, decrease buffer for other media types.
24732         * gst/playback/gstplaybin.c: (gen_video_element),
24733         (gen_audio_element):
24734           Change names for debugging purposes.
24735
24736 2005-05-18  Wim Taymans  <wim@fluendo.com>
24737
24738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24739         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24740         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24741         (gst_ffmpegcsp_chain):
24742         Enable buffer alloc passthrough if the source and dest
24743         formats are the same.
24744
24745 2005-05-17  Wim Taymans  <wim@fluendo.com>
24746
24747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24748         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24749         (gst_ogg_demux_chain_unlocked):
24750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24751         (gst_audio_convert_caps_remove_format_info),
24752         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24753         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24755         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24756         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24757         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24758         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24759         (gst_ffmpegcsp_get_property):
24760         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24761         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24762         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24763         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24764         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24765         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24766         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24767         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24768         Leak fixes in oggdemux.
24769         Some cleanups in audioconvert.
24770         Make passthrough work along with buffer_alloc etc.
24771         Make buffer_alloc and buffer recycling actually work in
24772         xvimagesink.
24773
24774 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24775
24776         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24777           make the compiler happy
24778
24779 2005-05-17  Wim Taymans  <wim@fluendo.com>
24780
24781         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24782         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24783         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24784         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24785         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24786         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24787         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24788         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24789         (gst_xvimagesink_set_xwindow_id):
24790         * sys/xvimage/xvimagesink.h:
24791         Port xvimagesink to new MiniObject.
24792
24793 2005-05-17  Wim Taymans  <wim@fluendo.com>
24794
24795         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24796         (gst_audiofilter_chain):
24797         * gst-libs/gst/audio/gstaudiosink.c:
24798         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24799         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24800         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24801         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24802         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24803         (gst_audiosink_create_ringbuffer):
24804         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24805         (gst_audio_convert_caps_remove_format_info),
24806         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24807         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24809         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24810         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24811         Fix passthrough in ffmpegcolorspace.
24812         Fix memset in audiosink on wrong memory.
24813
24814 2005-05-16  David Schleef  <ds@schleef.org>
24815
24816         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24817         to GstMiniObject.
24818
24819 2005-05-16  David Schleef  <ds@schleef.org>
24820
24821         Port from GstData to GstMiniObject.
24822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24824         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24825         (gst_ogg_mux_collected):
24826         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24827         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24828         (theora_handle_data_packet):
24829         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24830         (theora_set_header_on_caps), (theora_enc_chain):
24831         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24832         (vorbis_handle_comment_packet):
24833         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24834         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24835         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24836         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24837         * gst/audioconvert/gstaudioconvert.c:
24838         (gst_audio_convert_get_buffer):
24839         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24840         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24841         (mute_stream), (silence_stream):
24842         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24843         * gst/volume/gstvolume.c: (volume_transform):
24844         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24845         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24846         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24847         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24848         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24849         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24850         (gst_ximagesink_buffer_alloc):
24851         * sys/ximage/ximagesink.h:
24852
24853 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24854
24855         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24856         (fill_buffer), (check_queue), (queue_threshold_reached),
24857         (queue_out_of_data):
24858         * gst/playback/gstplaybasebin.h:
24859           Post buffer-fullness on the bus.
24860
24861 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24862
24863         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24864         (try_to_link_1):
24865         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24866         (group_commit), (probe_triggered), (setup_source),
24867         (gst_play_base_bin_change_state):
24868         * gst/playback/gstplaybasebin.h:
24869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24870         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24871         (gst_play_bin_change_state):
24872           Move setup_output_pads into a virtual function, remove
24873           group-switch (no longer needed) and redirect (handled by bus
24874           now) signals.
24875
24876 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24877
24878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24879         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24880         (get_active_group), (get_building_group), (group_destroy),
24881         (group_commit), (check_queue), (queue_overrun),
24882         (queue_threshold_reached), (queue_out_of_data),
24883         (gen_preroll_element), (remove_groups), (unknown_type),
24884         (add_element_stream), (no_more_pads), (probe_triggered),
24885         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24886         (setup_substreams), (setup_source), (finish_source),
24887         (prepare_output), (muted_group_change_state),
24888         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24889         (gst_play_base_bin_change_state):
24890         * gst/playback/gstplaybasebin.h:
24891         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24892         (gst_play_bin_init), (gst_play_bin_set_property),
24893         (gen_video_element), (gen_text_element), (gen_audio_element),
24894         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24895         (gst_play_bin_change_state):
24896         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24897         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24898         (stream_info_change_state), (gst_stream_info_set_mute),
24899         (gst_stream_info_get_property):
24900         * gst/playback/gststreaminfo.h:
24901         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24902         (gst_stream_selector_get_linked_pad),
24903         (gst_stream_selector_getcaps),
24904         (gst_stream_selector_get_linked_pads),
24905         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24906         * gst/playback/gststreamselector.h:
24907           Rough port of playbin. Needs some more work, but is mostly done,
24908           and uses a few locks in important places, which should make stuff
24909           like chain-switches clean. Still uses GST_STATE() in a few places,
24910           which isn't all that good an idea, subtitles/elements disabled
24911           because no elements to test with and thus probably broken, query
24912           and event handling moved to GstBin, internal thread removed
24913           alltogether because the pipeline does that for us now. Can play
24914           Ogg/Vorbis files. Haven't tested anything else yet.
24915
24916 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24917
24918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24919           Do no-more-pads (needed for autoplugging).
24920
24921 2005-05-10  Andy Wingo  <wingo@pobox.com>
24922
24923         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24924         message to the bus with the tags. Still not sent downstream tho.
24925
24926         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24927         get_parent.
24928         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24929         avoid refcounting hassles.
24930
24931 2005-05-09  Andy Wingo  <wingo@pobox.com>
24932
24933         * gst/volume/Makefile.am:
24934         * gst/volume/demo.c
24935         * gst/volume/gstvolume.h
24936         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24937         basetransform. Probably need an audio filter base class.
24938
24939 2005-05-09  Wim Taymans  <wim@fluendo.com>
24940
24941         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24942         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24943         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24944         (gst_vorbisenc_chain):
24945         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24946         (gst_audio_convert_caps_remove_format_info),
24947         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24948         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24949         Make caps writable before writing to it.
24950         Fix negotiation in audioconvert some more.
24951
24952 2005-05-09  Wim Taymans  <wim@fluendo.com>
24953
24954         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24955         (gst_videorate_getcaps), (gst_videorate_setcaps),
24956         (gst_videorate_event), (gst_videorate_chain):
24957         Better negotiation.
24958
24959 2005-05-09  Wim Taymans  <wim@fluendo.com>
24960
24961         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24962         (gst_videorate_getcaps), (gst_videorate_setcaps),
24963         (gst_videorate_blank_data), (gst_videorate_init),
24964         (gst_videorate_event), (gst_videorate_chain),
24965         (gst_videorate_change_state):
24966         Port videorate, do a better job at negotiation while we're at
24967         it.
24968
24969 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24970
24971         * configure.ac:
24972           Disable libvisual
24973
24974         * examples/Makefile.am:
24975         * gst-libs/gst/audio/Makefile.am:
24976         * gst-libs/gst/riff/Makefile.am:
24977         * gst-libs/gst/tag/Makefile.am:
24978         * gst-libs/gst/video/Makefile.am:
24979           Fixups for missing variables.
24980
24981 2005-05-09  Wim Taymans  <wim@fluendo.com>
24982
24983         * examples/seeking/seek.c: (make_theora_pipeline),
24984         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24985         (query_rates), (query_positions_elems), (query_positions_pads),
24986         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24988         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24989         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24990         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24991         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24992         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24993         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24994         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24995         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24996         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24997         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24998         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24999         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25000         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25001         (theora_dec_src_convert), (theora_dec_sink_convert),
25002         (theora_dec_src_query), (theora_dec_sink_query),
25003         (theora_dec_src_event), (theora_dec_sink_event),
25004         (theora_handle_comment_packet), (theora_handle_type_packet),
25005         (theora_handle_header_packet), (theora_handle_data_packet),
25006         (theora_dec_chain):
25007         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25008         (vorbis_dec_convert), (vorbis_dec_src_query),
25009         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25010         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25011         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25012         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25014         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25015         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25016         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25017         (gst_play_bin_query):
25018         * gst/playback/test3.c: (update_scale):
25019         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25020         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25021         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25022         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25023         (gst_videotestsrc_src_query):
25024         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25025         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25026         (paint_hline_YUV9):
25027         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25028         Port to new query API.
25029         Updated seek.
25030         Cleanups in x[v]imagesink
25031
25032 2005-05-09  Andy Wingo  <wingo@pobox.com>
25033
25034         * ext/alsa/gstalsasink.h:
25035         * ext/gnomevfs/gstgnomevfssrc.c:
25036         (gst_gnomevfssrc_get_icy_metadata):
25037         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25038         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25039         * ext/theora/theoradec.c (theora_dec_src_query)
25040         (theora_dec_src_event, theora_dec_sink_event)
25041         (theora_handle_comment_packet, theora_handle_data_packet):
25042         * ext/theora/theoraenc.c (theora_enc_chain):
25043         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25044         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25045         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25046         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25047         (qt_type_find):
25048         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25049         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25050         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25051         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25052         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25053         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25054         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25055         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25056         (paint_setup_RGB565, paint_setup_xRGB1555):
25057         * gst/videotestsrc/videotestsrc.h:
25058         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25059         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25060         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25061         GCC4 fixes.
25062         
25063         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25064         gst_pad_query_position. Fixes oggdemux.
25065
25066 2005-05-08  David Schleef  <ds@schleef.org>
25067
25068         * configure.ac: Require liboil.
25069         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25070         a few more.
25071         * gst/videotestsrc/videotestsrc.c:
25072         * gst/videotestsrc/videotestsrc.h:
25073
25074 2005-05-06  Wim Taymans  <wim@fluendo.com>
25075
25076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25077         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25078         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25079         Well, unreffing a buffer right before pushing it is asking
25080         for trouble..
25081
25082 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25083
25084         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25085
25086 2005-05-06  Wim Taymans  <wim@fluendo.com>
25087
25088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25089         (gst_audio_convert_caps_remove_format_info),
25090         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25091         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25092         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25093         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25094         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25095         * gst/sine/Makefile.am:
25096         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25097         (gst_sinesrc_class_init), (gst_sinesrc_init),
25098         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25099         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25100         (gst_sinesrc_update_freq):
25101         * gst/sine/gstsinesrc.h:
25102         * gst/tcp/gstmultifdsink.c:
25103         * sys/xvimage/xvimagesink.c:
25104         Fixed negotiation wrt _peer_get_caps()
25105         Some cleanups.
25106
25107
25108 2005-05-06  Wim Taymans  <wim@fluendo.com>
25109
25110         * gst-libs/gst/audio/gstaudiosink.c:
25111         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25112         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25113         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25114         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25115         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25116         (gst_audiosink_create_ringbuffer):
25117         * gst-libs/gst/audio/gstbaseaudiosink.c:
25118         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25119         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25120         (gst_baseaudiosink_set_property), (build_linear_format),
25121         (debug_spec_caps), (debug_spec_buffer),
25122         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25123         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25124         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25125         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25126         * gst-libs/gst/audio/gstbaseaudiosink.h:
25127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25128         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25129         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25130         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25131         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25132         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25133         (wait_segment), (gst_ringbuffer_commit),
25134         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25135         (gst_ringbuffer_clear):
25136         * gst-libs/gst/audio/gstringbuffer.h:
25137         Make the base audiosink return an error when there is no
25138         audiobuffer negotiated.
25139
25140 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25141
25142         * ext/Makefile.am:
25143         Disable cdparanoia until someone ports it!
25144
25145 2005-05-06  Wim Taymans  <wim@fluendo.com>
25146
25147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25148         (gst_ogg_demux_sink_activate):
25149         And revert after wingo's revert.. sigh..
25150
25151 2005-05-05  Andy Wingo  <wingo@pobox.com>
25152
25153         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25154         GObject.
25155         * configure.ac: Return audiorate and subparse from the ghetto.
25156         Re-enable -Wall -Werror.
25157         * gst/subparse/gstsubparse.c:
25158         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25159         or chain-based. Cleaned up a bit. Not tested.
25160         
25161 2005-05-05  Christian Schaller <christian@fluendo.com> 
25162
25163         * Makefile.am: remove stuff that is not building
25164         * configure.ac: remove stuff that is not building
25165         * examples/Makefile.am: remove stuff that is not building
25166         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25167         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25168         * sys/Makefile.am: remove stuff that is not building
25169         * testsuite/Makefile.am: remove stuff that is not building
25170
25171 2005-05-05  Andy Wingo  <wingo@pobox.com>
25172
25173         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25174         * gst-libs/gst/tag/gstvorbistag.c:
25175         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25176         * gst/adder/gstadder.h:
25177         * gst/audioconvert/gstchannelmix.c:
25178         (gst_audio_convert_fill_one_other):
25179         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25180         (gst_audiorate_init), (gst_audiorate_chain):
25181         * gst/playback/gstplaybasebin.c: (setup_source):
25182         * gst/playback/test3.c: (update_scale):
25183         Some GCC4 fixes
25184         
25185         * po/af.po:
25186         * po/az.po:
25187         * po/cs.po:
25188         * po/en_GB.po:
25189         * po/hu.po:
25190         * po/it.po:
25191         * po/nb.po:
25192         * po/nl.po:
25193         * po/or.po:
25194         * po/sq.po:
25195         * po/sr.po:
25196         * po/sv.po:
25197         * po/uk.po:
25198         * po/vi.po: Foo
25199
25200 2005-05-05  Wim Taymans  <wim@fluendo.com>
25201
25202         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25203         (gst_audio_convert_caps_remove_format_info),
25204         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25205         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25206         * gst/videotestsrc/gstvideotestsrc.c:
25207         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25208         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25209         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25210         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25211         Don't ignore _push() return values.
25212         Make sure no processing is done when shutting down.
25213         Videotestsrc pad activation fix.
25214
25215 2005-05-05  Wim Taymans  <wim@fluendo.com>
25216
25217         * gst/adder/Makefile.am:
25218         * gst/adder/gstadder.c: (gst_adder_setcaps),
25219         (gst_adder_class_init), (gst_adder_init),
25220         (gst_adder_request_new_pad), (gst_adder_collected),
25221         (gst_adder_change_state):
25222         * gst/adder/gstadder.h:
25223         Ported adder as an example of a mixer element using
25224         collect pads. Needs more negotiation work.
25225
25226 2005-05-05  Wim Taymans  <wim@fluendo.com>
25227
25228         * ext/theora/theoradec.c: (_inc_granulepos),
25229         (theora_dec_src_event), (theora_dec_sink_event),
25230         (theora_handle_comment_packet), (theora_handle_type_packet),
25231         (theora_handle_header_packet), (theora_handle_data_packet),
25232         (theora_dec_chain):
25233         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25234         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25235         (theora_push_buffer), (theora_push_packet),
25236         (theora_enc_sink_event), (theora_enc_chain),
25237         (theora_enc_change_state), (theora_enc_set_property),
25238         (theora_enc_get_property):
25239         Added stream lock to decoder so that we can serialize
25240         the discont event.
25241         More theoraenc porting, recover from errors, do clean
25242         shutdown.
25243
25244 2005-05-05  Wim Taymans  <wim@fluendo.com>
25245
25246         * ext/ogg/Makefile.am:
25247         * ext/ogg/README:
25248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25249         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25250         (gst_ogg_print):
25251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25252         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25253         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25254         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25255         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25256         (gst_ogg_mux_change_state):
25257         Ported ogg muxer.
25258
25259 2005-05-05  Wim Taymans  <wim@fluendo.com>
25260
25261         * docs/design-audiosinks.txt:
25262         * gst-libs/gst/audio/TODO:
25263         * gst-libs/gst/audio/gstaudiosink.c:
25264         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25265         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25266         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25267         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25268         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25269         (gst_audiosink_create_ringbuffer):
25270         * gst-libs/gst/audio/gstbaseaudiosink.c:
25271         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25272         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25273         (gst_baseaudiosink_set_property), (build_linear_format),
25274         (debug_spec_caps), (debug_spec_buffer),
25275         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25276         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25277         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25278         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25280         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25281         (gst_ringbuffer_release), (gst_ringbuffer_play),
25282         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25283         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25284         (gst_ringbuffer_set_sample), (wait_segment),
25285         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25286         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25287         More work on the audiosink, mostly debugging and a race in
25288         shutdown.
25289
25290 2005-04-28  Wim Taymans  <wim@fluendo.com>
25291
25292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25293         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25294         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25295         (vorbis_dec_src_query), (vorbis_dec_src_event),
25296         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25297         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25298         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25299         Don't crap out when seeking back to position 0.
25300
25301 2005-04-28  Wim Taymans  <wim@fluendo.com>
25302
25303         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25304         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25305         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25306         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25307         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25308         Make audio sink configurable, use alsasink as default.
25309
25310 2005-04-28  Wim Taymans  <wim@fluendo.com>
25311
25312         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25313         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25314         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25315         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25316         (vorbis_dec_change_state):
25317         * ext/vorbis/vorbisdec.h:
25318         Refactor, use STREAM_LOCK.
25319
25320 2005-04-28  Wim Taymans  <wim@fluendo.com>
25321
25322         * ext/theora/theoradec.c: (_inc_granulepos),
25323         (theora_dec_sink_event), (theora_handle_comment_packet),
25324         (theora_handle_type_packet), (theora_handle_header_packet),
25325         (theora_handle_data_packet), (theora_dec_chain),
25326         (theora_dec_change_state):
25327         Refactor a bit, use STREAM_LOCK.
25328
25329 2005-04-28  Wim Taymans  <wim@fluendo.com>
25330
25331         * ext/alsa/Makefile.am:
25332         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25333         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25334         (gst_alsa_link), (gst_alsa_close_audio):
25335         * ext/alsa/gstalsaplugin.c: (plugin_init):
25336         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25337         (gst_alsasink_dispose), (gst_alsasink_base_init),
25338         (gst_alsasink_class_init), (gst_alsasink_init),
25339         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25340         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25341         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25342         (gst_alsasink_reset):
25343         * ext/alsa/gstalsasink.h:
25344         Implement alsasink with simple open/write/close API. 
25345         Make alsa dir build by disabling compilation of code.
25346
25347 2005-04-28  Wim Taymans  <wim@fluendo.com>
25348
25349         * gst-libs/gst/audio/Makefile.am:
25350         * gst-libs/gst/audio/audio.h:
25351         * gst-libs/gst/audio/audioclock.c:
25352         * gst-libs/gst/audio/audioclock.h:
25353         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25354         (gst_audio_clock_class_init), (gst_audio_clock_init),
25355         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25356         * gst-libs/gst/audio/gstaudioclock.h:
25357         * gst-libs/gst/audio/gstaudiosink.c:
25358         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25359         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25360         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25361         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25362         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25363         (gst_audiosink_create_ringbuffer):
25364         * gst-libs/gst/audio/gstbaseaudiosink.c:
25365         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25366         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25367         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25368         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25369         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25370         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25371         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25372         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25373         * gst-libs/gst/audio/gstbaseaudiosink.h:
25374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25375         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25376         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25377         (gst_ringbuffer_release), (gst_ringbuffer_play),
25378         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25379         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25380         (gst_ringbuffer_set_sample), (wait_segment),
25381         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25382         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25383         * gst-libs/gst/audio/gstringbuffer.h:
25384         Make ringbuffer faster and more simple by removing the locks
25385         in the playback thread.
25386         Add sample accurate playback based on buffer sample offsets.
25387         Make the baseaudiosink provide a clock.
25388         Parse caps in the base class.
25389         Correctly handle seeking, flushing and state changes.
25390
25391 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25392
25393         * configure.ac:
25394         * gst/audioconvert/Makefile.am:
25395         * gst/audioscale/Makefile.am:
25396           Fix part of the build.  Come on guys, autogen didn't even work :)
25397
25398 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25399
25400         * configure.ac:
25401         * gst-libs/gst/Makefile.am:
25402         * gst-libs/gst/media-info/.cvsignore:
25403         * gst-libs/gst/media-info/Makefile.am:
25404         * gst-libs/gst/media-info/README:
25405         * gst-libs/gst/media-info/media-info-priv.c:
25406         * gst-libs/gst/media-info/media-info-priv.h:
25407         * gst-libs/gst/media-info/media-info-test.c:
25408         * gst-libs/gst/media-info/media-info.c:
25409         * gst-libs/gst/media-info/media-info.h:
25410         * gst-libs/gst/media-info/media-info.vcproj:
25411         * pkgconfig/Makefile.am:
25412         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25413         * pkgconfig/gstreamer-media-info.pc.in:
25414           Remove media-info, which is also successed by playbin (see Totem
25415           implementation).
25416
25417 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25418
25419         * configure.ac:
25420         * examples/Makefile.am:
25421         * examples/gstplay/.cvsignore:
25422         * examples/gstplay/Makefile.am:
25423         * examples/gstplay/player.c:
25424         * gst-libs/gst/Makefile.am:
25425         * gst-libs/gst/play/.cvsignore:
25426         * gst-libs/gst/play/Makefile.am:
25427         * gst-libs/gst/play/play.c:
25428         * gst-libs/gst/play/play.h:
25429         * gst-libs/gst/play/play.vcproj:
25430         * pkgconfig/Makefile.am:
25431         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25432         * pkgconfig/gstreamer-play.pc.in:
25433           Remove libgstplay, playbin is now the official successor.
25434
25435 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25436
25437         * configure.ac:
25438         * gst-libs/gst/Makefile.am:
25439         * gst-libs/gst/xwindowlistener/Makefile.am:
25440         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25441         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25442           Remove deprecated xwindowlistener (I've moved xwindowlistening
25443           in the v4l/v4l2 plugins over to serverside).
25444
25445 2005-04-25  David Schleef  <ds@schleef.org>
25446
25447         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25448         to examples/dynparams.  Examples do not belong interspersed with
25449         source code.
25450         * examples/dynparams/demo-dparams.c:
25451         * gst/sine/Makefile.am:
25452         * gst/sine/demo-dparams.c:
25453
25454 2005-04-25  David Schleef  <ds@schleef.org>
25455
25456         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25457         * gst-libs/gst/audio/Makefile.am:
25458         * gst-libs/gst/riff/Makefile.am:
25459         * gst-libs/gst/tag/Makefile.am:
25460         * gst-libs/gst/video/Makefile.am:
25461         * gst-libs/gst/xwindowlistener/Makefile.am:
25462
25463         Convert to 0.9 API, seems to work:
25464         * sys/ximage/Makefile.am:
25465         * sys/ximage/ximagesink.c:
25466
25467 2005-04-24  David Schleef  <ds@schleef.org>
25468
25469         Link plugins against libraries:
25470         * ext/alsa/Makefile.am:
25471         * gst/tcp/Makefile.am:
25472
25473         Remove asm code that should be in liboil
25474         * gst/videoscale/Makefile.am:
25475         * gst/videoscale/videoscale_x86_asm.s:
25476
25477         gettext wants these checked in:
25478         * po/af.po:
25479         * po/az.po:
25480         * po/cs.po:
25481         * po/en_GB.po:
25482         * po/hu.po:
25483         * po/it.po:
25484         * po/nb.po:
25485         * po/nl.po:
25486         * po/or.po:
25487         * po/sq.po:
25488         * po/sr.po:
25489         * po/sv.po:
25490         * po/uk.po:
25491         * po/vi.po:
25492
25493 2005-04-24  David Schleef  <ds@schleef.org>
25494
25495         Convert gst_main() to g_main_loop_run()
25496         * gst/playback/decodetest.c: (main):
25497         * gst/playback/test2.c: (main):
25498         * gst/playback/test3.c: (main):
25499         * gst/playback/test4.c: (main):
25500
25501         Link plugins against libraries:
25502         * ext/libvisual/Makefile.am:
25503         * sys/xvimage/Makefile.am:
25504
25505 2005-04-24  David Schleef  <ds@schleef.org>
25506
25507         * configure.ac: Remove idct and resample libs
25508         * gst-libs/gst/Makefile.am: same
25509
25510         Remove usage of gst_library_load():
25511         * ext/alsa/gstalsaplugin.c: (plugin_init):
25512         * ext/libvisual/visual.c: (plugin_init):
25513         * ext/ogg/gstogg.c: (plugin_init):
25514         * ext/theora/theora.c: (plugin_init):
25515         * ext/vorbis/vorbis.c: (plugin_init):
25516         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25517         * gst/audioscale/gstaudioscale.c:
25518         * gst/adder/gstadder.c: (plugin_init):
25519         * gst/audioconvert/plugin.c: (plugin_init):
25520         * sys/ximage/ximagesink.c: (plugin_init):
25521         * sys/xvimage/xvimagesink.c: (plugin_init):
25522         * gst/tcp/gsttcpplugin.c: (plugin_init):
25523
25524         Link plugins against libraries:
25525         * ext/ogg/Makefile.am:
25526         * ext/theora/Makefile.am:
25527         * ext/vorbis/Makefile.am:
25528         * gst/audioconvert/Makefile.am:
25529
25530         Create proper libraries:
25531         * gst-libs/gst/riff/Makefile.am:
25532         * gst-libs/gst/audio/Makefile.am:
25533         * gst-libs/gst/video/Makefile.am:
25534
25535         Move resample library to audioscale plugin directory:
25536         * gst-libs/gst/resample/Makefile.am:
25537         * gst-libs/gst/resample/README:
25538         * gst-libs/gst/resample/dtof.c:
25539         * gst-libs/gst/resample/dtos.c:
25540         * gst-libs/gst/resample/functable.c:
25541         * gst-libs/gst/resample/private.h:
25542         * gst-libs/gst/resample/resample.c:
25543         * gst-libs/gst/resample/resample.h:
25544         * gst-libs/gst/resample/resample.vcproj:
25545         * gst-libs/gst/resample/test.c:
25546         * gst/audioscale/Makefile.am:
25547         * gst/audioscale/README:
25548         * gst/audioscale/dtof.c:
25549         * gst/audioscale/dtos.c:
25550         * gst/audioscale/functable.c:
25551         * gst/audioscale/private.h:
25552         * gst/audioscale/resample.c:
25553         * gst/audioscale/resample.h:
25554         * gst/audioscale/test.c:
25555
25556         Move tagedit library to gst-libs:
25557         * gst-libs/gst/tag/Makefile.am:
25558         * gst-libs/gst/tag/gstid3tag.c:
25559         * gst-libs/gst/tag/gsttagediting.c:
25560         * gst-libs/gst/tag/gsttageditingprivate.h:
25561         * gst-libs/gst/tag/gstvorbistag.c:
25562         * gst/tags/Makefile.am:
25563         * gst/tags/gstid3tag.c:
25564         * gst/tags/gstvorbistag.c:
25565
25566         Fix for core changes:
25567         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25568         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25569         (gst_sinesrc_getrange):
25570
25571 2005-04-23  David Schleef  <ds@schleef.org>
25572
25573         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25574         in gst-plugins in a long time, and properly belongs in liboil.
25575         * gst-libs/gst/idct/Makefile.am:
25576         * gst-libs/gst/idct/README:
25577         * gst-libs/gst/idct/dct.h:
25578         * gst-libs/gst/idct/doieee:
25579         * gst-libs/gst/idct/fastintidct.c:
25580         * gst-libs/gst/idct/floatidct.c:
25581         * gst-libs/gst/idct/idct.c:
25582         * gst-libs/gst/idct/idct.h:
25583         * gst-libs/gst/idct/idtc.vcproj:
25584         * gst-libs/gst/idct/ieeetest.c:
25585         * gst-libs/gst/idct/intidct.c:
25586
25587 2005-04-20  Wim Taymans  <wim@fluendo.com>
25588
25589         * docs/design-audiosinks.txt:
25590         * gst-libs/gst/audio/Makefile.am:
25591         * gst-libs/gst/audio/TODO:
25592         * gst-libs/gst/audio/gstaudiosink.c:
25593         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25594         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25595         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25596         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25597         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25598         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25599         (gst_audiosink_class_init), (gst_audiosink_init),
25600         (gst_audiosink_create_ringbuffer):
25601         * gst-libs/gst/audio/gstaudiosink.h:
25602         * gst-libs/gst/audio/gstbaseaudiosink.c:
25603         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25604         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25605         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25606         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25607         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25608         (gst_baseaudiosink_create_ringbuffer),
25609         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25610         * gst-libs/gst/audio/gstbaseaudiosink.h:
25611         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25612         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25613         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25614         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25615         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25616         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25617         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25618         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25619         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25620         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25621         * gst-libs/gst/audio/gstringbuffer.h:
25622         An attempt at a set of audio base classes together with some
25623         design docs.
25624
25625 2005-04-20  Wim Taymans  <wim@fluendo.com>
25626
25627         * gst/audioconvert/Makefile.am:
25628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25629         (gst_audio_convert_caps_remove_format_info),
25630         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25631         (gst_audio_convert_channels):
25632         Link against audio libs.
25633         Fix audio convert plugin.
25634
25635 2005-04-20  Wim Taymans  <wim@fluendo.com>
25636
25637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25638         (gst_ogg_demux_sink_activate):
25639         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25640         (theora_set_header_on_caps), (theora_enc_sink_event),
25641         (theora_enc_chain):
25642         Fix theora encoder.
25643
25644 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25645
25646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25647         * gst/playback/gstdecodebin.c: (find_compatibles):
25648           Work with staticpadtemplates in elementfactories.
25649
25650 2005-04-12  Wim Taymans  <wim@fluendo.com>
25651
25652         * gst/playback/README:
25653         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25654         (compare_ranks), (print_feature), (gst_decode_bin_init),
25655         (dynamic_create), (dynamic_free), (find_compatibles),
25656         (mimetype_is_raw), (close_pad_link), (got_redirect),
25657         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25658         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25659         (gst_decode_bin_change_state):
25660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25661         (gst_play_base_bin_init), (group_destroy), (group_commit),
25662         (check_queue), (queue_overrun), (queue_threshold_reached),
25663         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25664         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25665         (got_redirect), (setup_source), (play_base_eos),
25666         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25667         (gst_play_base_bin_remove_element):
25668         * gst/playback/gstplaybasebin.h:
25669         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25670         (gst_play_bin_init), (gst_play_bin_dispose),
25671         (gst_play_bin_set_property), (gen_video_element),
25672         (gen_text_element), (gen_audio_element), (remove_sinks),
25673         (gst_play_bin_send_event):
25674         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25675         (stream_info_change_state), (gst_stream_info_set_mute):
25676         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25677         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25678         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25679         (gst_stream_selector_chain):
25680         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25681         (main):
25682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25683         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25684         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25685         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25686         Raw and crude port of decodebin. 
25687         Make playbin compile.
25688
25689 2005-04-06  Wim Taymans  <wim@fluendo.com>
25690
25691         * ext/gnomevfs/Makefile.am:
25692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25693         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25694         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25695         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25696         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25697         (gst_gnomevfssrc_stop):
25698         * ext/ogg/Makefile.am:
25699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25700         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25701         * ext/theora/Makefile.am:
25702         * ext/theora/theoradec.c: (_inc_granulepos),
25703         (theora_dec_sink_event), (theora_dec_chain):
25704         * ext/vorbis/Makefile.am:
25705         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25706         (vorbis_dec_sink_event), (vorbis_dec_chain):
25707         * gst-libs/gst/audio/Makefile.am:
25708         * sys/xvimage/Makefile.am:
25709         Make gnomevfssrc extend the source base class.
25710         Fix linking against libs in various plugins.
25711
25712 2005-04-06  Andy Wingo  <wingo@pobox.com>
25713
25714         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25715         GST_BASE_LIBS.
25716
25717         * configure.ac: Add check and AC_SUBST for libgstbase.
25718
25719 2005-03-31  Wim Taymans  <wim@fluendo.com>
25720
25721         * examples/seeking/Makefile.am:
25722         * examples/seeking/cdparanoia.c: (main):
25723         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25724         (play_cb), (pause_cb), (stop_cb), (main):
25725         * examples/seeking/playbin.c:
25726         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25727         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25728         (make_sid_pipeline), (make_vorbis_pipeline),
25729         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25730         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25731         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25732         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25733         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25734         (stop_cb), (main):
25735         * examples/seeking/spider_seek.c:
25736         * examples/seeking/vorbisfile.c:
25737         * ext/gnomevfs/Makefile.am:
25738         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25739         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25740         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25741         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25742         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25743         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25744         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25745         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25746         * ext/ogg/README:
25747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25748         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25749         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25750         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25751         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25752         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25753         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25754         (gst_ogg_demux_factory_filter), (compare_ranks),
25755         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25756         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25757         (gst_ogg_chain_new), (gst_ogg_chain_free),
25758         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25759         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25760         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25761         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25762         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25763         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25764         (gst_ogg_demux_get_prev_page),
25765         (gst_ogg_demux_deactivate_current_chain),
25766         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25767         (gst_ogg_demux_bisect_forward_serialno),
25768         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25769         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25770         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25771         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25772         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25773         (gst_ogg_demux_change_state), (gst_ogg_print):
25774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25775         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25776         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25777         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25778         (gst_ogg_mux_loop):
25779         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25780         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25781         (theora_dec_src_convert), (theora_dec_sink_convert),
25782         (theora_dec_src_query), (theora_dec_src_event),
25783         (theora_dec_sink_event), (theora_dec_chain),
25784         (theora_dec_change_state):
25785         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25786         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25787         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25788         (theora_enc_change_state):
25789         * ext/vorbis/Makefile.am:
25790         * ext/vorbis/oggvorbisenc.c:
25791         * ext/vorbis/oggvorbisenc.h:
25792         * ext/vorbis/vorbis.c: (plugin_init):
25793         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25794         (vorbis_dec_src_query), (vorbis_dec_src_event),
25795         (vorbis_dec_sink_event), (vorbis_dec_chain),
25796         (vorbis_dec_change_state):
25797         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25798         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25799         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25800         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25801         (gst_vorbisenc_change_state):
25802         * ext/vorbis/vorbisenc.h:
25803         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25804         * gst-libs/gst/audio/audioclock.c:
25805         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25806         (gst_audiofilter_init), (gst_audiofilter_chain):
25807         * gst-libs/gst/audio/testchannels.c: (main):
25808         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25809         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25810         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25811         (gmip_find_track_streaminfo), (gmip_find_track_format):
25812         * gst-libs/gst/media-info/media-info.c:
25813         (gst_media_info_read_idler):
25814         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25815         (gst_play_get_all_by_interface):
25816         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25817         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25818         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25819         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25820         (gst_riff_parse_info):
25821         * gst-libs/gst/riff/riff-read.h:
25822         * gst-libs/gst/riff/riff.c: (plugin_init):
25823         * gst-libs/gst/video/Makefile.am:
25824         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25825         (gst_videosink_class_init), (gst_videosink_get_type):
25826         * gst-libs/gst/video/videosink.h:
25827         * gst/audioconvert/bufferframesconvert.c:
25828         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25829         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25830         * gst/audioconvert/channelmixtest.c: (main):
25831         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25832         (gst_audio_convert_chain),
25833         (gst_audio_convert_caps_remove_format_info),
25834         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25835         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25836         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25837         (gst_audio_convert_buffer_to_default_format),
25838         (gst_audio_convert_buffer_from_default_format),
25839         (gst_audio_convert_channels):
25840         * gst/audioconvert/gstchannelmix.h:
25841         * gst/ffmpegcolorspace/avcodec.h:
25842         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25843         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25844         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25845         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25846         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25847         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25848         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25849         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25850         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25851         (dv_type_find):
25852         * gst/videotestsrc/gstvideotestsrc.c:
25853         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25854         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25855         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25856         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25857         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25858         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25859         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25861         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25862         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25863         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25864         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25865         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25866         (gst_xvimagesink_navigation_send_event),
25867         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25868         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25869         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25870         * sys/xvimage/xvimagesink.h:
25871         Plugin port to 0.9, ogg/theora playback should work in the seek
25872         example now.
25873         Removed old examples.
25874         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25875         explained in 0.9 TODO doc.
25876
25877
25878 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25879
25880         * autogen.sh:
25881         * configure.ac:
25882         * ext/Makefile.am:
25883         * gst/Makefile.am:
25884         * po/POTFILES.in:
25885         * po/af.po:
25886         * po/az.po:
25887         * po/cs.po:
25888         * po/en_GB.po:
25889         * po/hu.po:
25890         * po/it.po:
25891         * po/nb.po:
25892         * po/nl.po:
25893         * po/or.po:
25894         * po/sq.po:
25895         * po/sr.po:
25896         * po/sv.po:
25897         * po/uk.po:
25898         * po/vi.po:
25899         * sys/Makefile.am:
25900         * testsuite/Makefile.am:
25901           remove a whole bunch of plugins.  This module now contains a set
25902           of free reference plugins/elements as agreed.
25903
25904 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25905
25906         * configure.ac:
25907           hunting season on 0.9 is now OPEN
25908
25909 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25910
25911         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25912           Kick the hell out of gcc for not warning me about a symbol conflict.
25913
25914 2005-02-22  Luca Ognibene  <luogni@tin.it>
25915
25916         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25917
25918         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25919           Don't leak caps string (fixes #168134)
25920
25921         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25922         (gst_jpegenc_init), (gst_jpegenc_finalize),
25923         (gst_jpegenc_change_state):
25924           Don't leak line buffers and context struct (fixes #168133).
25925
25926 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25927
25928         * configure.ac:
25929         * ext/dirac/gstdiracdec.cc:
25930         (gst_diracdec_chain):
25931           Since dirac 0.5.0 the framerate in dirac is expressed as a
25932           rational number. Fix build and up requirement to 0.5.0, and
25933           also pass parameters to gst_diracdec_link in the right order
25934           (fixes #167959).
25935
25936 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25937
25938         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25939         * ext/faad/gstfaad.h:
25940         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25941         certain invalid muxed streams, where some packets will contain 
25942         junk after decoder data. Partially fixes #149158.
25943
25944 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25945         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25946           Make sure we only write to writable buffers
25947
25948 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25949
25950         * gst-libs/gst/riff/riff-media.c:
25951         (gst_riff_create_audio_caps_with_data):
25952           Do actually fix invalid RIFF fmt header values for alaw
25953           and mulaw audio instead of just saying so.
25954
25955         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25956           Give gst_riff_create_audio_caps_with_data() a chance to
25957           fix up broken format header fields before extracting any
25958           parameters from the header. (fixes #167633)
25959
25960 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25961
25962         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25963
25964         * gst/audioconvert/bufferframesconvert.c:
25965         (buffer_frames_convert_link):
25966           Don't leak othercaps. (fixes #167878)
25967
25968 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25969
25970         * configure.ac:
25971         * ext/libvisual/visual.c: (gst_visual_srclink),
25972         (gst_visual_change_state):
25973           Support libvisual 0.2.0.
25974
25975 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25976
25977         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25978         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25979           Use same rowstrides for I420 as used everywhere else.
25980
25981 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25982
25983         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25984           Declare variables at beginning of block and make gcc-2.95 happy
25985           (fixes # 167482, patch by Gergely Nagy).
25986           
25987         * gst/tcp/gsttcpclientsrc.c:
25988         * gst/tcp/gsttcpclientsrc.h:
25989           Move some includes into the header, so that struct sockaddr_in is
25990           defined when it should be defined on FreeBSD as well (fixes
25991           #167483).
25992           
25993         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25994           Don't pass uninitialised values to setsockopt() here either.
25995
25996 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25997
25998         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25999
26000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26001           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26002
26003 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26004
26005         * gst/playback/gstplaybin.c: (add_sink):
26006           Invert bin_add/link order to workaround deadlock in opt.
26007
26008 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * gst/modplug/gstmodplug.cc:
26011           Add missing break causing position queries to fail.
26012
26013 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26016           Granpos can apparently be -1, which screws up calculations...
26017
26018 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26019
26020         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26021         (gst_ximagesink_send_pending_navigation),
26022         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26023         (gst_ximagesink_init):
26024         * sys/ximage/ximagesink.h:
26025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26026         (gst_xvimagesink_send_pending_navigation),
26027         (gst_xvimagesink_navigation_send_event),
26028         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26029         * sys/xvimage/xvimagesink.h:
26030           Use a mutex protected list to marshal navigation
26031           events into the stream thread from whichever thread
26032           sends them.
26033
26034 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26035
26036         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26037           Display current position and track length; misc. clean-ups.
26038           
26039         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26040         (speed_init), (speed_chain):
26041           Add query function, so that the stream length and current position
26042           get adjusted when queried (note that current position queries may
26043           still be wrong if the audio sink returns values based on buffer
26044           timestamps instead of passing on the query).
26045
26046 2005-02-13  Benjamin Otte  <otte@gnome.org>
26047
26048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26049         (gst_audio_convert_channels):
26050           create channel conversion matrix when linking
26051         * gst/audioconvert/.cvsignore:
26052         * gst/audioconvert/Makefile.am:
26053         * gst/audioconvert/channelmixtest.c: (main):
26054           add (ugly) test that ensures stereo <=> mono conversion works
26055           correctly
26056
26057 2005-02-13  Benjamin Otte  <otte@gnome.org>
26058
26059         * gst/audioconvert/gstchannelmix.h:
26060           include missing header file
26061         * gst/audioconvert/gstchannelmix.c:
26062         (gst_audio_convert_fill_compatible):
26063           use same sign for both channels when converting to/from compatible
26064           channel. Previously used different signs made the signals cancel
26065           each other out and appear like silence. (fixes #167269)
26066
26067 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26068
26069         * gst/ffmpegcolorspace/avcodec.h:
26070         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26071         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26072         (gst_ffmpegcsp_avpicture_fill):
26073         * gst/ffmpegcolorspace/imgconvert.c:
26074           Convert to and from YV12 (fixes #156379).
26075
26076 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26077
26078         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26079         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26080         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26081         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26082         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26083         methods from chain and negotiation and vice versa (Fixes #166142).
26084         * sys/ximage/ximagesink.h: Add stream_lock.
26085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26086         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26087         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26088         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26089
26090 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26091
26092         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26093           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26094           error message when we can't open the DVD device (when dvdnav_open()
26095           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26096           the above). Send something more useful instead (fixes #167117).
26097
26098 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26099
26100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26101         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26102         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26103         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26104         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26105         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26106         methods from chain and negotiation and vice versa (Fixes #166142).
26107         Fix a possible bug of images in the buffer pool being discarded because
26108         we are looking at the wrong geometry.
26109         * sys/xvimage/xvimagesink.h: Add stream_lock.
26110
26111 2005-02-11  David Schleef  <ds@schleef.org>
26112
26113         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26114         unsigned int. (fixes #167128)
26115
26116 2005-02-11  David Schleef  <ds@schleef.org>
26117
26118         * gst/librfb/Makefile.am: Testing stuff before committing is
26119           for wimps... and people with fast machines.  Fix stupid
26120           mistake.
26121
26122 2005-02-11  David Schleef  <ds@schleef.org>
26123
26124         * configure.ac: Pull in librfb from my CVS tree, because it is
26125           too small and annoying to be separate.  Move rfbsrc plugin
26126           to gst/.
26127         * ext/Makefile.am:
26128         * ext/librfb/Makefile.am:
26129         * ext/librfb/gstrfbsrc.c:
26130         * gst/librfb/Makefile.am:
26131         * gst/librfb/gstrfbsrc.c:
26132         * gst/librfb/rfb.c:
26133         * gst/librfb/rfb.h:
26134         * gst/librfb/rfbbuffer.c:
26135         * gst/librfb/rfbbuffer.h:
26136         * gst/librfb/rfbbytestream.c:
26137         * gst/librfb/rfbbytestream.h:
26138         * gst/librfb/rfbcontext.h:
26139         * gst/librfb/rfbdecoder.c:
26140         * gst/librfb/rfbdecoder.h:
26141         * gst/librfb/rfbutil.h:
26142
26143 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26144
26145         * gst/speed/Makefile.am:
26146         * gst/speed/demo-mp3.c: (main):
26147         * gst/speed/filter.func:
26148         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26149         (speed_class_init), (speed_init), (speed_chain_int16),
26150         (speed_chain_float32), (speed_chain), (speed_set_property),
26151         (speed_get_property), (speed_change_state):
26152         * gst/speed/gstspeed.h:
26153           Fix speed element and make it chain-based (fixes #156467),
26154           and make it handle more than one channel.
26155
26156 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26157
26158         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26159         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26160         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26161         * ext/dts/gstdtsdec.h:
26162           Don't clobber the stack constructing the channels array.
26163           Make the element chain-based. DTS tracks can now be played.
26164           
26165 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26166
26167         * gst-libs/gst/audio/multichannel.h:
26168         * gst-libs/gst/gconf/gconf.h:
26169         * gst-libs/gst/idct/idct.h:
26170         * gst-libs/gst/media-info/media-info-priv.h:
26171         * gst-libs/gst/play/play.h:
26172         * gst-libs/gst/resample/private.h:
26173         * gst-libs/gst/resample/resample.h:
26174         * gst-libs/gst/riff/riff-ids.h:
26175         * gst-libs/gst/video/video.h:
26176         * gst-libs/gst/video/videosink.h:
26177           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26178           missing, so that they work when included from C++ code.
26179
26180 2005-02-09  David Schleef  <ds@schleef.org>
26181
26182         * testsuite/gst-lint: Check for non-statically scoped
26183           parent_class variables.  This won't be a problem once
26184           plugins are loaded with RTLD_LOCAL.
26185
26186 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26187
26188         * ext/mplex/gstmplexibitstream.cc:
26189           gcc madness.
26190
26191 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * ext/ogg/gstogmparse.c:
26194         * gst/debug/gstnavigationtest.c:
26195           Die, thou faulty symbol pollutors (non-static parent_class).
26196
26197 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26198
26199         * ext/mplex/gstmplexibitstream.cc:
26200           Fix event handling (#165525).
26201
26202 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26203
26204         * ext/mikmod/gstmikmod.c:
26205         * gst/modplug/gstmodplug.cc:
26206           Add missing endianness to template (fixes #165509).
26207
26208 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26209
26210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26211           Fix wrong order of reading of optional bytes (#165290).
26212
26213 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26214
26215         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26216           Implement FILLER event awareness.
26217
26218 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26219
26220         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26221           Fix track calculations (#166208).
26222
26223 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26224
26225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26228         * ext/libpng/gstpngenc.c:
26229           Fix byte-order, use proper fixed caps. Fixes #164197.
26230
26231 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26232
26233         * configure.ac:
26234           Add dvdlpcmdec 
26235
26236         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26237         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26238           Don't push buffers if the src pad isn't negotiated yet.
26239           
26240         * gst/audioconvert/gstaudioconvert.c:
26241         (gst_audio_convert_buffer_to_default_format),
26242         (gst_audio_convert_buffer_from_default_format):
26243           Add support for 24-bit width.
26244
26245         * gst/dvdlpcmdec/.cvsignore:
26246         * gst/dvdlpcmdec/Makefile.am:
26247         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26248         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26249         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26250         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26251         (plugin_init):
26252         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26253           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26254           format. Needs support for the channels maps if someone can find 
26255           a DVD LPCM track with > 2 channels.
26256
26257         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26258         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26259         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26260         * gst/mpegstream/gstdvddemux.h:
26261         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26262         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26263         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26264         * gst/mpegstream/gstmpegdemux.h:
26265         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26266         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26267         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26268         (gst_mpeg_parse_handle_src_query),
26269         (gst_mpeg_parse_handle_src_event):
26270           Use audio/x-dvd-lpcm for LPCM output.
26271           Add DTS output.
26272
26273 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26274
26275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26276
26277         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26278         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26279           Add BGRA handling (#165736).
26280
26281 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26282
26283         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26284
26285         * gst/law/alaw-decode.c: (alawdec_link):
26286         * gst/law/alaw-encode.c: (alawenc_link):
26287         * gst/law/mulaw-decode.c: (mulawdec_link):
26288         * gst/law/mulaw-encode.c: (mulawenc_link):
26289           Fix caps memleaks (#166600).
26290
26291 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26292
26293         * ext/tarkin/mem.h:
26294         * ext/tarkin/wavelet.h:
26295         * ext/tarkin/yuv.h:
26296         * gst/ffmpegcolorspace/avcodec.h:
26297           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26298           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26299
26300 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26301
26302         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26304         (gst_xvimagesink_change_state):
26305           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26306           Xv video (and thereby regenerate Xv colourkey) in clear() so
26307           that PLAY -> READY -> PLAY works (fixes #162504).
26308
26309 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26312           Switch to list instead of range, since MJPEG-devices really just
26313           support decimations, not any size.
26314
26315 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26316         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26317         (gst_mpeg2dec_reset), (free_all_buffers),
26318         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26319         * ext/mpeg2dec/gstmpeg2dec.h:
26320           The libmpeg2 user-allocated buffer management is awkward, 
26321           to say the least. Hopefully this fixes things.
26322
26323 2005-02-04  Andy Wingo  <wingo@pobox.com>
26324
26325         * gst/audioconvert/bufferframesconvert.c
26326         (buffer_frames_convert_fixate): New function, fixates to 256
26327         frames per buffer by default. (Much better than 1.)
26328         (buffer_frames_convert_init): Set the fixate function for both src
26329         and sink pad.
26330         (buffer_frames_convert_link): After success setting nonfixed caps,
26331         get the negotiated caps so we can know how many buffer-frames it
26332         will be. No idea how this worked at all before.
26333
26334 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26335
26336         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26337         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26338         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26339         (handle_sequence), (handle_picture):
26340         * ext/mpeg2dec/gstmpeg2dec.h:
26341           Rearrange buffer tracking and refcounting and refactor
26342           a little for readability. 
26343
26344 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26345         * sys/v4l/gstv4l.c: (plugin_init):
26346         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26347         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26348         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26349         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26350         * sys/v4l/gstv4ljpegsrc.h:
26351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26352         * sys/v4l/v4l_calls.h:
26353         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26354         (gst_v4lsrc_get_fps):
26355         * sys/v4l/v4lsrc_calls.h:
26356           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26357           you jpeg inside rgb frames" driver.
26358           Don't error in the v4lsrc link function, just return 
26359           REFUSED.
26360
26361 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26364         (gst_qcamsrc_open):
26365           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26366
26367 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26370           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26371
26372 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26373
26374         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26375           Reset negotiated state on PAUSED->READY.
26376
26377 2005-02-02  David Schleef  <ds@schleef.org>
26378
26379         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26380         whereever possible.  (Fixes #165997)
26381         * examples/capsfilter/capsfilter1.c: (main):
26382         * examples/dynparams/filter.c: (create_ui):
26383         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26384         * examples/seeking/chained.c: (main):
26385         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26386         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26387         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26388         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26389         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26390         * examples/switch/switcher.c: (main):
26391         * ext/dv/demo-play.c: (main):
26392         * ext/faad/gstfaad.c: (gst_faad_change_state):
26393         * ext/mad/gstmad.c: (gst_mad_chain):
26394         * ext/smoothwave/demo-osssrc.c: (main):
26395         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26396         (gst_gconf_render_bin_from_description),
26397         (gst_gconf_get_default_audio_sink),
26398         (gst_gconf_get_default_video_sink),
26399         (gst_gconf_get_default_audio_src),
26400         (gst_gconf_get_default_video_src),
26401         (gst_gconf_get_default_visualization_element):
26402         * gst/level/demo.c: (main):
26403         * gst/level/plot.c: (main):
26404         * gst/playback/gstplaybin.c: (gen_video_element),
26405         (gen_audio_element):
26406         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26407         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26408         * gst/sine/demo-dparams.c: (main):
26409         * gst/spectrum/demo-osssrc.c: (main):
26410         * gst/speed/demo-mp3.c: (main):
26411         * gst/volume/demo.c: (main):
26412         * testsuite/embed/embed.c: (main):
26413
26414 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26415
26416         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26417         (gst_tcpclientsink_finalize):
26418         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26419         (gst_tcpclientsrc_finalize):
26420         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26421         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26422         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26423         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26424           Don't leak the hostname when shutting down.
26425           In tcpserversrc, take a copy of the default hostname.
26426
26427 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26428
26429         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26430           Set caps to systemstream=TRUE.
26431
26432 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26433
26434         * testsuite/Makefile.am:
26435           Fix more OSX buildbots.
26436
26437 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26438
26439         * ext/mpeg2dec/gstmpeg2dec.c:
26440           Don't send things to NULL PAD_PEERs
26441
26442         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26443           Copy-on-write the incoming buffer.
26444
26445         * gst/mpegstream/gstdvddemux.h:
26446         * gst/mpegstream/gstmpegclock.h:
26447         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26448         (normal_seek), (gst_mpeg_demux_handle_src_event):
26449         * gst/mpegstream/gstmpegdemux.h:
26450         * gst/mpegstream/gstmpegpacketize.h:
26451         * gst/mpegstream/gstmpegparse.c:
26452         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26453         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26454         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26455         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26456         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26457         * gst/mpegstream/gstmpegparse.h:
26458         * gst/mpegstream/gstrfc2250enc.h:
26459           Various changes to the way time is computed that make seeking and
26460           total time estimation much better here.
26461           Use G_BEGIN/END_DECLS instead of __cplusplus
26462
26463         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26464           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26465
26466 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26467
26468         * gst/subparse/gstsubparse.c:
26469           Fix OSX buildbot.
26470
26471 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26472
26473         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26474         (theora_enc_chain), (theora_enc_change_state):
26475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26476         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26477         (gst_vorbisenc_change_state):
26478         * ext/vorbis/vorbisenc.h:
26479           Set granulepos and timestamp correctly for streams not
26480           starting at 0, taking into account the initial delay.
26481
26482 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26483
26484         * gst/mpegstream/gstdvddemux.c:
26485           Add audio/x-dts to audio pad template caps
26486
26487 2005-01-30  David Schleef  <ds@schleef.org>
26488
26489         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26490         (create_context), (gst_polypsink_link): Fix silly endianness
26491         bug.  Add some debugging.  Remove float from caps; it doesn't
26492         work.  Attempt to get remote audio working.
26493
26494 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26497           Add 3IV2 fourcc.
26498
26499 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26500
26501         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26502         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26503         (gst_avi_demux_stream_data):
26504         * gst/avi/gstavidemux.h:
26505           Invert DIB images. Fixes #132341.
26506
26507 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26508
26509         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26510         (gst_ffmpegcsp_chain):
26511           D'oh, reference the palette data, not the palette structure.
26512           Fixes color distortion in #132341.
26513
26514 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26515
26516         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26517           PAR can be non-fixed when not provided as argument (#162626).
26518
26519 2005-01-29  David Moore  <dcm@acm.org>
26520
26521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26522
26523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26524         (gst_qtdemux_loop_header):
26525           Re-apply patch from #142272 that allows non-seekable sources,
26526           re-proposed by Daniel Drake <dsd@gentoo.org>.
26527
26528 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26531           Use the src template for creating the src pad (#162330).
26532
26533 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * configure.ac:
26536         * ext/musepack/Makefile.am:
26537         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26538         (gst_musepackdec_init), (gst_musepackdec_dispose),
26539         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26540         (gst_musepack_stream_init), (gst_musepackdec_loop),
26541         (gst_musepackdec_change_state):
26542         * ext/musepack/gstmusepackdec.cpp:
26543         * ext/musepack/gstmusepackdec.h:
26544         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26545         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26546         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26547         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26548         * ext/musepack/gstmusepackreader.cpp:
26549         * ext/musepack/gstmusepackreader.h:
26550           Update to 1.1 API (#165446).
26551
26552 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * ext/Makefile.am:
26555           Unbreak buildbot.
26556
26557 2005-01-28  Andy Wingo  <wingo@pobox.com>
26558
26559         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26560         to reflect a different dubious internet source. Add a reference
26561         and some commentary.
26562
26563 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26564
26565         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26566         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26567         * gst/playback/gststreamselector.h:
26568           Be more selective when we're redoing caps negotiation from
26569           within the chain function on a stream change.
26570
26571 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26572
26573         * configure.ac:
26574         * ext/Makefile.am:
26575         * ext/amrnb/Makefile.am:
26576         * ext/amrnb/amrnb.c: (plugin_init):
26577         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26578         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26579         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26580         (gst_amrnbdec_state_change):
26581         * ext/amrnb/amrnbdec.h:
26582         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26583         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26584         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26585         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26586         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26587         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26588         * ext/amrnb/amrnbparse.h:
26589           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26590         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26591           Add AMR-NB/-WB raw formats.
26592         * ext/alsa/gstalsa.c: (gst_alsa_link):
26593           Keep valid time when changing format.
26594         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26595         (qtdemux_parse_trak):
26596           Add some more format-specific options (#140141, #143555, #155163).
26597
26598 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26599
26600         * gst/matroska/matroska-demux.c:
26601         (gst_matroska_demux_parse_blockgroup):
26602           Fix logic error in timing of subtitle stream synchronization.
26603         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26604           Add skip-chunk, which is found in kodak-camera streams.
26605
26606 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26607
26608         * po/LINGUAS:
26609         * po/vi.po:
26610           Adding Vietnamese translation (submitted by Clytie Siddall)
26611
26612 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst/playback/gstdecodebin.c: (try_to_link_1):
26615           Use realpad for signal.
26616
26617 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26620           Fix category so decodebin picks it up.
26621
26622 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * ext/mad/Makefile.am:
26625         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26626         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26627         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26628         (found_type), (gst_id3demux_bin_change_state):
26629         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26630         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26631         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26632         (gst_id3_tag_change_state), (plugin_init):
26633         * ext/mad/gstmad.h:
26634           Add id3demuxbin (which is a simple bin consisting of id3demux
26635           and typefind), take over rank from id3demux, remove typefind
26636           code from id3demux. Makes all broken mp3s that I know of work,
26637           and thereby fixes #152688.
26638
26639 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26640
26641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26642
26643         * ext/mad/gstmad.c: (gst_mad_src_event):
26644         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26645           Allow seeks on audio pad, make mad forward those (#164826).
26646         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26647           Set duration (#165335).
26648
26649 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26650
26651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26652         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26653         (gst_asf_demux_process_ext_content_desc),
26654         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26655         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26656         * gst/asfdemux/gstasfdemux.h:
26657           Improve metadata display, e.g. if the metadata comes before the
26658           streams are loaded (which is perfectly valid).
26659
26660 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26661
26662         * tools/gst-launch-ext-m.m:
26663           Fix AVI/ASF pipelines (#165340).
26664
26665 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26666         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26667         build failure on amd64
26668
26669 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26670
26671         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26672         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26673           Check environment variables GST_ID3V2_TAG_ENCODING,
26674           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26675           list of character encodings to force interpretation of non-unicode
26676           strings stored in an ID3v2 tag to a particular encoding. If none
26677           is specified, try to use current locale's encoding, then fall back
26678           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26679         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26680         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26681           Check environment variables GST_ID3V1_TAG_ENCODING,
26682           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26683           list of character encodings to use in case a string encountered
26684           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26685           specified, try to use the current locale's encoding, then fall
26686           back to ISO-8859-1 (which will always succeed).
26687
26688 2005-01-25  Benjamin Otte  <otte@gnome.org>
26689
26690         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26691           - on half framerate, compute the rate in advance so the comparisons
26692             don't compare wrong values
26693           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26694             behaviour
26695           - don't use mad_header_decode anymore, mad_frame_decode does that
26696             automatically
26697           - when getting rid of consumed bytes, reset the stream's skiplen
26698           (fixes #163867)
26699
26700 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26701
26702         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26703           Use 1/2 a second for default max_discont, as PES streams from DVB
26704           seem to have larger spacings in the SCR. 
26705           Fix a typo.
26706
26707 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * gst/playback/gstplaybasebin.c: (group_commit):
26710           Notify delayed stream-info availability.
26711
26712 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26713         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26714         (gst_a52dec_handle_event), (gst_a52dec_chain):
26715         Add some debug output. Check that a discont has a valid
26716         time associated.
26717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26718         (gst_alsa_sink_loop):
26719         Ignore TAG events. A little extra debug for broken timestamps.
26720         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26721         (dvdnavsrc_change_state):
26722         Ensure we send a discont to engage the link before we send any
26723         other events.
26724         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26725         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26726         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26727         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26728         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26729         dvd://title works in totem because typefinding sends a seek that ends
26730         up going back to chapter 1 regardless.
26731         * ext/mpeg2dec/gstmpeg2dec.c:
26732         * ext/mpeg2dec/gstmpeg2dec.h:
26733         Output correct timestamps and handle disconts.
26734         * ext/ogg/gstoggdemux.c: (get_relative):
26735         Small guard against a null dereference.
26736         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26737         (gst_textoverlay_set_property):
26738         Free memory when done. Don't call gst_event_filler_get_duration on
26739         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26740         g_warning.
26741         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26742         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26743         (gst_sw_srclink), (gst_smoothwave_chain):
26744         Draw solid lines, prettier colours.
26745         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26746         Add a default palette that'll work for some movies.
26747         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26748         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26749         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26750         * gst/mpegstream/gstdvddemux.h:
26751         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26752         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26753         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26754         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26755         * gst/mpegstream/gstmpegparse.h:
26756         Use PTM/NAV events when for timestamp adjustment when connected to 
26757         dvdnavsrc. Don't use many discont events where one suffices.
26758         * gst/playback/gstplaybasebin.c: (group_destroy),
26759         (gen_preroll_element), (gst_play_base_bin_add_element):
26760         * gst/playback/gstplaybasebin.h:
26761         Make sure we remove subtitles from the same bin we put them in.
26762         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26763         (gst_subparse_buffer_format_autodetect),
26764         (gst_subparse_change_state):
26765         Fix some memleaks and invalid accesses.
26766         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26767         (oggskel_type_find), (cmml_type_find), (plugin_init):
26768         Some typefind functions for Annodex v3.0 files
26769         * gst/wavparse/gstwavparse.h:
26770         GstRiffReadClass is the correct parent class.
26771
26772 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26773
26774         * gst-libs/gst/riff/riff-media.c:
26775         (gst_riff_create_video_caps_with_data):
26776           Add extradata to huffyuv (fixes #165013).
26777         * gst-libs/gst/riff/riff-read.c:
26778         (gst_riff_read_strf_vids_with_data):
26779           Fix extradata extraction if it is in the chunk size.
26780
26781 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26782
26783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26784
26785         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26786         (gst_quarktv_change_state), (gst_quarktv_dispose):
26787           Memory free'ing location fix (#164708).
26788
26789 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26790
26791         * gst/playback/gstplaybasebin.c: (group_commit),
26792         (gen_preroll_element), (probe_triggered), (gen_source_element),
26793         (setup_source), (gst_play_base_bin_change_state),
26794         (gst_play_base_bin_add_element):
26795           Don't block for streams.
26796         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26797         (gst_stream_info_set_mute):
26798           Use gst_pad_set_active_recursive.
26799
26800 2005-01-25  Andy Wingo  <wingo@pobox.com>
26801
26802         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26803         for #ifndef HAVE_XVIDEO.
26804
26805 2005-01-24  Jeffrey C. Ollie
26806
26807         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26808
26809         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26810         * ext/gsm/gstgsmdec.h:
26811         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26812         * ext/gsm/gstgsmenc.h:
26813         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26814         was given by property. Add proper buffer timestamps and offsets.
26815
26816 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * gst-libs/gst/riff/riff-media.c:
26819         (gst_riff_create_audio_caps_with_data):
26820           Audio can be <8000Hz.
26821
26822 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26825           Explicit state change to workaround refcount bugs.
26826
26827 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26830         (gst_avimux_riff_get_avi_header):
26831           Fix...
26832
26833 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26834
26835         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26836         (gst_riff_read_element_data):
26837         * gst-libs/gst/riff/riff-read.h:
26838           Add _peek version (req'ed in CDXA).
26839         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26840         (gst_cdxaparse_loop):
26841           Fix parsing in playbin.
26842         * gst/playback/gstdecodebin.c: (close_pad_link):
26843           Ignore current_ pads, they cause major annoyance.
26844
26845 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26848           Safety guard.
26849
26850 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26851
26852         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26853           Fix padding...
26854
26855 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26856
26857         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26858           Allow for 0-sized buffers. Fixes length query problems in
26859           starwars.mkv from the testsuite.
26860
26861 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26862
26863         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26864         (gst_video_box_i420), (gst_video_box_chain):
26865           Fix row strides for I420 (fixes #163159)
26866           
26867 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26870           MPEG2 has a useful rate property, so we can actually use that.
26871           For MPEG-1, continue using the bytes/time properties.
26872
26873 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26874
26875         * gst-libs/gst/riff/riff-media.c:
26876         (gst_riff_create_video_caps_with_data),
26877         (gst_riff_create_video_template_caps):
26878           Add intel-h263.
26879
26880 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26881
26882         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26883           Fail if caps negotiation fails. Should fix #162184, and should
26884           definately be in there regardless of it fixing the actual bug.
26885         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26886         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26887         (gst_avimux_riff_get_avix_header),
26888         (gst_avimux_riff_get_video_header),
26889         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26890         (gst_avimux_start_file), (gst_avimux_handle_event),
26891         (gst_avimux_change_state):
26892         * gst/avi/gstavimux.h:
26893           Refactor structure writing to use GST_WRITE_UINT macros, add
26894           metadata writing support.
26895
26896 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26899           Elements may already be destroyed when this function is called.
26900
26901 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26904         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26905           More memory leak fixes (#149162).
26906
26907 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26908
26909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26910         (gst_qtdemux_add_stream):
26911           Fix two memleaks.
26912
26913 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26914
26915         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26916           Argh...
26917
26918 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26921           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26922           when fixating to six channels in Totem.
26923
26924 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26925
26926         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26927           Fix compile warnings on Solaris 10 buildbot
26928
26929 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26930
26931         * ext/dvdread/dvdreadsrc.c: (_read):
26932           Don't read beyond the last cell in a chapter (fixes 
26933           invalid memory access)
26934
26935 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26936
26937         * ext/dvdread/stream_labels.c:
26938         (dvdreadsrc_get_audio_stream_labels):
26939           Use NULL for an empty GList instead of g_list_alloc(); fix 
26940           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26941           of GString (easier to bulk free later)
26942
26943 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26944
26945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26946
26947         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26948         (gst_ffmpeg_pixfmt_to_caps):
26949           Fix BGRA32 caps (#164209).
26950
26951 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26952
26953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26956         (gst_ffmpeg_caps_to_pixfmt):
26957           alpha_mask can be RGBA/ABGR. Fixes #164265.
26958
26959 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26960
26961         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26964         (gst_mpeg2dec_alloc_buffer):
26965         * ext/mpeg2dec/gstmpeg2dec.h:
26966           Crop if decoding size is not the actual image size (#163676).
26967
26968 2005-01-17  Steve Baker  <steve@stevebaker.org>
26969
26970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26973         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26974           Add libsndfile typefind functions (#163309).
26975
26976 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26977
26978         * tools/gst-launch-ext-m.m:
26979           Add .aac, fix .m1v/.m2v (#163891).
26980
26981 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26982
26983         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26984           Sanity check, don't wait endlessly since the clock might not
26985           actually run at this point (which is a deadlock). Fixes #164069.
26986
26987 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26988
26989         * gst/playback/gstplaybasebin.c: (probe_triggered):
26990           Of course, only pause if group is done...
26991
26992 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26993
26994         * gst/playback/gstplaybasebin.c: (probe_triggered):
26995           Thread safety.
26996
26997 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26998
26999         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27000           Don't return state change success when the parent
27001           failed.
27002
27003 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27004
27005         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27006           Free events (fix memleak in #162905).
27007
27008 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27009
27010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27011
27012         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27013         (gst_ffmpeg_caps_to_pixfmt):
27014           Fix for depth = 15. Fixes #161675.
27015
27016 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27017
27018         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27019           Set FPS correctly, even for webcams and the like.
27020         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27021           Don error on setting while capturing.
27022
27023 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27024
27025         * ext/dv/gstdvdec.c:
27026         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27027         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27028           I'm a bad boy. using /1001. to force C to do float division
27029           and not integer division (as it did in my last commit)
27030           Thanks to David I. Lehn for pointing this mistake.
27031
27032 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27033
27034         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27035           Revert Johan's 1.35->1.36 since it breaks compat.
27036
27037 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27038
27039         * ext/dv/gstdvdec.c:
27040         * ext/libfame/gstlibfame.c:
27041         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27042         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27043           replace framerate aproximations by their real value
27044           (24000/1001, 30000/1001, 60000/1001)
27045           Finish fixing bug #164049
27046
27047 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27048
27049         * ext/ogg/gstoggmux.c:
27050           eos/bos debugging
27051         * gst/tcp/gstmultifdsink.c:
27052         * gst/tcp/gstmultifdsink.h:
27053         * gst/tcp/gsttcp.c:
27054         * gst/tcp/gsttcp.h:
27055         * gst/tcp/gsttcpclientsink.c:
27056         * gst/tcp/gsttcpclientsrc.c:
27057         * gst/tcp/gsttcpserversink.c:
27058         * gst/tcp/gsttcpserversrc.c:
27059           improve reusability of elements after state changes and errors
27060           make multifdsink throw away streamheaders when receiving new ones
27061
27062 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27065           Fix for if items are already in list...
27066
27067 2005-01-12  Benjamin Otte  <otte@gnome.org>
27068
27069         * gst/adder/gstadder.c: (gst_adder_loop):
27070           fix adder a bit so it doesn't screw up with events as much anymore
27071
27072 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27073
27074         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27075         (pixbufscale_scale), (gst_pixbufscale_chain):
27076         * ext/gdk_pixbuf/pixbufscale.h:
27077           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27078           to ensure rowstrides are calculated the same way as 
27079           ffmpegcolorspace
27080           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27081           that we pick up duration and offset also.
27082
27083 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27084
27085         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27086         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27087           Reusability fixes.
27088
27089 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27090
27091         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27092         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27093         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27094         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27095           Update flags when requested.
27096
27097 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27098
27099         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27100           Fix dmix.
27101
27102 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27103
27104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27105         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27106         (probe_triggered), (new_decoded_pad), (gen_source_element),
27107         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27108         * gst/playback/gstplaybasebin.h:
27109         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27110         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27111         (gst_play_bin_change_state):
27112           Implement group-switch signal for use in apps to clear metadata
27113           cache, clean up subtitle, add suburi property instead of # hack,
27114           some error-out fixes.
27115
27116 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27117
27118         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27119           Debug.
27120         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27121           If we got a state change in the _get handler, don't return success.
27122
27123 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27124
27125         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27126         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27127           Make jpegdec quiet on MJPEG decoding
27128         * gst/asfdemux/README:
27129           Fix mimetypes for MJPEG and H263
27130
27131 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * ext/theora/theoradec.c: (theora_dec_chain):
27134           Fix broken code generation by gcc by swapping arguments.
27135         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27136           Fix \n in debug.
27137
27138 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27139
27140         * TODO:
27141           delete this file, it is by far outdated
27142         * ext/alsa/gstalsa.1: remove
27143         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27144         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27145         (gst_alsa_get_caps):
27146           Add HW probing for supported sample rates. Fixes #161704
27147
27148 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27149
27150         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27151           Don't crash, biatch! :).
27152
27153 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27154
27155         * ext/musepack/gstmusepackreader.cpp:
27156         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27157           Some work on tags - still doesn't work in playbin...
27158         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27159           Handle events...
27160
27161 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27162
27163         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27164           Also shove tags on kid pads.
27165
27166 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27169           Don't bail on unknown events.
27170         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27171           Don't crash on events before negotiation.
27172         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27173           Send tags on pads, too.
27174         * gst/playback/gststreamselector.c:
27175         (gst_stream_selector_request_new_pad):
27176           Forward events on first pad if no input was selected yet.
27177
27178 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27179
27180         * gst/playback/gstplaybasebin.c: (setup_substreams):
27181           Don't disable streamtype if the stream doesn't exist, since
27182           then playing a video after audio will disable both and nothing
27183           will happen. Fixes the testsuite.
27184
27185 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27186
27187         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27188         (gst_v4l_xoverlay_set_xwindow_id):
27189         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27190         (gst_v4l2_xoverlay_set_xwindow_id):
27191           Add debug categories, fix overlay disabling.
27192
27193 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27194
27195         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27196         * ext/alsa/gstalsa.h:
27197           Add HW probing for period_count/size and buffer_size MIX/MAX
27198           Adjust default/user defined value if out of bounds
27199           Should fix bug #162024
27200
27201 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27202
27203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27204           Fix warning (#161191).
27205
27206 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27207
27208         * ext/dvdread/stream_labels.c:
27209         (dvdreadsrc_get_audio_stream_labels):
27210           Fix warning (init the good variable in switch default)
27211
27212 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27213
27214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27215
27216         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27217           Fix gcc-2.95 compile (#163485).
27218
27219 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27220
27221         * configure.ac:
27222         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27223         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27224         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27225         (gst_flacenc_change_state):
27226         * ext/flac/gstflacenc.h:
27227           Update for API change in flac-1.1.1. Update requirement in
27228           configure.ac. Fixes #162974.
27229
27230 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * gst/playback/gstplaybasebin.c: (group_destroy):
27233           Remove hack to get rid of assert and get rid of unlinked
27234           signals properly.
27235
27236 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * gst/playback/gstplaybasebin.c: (setup_source):
27239           Set source to NULL so that resources are free'ed. Fixes issues
27240           with playback of CDDA and similar device-accessing things.
27241
27242 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27243
27244         * testsuite/embed/Makefile.am:
27245           test->noinst, fix make test in buildbot.
27246
27247 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27248
27249         * ext/dvdread/stream_labels.c: new file
27250         * ext/dvdread/stream_labels.h: new file
27251         * ext/dvdread/Makefile.am:
27252         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27253           Extract audio stream label from DVD IFO files.
27254           It only dump them on the console for now, still have to
27255           make playbin aware of them.
27256
27257 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * gst/playback/gstplaybasebin.c: (setup_source):
27260           Fix hanging subs.
27261
27262 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27263
27264         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27265         (gen_preroll_element), (remove_groups), (setup_subtitle),
27266         (gen_source_element), (setup_source):
27267         * gst/playback/gstplaybasebin.h:
27268           Multiple .sub files is just a stupid idea... Fix some threading
27269           mistakes. Interestingly, external .sub files cause playbin to
27270           hang, I don't know why... Parsing fixes contributed by Fran??ois
27271           Kooman <fkooman@tuxed.net>.
27272
27273 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * testsuite/embed/Makefile.am:
27276           Fix buildbot.
27277
27278 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27279
27280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27281
27282         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27283         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27284         (gst_pngenc_set_property):
27285         * ext/libpng/gstpngenc.h:
27286           Add compression level property (#163323).
27287
27288 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27289
27290         * configure.ac:
27291         * examples/capsfilter/capsfilter1.c: (main):
27292         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27293         * ext/dvdread/Makefile.am:
27294         * ext/dvdread/demo-play:
27295         * ext/dvdread/demo-play.c:
27296         * gconf/gstreamer.schemas.in:
27297         * gst-libs/gst/gconf/gconf.c:
27298         * sys/v4l/TODO:
27299         * testsuite/Makefile.am:
27300         * testsuite/embed/Makefile.am:
27301         * testsuite/embed/embed.c: (cb_expose), (main):
27302           Remove all references to xvideosink, fix examples (#140845).
27303         * gst/playback/gstplaybasebin.c: (group_destroy):
27304           Apparently, disposal does not unlink - so do explicitely.
27305         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27306           Add debug.
27307
27308 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27309
27310         * README: fix PKG_CONFIG_PATH instructions, what was there
27311         previously was breaking default search path, not nice. 
27312         Fixes #163358
27313
27314 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27315
27316         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27317         (gst_audioscale_chain):
27318           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27319           when resampling - how the ^@$^!@^! is this possible?!?
27320
27321 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27322
27323         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27324           Reset variables on READY.
27325         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27326         (gst_matroska_mux_loop):
27327           Require data before writing header.
27328
27329 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27330
27331         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27332
27333         * ext/mad/gstmad.c: (gst_mad_chain):
27334           Don't call mad_stream_sync() directly after recovering sync.
27335           Fixes #151661.
27336
27337 2005-01-09  Martin Eikermann  <meiker@upb.de>
27338
27339         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27340
27341         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27342         (snapshot_handler), (gst_snapshot_sinkconnect),
27343         (gst_snapshot_chain):
27344           Allocate resources when required, fix recursive signal emission
27345           and fix caps. Fixes #161667.
27346
27347 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27348
27349         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27350
27351         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27352         (gst_pngdec_chain):
27353           Handle only 8-bppc (bits-per-pixel-component) images, better
27354           error handling and correct strides. Fixes #163177.
27355         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27356         (gst_pngenc_chain):
27357           Better error handling. Fixes #163348.
27358
27359 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27360
27361         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27362         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27363         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27364         (dvdnavsrc_uri_handler_init):
27365           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27366         * gst/playback/gstplaybasebin.c: (gen_source_element):
27367           Add MMS to streaming URIs.
27368
27369 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27370
27371         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27372         * sys/xvimage/xvimagesink.c:
27373         (gst_xvimagesink_navigation_send_event):
27374           Check for pad availability before sending event.
27375
27376 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27377
27378         * gst-plugins.spec.in:
27379           Add subparse.
27380
27381 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27382
27383         * configure.ac:
27384           Since we use functions from CVS, up requirement.
27385
27386 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * gst/playback/Makefile.am:
27389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27390         (group_destroy), (group_commit), (group_is_muted),
27391         (gen_preroll_element), (add_stream), (unknown_type),
27392         (probe_triggered), (preroll_unlinked), (mute_stream),
27393         (silence_stream), (new_decoded_pad), (setup_substreams),
27394         (setup_source), (get_active_source), (mute_group_type),
27395         (muted_group_change_state), (set_active_source),
27396         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27397         (play_base_eos), (gst_play_base_bin_change_state):
27398         * gst/playback/gstplaybasebin.h:
27399         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27400         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27401         (gst_stream_info_dispose), (stream_info_mute_pad),
27402         (stream_info_change_state), (gst_stream_info_set_mute):
27403         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27404         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27405         (gst_stream_selector_init), (gst_stream_selector_dispose),
27406         (gst_stream_selector_get_linked_pad),
27407         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27408         (gst_stream_selector_get_linked_pads),
27409         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27410         * gst/playback/gststreamselector.h:
27411           Adding stream selection support plus required properties for
27412           applications to use this. Fully fixes #100931.
27413
27414 2005-01-08  Benjamin Otte  <otte@gnome.org>
27415
27416         * gst/games/gstpuzzle.c: (nav_event_handler):
27417           - handle nav events differently: forward every event no matter if it
27418             was handled or not.
27419           - translate events
27420           You can now cheat by using navigationtest ! puzzle and moving the
27421           mouse close to the edge of a tile. ;)
27422
27423 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27424
27425         * configure.ac:
27426         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27427         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27428         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27429         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27430         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27431         (gst_ogm_parse_plugin_init):
27432         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27433         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27434         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27435         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27436         * ext/pango/gsttextoverlay.h:
27437         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27438         (gst_matroska_demux_handle_seek_event),
27439         (gst_matroska_demux_sync_streams),
27440         (gst_matroska_demux_parse_blockgroup),
27441         (gst_matroska_demux_subtitle_caps),
27442         (gst_matroska_demux_plugin_init):
27443         * gst/matroska/matroska-ids.h:
27444         * gst/playback/gstdecodebin.c: (close_pad_link):
27445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27446         (gen_preroll_element), (remove_groups), (add_stream),
27447         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27448         (setup_source):
27449         * gst/playback/gstplaybasebin.h:
27450         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27451         * gst/subparse/Makefile.am:
27452         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27453         (gst_subparse_base_init), (gst_subparse_class_init),
27454         (gst_subparse_init), (gst_subparse_formats),
27455         (gst_subparse_eventmask), (gst_subparse_event),
27456         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27457         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27458         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27459         (parse_mpsub_deinit), (parse_mpsub_init),
27460         (gst_subparse_buffer_format_autodetect),
27461         (gst_subparse_format_autodetect), (gst_subparse_loop),
27462         (gst_subparse_change_state), (gst_subparse_type_find),
27463         (plugin_init):
27464         * gst/subparse/gstsubparse.h:
27465         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27466         (plugin_init):
27467           Add subtitle support, .sub parser (supports SRT and MPsub),
27468           OGM text support, Matroska UTF-8 text support, deadlock fixes
27469           all over the place, subtitle awareness in decodebin/playbin
27470           and some fixes to textoverlay to handle subtitles in a stream
27471           correctly. Fixes #100931.
27472
27473 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27476           Check for pad availability before doing a query on it.
27477
27478 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27479
27480         * ext/dv/gstdvdec.c:
27481           really fix bpp24/32 dvdec caps (classic rgba indeed)
27482         * gst/asfdemux/gstasfdemux.c:
27483         (gst_asf_demux_process_ext_content_desc):
27484           don't send text tags if they are empty (bis repetita)
27485
27486 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27487
27488         * ext/dv/gstdvdec.c:
27489          remove unneeded comment from dvdec
27490           (related to DV 4CC codes in AVI files)
27491           moved them in gstreamer/docs/random/mimetypes
27492         * gst/asfdemux/gstasfdemux.c:
27493         (gst_asf_demux_process_ext_content_desc):
27494          don't send text tags if they are empty
27495          fix mem leak on error path
27496         * gst/ffmpegcolorspace/avcodec.h:
27497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27498         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27499         (gst_ffmpegcsp_avpicture_fill):
27500         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27501         * gst/ffmpegcolorspace/imgconvert_template.h:
27502          adds BGR32 and BGRA32 to ffmpegcolorspace
27503           (still bad colors, fixing it on next commit)
27504           helps with dvdec outputing BGR32
27505
27506 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27507
27508         * ext/dv/gstdvdec.c:
27509          Fix audio caps i just broke (missing ',')
27510         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27511         (gst_matroska_mux_reset):
27512          Fix typo + add FIXME about old "x-gst-metadata" crap
27513
27514 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27515
27516         * ext/dv/demo-play.c: (main):
27517          xvideosink -> xvimagesink
27518         * ext/dv/gstdvdec.c:
27519          change rgb 32/32 caps to 24/32 (no alpha)
27520          change nb of channels to be a list (2 or 4, not 2)
27521          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27522         * gst/asfdemux/gstasfdemux.c:
27523         (gst_asf_demux_process_ext_content_desc):
27524          Add 'date/year' to extracted metadata list
27525
27526 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27527
27528         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27529           The return value of fixate_to does not imply that the requested
27530           value was set, so don't assume.
27531
27532 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27533
27534         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27535
27536         * ext/libpng/gstpngdec.c:
27537         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27538         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27539         * ext/libpng/gstpngenc.h:
27540           Alpha support (encoder; #163161), mime fixage.
27541
27542 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27543
27544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27545
27546         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27547         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27548         (gst_faac_set_property), (gst_faac_get_property):
27549         * ext/faac/gstfaac.h:
27550           Allow for ADTS output (#153434).
27551
27552 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27553
27554         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27555           Fix against template (#150576).
27556
27557 2005-01-06  Benjamin Otte  <otte@gnome.org>
27558
27559         * gst/games/gstpuzzle.c: (draw_puzzle):
27560           don't draw a puzzle if either width or height of tiles would be 0.
27561
27562 2005-01-06  Benjamin Otte  <otte@gnome.org>
27563
27564         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27565         (gst_puzzle_class_init), (gst_puzzle_finalize):
27566           no memleaks, please
27567         (gst_puzzle_create), (gst_puzzle_init),
27568         (gst_puzzle_set_property), (gst_puzzle_setup):
27569           change initialization code around so we don't reshuffle on resize
27570         (draw_puzzle):
27571           fix another stupid typo
27572
27573 2005-01-06  Benjamin Otte  <otte@gnome.org>
27574
27575         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27576           fix stupid typo that borked copying on YUY2
27577
27578 2005-01-06  Benjamin Otte  <otte@gnome.org>
27579
27580         * gst/games/gstpuzzle.c: (draw_puzzle):
27581           fix edges when image sizes aren't multiples of tile sizes
27582
27583 2005-01-06  Benjamin Otte  <otte@gnome.org>
27584
27585         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27586           make RGB endianness work correctly
27587         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27588           refactor and fix race with initial shuffling
27589         (nav_event_handler):
27590           allow using the mouse to puzzle
27591         (draw_puzzle):
27592           insist on tiles having width and height as multiples of 4 to get
27593           clean YUV image handling
27594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27595         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27596           s/DEBUG/LOG/ for common messages
27597         (gst_xvimagesink_navigation_send_event):
27598           fix mouse event translation to not include screen PAR
27599         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27600           fix mouse event translation to actually work
27601
27602 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27603
27604         * gst/asfdemux/gstasfdemux.c:
27605         (gst_asf_demux_process_ext_content_desc):
27606          Extract TrackNumber metadata + clean up code
27607         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27608          Hope this is the good fix (var used unitialised)
27609
27610 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27611
27612         * ext/faad/gstfaad.c: (gst_faad_chain):
27613           Only increment timestamp if it's valid. Fixes raw AAC streams.
27614
27615 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27616
27617         * configure.ac:
27618         * gst/games/Makefile.am:
27619         * gst/games/gstpuzzle.c:
27620           add a puzzle game with...
27621         * gst/games/gstvideoimage.c:
27622         * gst/games/gstvideoimage.h:
27623           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27624           from videotestsrc and made into something that would be a nice
27625           library for a lot of other plugins.
27626
27627 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27628
27629         * configure.ac:
27630          don't compile faad plugin if a RC of 2.0 is found
27631          Fixes #155346 (and FC1 buildbot)
27632         * gst/asfdemux/gstasfdemux.c:
27633         (gst_asf_demux_process_ext_content_desc):
27634          try to make Solaris compiler happier
27635
27636 2005-01-06  Paul Jack  <pjack@sfaf.org>
27637
27638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27639
27640         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27641           Fix segfault (#161667).
27642
27643 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27646           Fix framerate reporting.
27647
27648 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27649
27650         * gst-libs/gst/riff/riff-ids.h:
27651         * gst/wavenc/riff.h:
27652          Add AMR (VBR and CBR) ids to riff.h audio codec list
27653         * gst/asfdemux/gstasfdemux.c:
27654         (gst_asf_demux_process_ext_content_desc),
27655         (gst_asf_demux_process_object):
27656           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27657
27658 2005-01-05  Martin Eikermann  <meiker@upb.de>
27659
27660         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27661
27662         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27663         (gst_dvd_demux_handle_discont):
27664         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27665         (gst_mpeg_demux_handle_discont):
27666           Recreate pads on new-media (#160730).
27667         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27668           Send discont even if manager changes timestamps (#161929).
27669
27670 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27671
27672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27673
27674         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27675           Fix invalid memory access (#159211).
27676
27677 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27678
27679         * examples/gstplay/player.c: (main):
27680           Don't iterate.
27681         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27682           Add visualizations.
27683         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27684         (gst_a52dec_handle_frame):
27685           Set duration.
27686         * ext/dvdnav/gst-dvd:
27687           Add audioconvert. Fixes #161325.
27688         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27689           Explicitely case to gint64. Possible valgrind error.
27690         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27691         (gst_play_tick_callback), (gst_play_change_state),
27692         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27693         (gst_play_set_location), (gst_play_get_location),
27694         (gst_play_seek_to_time), (gst_play_set_data_src),
27695         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27696         (gst_play_set_visualization), (gst_play_connect_visualization),
27697         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27698         (gst_play_new):
27699           Use playbin. Fixes #139749 and #147744.
27700         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27701           Add genre tag.
27702         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27703         (audioscale_get_type), (gst_audioscale_base_init),
27704         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27705         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27706         (gst_audioscale_link), (gst_audioscale_get_buffer),
27707         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27708         (gst_audioscale_init), (gst_audioscale_dispose),
27709         (gst_audioscale_chain), (gst_audioscale_set_property),
27710         (gst_audioscale_get_property), (plugin_init):
27711           Indent properly.
27712         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27713           Fix LPCM.
27714         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27715         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27716         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27717           Add more metadata (fixes #162656).
27718
27719 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27720
27721         * configure.ac:
27722           back to cvs
27723
27724 === release 0.8.7 ===
27725
27726 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27727
27728         * NEWS:
27729         * RELEASE:
27730         * configure.ac:
27731           releasing 0.8.7, "Hyperspace"
27732
27733 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27734
27735         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27736
27737         * gst/playback/gstplaybasebin.c:
27738          Fix for #162924 - free caps after use, not before
27739
27740 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27741
27742         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27743
27744         * gst/playback/gstplaybasebin.c:
27745         * gst/wavparse/gstwavparse.c:
27746           Fix for #154773 - fixes playback of small .wav files
27747
27748 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27749
27750         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27751
27752         * gst/audioscale/gstaudioscale.c:
27753           Fix for #162819 - make audioscale reusable
27754           Fixes playback of more than one file with playbin/totem
27755
27756 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * gst/ffmpegcolorspace/avcodec.h:
27759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27760         * gst/ffmpegcolorspace/imgconvert.c:
27761           clean up the mess that made me cry and avoid needless duplication
27762
27763 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27764
27765         * gst/ffmpegcolorspace/imgconvert.c:
27766           give some indication of why we're segfaulting
27767
27768 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27769
27770         * configure.ac:
27771           Fix indentation, fix v4l2 plugin detection.
27772         * ext/Makefile.am:
27773           Fix libmms location (Maciej, use diff -u!).
27774         * ext/alsa/gstalsa.c: (gst_alsa_init):
27775           Initialize caps cache to NULL.
27776         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27777           Only change state on audiosink if it exists.
27778
27779 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27780
27781         * gst/matroska/matroska-demux.c:
27782         * gst/matroska/matroska-ids.h:
27783         * gst/matroska/matroska-demux.h:
27784         Fix Vorbis streams failing to decode in some files, where cluster_time
27785         isn't 0, because then it doesn't send codec_priv before actual data.
27786         Remove time-based test and replace it with marker set on beginning of
27787         new stream
27788
27789 2004-12-28  David Schleef  <ds@schleef.org>
27790
27791         Merge patch from Ronald fixing problems with streaming
27792         text.
27793         * ext/cairo/gstcairo.c: (plugin_init):
27794         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27795         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27796         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27797         (gst_textoverlay_font_init), (gst_textoverlay_init),
27798         (gst_textoverlay_set_property):
27799         * ext/cairo/gsttextoverlay.h:
27800
27801 2004-12-27  David Schleef  <ds@schleef.org>
27802
27803         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27804         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27805         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27806         (gst_textoverlay_font_init), (gst_textoverlay_init),
27807         (gst_textoverlay_set_property): Improvements to actually
27808         render text as white on black outline on video, including
27809         font selection and horizontal/vertical alignment.  (Ronald's
27810         christmas present)
27811         * ext/cairo/gsttextoverlay.h:
27812
27813 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27814
27815         * ext/ogg/gstogg.c:
27816         * ext/ogg/gstogmparse.c:
27817           fix ogm[audio/video]parse plugin registration
27818           (riff won't load if bytestream is already loaded)
27819
27820 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27821
27822         * gst/audioconvert/gstchannelmix.c:
27823           fix for GLIB < 2.4
27824
27825 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27826
27827         * Makefile.am:
27828         * configure.ac:
27829           disable docs again until it actually passes make distcheck.
27830
27831 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27834         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27835         (plugin_init):
27836           Add 3GP (variables name Q3GP because they can't start with a
27837           number). Add samr audio fourcc (used in .3gp files), decoder
27838           is work in progress. Also do a GST_WARNING instead of ERROR
27839           in case of unknown nodes, to decrease output.
27840
27841 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27842
27843         * Makefile.am:
27844           really fix dist
27845
27846 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27847
27848         * configure.ac:
27849         * ext/speex/gstspeexdec.h:
27850         * ext/speex/gstspeexenc.h:
27851           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27852           Fix detection code in configure.ac
27853
27854 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * gst/matroska/matroska-demux.c:
27857         (gst_matroska_demux_parse_blockgroup):
27858           Save position, so that queries give proper return values. Don't
27859           know how this could ever have worked before...
27860
27861 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27862
27863         * configure.ac:
27864           Put additional LAME check inside the conditional.  Fixes #152339
27865
27866 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27867
27868         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27869         (gst_avi_demux_stream_scan):
27870           Add some more debug. Fix logic error when setting movi offset
27871           while reading index.
27872
27873 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27876         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27877         (gst_avi_demux_process_next_entry):
27878           Add some debugging. Better detection of broken indexes and the
27879           accompanying index recovery. No infinite loops on state changes
27880           when we're still in our loopfunction.
27881
27882 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27883
27884         * configure.ac:
27885           Fix up.
27886
27887 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27888
27889         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27890
27891         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27892           Normalizing the value before setting
27893         (gst_sunaudiomixer_get_volume):
27894           Normalizing the value after getting. Fixes bug# 161980
27895
27896 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27897
27898         * Makefile.am: Make sure docs gets disted
27899         * docs/Makefile.am: Make sure all needed files get disted
27900         * gst-plugins.spec.in: latest updates
27901
27902 2004-12-22  Wim Taymans  <wim@fluendo.com>
27903
27904         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27905         Revert patch 1.38 as clock distribution over schedulers does
27906         not work correcly in the core yet.
27907
27908 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27909
27910         * sys/oss/README: remove this file, which predates my birth
27911           (and which content is by far outdated)
27912
27913 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27914
27915         * Makefile.am:
27916         * configure.ac:
27917         * docs/Makefile.am:
27918         * docs/libs/Makefile.am:
27919         * docs/libs/gst-plugins-libs-docs.sgml:
27920         * docs/libs/gst-plugins-libs-sections.txt:
27921         * docs/libs/tmpl/gstgconf.sgml:
27922         * docs/upload.mak:
27923         * docs/version.entities.in:
27924           Added boilerplate gtk-doc files for plugin-libs documentation.
27925
27926 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27927
27928         * gst/auparse/gstauparse.c: fix int and float audio caps
27929
27930 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27931
27932         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27933         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27934           g_assert() can be a macro, don't use #ifdef inside it.
27935
27936 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27937
27938         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27939
27940         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27941         (gst_videorate_init), (gst_videorate_chain),
27942         (gst_videorate_change_state):
27943           Event handling (fixes #159986).
27944
27945 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27946
27947         * gst-libs/gst/riff/riff-media.c:
27948         (gst_riff_create_video_caps_with_data):
27949           Add BLZ0 (Blizzard's version of DivX) fourcc.
27950
27951 2004-12-18  David Schleef  <ds@schleef.org>
27952
27953         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27954         portability fix.
27955
27956 2004-12-18  David Schleef  <ds@schleef.org>
27957
27958         * gst/tta/ttadec.h: Disable some header code that isn't used
27959         and clearly isn't portable.
27960
27961 2004-12-18  David Schleef  <ds@schleef.org>
27962
27963         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27964         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27965         (avcodec_get_pix_fmt), (avpicture_layout),
27966         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27967         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27968         Fix code to not use GCC extensions (and c99 extensions that
27969         Forte does not like.)
27970
27971 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27972
27973         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27974
27975         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27976         (gst_deinterlace_chain):
27977           Rowstride fixes. Fixes #161039.
27978         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27979         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27980         (gst_video_crop_getcaps), (gst_video_crop_link),
27981         (gst_video_crop_i420), (gst_video_crop_chain),
27982         (gst_video_crop_change_state):
27983           Rework of negotiation. Actually works now. Fixes #158650.
27984
27985 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27986
27987         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27988           That was very stupid.
27989
27990 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27991
27992         * gst/matroska/matroska-demux.c:
27993         (gst_matroska_demux_parse_blockgroup):
27994           Fix possible crasher.
27995
27996 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27997
27998         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27999         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28000           Lace sizes can be zero.
28001
28002 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * ext/musepack/gstmusepackdec.cpp:
28005           Fetch error return values. Fixes #161624.
28006         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28007           Really EOS.
28008
28009 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28010
28011         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28012           Work for truncated (unfinished download etc.) files. Fixes #160514.
28013
28014 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28015
28016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28017           Fix for integer overflow. Makes #156001 not crash. Probably masks
28018           the real bug.
28019
28020 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28021
28022         * gst/ac3parse/gstac3parse.c: (plugin_init):
28023           Parsers never have ranks. Fixes #159651.
28024
28025 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28026
28027         * gst/playback/gstdecodebin.c: (compare_ranks):
28028           make sure the facotries are ordered the same every time even if they
28029           have the same rank by using the name
28030         * gst/playback/gstdecodebin.c: (find_compatibles):
28031           make sure we don't add factories to the list twice
28032
28033 2004-12-16  David Schleef  <ds@schleef.org>
28034
28035         * configure.ac: look for musepack headers as musepack/*.h
28036         (fixes #159847)
28037         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28038         * ext/musepack/gstmusepackreader.h: same
28039
28040 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28041
28042         * gst-libs/gst/riff/riff-read.c:
28043         (gst_riff_read_strf_auds_with_data):
28044           Read extradata correctly (fixes #155879).
28045
28046 2004-12-16  David Schleef  <ds@schleef.org>
28047
28048         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28049         audio.  does _not_ attempt or allow conversion unless channels
28050         is 1 or 2.
28051
28052 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28053
28054         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28055
28056 2004-12-16  David Schleef  <ds@schleef.org>
28057
28058         * gst/audioscale/gstaudioscale.c: the resample library only
28059         handles 1 or 2 channels.  Change caps to compensate.
28060
28061 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28062
28063         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28064         (gst_matroska_demux_audio_caps):
28065           Some MPEG-AAC hacks, because else it doesn't work...
28066
28067 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28068
28069         * gst-libs/gst/riff/riff-media.c:
28070         (gst_riff_create_video_caps_with_data),
28071         (gst_riff_create_video_template_caps):
28072           Add h264.
28073
28074 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28075
28076         * gst-libs/gst/audio/Makefile.am:
28077           Try to fix buildbot.
28078
28079 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28080
28081         * gst/tcp/gstmultifdsink.c:
28082           Clean up and uniformize debugging.
28083
28084 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28085
28086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28087
28088         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28089         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28090         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28091         (gst_mpeg_demux_change_state):
28092           Reset on ready. Fixes 160276.
28093
28094 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28095
28096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28097
28098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28099         (gst_ffmpegcsp_pad_link):
28100           Fix memleak (#154815).
28101
28102 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28103
28104         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28105
28106         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28107         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28108         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28109         * ext/musicbrainz/gsttrm.h:
28110           Add support for using a proxy server when getting a trm id from
28111           the MusicBrainz database (#149613).
28112
28113 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28114
28115         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28116
28117         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28118         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28119           Fix memleaks (#157233).
28120
28121 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28122
28123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28124
28125         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28126         * gst-libs/gst/resample/resample.h:
28127         * gst/audioscale/gstaudioscale.c:
28128           Fix memleak (#159215).
28129
28130 2004-12-16  Toni Willberg  <toniw@iki.fi>
28131
28132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28135         * sys/oss/oss_probe.c: (main):
28136           Check for mono/stereo support (similar to samplerate probing),
28137           fixes #159433. Also add missing copyright header to oss_probe.c.
28138
28139 2004-12-15  David Schleef  <ds@schleef.org>
28140
28141         * configure.ac: add audioresample and cairo plugins.  Remove
28142         HAVE_MMX stuff, because it's not used.
28143         * ext/Makefile.am: same
28144         * ext/audioresample/Makefile.am: You are not ready for an
28145         audio resampling element based on audioresample.
28146         * ext/audioresample/gstaudioresample.c:
28147         * ext/audioresample/gstaudioresample.h:
28148         * ext/cairo/Makefile.am: You are not ready for overlay elements
28149         based on cairo.  Don't look too closely, these elements kinda
28150         suck right now.
28151         * ext/cairo/gstcairo.c: new
28152         * ext/cairo/gsttextoverlay.c: new
28153         * ext/cairo/gsttextoverlay.h: new
28154         * ext/cairo/gsttimeoverlay.c: new
28155         * ext/cairo/gsttimeoverlay.h: new
28156         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28157         problem with compilers that don't support variadic macros.
28158
28159 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28160
28161         Reviewed by:  David Schleef  <ds@schleef.org>
28162
28163         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28164         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28165         bit.  Also ran indent-gst.
28166         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28167         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28168         (gst_sunaudiosrc_setparams):
28169
28170 2004-12-14  David Schleef  <ds@schleef.org>
28171
28172         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28173         output rate to 16000.  Should fix #160235.
28174
28175 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28176
28177         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28178         Add typefinding for mpeg2 pes streams
28179
28180 2004-12-13  David Schleef  <ds@schleef.org>
28181
28182         * configure.ac:  Applied patch from bug #143659, making default
28183         sources and sinks OS-dependent (for Solaris), and added code
28184         for OS/X.
28185         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28186
28187 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28188
28189         * gst-libs/gst/riff/riff-media.c:
28190           forgot to add h2.64 to avidemux template caps
28191
28192 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28193
28194         * gst/wavenc/riff.h:
28195         * gst-libs/gst/riff/riff-media.c:
28196         * gst-libs/gst/riff/riff-ids.h:
28197         * gst/avi/gstavimux.c
28198         add 4CC code for VideoSoft h264 in AVI (VSSH)
28199           fixes bug #160655
28200         remove s323 from riff, it's quicktime specific :(
28201
28202 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28203
28204         * gst/asfdemux/README
28205         * gst/wavenc/riff.h
28206         * gst-libs/gst/riff/riff-ids.h
28207         * gst-libs/gst/riff/riff-media.c
28208         * gst/qtdemux/qtdemux.c:
28209           add new 4CC codes for h263 related codecs
28210           fixes partially bug #155163
28211
28212 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28213
28214         * configure.ac: Update polyaudio requirement to 0.7
28215         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28216
28217 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28218
28219         * gst/interleave/deinterleave.c:
28220         fix my name's spelling! :)
28221
28222 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28223
28224         * AUTHORS ChangeLog
28225         * gst/auparse/gstauparse.c
28226         * gst/interleave/deinterleave.c
28227         * gst/law/:
28228                 alaw-decode.c alaw-encode.c
28229                 mulaw-decode.c mulaw-encode.c
28230         * gst/oneton/gstoneton.c
28231         * sys/osxaudio/:
28232                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28233         * sys/osxvideo/:
28234                 cocoawindow.h cocoawindow.m
28235                 osxvideosink.h osxvideosink.m
28236
28237         put the same mail address for Zaheer Abbas Merali everywhere
28238
28239 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28240
28241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28242           Align by packetsize, and assert that we a packet available before
28243           playing. The first makes webstreams work (they often include
28244           trailing padding data in a packet), the second allows pausing a
28245           ASF stream in totem without getting demux errors afterwards.
28246
28247 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28248
28249         * ext/ogg/gstoggdemux.c: (get_relative):
28250           Check for non-NULL before accessing member (end-of-chain).
28251
28252 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28253
28254         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28255         (cdparanoia_set_property), (cdparanoia_get_property):
28256         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28257         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28258         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28259         (dvdreadsrc_init), (dvdreadsrc_set_property),
28260         (dvdreadsrc_get_property):
28261         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28262         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28263           Synchronize property names where not yet the case. Devices are
28264           now device=X, other versions are deprecated (but still exist).
28265           Also use g_free() unconditionally.
28266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28267         (setup_source), (gst_play_base_bin_get_property):
28268           Expose source.
28269
28270 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28271
28272         * configure.ac: move GCONF macro outside conditional for the am
28273           conditional. Fixes #160439
28274
28275 2004-12-08  David Schleef  <ds@schleef.org>
28276
28277         * tools/gst-visualise-m.m: Switch to elements that currently
28278         exist.
28279
28280 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28281
28282         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28283           We love wrong commas.
28284
28285 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * gst/matroska/matroska-demux.c:
28288         (gst_matroska_demux_handle_src_query):
28289           Don't set DEFAULT, unsupported - makes length display incorrectly
28290           in some cases.
28291
28292 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28293
28294         * gst/monoscope/README: remove blurb about files being GPL
28295         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28296         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28297           monoscope is now effectively LGPL licensed
28298
28299 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28300
28301         * gst/monoscope/README: Update information to be more correct
28302         * gst/monoscope/convolve.c: Relicense to LGPL
28303         * gst/monoscope/convolve.h: Relicense to LGPL
28304
28305 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28306
28307         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28308           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28309         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28310           set default_duration for mpeg1 audio
28311
28312 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28313
28314         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28315         * ext/alsa/gstalsa.h:
28316           refactor big chunks of the core caps negotiation code to make it
28317           a lot faster, because people claim it's really slow
28318           (actually, just cache the getcaps when the device is opened)
28319
28320 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28321
28322         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28323         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28324         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28325         (gst_a52dec_change_state), (plugin_init):
28326         * ext/a52dec/gsta52dec.h:
28327           Do something useful with timestamps. Make chain-based (since
28328           there's really no reason to be loopbased).
28329         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28330           Update current_byte/frame correctly.
28331
28332 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28333
28334         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28335         (gst_ape_demux_stream_init):
28336           Forward tags, too.
28337
28338 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28339
28340         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28341           Let's make sure we're done typefinding when detecting tags.
28342
28343 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28346         (gst_ebml_read_init), (gst_ebml_read_use_event),
28347         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28348         (gst_ebml_read_seek), (gst_ebml_read_skip),
28349         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28350         (gst_ebml_read_master):
28351         * gst/matroska/ebml-read.h:
28352         * gst/matroska/matroska-demux.c:
28353         (gst_matroska_demux_parse_contents),
28354         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28355           Disgustingly evil hack for working around INTERRUPT events and
28356           their extremely annoying habit of being a pain in the ass. We
28357           simply peek a cluster before reading any of it.
28358
28359 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28360
28361         * ext/musepack/gstmusepackdec.cpp:
28362           There's also floating point libmusepacks.
28363
28364 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28365
28366         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28367         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28368           Set DURATION even if source buffer didn't. Also use increasing
28369           timestamps.
28370         * gst-libs/gst/riff/riff-media.c:
28371         (gst_riff_create_audio_caps_with_data):
28372           Block_align can have larger values than 8192.
28373
28374 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28375
28376         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28377         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28378         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28379         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28380           Fix caps.
28381
28382 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28383
28384         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28385           Fix logic bug.
28386
28387 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28388
28389         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28390           Yay, another one.
28391
28392 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28393
28394         * ext/esd/esdsink.c: (gst_esdsink_chain):
28395           Make error actually say something useful (fixes #156798).
28396         * gst-libs/gst/riff/riff-media.c:
28397         (gst_riff_create_video_caps_with_data),
28398         (gst_riff_create_video_template_caps):
28399           Add Intel Video 5.0 fourcc (IV50).
28400
28401 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28402
28403         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28404         detection on mono and stereo mp3 files.
28405
28406 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28407
28408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28409           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28410           the contained stream).
28411
28412 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28413
28414         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28415           Oops, remove debug.
28416
28417 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28418
28419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28420
28421         * gst/law/alaw-decode.c: (alawdec_getcaps):
28422         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28423           Prevent warnings when negotiating caps (fixes #159338).
28424
28425 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28426
28427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28428         (gst_ffmpegcsp_chain):
28429           Remove old leftover that shouldn't be there...
28430
28431 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28432
28433         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28434
28435         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28436           Don't forward DISCONT events (fixes #159684).
28437
28438 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28439
28440         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28441           Unlink manually since sometimes bin disposal (and therefore
28442           pad unlinking) is delayed, which will cause a new media file
28443           to not be able to start playing instantly.
28444
28445 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28446
28447         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28448           On mute of an unlinked stream, check for pad availability so
28449           we don't crash on unlinked pad.
28450
28451 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28452
28453         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28454         (gst_avi_demux_massage_index):
28455           Fix quite humiliating bug in omitting 0-sized index chunks but
28456           forgetting to count them for timestamps.
28457
28458 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28459
28460         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28461           Actually leave the loop if we failed to sync. Don't crash.
28462
28463 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28464
28465         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28466         (gst_dvd_demux_process_private):
28467         * gst/mpegstream/gstdvddemux.h:
28468           Fix crash (#159759). Doesn't work, though. :-(.
28469
28470 2004-11-28  Benjamin Otte  <otte@gnome.org>
28471
28472         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28473           more overwriting protection due to modifying channels one by one
28474           instead of all at once
28475
28476 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28477
28478         * gst/audioconvert/gstchannelmix.c:
28479         (gst_audio_convert_fill_normalize):
28480           Normalize using absolute values.
28481
28482 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28483
28484         * configure.ac:
28485         * ext/Makefile.am:
28486         * ext/directfb/Makefile.am:
28487         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28488         (gst_directfbvideosink_get_pixel_format),
28489         (gst_directfbvideosink_get_format_from_fourcc),
28490         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28491         (gst_directfbvideosink_sink_link),
28492         (gst_directfbvideosink_change_state),
28493         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28494         (gst_directfbvideosink_buffer_alloc),
28495         (gst_directfbvideosink_interface_supported),
28496         (gst_directfbvideosink_interface_init),
28497         (gst_directfbvideosink_navigation_send_event),
28498         (gst_directfbvideosink_navigation_init),
28499         (gst_directfbvideosink_set_property),
28500         (gst_directfbvideosink_get_property),
28501         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28502         (gst_directfbvideosink_base_init),
28503         (gst_directfbvideosink_class_init),
28504         (gst_directfbvideosink_get_type), (plugin_init):
28505         * ext/directfb/directfbvideosink.h: Adding a first version of
28506         directfbvideosink.
28507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28508         more.
28509
28510 2004-11-28  Benjamin Otte  <otte@gnome.org>
28511
28512         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28513           walk the samples backwards if out_channels > in_channels so we don't
28514           overwrite data
28515
28516 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28517
28518         * gst/audioconvert/Makefile.am:
28519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28520         (gst_audio_convert_link), (gst_audio_convert_change_state),
28521         (gst_audio_convert_channels):
28522         * gst/audioconvert/gstchannelmix.c:
28523         (gst_audio_convert_unset_matrix),
28524         (gst_audio_convert_fill_identical),
28525         (gst_audio_convert_fill_compatible),
28526         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28527         (gst_audio_convert_fill_others),
28528         (gst_audio_convert_fill_normalize),
28529         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28530         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28531         * gst/audioconvert/gstchannelmix.h:
28532           Implement a channel mixer.
28533
28534 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28535
28536         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28537         * ext/alsa/gstalsa.h:
28538         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28539         Make alsasink actually honor gst_element_set_clock and use that
28540         clock instead of its internal one.
28541
28542 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28543
28544         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28545         (gst_play_base_bin_change_state): nullify source and decoder when
28546         going from READY to NULL so that we don't try to do weird stuff with
28547         them when going from NULL to READY
28548         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28549         instead of g_object_unref
28550         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28551         it should be correct
28552         (gst_play_bin_change_state): don't call remove_sinks if we are
28553         currently disposing the object
28554
28555 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28556
28557         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28558           Don't forget bass if it's there. Else left channel is silent...
28559
28560 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28561
28562         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28563         (gst_a52dec_change_state):
28564           Don't do sample adjusting anymore, we use float audio now.
28565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28566           Don't fixate to non-existing properties.
28567
28568 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28569
28570         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28571         (gst_a52dec_change_state):
28572           Advertise that we can do surround sound.
28573
28574 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28575
28576         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28577           Add buffer-frames=0.
28578         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28579         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28580         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28581         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28582         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28583         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28584         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28585         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28586         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28587         * ext/dvdread/dvdreadsrc.h:
28588           Add seeking, querying for bytes, sectors, title, angle and
28589           chapter. Handle multiple chapters. Relicense to LGPL because
28590           Billy agreed on that (thanks Billy!).
28591
28592 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28593
28594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28595         call parent dispose method
28596
28597 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28598
28599         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28600         (gst_audio_clock_get_internal_time):
28601         Fix active <-> inactive transitions: ensure time value always
28602         grows and avoid abrupt value changes.
28603
28604 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28605
28606         * configure.ac:
28607         * gst/tta/Makefile.am:
28608         * gst/tta/crc32.h:
28609         * gst/tta/filters.h:
28610         * gst/tta/gsttta.c:
28611         * gst/tta/gstttadec.c:
28612         * gst/tta/gstttadec.h:
28613         * gst/tta/gstttaparse.c:
28614         * gst/tta/gstttaparse.h:
28615         * gst/tta/ttadec.h:
28616           added TTA parser and decoder
28617
28618 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28619
28620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28621         (probe_triggered), (check_queue), (buffer_underrun),
28622         (buffer_running), (buffer_overrun), (gen_source_element),
28623         (setup_source):
28624         * gst/playback/gstplaybasebin.h:
28625           Implement buffering. Needs some more work.
28626
28627 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28628
28629         * ext/theora/theoradec.c: (theora_dec_chain):
28630           Fix ilog mask range overflow.
28631
28632 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28633
28634         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28635           Don't omit the last (which in case of dmix is the only :) )
28636           channel count. Don't set channels if <= 2.
28637
28638 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28639
28640         * gst/playback/gstplaybin.c: (gen_video_element),
28641         (gen_audio_element): Removed 2 obsolete comments
28642
28643 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28644
28645         * ext/vorbis/oggvorbisenc.c
28646         * ext/vorbis/vorbisenc.c :
28647           change description fields of those plugins to differentiate them
28648           (pitivi show Encoders by description, they had the same one)
28649
28650 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28651
28652         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28653
28654         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28655         (gst_play_bin_set_property), (gen_video_element),
28656         (gen_audio_element):
28657           Refcounting fixes for provided audio-/videosinks.
28658
28659 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28660
28661         * gst/playback/gstplaybin.c: (gen_video_element),
28662         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28663           Don't reference all sinks, but only the video- and audiosinks.
28664           The vis. element should be disposed when we're done with it.
28665           We don't have any reason to keep it around. This fixes warnings
28666           when reusing playbin for playing multiple audio files with
28667           vis. enabled. Also release audio device on pause - idea stolen
28668           from Rhythmbox.
28669
28670 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28671
28672         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28673         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28674         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28675         * ext/alsa/gstalsaplugin.c: (plugin_init):
28676         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28677         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28678         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28679         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28680         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28681         (gst_faad_change_state), (plugin_init):
28682         * ext/faad/gstfaad.h:
28683         * ext/vorbis/vorbis.c: (plugin_init):
28684         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28685         * gst-libs/gst/audio/Makefile.am:
28686         * gst-libs/gst/audio/audio.c: (plugin_init):
28687         * gst-libs/gst/audio/multichannel.c:
28688         (gst_audio_check_channel_positions),
28689         (gst_audio_get_channel_positions),
28690         (gst_audio_set_channel_positions),
28691         (gst_audio_set_structure_channel_positions_list),
28692         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28693         (gst_audio_fixate_channel_positions):
28694         * gst-libs/gst/audio/multichannel.h:
28695         * gst-libs/gst/audio/testchannels.c: (main):
28696         * gst/audioconvert/gstaudioconvert.c:
28697         (gst_audio_convert_class_init), (gst_audio_convert_init),
28698         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28699         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28700         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28701         * gst/audioconvert/plugin.c: (plugin_init):
28702           Surround sound support.
28703
28704 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28705
28706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28707           Fix position for discont if we're close as well. Nitpicking, but
28708           saves a few milliseconds of extra waiting or skipping.
28709
28710 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28711
28712         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28713           We sometimes need parsers for playback, so add those too.
28714
28715 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28716
28717         * configure.ac:
28718         * gst/apetag/Makefile.am:
28719         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28720         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28721         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28722         (gst_ape_demux_get_src_query_types),
28723         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28724         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28725         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28726         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28727         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28728         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28729         (gst_ape_demux_change_state):
28730         * gst/apetag/apedemux.h:
28731         * gst/apetag/apetag.c: (plugin_init):
28732         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28733         (plugin_init):
28734           APE v1/2 tag reader plus typefind function.
28735
28736 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28737
28738         * configure.ac:
28739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28740         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28741           Remove hacks for older core. Require newer core version
28742           accordingly.
28743
28744 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28745
28746         * gst/cdxaparse/Makefile.am:
28747         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28748         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28749         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28750         * gst/cdxaparse/gstcdxaparse.h:
28751         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28752         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28753         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28754         (gst_cdxastrip_get_src_query_types),
28755         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28756         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28757         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28758         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28759         * gst/cdxaparse/gstcdxastrip.h:
28760           SVCD/VCD header stripping separated from CDXA image parsing.
28761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28762         (plugin_init):
28763           Add VCD/SVCD header typefinding for VCD/SVCD.
28764         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28765         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28766         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28767         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28768         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28769         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28770         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28771         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28772         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28773         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28774         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28775         * sys/vcd/vcdsrc.h:
28776           Fix up, add seeking, querying, URI interface. Works in totem now.
28777
28778 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28779
28780         * configure.ac:
28781           back to CVS
28782
28783 === release 0.8.6 ===
28784
28785 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28786
28787         * NEWS:
28788         * RELEASE:
28789         * configure.ac:
28790         * po/af.po:
28791         * po/az.po:
28792         * po/cs.po:
28793         * po/en_GB.po:
28794         * po/hu.po:
28795         * po/it.po:
28796         * po/nb.po:
28797         * po/nl.po:
28798         * po/or.po:
28799         * po/sq.po:
28800         * po/sr.po:
28801         * po/sv.po:
28802         * po/uk.po:
28803           releasing 0.8.6, "IOU Love"
28804
28805 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28806
28807         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28808
28809         * gst/playback/gstplaybasebin.c:
28810           Fix unplayable files error handling.  Fixes #158365
28811
28812 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28813
28814         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28815
28816         * gst/typefind/gsttypefindfunctions.c:
28817           Fix broken mp3 typefinding.  Fixes #158375
28818
28819 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28820
28821         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28822
28823         * ext/ogg/gstoggdemux.c:
28824           Fix sync on broken files.  Fixes #158976
28825
28826 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28827
28828         patch by: Edward Hervey <bilboed@bilboed.com>
28829
28830         * ext/libpng/gstpngenc.c:
28831           Copy over buffer properties.  Fixes #158832
28832
28833 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28834
28835         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28836
28837         * ext/dvdread/dvdreadsrc.c:
28838           Fixes invalid reads (#158462)
28839
28840 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28841
28842         * sys/v4l/gstv4lsrc.c:
28843         * sys/v4l/gstv4lsrc.h:
28844         * sys/v4l/v4lsrc_calls.c:
28845           Probe less and cache it.  Fixes #159187.
28846
28847 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28848
28849         * gst/videorate/gstvideorate.c:
28850           Handle all video formats. Fixes #159186.
28851
28852 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28853         * gst/synaesthesia/gstsynaesthesia.c:
28854         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28855         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28856         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28857         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28858         (gst_synaesthesia_change_state), (plugin_init):
28859         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28860         Force 320x200 output, as that's the only thing the underlying
28861         synaesthesia implementation supports. Still needs to be made
28862         re-entrant.
28863
28864 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28865
28866         * configure.ac:
28867           Fix mpeg2enc configure check (similar to mplex check below).
28868
28869 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28870
28871         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28872
28873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28874           Fix for gcc-2.95 (fixes #158221).
28875
28876 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28877
28878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28879           Re-add clock distribution hack (until new core is released).
28880           Fixes #158125.
28881
28882 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28883         * configure.ac:
28884           fix mplex configure check segfaulting on some systems (bug #140994)
28885
28886 2004-11-13  Benjamin Otte  <otte@gnome.org>
28887
28888         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28889           add debugging
28890         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28891           do a wait when we enter the loop func with no data available to
28892           write instead of getting into an 100% CPU loop by just returning and
28893           being called again by the scheduler
28894
28895 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28896
28897         * configure.ac:
28898         * ext/libvisual/visual.c: (gst_visual_get_type),
28899         (libvisual_log_handler), (gst_visual_getcaps),
28900         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28901         (plugin_init):
28902           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28903         * ext/smoothwave/Makefile.am:
28904         * ext/smoothwave/demo-osssrc.c: (main):
28905         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28906         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28907         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28908         (plugin_init):
28909         * ext/smoothwave/gstsmoothwave.h:
28910           Make gstsmoothwave a working element in the 20th century.
28911
28912         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28913           Fix incorrect link function
28914
28915 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28916
28917         * gst/volume/gstvolume.c:
28918           Allow buffer-frames=0.
28919
28920 2004-11-12 Iain <iaingnome@gmail.com>
28921
28922         * configure.ac: Check for polypaudio
28923
28924         * ext/Makefile.am: Build the polyp dir
28925
28926         * ext/polyp: The polypsink sources.
28927
28928 2004-10-30 Iain <iaingnome@gmail.com>
28929
28930         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28931         caps to reflect the new number of channels.
28932
28933 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28934
28935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28936           Fix for negotiation order problem. This would show when the
28937           ALSA loopfuction was called before any other function. ALSA
28938           wouldn't do anything because we're not negotiated yet, leading
28939           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28940
28941 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28942
28943         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28944
28945         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28946           No warnings (#157986).
28947
28948 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28949
28950         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28951           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28952
28953 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28954
28955         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28956           Signal no-more-pads (so it works in playbin).
28957
28958 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28959
28960         * ext/musepack/gstmusepackreader.cpp:
28961           Workaround for older core.
28962
28963 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28964
28965         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28966           Actually test for odd width/height rather than testing whether
28967           a temporary variable that was 0 before we subtracted 1 is now
28968           not equal to zero (which it always is).
28969
28970 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28971
28972         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28973         Fix compilation if HAVE_XVIDEO is not defined
28974
28975 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28976
28977         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28978         Fix compilation if HAVE_XVIDEO is not defined
28979
28980 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28981
28982         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28983         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28984         (gst_goom_change_state), (plugin_init):
28985         Use the bytestream adapter so goom doesn't depend on the input
28986         buffer size.
28987         Add a debug category
28988
28989 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28990
28991         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28992           Only set hardware parameters *after* negotiation. Before
28993           negotiation, it will set ANY and that seems to cause crashes
28994           (see e.g. #151288, #153227).
28995
28996 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28997
28998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28999           This seems to be antique leftover. It needs to pass error
29000           checking.
29001         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29002         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29003         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29004         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29005           Fix GstXOverlay implementation (#151059).
29006
29007 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29008
29009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29010           Don't assert (#157853).
29011
29012 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29013
29014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29015           Fix bytes/samples confustion.
29016         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29017           Fix for underrun (#144389).
29018
29019 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29020
29021         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29022           Disable halfway-seek for pending release (since it needs a new
29023           core release).
29024
29025 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29026
29027         * sys/v4l/gstv4lsrc.c:
29028         * sys/v4l/gstv4lsrc.h:
29029         * sys/v4l/v4lsrc_calls.c:
29030           add autoprobe-fps property so we can separate autoprobing parts
29031
29032 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29033
29034         * sys/v4l/gstv4lsrc.c:
29035         * sys/v4l/v4lsrc_calls.c:
29036         initialise fourcc to catch unset fourcc's, and debug
29037
29038 2004-11-09  Wim Taymans  <wim@fluendo.com>
29039
29040         * gst/playback/README:
29041         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29042         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29043         (gst_play_bin_dispose), (gst_play_bin_set_property),
29044         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29045         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29046         (gst_play_bin_get_formats), (gst_play_bin_convert),
29047         (gst_play_bin_get_query_types), (gst_play_bin_query):
29048         Cleanups and some more documentation.
29049
29050 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29051
29052         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29053         (gst_cacasink_init), (gst_cacasink_chain):
29054         * ext/libcaca/gstcacasink.h:
29055         Cacasink inherits from VideoSink, so let that store the clock.
29056
29057 2004-11-09  Wim Taymans  <wim@fluendo.com>
29058
29059         * gst/playback/README:
29060         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29061         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29062         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29063         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29064         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29065         (setup_sinks):
29066         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29067         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29068         * gst/playback/gststreaminfo.h:
29069         Updated README.
29070         Only switch groups if all streams have muted (EOSed).
29071         Send Tags in sync with the stream playback instead of in
29072         the playback/preroll phase.
29073         Some cleanups, free the fakesrc elements.
29074
29075 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29076
29077         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29078           buffer-frames property was missing
29079         * ext/arts/gst_arts.c:
29080           rate missing from sinkcaps
29081         * ext/audiofile/gstafparse.c:
29082         * ext/audiofile/gstafsink.c:
29083         * ext/audiofile/gstafsrc.c:
29084         * ext/swfdec/gstswfdec.c:
29085           int audio doesn't know buffer-frames
29086         * ext/cdparanoia/gstcdparanoia.c:
29087           int audio doesn't know chunksize either
29088         * ext/nas/nassink.c:
29089           it's endianness, not endianess
29090         * gst-libs/gst/audio/audio.h:
29091           make float standard pad template caps really describe float
29092         * gst/law/mulaw.c: (linear_factory):
29093           signed only, please
29094         * gst/mpegstream/gstdvddemux.c:
29095           widths of 20 are not valid
29096
29097 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29098
29099         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29100
29101         * po/LINGUAS:
29102         * po/it.po:
29103           Add Italian
29104
29105 2004-11-08  Wim Taymans  <wim@fluendo.com>
29106
29107         * gst/playback/README:
29108         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29109         * gst/playback/gstplaybasebin.c: (probe_triggered),
29110         (gst_play_base_bin_change_state):
29111         Updated README, added more comments for fixmes etc..
29112
29113 2004-11-08  Wim Taymans  <wim@fluendo.com>
29114
29115         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29116         We can remove this hack now.
29117
29118 2004-11-08  Wim Taymans  <wim@fluendo.com>
29119
29120         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29121         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29122         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29123         Only mix AYUV for maximum quality.
29124
29125 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29126
29127         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29128         (gst_ogg_demux_push), (gst_ogg_pad_push):
29129           Let's act as if we're synchronized now! :).
29130         * ext/theora/theoradec.c: (theora_dec_chain):
29131           Add some debug.
29132
29133 2004-11-08  Wim Taymans  <wim@fluendo.com>
29134
29135         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29136         (gst_alpha_set_property), (gst_alpha_sink_link),
29137         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29138         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29139         (gst_alpha_init_params), (gst_alpha_chain):
29140         Implement alpha functions for AYUV too, this increases
29141         accuracy quite a bit.
29142
29143 2004-11-08  Wim Taymans  <wim@fluendo.com>
29144
29145         * gst/ffmpegcolorspace/avcodec.h:
29146         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29147         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29148         (gst_ffmpegcsp_avpicture_fill):
29149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29150         (gst_ffmpegcsp_caps_remove_format_info):
29151         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29152         (shrink12), (img_get_alpha_info), (deinterlace_line),
29153         (deinterlace_line_inplace):
29154         * gst/ffmpegcolorspace/imgconvert_template.h:
29155         Added AYUV colorspace and handle RGBA a bit more respectful.
29156
29157 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29158
29159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29160           Actually always send a discont (cornercase when resending the
29161           same serial-tagged chain twice).
29162
29163 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29164
29165         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29166         (gst_ximagesink_finalize):
29167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29168         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29169
29170 2004-11-08  Wim Taymans  <wim@fluendo.com>
29171
29172         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29173         Don't segfault on NULL data.
29174
29175 2004-11-08  Wim Taymans  <wim@fluendo.com>
29176
29177         * gst/playback/gstdecodebin.c: (unlinked):
29178         * gst/playback/gstplay-marshal.list:
29179         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29180         (gst_play_base_bin_init), (group_create), (get_active_group),
29181         (get_building_group), (group_destroy), (group_commit),
29182         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29183         (add_element_stream), (no_more_pads), (probe_triggered),
29184         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29185         (state_change), (setup_source), (gst_play_base_bin_get_property),
29186         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29187         (gst_play_base_bin_link_stream),
29188         (gst_play_base_bin_get_streaminfo):
29189         * gst/playback/gstplaybasebin.h:
29190         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29191         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29192         Add support for chained ogg files. Prepare for playlist
29193         support. This patch introduces the concept of pad groups, which
29194         together compose one playable media file.
29195
29196 2004-11-07  David Schleef  <ds@schleef.org>
29197
29198         * testsuite/gst-lint: Check for pad templates that aren't statically
29199         scoped.
29200
29201 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29202
29203         * configure.ac:
29204         * ext/Makefile.am:
29205         * ext/musepack/Makefile.am:
29206         * ext/musepack/gstmusepackdec.cpp:
29207         * ext/musepack/gstmusepackdec.h:
29208         * ext/musepack/gstmusepackreader.cpp:
29209         * ext/musepack/gstmusepackreader.h:
29210           Add musepack decoder.
29211         * ext/faad/gstfaad.c: (gst_faad_base_init):
29212           Make pad templates static.
29213         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29214         (plugin_init):
29215           Add musepack typefinder, make mp3 typefinding work halfway stream,
29216           which doesn't actually work yet because id3demux doesn't implement
29217           _get_length().
29218
29219 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29220
29221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29222         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29223           Fix interrupt event handling (#144436).
29224
29225 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29226
29227         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29228           Hide unused glory.
29229
29230 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29231
29232         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29233
29234         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29235           Fix weird caps (#157548).
29236
29237 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29238
29239         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29240
29241         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29242           Add missing NULL terminator (#157543).
29243
29244 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29245
29246         * gst/tcp/gsttcp.h:
29247         * gst/tcp/gsttcpclientsink.c:
29248         * gst/tcp/gsttcpclientsrc.c:
29249         * gst/tcp/gsttcpserversink.c:
29250         * gst/tcp/gsttcpserversrc.c:
29251           ports can go up to 65535.  Move common defines to gsttcp.h
29252
29253 2004-11-05  Wim Taymans  <wim@fluendo.com>
29254
29255         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29256         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29257         Added two more colorspaces.
29258
29259 2004-11-05  Wim Taymans  <wim@fluendo.com>
29260
29261         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29262         (gst_ffmpegcsp_avpicture_fill):
29263         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29264         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29265         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29266         More stride fixes.
29267
29268 2004-11-05  Wim Taymans  <wim@fluendo.com>
29269
29270         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29271         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29272         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29273         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29274         (gst_videomixer_loop):
29275         More stride fixes.
29276
29277 2004-11-05  Benjamin Otte  <otte@gnome.org>
29278
29279         * ext/mad/gstmad.c: (gst_mad_chain):
29280           don't overflow data buffer. Flush not needed sync data when syncing
29281           failed.
29282
29283 2004-11-04  Wim Taymans  <wim@fluendo.com>
29284
29285         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29286         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29287         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29288         (gst_alpha_init_params), (gst_alpha_chain),
29289         (gst_alpha_change_state):
29290         Updated the chroma keying algorithm with something more
29291         sophisticated.
29292
29293 2004-11-03  Wim Taymans  <wim@fluendo.com>
29294
29295         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29296         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29297         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29298         Fix stride issues. Does not completely work for odd
29299         heights.
29300
29301 2004-11-03  Wim Taymans  <wim@fluendo.com>
29302
29303         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29304         (gst_alpha_chroma_key), (gst_alpha_chain):
29305         Fix stride issues. Does not completely work for odd
29306         heights.
29307
29308 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29309
29310         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29311         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29312         leak fixes
29313
29314 2004-11-03  Wim Taymans  <wim@fluendo.com>
29315
29316         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29317         (gst_ffmpegcsp_avpicture_fill):
29318         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29319         (avpicture_alloc):
29320         * gst/ffmpegcolorspace/imgconvert_template.h:
29321         Use correct _fill function to get correct strides.
29322
29323 2004-11-02  David Schleef  <ds@schleef.org>
29324
29325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29326         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29327         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29328         Change all g_print()s to debugging.  Add a bunch of consistency
29329         checks.
29330
29331 2004-11-02  Wim Taymans  <wim@fluendo.com>
29332
29333         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29334         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29335         (unlinked), (no_more_pads), (close_link):
29336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29337         (unknown_type), (add_element_stream), (new_decoded_pad),
29338         (removed_decoded_pad), (setup_source):
29339         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29340         (gst_stream_info_class_init), (gst_stream_info_init),
29341         (gst_stream_info_new), (gst_stream_info_dispose),
29342         (stream_info_mute_pad), (gst_stream_info_set_property),
29343         (gst_stream_info_get_property):
29344         * gst/playback/gststreaminfo.h:
29345         Fix playback of multiple files.
29346         a slightly different approach to handling dynamic pad removals.
29347         This one only looks at pads that we have linked.
29348
29349 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29350
29351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29352         free" warning from libc.
29353
29354 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29355
29356         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29357         (get_unconnected_element), (remove_starting_from), (pad_removed),
29358         (close_link):
29359           Implement support for dynamic pad changing. We listen to "live"
29360           pad removals (i.e. while playing) and re-setup autoplugging
29361           after that. Playbasebin/playbin need some more work for this
29362           to finally work, but decodebin supports (and replugs) chained
29363           ogg now.
29364
29365 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29366
29367         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29368         (gst_alsa_finalize):
29369         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29370         (gst_cdaudio_finalize):
29371         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29372         (cdparanoia_finalize):
29373         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29374         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29375         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29376         (dvdreadsrc_finalize):
29377         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29378         (gst_flacdec_finalize):
29379         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29380         (gst_flacenc_finalize):
29381         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29382         (gst_gnomevfssink_finalize):
29383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29384         (gst_gnomevfssrc_finalize):
29385         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29386         (gst_fameenc_finalize):
29387         * ext/nas/nassink.c: (gst_nassink_class_init),
29388         (gst_nassink_finalize):
29389         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29390         (gst_sdlvideosink_class_init):
29391         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29392         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29393         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29394         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29395         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29396         (gst_x_window_listener_dispose):
29397         * gst/audioscale/gstaudioscale.c:
29398         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29399         (play_on_demand_finalize):
29400         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29401         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29402         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29403         (cdplayer_finalize):
29404         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29405         (gst_glimagesink_class_init):
29406         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29407         (gst_osselement_finalize):
29408         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29409         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29410         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29411           Fixes a bunch of problems with finalize and dispose functions,
29412           either assumptions that dispose is only called once, or not calling
29413           the parent class dispose/finalize function
29414
29415 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29416
29417         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29418           added two api precondition guards
29419           use g_strdup with getenv to fix crash when using ENVVAR
29420
29421 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29422         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29423         (gst_esdsink_finalize):
29424         Use a finalize function, not dispose, and more importantly,
29425         call the parent class finalize function too
29426
29427 2004-11-01  Johan Dahlin  <johan@gnome.org>
29428
29429         * ext/ogg/gstoggdemux.c:
29430         * gst/tags/gstvorbistag.c:
29431         Plug leaks.
29432
29433 2004-10-31  Benjamin Otte  <otte@gnome.org>
29434
29435         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29436           lotsa memleaks today. But they're all small...
29437
29438 2004-10-31  Benjamin Otte  <otte@gnome.org>
29439
29440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29441           another memleak crushed
29442
29443 2004-10-31  Benjamin Otte  <otte@gnome.org>
29444
29445         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29446           fix memleak
29447
29448 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29451           Hack to prevent crash when going to READY inside signal handler
29452           while this function is active.
29453
29454 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29455
29456         * gst/ffmpegcolorspace/Makefile.am:
29457         * gst/ffmpegcolorspace/avcodec.h:
29458         * gst/ffmpegcolorspace/common.h:
29459         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29460         * gst/ffmpegcolorspace/dsputil.h:
29461         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29463         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29464         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29465         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29466         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29467         (gst_ffmpegcsp_avpicture_fill):
29468         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29470         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29471         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29472         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29473         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29474         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29475         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29476         * gst/ffmpegcolorspace/imgconvert.c:
29477         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29478         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29479         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29480         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29481         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29482         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29483         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29484         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29485         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29486         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29487         (grow21), (grow22), (grow41), (grow44), (conv411),
29488         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29489         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29490         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29491         (avpicture_free), (is_yuv_planar), (img_convert),
29492         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29493         (deinterlace_line_inplace), (deinterlace_bottom_field),
29494         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29495         * gst/ffmpegcolorspace/imgconvert_template.h:
29496         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29497         * gst/ffmpegcolorspace/mmx.h:
29498         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29499         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29500         (av_freep), (avcodec_get_context_defaults),
29501         (avcodec_alloc_context), (avcodec_init):
29502           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29503           handling plus update from ffmpeg CVS. Large clean-up.
29504
29505 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29506
29507         * gst/playback/Makefile.am:
29508           We need the marshallers for decodebin, too.
29509
29510 2004-10-30  David Schleef  <ds@schleef.org>
29511
29512         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29513           quicktime typefinding work with 64-bit offsets.
29514
29515 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29516
29517         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29518           Set EOS on the element when processing an EOS event.
29519         * ext/speex/gstspeexdec.h:
29520         * ext/speex/gstspeexenc.h:
29521           Only keep a const ptr to the mode
29522         * gst-libs/gst/riff/riff-media.c:
29523         (gst_riff_create_audio_caps_with_data),
29524         (gst_riff_create_audio_template_caps):
29525           Allow WMAV3, with up to 6 channels.
29526         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29527           Don't call gst_pad_set_event_function on a sink pad.
29528         * gst/mpegstream/gstdvddemux.c:
29529         (gst_dvd_demux_get_subpicture_stream),
29530         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29531           Copy the explicit caps that were set across to the cur_* pads,
29532           instead of trying to use a possibly non-existent negotiated caps.
29533           Reset the type of subpicture pads to UNKNOWN after calling
29534           init_stream, so that the caps get set.
29535
29536 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29537
29538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29539
29540         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29541           Don't touch buffer if it is of size 0 (fixes #151064).
29542
29543 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29544
29545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29546           Synchronized discont handling.
29547
29548 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29549
29550         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29551         (gst_ogg_demux_push):
29552           Make seeking sort-of exact again (fixes #156387).
29553
29554 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * gst/playback/gstplaybasebin.c: (unknown_type),
29557         (add_element_stream), (new_decoded_pad),
29558         (gst_play_base_bin_change_state):
29559         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29560         (gst_stream_info_init), (gst_stream_info_new),
29561         (gst_stream_info_dispose), (gst_stream_info_get_property):
29562         * gst/playback/gststreaminfo.h:
29563           Make caps explicitely available. Makes testing for unsupported
29564           types possible. Improves error reporting.
29565
29566 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29567
29568         * gst/audioconvert/gstaudioconvert.c:
29569         (gst_audio_convert_buffer_to_default_format):
29570           Really don't touch read-only buffers (#156563).
29571
29572 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29573
29574         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29575
29576         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29577           Fix memleak (#155223).
29578
29579 2004-10-29  Wim Taymans  <wim@fluendo.com>
29580
29581         * gst/tcp/.cvsignore:
29582         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29583         (gst_multifdsink_class_init), (gst_multifdsink_init),
29584         (gst_multifdsink_add), (gst_multifdsink_remove),
29585         (gst_multifdsink_remove_client_link), (is_sync_frame),
29586         (gst_multifdsink_new_client),
29587         (gst_multifdsink_handle_client_write),
29588         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29589         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29590         (gst_multifdsink_get_property):
29591         * gst/tcp/gstmultifdsink.h:
29592         Added burst on connect sync_method, deprecated sync_clients,
29593         streamlined the sync code some more.
29594
29595 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29596
29597         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29598         (gst_play_base_bin_change_state):
29599           Improve error reporting.
29600
29601 2004-10-28  Wim Taymans  <wim@fluendo.com>
29602
29603         * gst/tcp/Makefile.am:
29604         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29605         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29606         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29607         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29608         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29609         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29610         (gst_fdset_wait):
29611         Added more locks around fdset structures. Fixed/reworked
29612         the poll array resizing code.
29613         Added stress test for fdset.
29614
29615 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29616
29617         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29618         fix build
29619
29620 2004-10-28  Benjamin Otte  <otte@gnome.org>
29621
29622         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29623           fix link function to always query channels and query width for
29624           floats
29625         * configure.ac:
29626           add equalizer dir
29627         * gst/equalizer/Makefile.am:
29628         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29629         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29630         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29631         (arg_to_scale), (setup_filter),
29632         (gst_iir_equalizer_compute_frequencies),
29633         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29634         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29635         (plugin_init):
29636           add an equalizer
29637
29638 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29639
29640         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29641
29642         * po/LINGUAS:
29643         * po/nb.po:
29644           Added Norwegian Bokmaal translation
29645
29646 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29647
29648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29649           Don't break on options (fixes #156488).
29650
29651 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29652
29653         * configure.ac:
29654         * ext/cdaudio/Makefile.am:
29655         * sys/Makefile.am:
29656           fix build on older automake
29657
29658 2004-10-26  Wim Taymans  <wim@fluendo.com>
29659
29660         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29661         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29662         Allow a little margin when negotiating the framerate.
29663
29664 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29665
29666         * gst/level/gstlevel.c:
29667           synchonised naming of pads and pad-templates
29668
29669 2004-10-26  Wim Taymans  <wim@fluendo.com>
29670
29671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29672         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29673         (_find_streams_check), (gst_ogg_demux_push):
29674         Fix EOS again. Needs to be done in a better way. We should not
29675         remove the pad if there is no new chained stream.
29676
29677 2004-10-26 Iain <iaingnome@gmail.com>
29678
29679         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29680         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29681         of the caps.
29682         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29683         pad.
29684         (interleave_release_pad): Remove the pad.
29685         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29686         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29687         the set device.
29688         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29689         attrs
29690         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29691         (gst_xvimagesink_finalize): Free the par.
29692
29693 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29694
29695         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29696         (gst_avimux_stop_file):
29697           First calculate the rate, and only then use it. Hdr.rate is a
29698           multiple and not a derivative of hdr.scale. Scale is not the
29699           same as blockalign but is solely related to rate.
29700
29701 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29702
29703         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29704         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29705           Implement seeking.
29706
29707 2004-10-25  James Henstridge  <james@jamesh.id.au>
29708
29709         Reviewed by:  David Schleef  <ds@schleef.org>
29710
29711         * examples/gstplay/player.c: (got_stream_length), (main):
29712         * examples/seeking/cdplayer.c: (update_scale):
29713         * examples/seeking/seek.c: (format_value), (update_scale):
29714         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29715         (stop_seek):
29716         Build fixes on AMD64.
29717
29718 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29719
29720         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29721
29722         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29723         Fix for some v4l cards which hang in v4lsrc
29724
29725 2004-10-25  Wim Taymans  <wim@fluendo.com>
29726
29727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29728         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29729         Make sure to remove the pad when a new chain is
29730         encountered. Set some vars to NULL so we don't try
29731         to reference freed memory.
29732
29733 2004-10-25  Wim Taymans  <wim@fluendo.com>
29734
29735         * examples/seeking/Makefile.am:
29736         * examples/seeking/cdplayer.c: (update_scale):
29737         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29738         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29739         (format_value), (update_scale), (iterate), (start_seek),
29740         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29741         (print_usage), (main):
29742         Added some more examples, update others.
29743
29744 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29747         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29748         * ext/theora/theoradec.c: (theora_dec_chain):
29749         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29750           Add codec-name metadata.
29751
29752 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29753
29754         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29757         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29758         * ext/alsa/gstalsamixertrack.h:
29759         * po/POTFILES.in:
29760           ALSA mixer track label internationalization (#154054).
29761
29762 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29763
29764         * ext/theora/theoradec.c: (theora_dec_chain):
29765           Export bitrate as metadata.
29766
29767 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29768
29769         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29770         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29771         * ext/alsa/gstalsamixertrack.h:
29772           Fix names, fix loop.
29773
29774 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29775
29776         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29777         (speex_dec_convert):
29778           sinkconvert function so oggdemux can get the file length (totem).
29779
29780 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29781
29782         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29783
29784         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29785           Don't push incomplete packets.
29786         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29787           Fix MPEG-4 audio typefinding.
29788
29789 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29790
29791         * sys/v4l/Makefile.am:
29792         * sys/v4l/gstv4l.c: (plugin_init):
29793         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29794         (gst_v4lelement_init), (gst_v4lelement_dispose),
29795         (gst_v4lelement_change_state):
29796         * sys/v4l/gstv4lelement.h:
29797         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29798         (gst_v4l_xoverlay_close), (idle_refresh),
29799         (gst_v4l_xoverlay_set_xwindow_id):
29800         * sys/v4l/gstv4lxoverlay.h:
29801         * sys/v4l/v4l-overlay_calls.c:
29802         * sys/v4l/v4l_calls.h:
29803         * sys/v4l2/Makefile.am:
29804         * sys/v4l2/gstv4l2.c: (plugin_init):
29805         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29806         (gst_v4l2element_init), (gst_v4l2element_dispose),
29807         (gst_v4l2element_change_state):
29808         * sys/v4l2/gstv4l2element.h:
29809         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29810         (gst_v4l2_xoverlay_close), (idle_refresh),
29811         (gst_v4l2_xoverlay_set_xwindow_id):
29812         * sys/v4l2/gstv4l2xoverlay.h:
29813         * sys/v4l2/v4l2-overlay_calls.c:
29814         * sys/v4l2/v4l2_calls.h:
29815           Remove client-side overlay handling, use the X-server v4l plugin
29816           for that. Nicer overlay, less code. Also make the plugin
29817           compileable without X (but then without overlay, obviously).
29818           Makes xwindowlistener obsolete, should we remove that?
29819
29820 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29821
29822         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29823         (gst_osssrc_src_query):
29824         * sys/oss/gstosssrc.h:
29825           OK, so people want offset in DEFAULT. This time, actually fix all
29826           cases.
29827         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29828           Add FPS properly.
29829
29830 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29831
29832         * gst/asfdemux/gstasfmux.c:
29833         * gst/avi/gstavimux.c:
29834           Framerate.
29835
29836 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29837
29838         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29839           Fix properties (channel, norm, frequency).
29840
29841 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29842
29843         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29844           Flag typo.
29845         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29846           No warnings.
29847
29848 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29849
29850         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29851           Fix hang.
29852
29853 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29854
29855         * sys/v4l2/gstv4l2element.h:
29856           Yet Another Hack (tm) for kernel header borkedness.
29857         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29858         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29859         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29860         (gst_v4l2src_change_state):
29861         * sys/v4l2/gstv4l2src.h:
29862         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29863         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29864           Fix caps, keep track of state, work.
29865
29866 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29867
29868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29869           Quiet.
29870
29871 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29872
29873         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29874           Don't mix bytes and samples.
29875
29876 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * ext/ogg/gstoggmux.c:
29879           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29880           and theora. Any is incorrect.
29881         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29882           Fix caps.
29883         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29884         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29885         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29886         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29887         * sys/v4l/gstv4lmjpegsrc.h:
29888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29889         (gst_v4lsrc_change_state):
29890         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29891         (gst_v4lmjpegsrc_capture_stop):
29892           Fix caps. Keep track of internal state. Work.
29893
29894 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * ext/Makefile.am:
29897           Fix the build fixes.
29898
29899 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29900
29901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29902         (gst_ogg_demux_src_event), (_find_chain_seek),
29903         (gst_ogg_pad_push):
29904           Check for pad availability before using it.
29905         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29906           Fix parsing of chained ogg. Needs more work on the decoder side.
29907
29908 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29909
29910         * gst/spectrum/Makefile.am:
29911         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29912         (idle_func):
29913           Fix demo and reenable it. Yes, I'm currently playing with audio
29914           analysis tools
29915
29916 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29917
29918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29919           We love it if files that start at zero work too...
29920
29921 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29922
29923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29924           Handle files with missing EOS headers.
29925
29926 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29927
29928         * gst/tcp/gsttcpserversink.c:
29929         (gst_tcpserversink_handle_server_read),
29930         (gst_tcpserversink_init_send):
29931         Zero some variables first (need for accept not to return EINVAL)
29932
29933 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29934
29935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29936         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29937         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29938         (theora_dec_chain):
29939         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29940         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29941           Seeking and querying finetune.
29942
29943 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29944
29945         * configure.ac:
29946         * ext/Makefile.am:
29947         * ext/raw1394/Makefile.am:
29948           fix the build
29949
29950 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29951
29952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29953           Wrong return.
29954         * gst/playback/Makefile.am:
29955         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29956         * gst/playback/gstplay-marshal.list:
29957         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29958           Fix marshallers.
29959
29960 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29961
29962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29963           Silence.
29964
29965 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29966
29967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29968         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29969         (gst_ogg_pad_push):
29970           Yay for non-lineair granulepos in theora.
29971
29972 2004-10-18  Wim Taymans  <wim@fluendo.com>
29973
29974         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29975         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29976         * ext/dv/gstdvdec.h:
29977         Make sure we renegotiate aspect ratio when the camera switches.
29978
29979 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29980
29981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29982         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29983           Start at zero.
29984         * ext/theora/theoradec.c: (theora_dec_chain):
29985           Skip headers. Bad idea for chained ogg, but fixes seeking.
29986
29987 2004-10-18  Wim Taymans  <wim@fluendo.com>
29988
29989         * configure.ac:
29990         I swear, this is the last time I touch this.
29991
29992 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29993
29994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29995         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29996         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29997           Faster seeking.
29998         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29999           Time-to-default conversion.
30000         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30001           Don't error on unknown packets, just skip. We should probably
30002           read them if we want to support chained ogg.
30003
30004 2004-10-18  Wim Taymans  <wim@fluendo.com>
30005
30006         * configure.ac:
30007         Added cdaudio to wrong list.
30008
30009 2004-10-18  Wim Taymans  <wim@fluendo.com>
30010
30011         * configure.ac:
30012         Revive cdaudio.
30013
30014 2004-10-18  Wim Taymans  <wim@fluendo.com>
30015
30016         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30017         (gst_dvdec_video_link), (gst_dvdec_push):
30018         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30019         (gst_smokeenc_resync), (gst_smokeenc_chain):
30020         Fix mimetype on smoke encoder.
30021         Add aspect ratio to dvdec. Not sure if these
30022         values are correct though....
30023
30024 2004-10-18  Wim Taymans  <wim@fluendo.com>
30025
30026         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30027         Fix vorbis property descriptions and ranges.
30028
30029 2004-10-18  Wim Taymans  <wim@fluendo.com>
30030
30031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30032         Really do nothing when no data is available.
30033         Go to the playing state when the stream is not seekable
30034         instead of failing.
30035
30036 2004-10-18  Wim Taymans  <wim@fluendo.com>
30037
30038         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30039         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30040         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30041         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30042         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30043         Added uri handler for cd://
30044         Port to new API.
30045
30046 2004-10-18  Wim Taymans  <wim@fluendo.com>
30047
30048         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30049         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30050         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30051         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30052         (remove_prerolls), (unknown_type), (add_element_stream),
30053         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30054         (gst_play_base_bin_remove_element),
30055         (gst_play_base_bin_link_stream):
30056         * gst/playback/gstplaybin.c: (gen_video_element),
30057         (gen_vis_element), (remove_sinks), (setup_sinks):
30058         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30059         (gst_stream_info_get_type), (gst_stream_info_class_init),
30060         (gst_stream_info_init), (gst_stream_info_new),
30061         (gst_stream_info_dispose), (stream_info_mute_pad),
30062         (gst_stream_info_set_property), (gst_stream_info_get_property):
30063         * gst/playback/gststreaminfo.h:
30064         Add sink padtemplate to decodebin.
30065         Added some more comments.
30066         Make queue size configurable in playbasebin.
30067         Added possibility to use elements as sinks (ex cdaudio).
30068
30069 2004-10-15  Wim Taymans  <wim@fluendo.com>
30070
30071         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30072         (gst_speexenc_chain):
30073         Fix speex timestamps so that it gets muxed properly.
30074
30075 2004-10-15  Wim Taymans  <wim@fluendo.com>
30076
30077         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30078         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30079         (gst_dv1394src_init), (gst_dv1394src_dispose),
30080         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30081         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30082         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30083         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30084         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30085         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30086         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30087         * ext/raw1394/gstdv1394src.h:
30088         Added conversion/query functions.
30089         Update buffer timestamps,
30090         Added signals.
30091         Added uri dv:// so it might play from the firewire in playbin.
30092         Fix a possible leak.
30093         Added debugging.
30094
30095 2004-10-15  Wim Taymans  <wim@fluendo.com>
30096
30097         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30098         (gst_dv1394src_init), (gst_dv1394src_set_property),
30099         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30100         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30101         * ext/raw1394/gstdv1394src.h:
30102         Added AV/C VTR control support needed for some cameras.
30103         Added automatic port detection.
30104         Added properties for selecting the channel.
30105         The configure.ac script is not yet updated to reflect the
30106         new libavc1394 and librom1394 dependencies.
30107
30108 2004-10-15  Wim Taymans  <wim@fluendo.com>
30109
30110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30111         (qtdemux_parse), (gst_qtdemux_handle_esds):
30112         An esds box is not a container.
30113         Fix parsing of mp4v boxes.
30114         Do not try to renegotiate fps for each frame. Need to
30115         find a better method. This should fix mp4 playback.
30116
30117 2004-10-14  David Schleef  <ds@schleef.org>
30118
30119         * configure.ac: update for swfdec-0.3 and liboil-0.2
30120         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30121         * ext/swfdec/gstswfdec.h: same
30122         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30123         * gst/videotestsrc/videotestsrc.c: same
30124
30125 2004-10-14  Wim Taymans  <wim@fluendo.com>
30126
30127         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30128         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30129         (is_sync_frame), (gst_multifdsink_new_client),
30130         (gst_multifdsink_handle_client_write),
30131         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30132         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30133         Turn warnings into info.
30134         Don't allow a state change in the streaming thread.
30135
30136 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30137
30138         * ext/vorbis/oggvorbisenc.c:
30139         * ext/vorbis/vorbisdec.c:
30140           fix template sample rate
30141
30142 2004-10-13  Wim Taymans  <wim@fluendo.com>
30143
30144         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30145         Decoding the header first fixes some problems in resyncing
30146         in more mp3s.
30147
30148 2004-10-12  Wim Taymans  <wim@fluendo.com>
30149
30150         * gst/playback/gstplaybin.c: (gen_video_element),
30151         (gen_vis_element), (remove_sinks), (setup_sinks):
30152         Added vis plugin support, need to configure the vis
30153         element to activate it.
30154
30155 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30156
30157         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30158         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30159           Some debug.
30160         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30161         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30162         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30163         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30164         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30165         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30166         * gst/avi/gstavidemux.h:
30167           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30168           recovery (where, if part of the index is broken, we will still read
30169           the rest of the index and recover the broken part by stream
30170           scanning). More broken media support. EOS workarounds. General AVI
30171           braindamage headache recovery. Aspirin included.
30172
30173 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30174
30175         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30176         (cdparanoia_event), (cdparanoia_query):
30177           Get rid of hideous lead-in.
30178
30179 2004-10-11  Wim Taymans  <wim@fluendo.com>
30180
30181         * gst/playback/gstplaybasebin.c: (setup_source):
30182         Wrong var used to get g_list_next.
30183
30184 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30185
30186         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30187         (cdparanoia_get), (cdparanoia_open):
30188           Report discid as metadata, add duration.
30189
30190 2004-10-11  Wim Taymans  <wim@fluendo.com>
30191
30192         * gst/playback/gstplaybasebin.c: (setup_source):
30193         Cleanup the previous pipeline a little earlier for the
30194         case that a source element provides raw data.
30195
30196 2004-10-11  Benjamin Otte  <otte@gnome.org>
30197
30198         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30199           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30200           consuming the last 128 bytes, even though it was valid mp3 data.
30201
30202 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30203
30204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30205         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30206         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30207         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30208
30209 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30210
30211         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30212         Fix for webcams that support only specific width or height
30213
30214 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30215
30216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30217
30218         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30219           Fix wrong discont event setup (fixes #154967).
30220
30221 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30222
30223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30224
30225         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30226           Error out on invalid data (fixes #154807).
30227
30228 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30229
30230         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30231
30232         * ext/dvdread/dvdreadsrc.c: (_read):
30233           Make titles > 0 work again (fixes #154834).
30234
30235 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30236
30237         * gst-libs/gst/riff/riff-media.c:
30238         (gst_riff_create_video_template_caps):
30239           WMV3 missing in template caps.
30240
30241 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30242
30243         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30244           OK, so the original code was too strict. It makes random AVI files
30245           hang for seconds upon opening, which is unacceptable and is far
30246           beyond the original goal of getting multiple chunks for one-chunk
30247           sounc stream files. So now do just that.
30248
30249 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30250
30251         * gst/playback/gstplaybasebin.c: (setup_source),
30252         (gst_play_base_bin_change_state):
30253           Actually clean up streaminfo if output fails. This would trigger
30254           if, for example, there was no CD in the drive. No preroll, so
30255           a streaminfo structure is created, but the subsequent state change
30256           of the thread fails.
30257         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30258           Don't change state if parent failed.
30259
30260 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30261
30262         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30263         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30264         (gen_video_element), (remove_sinks):
30265           Add small bits of code for screenshot handling.
30266
30267 2004-10-08  Wim Taymans  <wim@fluendo.com>
30268
30269         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30270         (gen_video_element), (gen_audio_element), (setup_sinks):
30271         Don't assume the user provided sinks are named "sink"...
30272
30273 2004-10-08  Wim Taymans  <wim@fluendo.com>
30274
30275         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30276         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30277         (gst_play_base_bin_link_stream):
30278         Do not try to autoplug sources that generate raw streams like
30279         cdparanoia.
30280         disconnect the preroll overrun signal when we don't need it anymore.
30281
30282 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30283
30284         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30285         Added reworked patch from #154903 from milosz derezynski (deadchip).
30286
30287 2004-10-08  Wim Taymans  <wim@fluendo.com>
30288
30289         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30290         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30291         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30292         (cdparanoia_convert), (cdparanoia_uri_get_type),
30293         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30294         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30295         * ext/cdparanoia/gstcdparanoia.h:
30296         This adds the cdda://<tracknum> uri.
30297
30298 2004-10-08  Wim Taymans  <wim@fluendo.com>
30299
30300         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30301         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30302         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30304         (unknown_type), (gst_play_base_bin_remove_element),
30305         (gst_play_base_bin_link_stream):
30306         * gst/playback/gstplaybasebin.h:
30307         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30308         (gst_play_bin_set_property), (gen_video_element),
30309         (gen_audio_element), (setup_sinks):
30310         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30311         (gst_stream_info_get_type), (gst_stream_info_class_init),
30312         (gst_stream_info_init), (gst_stream_info_new),
30313         (gst_stream_info_dispose), (stream_info_mute_pad),
30314         (gst_stream_info_set_property), (gst_stream_info_get_property):
30315         * gst/playback/gststreaminfo.h:
30316         Reuse the audio and video bins.
30317         Some internal cleanups in the stream selection code.
30318
30319 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30320
30321         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30322         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30323         * sys/ximage/ximagesink.h:
30324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30325         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30326         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30327         not coming from those elements. Moreover these elements should not keep
30328         the xid they have been given when in NULL state.
30329
30330 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30331
30332         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30333         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30334         * sys/ximage/ximagesink.h:
30335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30336         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30337         * sys/xvimage/xvimagesink.h:
30338           Actually only create a new toplevel window if we're not gonna
30339           embed it right after.
30340
30341 2004-10-07  Wim Taymans  <wim@fluendo.com>
30342
30343         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30344         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30345         * gst/playback/gstplaybin.c: (setup_sinks):
30346         Implement muting/unmuting of streams, mute streams that are not
30347         used.
30348
30349 2004-10-07  Wim Taymans  <wim@fluendo.com>
30350
30351         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30352         (plugin_init):
30353         Added lame audio/x-ac3 typefind function.
30354
30355 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30356
30357         * configure.ac:
30358           bump nano to cvs
30359
30360 === release 0.8.5 ===
30361
30362 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30363
30364         * NEWS:
30365         * RELEASE:
30366         * configure.ac:
30367           releasing 0.8.5, "Take You On"
30368
30369 2004-10-06  Wim Taymans  <wim@fluendo.com>
30370
30371         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30372         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30373         (no_more_pads), (close_link), (type_found):
30374         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30375         * gst/playback/gstplaybin.c: (gen_video_element):
30376         Do not signal the no_more_pads after the first pad when
30377         we are plugging a non dynamic element with multiple
30378         output pads (like swfdec, dvdec, ...).
30379
30380 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30381
30382         * configure.ac:
30383           bump for prerelease
30384
30385 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30386
30387         * gst/wavparse/gstwavparse.c:
30388           add ATRAC3 to STATIC CAPS to fix a warning
30389
30390         * gst/matroska/ebml-read.c:
30391         * gst-libs/gst/riff/riff-read.c:
30392           fix typos
30393
30394 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30395
30396         * gst-libs/gst/riff/riff-media.c:
30397           generate caps for ATRAC3 audio streams
30398
30399         * gst/realmedia/rmdemux.c:
30400           generate caps for ATRAC3 audio streams
30401
30402 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30403
30404         * gst/wavparse/Makefile.am
30405         * gst/wavparse/riff.h
30406         * gst/wavparse/wavparse.vcproj
30407           riff.h removal (unused and duplication with riff-ids.h)
30408
30409 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30410
30411         * gst/wavparse/gstwavparse.h
30412           remove duplicated defines for audio codec codes
30413
30414         * gst-libs/gst/riff/riff-ids.h
30415         * gst/wavenc/riff.h:
30416           add "4CC" code for ATRAC3 audio streams
30417           add "4CC" code for ITU_G721_ADPCM (unused for now)
30418
30419 2004-10-06  Wim Taymans  <wim@fluendo.com>
30420
30421         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30422         Actually _do_ negotiation. Pass gdouble as arg instead
30423         of guint64 for the framerate.
30424
30425 2004-10-06  Wim Taymans  <wim@fluendo.com>
30426
30427         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30428         (find_compatibles), (close_pad_link), (try_to_link_1),
30429         (no_more_pads), (close_link), (type_found):
30430         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30431         * gst/playback/gstplaybin.c: (gen_video_element),
30432         (gen_audio_element):
30433         Set state on newly added element to READY so that negotiation
30434         can happen ASAP.
30435         Addes some more debug info.
30436         Do not try to plug pads with multiple caps structures or ANY
30437         because it is too dangerous since we do not do dynamic
30438         replugging.
30439
30440 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30441
30442         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30443
30444         * po/LINGUAS:
30445         * po/or.po:
30446           add Oriya translation
30447
30448 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30449
30450         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30451           Prevent overwrite of size member. Makes audio sound crappy.
30452
30453 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30454
30455         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30456         Add rmvb to the list of known RealMedia extensions
30457
30458 2004-10-05  Wim Taymans  <wim@fluendo.com>
30459
30460         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30461         (mngdec_openstream), (mngdec_closestream),
30462         (mngdec_handle_sink_event), (mngdec_readdata),
30463         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30464         (mngdec_getcanvasline), (mngdec_refresh),
30465         (gst_mngdec_change_state):
30466         Set the framerate correctly.
30467
30468 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30469
30470         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30471           There was something wrong with the index massaging.
30472
30473 2004-10-04  Wim Taymans  <wim@fluendo.com>
30474
30475         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30476         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30477         (gst_smokedec_chain):
30478         * ext/jpeg/gstsmokedec.h:
30479         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30480         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30481         * ext/jpeg/gstsmokeenc.h:
30482         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30483         (smokecodec_decode_new), (smokecodec_info_free),
30484         (smokecodec_set_quality), (smokecodec_get_quality),
30485         (smokecodec_set_threshold), (smokecodec_get_threshold),
30486         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30487         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30488         (smokecodec_encode), (smokecodec_parse_id),
30489         (smokecodec_parse_header), (smokecodec_decode):
30490         * ext/jpeg/smokecodec.h:
30491         * ext/jpeg/smokeformat.h:
30492         Updated smoke, new bitstream, allows embedding in ogg.
30493
30494 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30495
30496         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30497           Fix seeking in some files. All this code is no longer needed (and
30498           actually breaks stuff) because we now synchronize the full index
30499           right when reading the header.
30500
30501 2004-10-04  Wim Taymans  <wim@fluendo.com>
30502
30503         * configure.ac:
30504         configure update for libmng.
30505
30506 2004-10-04  Wim Taymans  <wim@fluendo.com>
30507
30508         * ext/libmng/Makefile.am:
30509         * ext/libmng/gstmng.c: (plugin_init):
30510         * ext/libmng/gstmng.h:
30511         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30512         (gst_mngdec_base_init), (gst_mngdec_class_init),
30513         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30514         (gst_mngdec_loop), (gst_mngdec_get_property),
30515         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30516         (mngdec_closestream), (mngdec_handle_sink_event),
30517         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30518         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30519         (gst_mngdec_change_state):
30520         * ext/libmng/gstmngdec.h:
30521         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30522         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30523         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30524         (gst_mngenc_chain), (gst_mngenc_get_property),
30525         (gst_mngenc_set_property):
30526         * ext/libmng/gstmngenc.h:
30527         Added basic MNG decoder. Needs more work. The encoder does
30528         not work yet.
30529
30530 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30531
30532         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30533         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30534         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30535           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30536           no-more-pads.
30537
30538 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30539
30540         * configure.ac:
30541           you need at least 1.0.4 of speex
30542
30543 2004-10-04 Iain <iaingnome@gmail.com>
30544
30545         * ext/speex/gstspeexdec.h: Revert the includes changes.
30546
30547         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30548
30549 2004-09-30 Iain <iaingnome@gmail.com>
30550
30551         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30552         found during init or set as a property instead of hardcoding /dev/audio
30553
30554 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30555
30556         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30557         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30558         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30559         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30560         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30561         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30562         (gst_rmdemux_dump_data):
30563           Use debug category, fix EOS handling. filesrc ! rmdemux now
30564           works.
30565
30566 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30567
30568         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30569         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30570         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30571           Improve allocation, cutting and sorting of the index. How takes a
30572           few seconds instead of minutes.
30573
30574 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30575
30576         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30577           fixed compilation
30578
30579 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30580
30581         * gst-libs/gst/riff/riff-media.c:
30582         (gst_riff_create_video_caps_with_data),
30583         (gst_riff_create_video_template_caps):
30584           Add wing commander format mimetype/fourccs.
30585         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30586           Don't crash if some value is 0.
30587
30588 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30589
30590         * gst-libs/gst/riff/riff-media.c:
30591         (gst_riff_create_video_caps_with_data),
30592         (gst_riff_create_video_template_caps):
30593           Add DIB fourcc (raw, palettized 8-bit RGB).
30594         * gst-libs/gst/riff/riff-read.c:
30595         (gst_riff_read_strf_vids_with_data):
30596           Oops, fix strf_data reading bug.
30597         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30598           Use a non-NULL tag.
30599         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30600           Time for hacks. Sorry Dave. At least one quicktime movie (a
30601           trailer) that I've encountered contains multiple video tracks.
30602           One of those is the actual video track, the other are one-frame
30603           tracks (images). Unfortunately, the number of frames according
30604           to the trak header is 1 for each, so that doesn't help. So
30605           instead, I look at the duration and discard tracks with a
30606           duration shorter than 20% of the length of the stream. Better
30607           than nothing.
30608
30609 2004-10-01  Christian Schaller <christian@fluendo.com>
30610
30611         * ext/ivorbis/vorbis.c:
30612           Patch from Phil Blundell (Bug 152341)
30613
30614 2004-10-01  Wim Taymans  <wim@fluendo.com>
30615
30616         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30617         (speex_dec_get_formats), (speex_dec_convert),
30618         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30619         (speex_dec_chain), (gst_speexdec_get_property),
30620         (gst_speexdec_set_property):
30621         Small cleanups.
30622
30623 2004-10-01  Wim Taymans  <wim@fluendo.com>
30624
30625         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30626         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30627         (gst_wavparse_other), (gst_wavparse_loop),
30628         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30629         (gst_wavparse_srcpad_event):
30630         * gst/wavparse/gstwavparse.h:
30631         Added some more debugging info.
30632         Fix the case where the length of the file is 0.
30633         Make sure we seek to sample borders.
30634
30635 2004-10-01  Wim Taymans  <wim@fluendo.com>
30636
30637         * gst/playback/README:
30638         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30639         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30640         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30641         Add some debug info to decodebin, update README
30642
30643 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30644
30645         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30646           Don't use g_print(); use GST_DEBUG().
30647
30648 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30651         (gst_ogg_mux_queue_pads):
30652           Handle EOS properly.
30653
30654 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30655
30656         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30657
30658         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30659         (gst_faad_chain), (gst_faad_change_state):
30660         * ext/faad/gstfaad.h:
30661           Allow playback of raw (unframed) MPEG AAC files (#148993).
30662
30663 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30664
30665         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30666
30667         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30668           Throw error if we didn't recognize the stream. Fixes #152289.
30669
30670 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30671
30672         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30673           Fix negotiation.
30674
30675 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30676
30677         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30678
30679         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30680           Fix memleak.
30681
30682 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30683
30684         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30687           Solve #152805.
30688         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30689           Solve 152806.
30690
30691 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * gst-libs/gst/riff/riff-media.c:
30694         (gst_riff_create_video_caps_with_data),
30695         (gst_riff_create_audio_caps_with_data):
30696           Add codec_data handling (like asfdemux used to do).
30697         * gst/asfdemux/gstasf.c: (plugin_init):
30698         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30699         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30700           Use riff-media for caps creation instead of our own (mostly
30701           broken) copy of its functions.
30702
30703 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30706           Don't actually error out if we get another return value than
30707           -EINVAL. Opposite to what I first thought, drivers have random
30708           return values for this, although -EINVAL is the expected return
30709           value. Since this is not fatal, we shouldn't use
30710           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30711
30712 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30713
30714         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30715         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30716         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30717         (dvdreadsrc_get), (dvdreadsrc_open_file),
30718         (dvdreadsrc_change_state):
30719           Fix. Don't do one big huge loop around the whole DVD, that will
30720           cache all data and thus eat sizeof(dvd) (several GB) before we
30721           see something.
30722         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30723           Actually NULL'ify event after using it.
30724         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30725         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30726         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30727         (gst_ebml_read_seek), (gst_ebml_read_skip):
30728           Handle events.
30729         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30730         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30731         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30732           Fix timing (this will probably break if I seek using menus, but
30733           I didn't get there yet). VOBs and normal DVDs should now work.
30734           Add a mpeg2-only pad with high rank so this get autoplugged for
30735           MPEG-2 movies.
30736         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30737         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30738         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30739         (gst_mpeg_demux_get_audio_stream),
30740         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30741         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30742           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30743           MPEG-1 but use dvddemux for MPEG-2.
30744         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30745         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30746         (gst_mpeg_parse_parse_packhead):
30747           Timing. Only add pad template if it exists. Add sink template from
30748           class and not from ourselves. This means we will always use the
30749           correct sink template even if it is not the one defined in this
30750           file.
30751
30752 2004-09-29  Wim Taymans  <wim@fluendo.com>
30753
30754         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30755         (gst_mpeg_demux_parse_pes):
30756         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30757         Fix playback of mpeg again, timestamps where screwed up by
30758         patch 1.61.
30759
30760 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30761
30762         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30763           Only return true if we actually filled something in. Prevents
30764           player applications from showing a random length for flac files.
30765         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30766         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30767         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30768         (gst_riff_read_strf_vids_with_data),
30769         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30770           OK, ok, so I implemented event handling. Apparently it's normal
30771           that we receive random events at random points without asking
30772           for it.
30773         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30774         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30775         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30776         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30777         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30778         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30779         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30780         * gst/avi/gstavidemux.h:
30781           Implement non-lineair chunk handling and subchunk processing.
30782           The first solves playback of AVI files where the audio and video
30783           data of individual buffers that we read are not synchronized.
30784           This should not happen according to the wonderful AVI specs, but
30785           of course it does happen in reality. It is also a prerequisite for
30786           the second. Subchunk processing allows us to cut chunks in small
30787           pieces and process each of these pieces separately. This is
30788           required because I've seen several AVI files with incredibly large
30789           audio chunks, even some files with only one audio chunk for the
30790           whole file. This allows for proper playback including seeking.
30791           This patch is supposed to fix all AVI A/V sync issues.
30792         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30793         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30794           Work.
30795         * gst/modplug/gstmodplug.cc:
30796           Proper return value setting for the query() function.
30797         * gst/playback/gstplaybasebin.c: (setup_source):
30798           Being in non-playing state (after, e.g., EOS) is not necessarily
30799           a bad thing. Allow for that. This fixes playback of short files.
30800           They don't actually playback fully now, because the clock already
30801           runs. This means that small files (<500kB) with a small length
30802           (<2sec) will still not or barely play. Other files, such as mod
30803           or flx, will work correctly, however.
30804
30805 2004-09-28  Wim Taymans  <wim@fluendo.com>
30806
30807         * ext/speex/gstspeex.c: (plugin_init):
30808         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30809         (gst_speex_dec_class_init), (speex_dec_get_formats),
30810         (speex_get_event_masks), (speex_get_query_types),
30811         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30812         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30813         (gst_speexdec_get_property), (gst_speexdec_set_property),
30814         (speex_dec_change_state):
30815         * ext/speex/gstspeexdec.h:
30816         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30817         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30818         (gst_speexenc_base_init), (gst_speexenc_class_init),
30819         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30820         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30821         (gst_speexenc_src_query), (gst_speexenc_init),
30822         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30823         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30824         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30825         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30826         (gst_speexenc_chain), (gst_speexenc_get_property),
30827         (gst_speexenc_set_property), (gst_speexenc_change_state):
30828         * ext/speex/gstspeexenc.h:
30829         Rewrote speex encoder, make sure it can be embedded in ogg.
30830         Implemented speex decoder.
30831
30832 2004-09-28  Christian Schaller <christian@fluendo.com>
30833
30834         * configure.ac:
30835         Remove kioslave plugin. Markey is brewing a new working one
30836         * ext/Makefile.am: Remove kioslave plugin
30837         * ext/kio: remove
30838         * gst-plugins.spec.in: remove kio plugin from spec
30839
30840 2004-09-27  Wim Taymans  <wim@fluendo.com>
30841
30842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30843         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30844         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30845         (gst_multifdsink_new_client),
30846         (gst_multifdsink_handle_client_write),
30847         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30848         (gst_multifdsink_handle_clients):
30849         * gst/tcp/gstmultifdsink.h:
30850         Make syncing to keyframes actually work for new clients and lagging
30851         clients.
30852
30853 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30854
30855         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30856         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30857         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30858         * gst/debug/gstnavigationtest.h:
30859           make navigationtest display button-press and button-release events
30860
30861 2004-09-26 Iain <iaingnome@gmail.com>
30862
30863         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30864         the channels have received a new media event.
30865         (interleave_buffered_loop): Compresses a new media event on all
30866         channels into one.
30867
30868 2004-09-26 Iain <iaingnome@gmail.com>
30869
30870         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30871         call the sinkpad's default event handler and not the srcpads. He also
30872         says this is confusing :)
30873         (gst_wavenc_stop_file): Company says that seek events only go upstream
30874         we should send a discontinuous downstream instead.
30875
30876 2004-09-25  Christian Schaller <christian@fluendo.com>
30877
30878         * Update SPEC file to be usable in conjunction with Fedora Core,
30879           Fedora.us and freshrpms packages
30880         * Fix typo in multifilesrc test Makefile
30881
30882 2004-09-24  Wim Taymans  <wim@fluendo.com>
30883
30884         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30885         Only signal the no_more_pads signal when we have
30886         added the stream to our list.
30887
30888 2004-09-24  Wim Taymans  <wim@fluendo.com>
30889
30890         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30891         (new_decoded_pad):
30892         * gst/playback/gstplaybasebin.h:
30893         * gst/playback/gstplaybin.c: (setup_sinks):
30894         Don't try to preroll or decode more than one audio/video
30895         track.
30896
30897 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30898
30899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30900           Throw error if we failed to find a suitable output. This should
30901           throw an error if we successfully set up a pipeline (e.g. because
30902           we recognized a media file) but found no decodable streams in it
30903           (e.g. because it contains only media stream types for which we
30904           have no decoders, or because it's not a media type).
30905
30906 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30907
30908         * ext/dirac/Makefile.am:
30909         * ext/dirac/gstdirac.cc:
30910         * ext/dirac/gstdiracdec.cc:
30911         * ext/dirac/gstdiracdec.h:
30912           Do something. Don't actually know if this works because I don't
30913           have a demuxer yet.
30914         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30915           Add channels=1 to caps returned from _getcaps().
30916         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30917         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30918         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30919         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30920         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30921         (gst_ogm_parse_change_state):
30922           Separate between audio/video so ogmaudioparse actually uses the
30923           audio pad templates. Both audio and video work now, including
30924           autoplugging. Also use sometimes-srcpad hack.
30925         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30926           Handle events better. Don't hang on infinite loops.
30927         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30928         (gst_avi_demux_init), (gst_avi_demux_reset),
30929         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30930         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30931         (gst_avi_demux_change_state):
30932         * gst/avi/gstavidemux.h:
30933           Improve A/V sync. Still not perfect.
30934         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30935         (gst_ebml_read_skip):
30936           Handle events better.
30937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30938         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30939         (qtdemux_audio_caps):
30940           Add IMA4. Improve event handling. Save offset after a seek when
30941           the headers are at the end of the file so that we don't end up in
30942           an infinite loop.
30943         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30944           Add low-priority typefind support for files with no length.
30945
30946 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30947
30948         * testsuite/multifilesink/Makefile.am:
30949         fix typo
30950
30951 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30952
30953         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30955         mistakes from thaytan's patches.
30956
30957 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30958
30959         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30960           For completeness, XSync in the destroy function as xvimage does.
30961
30962 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30963
30964         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30965            Correct caps negotiation
30966         * gst/volume/gstvolume.c: (volume_chain_float),
30967         (volume_chain_int16):
30968            Modify debug output to be little more informative
30969         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30971         (gst_xvimagesink_xvimage_destroy):
30972           Add XSync calls after detaching from the shared memory segment to
30973           avoid a crash.
30974
30975 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30976
30977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30978         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30979         * ext/vorbis/vorbis.c: (plugin_init):
30980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30981         (gst_vorbisenc_chain):
30982         * ext/vorbis/vorbisenc.h:
30983         remove explicit newmedia support from oggmux and vorbisenc
30984         add debug category to vorbisenc
30985         * gst/multifilesink/gstmultifilesink.c:
30986         (gst_multifilesink_class_init), (gst_multifilesink_init),
30987         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30988         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30989         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30990         (plugin_init):
30991         * gst/multifilesink/gstmultifilesink.h:
30992         add support for streamheader in multifilesink
30993
30994 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30995
30996         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30997         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30998         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30999           Prevent infinite loops. More correct error reporting.
31000         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31001           Error out if negotiation fails.
31002         * gst/playback/gstplaybasebin.c: (setup_source),
31003         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31004         (gst_play_base_bin_found_tag):
31005           Error/tag forwarding. Pre-roll fixes for source errors on state
31006           changes (e.g. "file does not exist") to prevent hangs.
31007
31008 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31009
31010         * testsuite/multifilesink/Makefile.am:
31011         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31012         (gst_newmedia_class_init), (gst_newmedia_init),
31013         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31014         (newfile_signal), (test_signal), (main):
31015         * testsuite/multifilesink/multifilesrc_test.c: (main):
31016         * testsuite/multifilesink/oggtheora_test.c:
31017         (gst_newmedia_base_init), (gst_newmedia_class_init),
31018         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31019         (test_format), (newfile_signal), (test_signal), (main):
31020         * testsuite/multifilesink/oggvorbis_test.c:
31021         (gst_newmedia_base_init), (gst_newmedia_class_init),
31022         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31023         (test_format), (newfile_signal), (test_signal), (main):
31024         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31025         (gst_newmedia_class_init), (gst_newmedia_init),
31026         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31027         (newfile_signal), (test_signal), (main):
31028         New media tests
31029
31030 2004-09-20  Christian Schaller <christian@fluendo.com>
31031
31032         * Fix mikmod license to LGPL as they have relicensed
31033         * Move Dirac and Effectv into LGPL section of README_license
31034
31035 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31038         (gst_mad_change_state):
31039           Allow for mp3 rate/channels changes. However, only very
31040           conservatively. Reason that we *have* to enable this is smiply
31041           because the mad find_sync() function is not good enough, it will
31042           regularly sync on random data as valid frames and therefore make
31043           us provide random caps as *final* caps of the stream. The best fix
31044           I could think of is to simply require several of the same stream
31045           changes in a row before we change caps.
31046           The actual testcase that works now is #
31047         * ext/ogg/Makefile.am:
31048         * ext/ogg/gstogg.c: (plugin_init):
31049         * ext/ogg/gstogmparse.c:
31050           OGM support (video only for now; I need an audio sample file).
31051         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31052         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31053         (gst_asf_demux_add_video_stream):
31054           WMV extradata.
31055         * gst/playback/gstplaybasebin.c: (unknown_type):
31056           Don't error out on single unknown-types after all. It's wrong.
31057           If we found type of video and audio but not of a subtitle stream,
31058           it will still error out (which is unwanted). Will find a better fix
31059           later on.
31060         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31061         (ogmaudio_type_find), (plugin_init):
31062           OGM support.
31063
31064 2004-09-20  Johan Dahlin  <johan@gnome.org>
31065
31066         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31067         after setting caps.
31068
31069 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31070
31071         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31072         * gst/wavenc/gstwavenc.h:
31073         Added newmedia support to wavenc
31074
31075 2004-09-17  Wim Taymans  <wim@fluendo.com>
31076
31077         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31078         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31079         (gst_fdset_fd_can_write), (gst_fdset_wait):
31080         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31081         (gst_multifdsink_init), (gst_multifdsink_add),
31082         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31083         (gst_multifdsink_remove_client_link),
31084         (gst_multifdsink_client_queue_buffer),
31085         (gst_multifdsink_handle_client_write),
31086         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31087         (gst_multifdsink_close), (gst_multifdsink_change_state):
31088         * gst/tcp/gstmultifdsink.h:
31089         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31090         (gst_tcpserversink_removed):
31091         Small cleanups in fdset.c
31092         Use a hastable to map fd to the client structure for faster
31093         lookup in _remove and get_stats.
31094         Added virtual function to close the fds.
31095         Handle clients even when the select/poll call was unblocked because
31096         of a command.
31097         Implement syncing to keyframe in the recovery procedure.
31098
31099 2004-09-16 Iain <iaingnome@gmail.com>
31100
31101         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31102         try caps.
31103
31104 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31105
31106         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31107           Caps are only set if the type of the stream is unknown, but this
31108           is initialized in ->init_stream(), so set to UNKNOWN after calling
31109           ->init_stream() so that capsnego starts.
31110
31111 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31112
31113         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31114         (gst_avi_demux_stream_data):
31115           Just hardcode for raw audio then. AVI audio sucks.
31116
31117 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31118
31119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31120         * gst/matroska/matroska-mux.c: (audiosink_templ),
31121         (gst_matroska_mux_audio_pad_link):
31122         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31123         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31124
31125 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31126
31127         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31128         (gst_avi_demux_stream_data):
31129           Try to fix a/v sync issues.
31130
31131 2004-09-15  David Schleef  <ds@schleef.org>
31132
31133         * configure.ac: remove NASM check, since we don't use it.  Update
31134         dirac check to 0.4
31135         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31136         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31137         Initialized variables.
31138         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31139         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31140         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31141         SVQ3 format
31142
31143 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31144
31145         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31146         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31147         * gst/avi/gstavidemux.h:
31148           Fix for compressed audio (mp3) timestamp generation. How did this
31149           ever work?
31150
31151 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31152
31153         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31154           Volume is a double not a float.
31155
31156 2004-09-15  Wim Taymans  <wim@fluendo.com>
31157
31158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31159         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31160         Don't close the fd in multifdsink as we didn't open it in the
31161         first place. Some cleanups.
31162
31163 2004-09-15  Wim Taymans  <wim@fluendo.com>
31164
31165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31167         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31168         Fix the case where the muxer would mark pages as delta
31169         frames when they are not (vorbis only ogg).
31170
31171 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31172
31173         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31174         (gst_play_base_bin_change_state):
31175           Handle the case where we failed to setup a clear pipeline. This
31176           will throw an error (or EOS, another nice case) and if you don't
31177           catch that, the app will wait for the signal forever (and thus
31178           hang).
31179
31180 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31181
31182         * ext/gnomevfs/gstgnomevfssink.c:
31183         (gst_gnomevfssink_uri_get_protocols):
31184         * ext/gnomevfs/gstgnomevfssrc.c:
31185         (gst_gnomevfssrc_uri_get_protocols):
31186         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31187         * ext/gnomevfs/gstgnomevfsuri.h:
31188           Use _uri_new() instead of _open(), so it doesn't take as long and
31189           Christophe's computer won't hang.
31190         * gst/playback/gstplaybasebin.c: (unknown_type):
31191           Throw error on unknown media type, so apps actually display it.
31192
31193 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31194
31195         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31196           this script to work on Solaris since bash shell handles echo
31197           differenly than bash.
31198
31199 2004-09-17  Wim Taymans  <wim@fluendo.com>
31200
31201         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31202         (setup_source), (gst_play_base_bin_set_property),
31203         (gst_play_base_bin_add_element):
31204         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31205         Some more work on making sure seeking pauses the pipeline and
31206         that changing the uri actually does something.
31207
31208 2004-09-17  Wim Taymans  <wim@fluendo.com>
31209
31210         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31211         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31212         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31213         (gst_tcpserversink_close):
31214         Be a bit more paranoid when freeing memory.
31215
31216 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31217
31218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31219         (qtdemux_parse_trak):
31220           Don't crash by dividing by zero (see sample movie in #126922).
31221
31222 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31223
31224         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31225           Don't touch non-existing data (fixes crash on file in #140147).
31226
31227 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31228
31229         * gst/playback/gstplaybasebin.c:
31230         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31231           Handle double disposals, and proper change of URIs.
31232
31233 2004-09-13  Martin Eikermann <meiker@upb.de>
31234
31235         * gst/mpegstream/gstmpegparse.c:
31236           fix synchronistation for streams recorded from digital PCR
31237           fixes bug #119376
31238
31239 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31240
31241         * ext/gnomevfs/Makefile.am:
31242         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31243         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31244         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31245         (gst_gnomevfssink_uri_get_type),
31246         (gst_gnomevfssink_uri_get_protocols),
31247         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31248         (gst_gnomevfssink_uri_handler_init),
31249         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31250         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31251         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31252         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31253         (gst_gnomevfssrc_uri_get_type),
31254         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31255         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31256         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31257         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31258         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31259         * ext/gnomevfs/gstgnomevfsuri.h:
31260           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31261           of fake URIs to see which this version of Gnome-VFS likes, and
31262           uses that for the Gst-URI interface. Makes playbin support http://
31263           streams. Also fix up some stupid behaviour in gnomevfssrc.
31264
31265 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31266
31267         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31268         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31269         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31270         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31271           Update mixer (to sync with other sessions) if we try to obtain
31272           a new value. This makes alsamixer work accross applications.
31273         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31274           Only call sync functions if we're running, else alsalib asserts.
31275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31276           Sometimes fails to compile. Possibly a gcc bug.
31277         * gst/playback/gstplaybin.c: (gen_video_element),
31278         (gen_audio_element):
31279           Add a reference to an application-provided object, because we lose
31280           this same reference if we add it to the bin. If we don't do this,
31281           we can only use this object once and thus crash if we go from
31282           ready to playing, back to ready and back to playing again.
31283           Also add an audioscale element because several cheap soundcards -
31284           like mine - don't support all samplerates.
31285         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31286         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31287           Fix wrong order or PAR calls. Makes automatically obtained PAR
31288           from the X server atually being used.
31289
31290 2004-09-12  David Schleef  <ds@schleef.org>
31291
31292         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31293         #151887, #152102, #152247.
31294         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31295         * examples/seeking/cdparanoia.c: same
31296         * examples/seeking/cdplayer.c: same
31297         * examples/seeking/seek.c: same
31298         * examples/seeking/spider_seek.c: same
31299         * examples/seeking/vorbisfile.c: same
31300         * examples/stats/mp2ogg.c: same
31301         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31302         (gst_esdsink_dispose): Dispose of element properly.
31303         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31304         fixes.
31305         * ext/nas/nassink.c: (gst_nassink_class_init),
31306         (gst_nassink_dispose): Dispose of element correctly.
31307         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31308         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31309         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31310         Fix 64-bit warning.
31311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31312         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31313         Fix 64-bit warning.
31314
31315 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31316
31317         * configure.ac : change speex detection as 1.1.6 now uses
31318           .pc/pkg-config and they changed their headers location.
31319
31320 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31321
31322         * gst/matroska/matroska-mux.h:
31323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31324         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31325         (gst_matroska_mux_write_data):
31326           Write multiple blocks/frames per cluster.
31327                 Write meta-seek information (seek heads).
31328
31329 2004-09-09  Scott Wheeler <wheeler@kde.org>
31330
31331         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31332         (gst_play_bin_set_property), (gst_play_bin_get_property),
31333         (gen_audio_element), (gen_audio_element):
31334           Add a volume element / property to the pipeline.
31335
31336 2004-09-07  Wim Taymans  <wim@fluendo.com>
31337
31338         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31339         Copy timestamps from the master pad to the output buffers.
31340
31341 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31342
31343         * ext/raw1394/gstdv1394src.c:
31344           throw errors when applicable
31345
31346 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31347
31348         * gst/matroska/ebml-ids.h:
31349         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31350         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31351         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31352           automatically convert unix time <-> ebml time when reading/writing
31353           a date, use gst_ebml_write_uint to write CUETIME,
31354           not gst_ebml_write_date.
31355         * gst/matroska/matroska-ids.h:
31356         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31357         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31358         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31359         (gst_matroska_mux_write_data):
31360           Write track and segment UIDs, write muxing date, write
31361           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31362           Create cues for audio only files.
31363
31364 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31365
31366         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31367         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31368           Re-commit ALSA switches.
31369         * gst/adder/gstadder.c: (gst_adder_loop):
31370           64-bit fix (#151416).
31371         * gst/debug/progressreport.c: (gst_progressreport_report):
31372           64-bit fix (#151419).
31373         * gst/matroska/matroska-demux.c:
31374         (gst_matroska_demux_parse_contents):
31375           64-bit fix (#151420).
31376         * gst/playback/test3.c: (update_scale):
31377           64-bit fix (#151421).
31378
31379 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31380
31381         * configure.ac:
31382           bump nano to cvs
31383
31384 === release 0.8.4 ===
31385
31386 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31387
31388         * configure.ac: releasing 0.8.4, "Alias"
31389
31390 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31391
31392         * ext/theora/Makefile.am:
31393           fix makefile.  Fixes #151462.
31394
31395 2004-08-30  Wim Taymans  <wim@fluendo.com>
31396
31397         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31398         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31399         (gst_multifdsink_remove_client_link),
31400         (gst_multifdsink_client_queue_buffer),
31401         (gst_multifdsink_handle_client_write):
31402         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31403         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31404         Fix some memory leaks.
31405
31406 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31407
31408         Patch by: David Schleef
31409
31410         * configure.ac:
31411         * sys/Makefile.am:
31412           rename our detection macro for V4L2.  Fixes #151236.
31413
31414 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31415
31416         Patch by: David Schleef
31417
31418         * configure.ac:
31419           check to define LAMEPRESET.  Fixes #151232.
31420
31421 2004-08-27  David Schleef  <ds@schleef.org>
31422
31423         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31424         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31425         (gst_glimagesink_fixate):  Move local variable declarations to
31426         make gcc-2.95 happy.
31427
31428 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31429
31430         * configure.ac:
31431           bump nano for prerelease
31432
31433 2004-08-27  David Schleef  <ds@schleef.org>
31434
31435         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31436         * sys/sunaudio/gstsunaudiosrc.c:
31437         * sys/sunaudio/gstsunaudiosrc.h:
31438
31439 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31440
31441         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31442         handle EOS correctly
31443         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31444         * gst/matroska/matroska-mux.h:
31445         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31446         VFW compatibility mode
31447
31448 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31449
31450         patch by: Zaheer Abbas Merali
31451
31452         * ext/ogg/gstoggmux.c:
31453         * ext/vorbis/vorbisenc.c:
31454         * ext/vorbis/vorbisenc.h:
31455           handle NEWMEDIA
31456
31457 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31458
31459         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31460         fix byte order reversion on little endian machines.
31461         * gst/matroska/matroska-mux.c: (audiosink_templ),
31462         (gst_matroska_mux_audio_pad_link):
31463         add TTA codec to the list of supported codecs.
31464         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31465         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31466         (gst_matroska_mux_write_data):
31467         * gst/matroska/matroska-mux.h:
31468         write segment duration correctly, write muxing app string, fixes bugs
31469         #140897 and #140898.
31470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31471         wait for all pads to be negotiated before starting to mux.
31472
31473 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31474
31475         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31476         * ext/lame/gstlame.h:
31477         Added new media support to lame
31478
31479 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31480
31481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31482         send vorbis headers at the beginning of a stream, fixes bug #141554.
31483         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31484         bug #148950.
31485         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31486         (gst_matroska_demux_plugin_init):
31487         * gst/matroska/matroska-ids.h:
31488         enable demuxing of TTA audio streams, fixes bug #148951.
31489         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31490         enable typefinding for TTA audio files, fixes bug #148711.
31491         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31492         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31493         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31494
31495 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31496
31497         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31498         (gst_riff_read_element_data), (gst_riff_read_seek),
31499         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31500         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31501         <teuf@gnome.org>
31502
31503 2004-08-23 Iain <iaingnome@gmail.com>
31504
31505         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31506         tags. They appear to be handled differently to normal.
31507         (tag_list_to_id3_tag_foreach): Ditto.
31508
31509 2004-08-22  Wim Taymans  <wim@fluendo.com>
31510
31511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31512         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31513         Make sure we never send -1 granulepos.
31514
31515 2004-08-20  Wim Taymans  <wim@fluendo.com>
31516
31517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31518         (gst_ogg_mux_loop):
31519         I will accept bitchslappings with non sharp objects.
31520
31521 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31522
31523         * configure.ac:
31524         Clean up the test for lame presets
31525
31526 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31527
31528         * configure.ac:
31529         * ext/lame/Makefile.am:
31530         * ext/lame/gstlame.c: (gst_lame_class_init),
31531         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31532         Only enable lame presets if version of lame has presets in API
31533
31534 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31535         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31536         * gst/udp/gstudpsrc.h:
31537           Don't call gst_pad_push in a get function. Fixes #150449
31538
31539 2004-08-18  Wim Taymans  <wim@fluendo.com>
31540
31541         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31542         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31543         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31544         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31545         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31546         (gst_fdset_wait):
31547         * gst/tcp/gstfdset.h:
31548         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31549         (gst_multifdsink_client_queue_buffer),
31550         (gst_multifdsink_handle_client_write):
31551         * gst/tcp/gstmultifdsink.h:
31552         Some extra checks in gstfdset.
31553         Only use send() when the fd is a socket. Don't try to
31554         read from write only fds.
31555
31556 2004-08-18  Wim Taymans  <wim@fluendo.com>
31557
31558         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31559         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31560         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31561         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31562         (gst_fdset_wait):
31563         Add more locking and bounds checking.
31564
31565 2004-08-18  Wim Taymans  <wim@fluendo.com>
31566
31567         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31568         Realloc test fdset in the lock and right before starting
31569         the poll call. Bump the limit to 4096.
31570
31571 2004-08-17  David Schleef  <ds@schleef.org>
31572
31573         * sys/sunaudio/Makefile.am:
31574         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31575         of rates and channels.  Make debugging less obnoxious.
31576
31577         Patch from Balamurali Viswanathan implementing a mixer for
31578         Sun audio.  (bug #144091):
31579         * sys/sunaudio/gstsunelement.c:
31580         * sys/sunaudio/gstsunelement.h:
31581         * sys/sunaudio/gstsunmixer.c:
31582         * sys/sunaudio/gstsunmixer.h:
31583
31584 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31585
31586         * gst/audioscale/gstaudioscale.c:
31587         * gst/audioscale/gstaudioscale.h:
31588         made audioscale resample from any sample rate to any sample rate
31589
31590 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31591
31592         * ext/libpng/gstpngdec.c:
31593           error out on unsupported types
31594
31595 2004-08-17  Iain <iaingnome@gmail.com>
31596
31597         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31598         mid_side and loose_mid_side properties if its a stereo stream.
31599
31600 2004-08-17  Wim Taymans  <wim@fluendo.com>
31601
31602         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31603         (theora_get_formats), (theora_dec_src_convert),
31604         (theora_dec_sink_convert), (theora_dec_src_query),
31605         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31606         Add a debug line.
31607
31608 2004-08-17  Wim Taymans  <wim@fluendo.com>
31609
31610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31611         (gst_ogg_pad_push):
31612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31613         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31614         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31615         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31616         Mark delta units in the muxer.
31617         Try to decode the packet after an out-of-sync error from
31618         libogg.
31619
31620 2004-08-17  Wim Taymans  <wim@fluendo.com>
31621
31622         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31623         (gst_multifdsink_init), (gst_multifdsink_add),
31624         (gst_multifdsink_client_queue_buffer),
31625         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31626         * gst/tcp/gstmultifdsink.h:
31627         Added option to send a keyframe to clients as the first buffer.
31628         Make timeout property writable.
31629
31630 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31631
31632         patch by: Wim Taymans
31633
31634         * gst/tcp/gstfdset.c:
31635         * gst/tcp/gstmultifdsink.c:
31636           fix index comparison, should include 0
31637
31638 2004-08-16  Wim Taymans  <wim@fluendo.com>
31639
31640         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31641         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31642         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31643         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31644         (gst_fdset_wait):
31645           copy when reallocing for poll so the select arguments don't get
31646           changed during the call
31647
31648 2004-08-16  Wim Taymans  <wim@fluendo.com>
31649
31650         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31651         (gst_theora_enc_class_init), (theora_enc_sink_link),
31652         (theora_buffer_from_packet), (theora_enc_chain):
31653         Fix bug where buffers were not marked as keyframes
31654         correctly.
31655
31656 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31657
31658         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31659         (gst_lame_preset_get_type), (gst_lame_class_init):
31660         describe the enum values for vbr mode and presets more verbosely
31661
31662 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31663
31664         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31665         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31666         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31667         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31668         * ext/lame/gstlame.h:
31669         add preset property to lame so it can use lame presets
31670
31671 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31672
31673         * ext/lame/gstlame.c: (gst_lame_get_property):
31674         whoops forgot break, thanks teuf
31675
31676 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31677
31678         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31679         (gst_lame_class_init), (gst_lame_src_getcaps),
31680         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31681         (gst_lame_get_property), (gst_lame_setup):
31682         * ext/lame/gstlame.h:
31683         fix lame's broken vbr stuff, allow it to resample if need be, and also
31684         make xing header optional
31685
31686 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31687
31688         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31689         added getcaps function so samplerate doesnt get fixated to silly values
31690
31691 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31692
31693         * ext/lame/gstlame.c: (gst_lame_src_link):
31694         revert previous fix
31695
31696 2004-08-12  Johan Dahlin  <johan@gnome.org>
31697
31698         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31699         checks. Doesn't matter what state we are in. Interfaces are a
31700         compile time thing, not runtime. It also broke the python bindings.
31701
31702 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31703
31704         * ext/lame/gstlame.c: (gst_lame_src_link):
31705         made source pad link function check if sinkpad is ok..fixes the problem
31706         where core fixates the output rate of lame stupidly
31707
31708 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31709
31710         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31711         * sys/v4l/v4l_calls.c:
31712         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31713           fix fixate function to handle nonsimple caps.
31714           remove bogus check in _link
31715           cleanups
31716
31717 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31718
31719         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31720         set default compression ratio parameter to 0.0 so bitrate parameter
31721         works :)
31722
31723 2004-08-11  David Schleef  <ds@schleef.org>
31724
31725         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31726
31727 2004-08-11  David Schleef  <ds@schleef.org>
31728
31729         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31730         before.
31731
31732 2004-08-11  David Schleef  <ds@schleef.org>
31733
31734         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31735
31736 2004-08-11  David Schleef  <ds@schleef.org>
31737
31738         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31739           license field
31740         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31741         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31742           LGPL.
31743         * gst/auparse/gstauparse.c: Fix plugin license field.
31744         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31745         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31746         * gst/rtp/gstrtp.c: Fix plugin license field.
31747
31748 2004-08-11  Wim Taymans  <wim@fluendo.com>
31749
31750         * gst/tcp/Makefile.am:
31751         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31752         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31753         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31754         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31755         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31756         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31757         (gst_fdset_fd_can_write), (gst_fdset_wait):
31758         * gst/tcp/gstfdset.h:
31759         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31760         (gst_multifdsink_class_init), (gst_multifdsink_init),
31761         (gst_multifdsink_add), (gst_multifdsink_remove),
31762         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31763         (gst_multifdsink_remove_client_link),
31764         (gst_multifdsink_handle_client_read),
31765         (gst_multifdsink_client_queue_data),
31766         (gst_multifdsink_client_queue_caps),
31767         (gst_multifdsink_client_queue_buffer),
31768         (gst_multifdsink_handle_client_write),
31769         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31770         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31771         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31772         (gst_multifdsink_close):
31773         * gst/tcp/gstmultifdsink.h:
31774         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31775         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31776         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31777         (gst_tcpserversink_close):
31778         * gst/tcp/gsttcpserversink.h:
31779         Abstracted away the select call, implemented poll (yes we ran into
31780         the 1024 limit in production).
31781
31782 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31783
31784         * gst/tcp/gsttcp.c:
31785         * gst/tcp/gsttcpplugin.c:
31786           improve debuggging, remove assert
31787
31788 2004-08-10  Wim Taymans  <wim@fluendo.com>
31789
31790         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31791         (gst_client_status_get_type), (gst_multifdsink_class_init),
31792         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31793         (gst_multifdsink_handle_client_read),
31794         (gst_multifdsink_handle_client_write),
31795         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31796         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31797         (gst_multifdsink_get_property):
31798         * gst/tcp/gstmultifdsink.h:
31799         * gst/tcp/gsttcp-marshal.list:
31800         Starting to prepare for specifying buffer time in other units
31801         than buffers. Expose remove reason in signal.
31802
31803 2004-08-10  Wim Taymans  <wim@fluendo.com>
31804
31805         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31806         (gst_multifdsink_remove), (gst_multifdsink_clear),
31807         (gst_multifdsink_remove_client_link),
31808         (gst_multifdsink_handle_client_read),
31809         (gst_multifdsink_client_queue_data),
31810         (gst_multifdsink_client_queue_buffer),
31811         (gst_multifdsink_handle_client_write),
31812         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31813         (gst_multifdsink_chain), (gst_multifdsink_close):
31814         * gst/tcp/gstmultifdsink.h:
31815         Added more debugging info. Changed the way clients are
31816         removed from the lists. Fixed a bug where a bad file descriptor
31817         could cause many clients to be removed.
31818
31819 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31820
31821         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31822           allow all pixel-aspect-ratios, not just 1:1
31823
31824 2004-08-09  David Schleef  <ds@schleef.org>
31825
31826         * sys/glsink/ARB_multitexture.h:  Remove old files.
31827         * sys/glsink/EXT_paletted_texture.h:
31828         * sys/glsink/NV_register_combiners.h:
31829         * sys/glsink/gstgl_nvimage.c:
31830         * sys/glsink/gstgl_pdrimage.c:
31831         * sys/glsink/gstgl_rgbimage.c:
31832         * sys/glsink/gstglsink.c:
31833         * sys/glsink/gstglsink.h:
31834         * sys/glsink/gstglxwindow.c:
31835         * sys/glsink/regcomb_yuvrgb.c:
31836
31837 2004-08-09  David Schleef  <ds@schleef.org>
31838
31839         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31840         GL sink plugin.  (Bug #147302)
31841
31842         * configure.ac: Test for OpenGL
31843         * sys/Makefile.am: Use test for OpenGL
31844         * sys/glsink/Makefile.am:
31845         * sys/glsink/glimagesink.c: rewrite
31846         * sys/glsink/glimagesink.h: rewrite
31847
31848 2004-08-09  David Schleef  <ds@schleef.org>
31849
31850         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31851         sane framerates.
31852         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31854         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31855
31856 2004-08-09  Wim Taymans  <wim@fluendo.com>
31857
31858         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31859         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31860         (gst_multifdsink_client_remove),
31861         (gst_multifdsink_handle_client_read),
31862         (gst_multifdsink_handle_client_write),
31863         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31864         Do a bit more logging, make the client_read code more robust.
31865
31866 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31867
31868         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31869         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31870         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31871         (gst_jpegdec_init), (gst_jpegdec_chain):
31872         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31873         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31874           cleanups, debugging fixes and memleak plugging
31875
31876 2004-08-09  Wim Taymans  <wim@fluendo.com>
31877
31878         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31879         (theora_get_formats), (theora_dec_src_convert),
31880         (theora_dec_sink_convert), (theora_dec_src_query),
31881         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31882         (theora_dec_change_state):
31883         Don't crash on missing header packets.
31884
31885 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31886
31887         * po/LINGUAS:
31888         * po/sq.po:
31889           Added Albanian translation (Laurent Dhima)
31890         * po/cs.po:
31891           updated
31892
31893 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31894
31895         * ext/lame/gstlame.c:
31896           fix/add debugging
31897
31898 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31899
31900         * sys/ximage/ximagesink.c:
31901         * sys/xvimage/xvimagesink.c:
31902           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31903
31904 2004-08-06  Wim Taymans  <wim@fluendo.com>
31905
31906         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31907         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31908         (gst_multifdsink_client_remove),
31909         (gst_multifdsink_handle_client_read),
31910         (gst_multifdsink_handle_client_write),
31911         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31912         Make sure we don't try to read more from a client that what
31913         ioctl says us or we deadlock.
31914
31915 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31916
31917         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31918         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31919         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31920           decouple running_time and n_frames so it can handle changing
31921           framerate while running
31922
31923 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31924
31925         * po/nl.po:
31926         * po/sv.po:
31927           updated translations
31928
31929 2004-08-04  Benjamin Otte  <otte@gnome.org>
31930
31931         * gst/videotestsrc/gstvideotestsrc.c:
31932         (gst_videotestsrc_get_capslist), (generate_capslist),
31933         (plugin_init):
31934           generate the list of supported caps at startup and reuse it instead
31935           of always generating it
31936
31937 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31938
31939         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31940           whoops, last checkin broke normal build
31941
31942 2004-08-03  Benjamin Otte  <otte@gnome.org>
31943
31944         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31945         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31946         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31947         (gst_alsa_mixer_get_option):
31948         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31949         (dvdnavsrc_print_event):
31950         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31951         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31952         (gst_ogg_mux_pad_unlink):
31953         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31954         (gst_multipart_mux_pad_unlink):
31955         * gst/videofilter/gstvideobalance.c:
31956         (gst_videobalance_colorbalance_set_value):
31957         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31958         (gst_videomixer_pad_unlink):
31959         * po/uk.po:
31960         * sys/oss/gstossmixer.c:
31961         * sys/v4l/gstv4lcolorbalance.c:
31962         * sys/v4l/gstv4ltuner.c:
31963         * sys/v4l/v4lsrc_calls.c:
31964         * sys/v4l2/gstv4l2colorbalance.c:
31965         * sys/v4l2/gstv4l2tuner.c:
31966           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31967
31968 2004-08-03  Benjamin Otte  <otte@gnome.org>
31969
31970         * examples/dynparams/filter.c: (ui_control_create):
31971         * examples/gstplay/player.c: (print_tag):
31972         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31973         * ext/gdk_pixbuf/gstgdkanimation.c:
31974         (gst_gdk_animation_iter_may_advance):
31975         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31976         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31977         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31978         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31979         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31980         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31981         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31982         * gst/sine/demo-dparams.c: (main):
31983         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31984         * testsuite/alsa/formats.c: (create_pipeline):
31985         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31986           fixes for G_DISABLE_ASSERT and friends
31987         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31988         (mp3_type_frame_length_from_header), (mp3_type_find),
31989         (plugin_init):
31990           require mp3 typefinding to have at least MIN_HEADERS valid headers
31991           add typefinding for AAC adts files
31992
31993 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31994
31995         * sys/ximage/ximagesink.c:
31996         (gst_ximagesink_calculate_pixel_aspect_ratio):
31997         * sys/xvimage/xvimagesink.c:
31998         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31999         Make sure we calculate pixel-aspect-ratio using floating point maths
32000
32001 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32002
32003         * po/uk.po:
32004           updated translation
32005
32006 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32007
32008         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32010           add debugging for display PAR calculation
32011
32012 2004-08-02  David Schleef  <ds@schleef.org>
32013
32014         * configure.ac: Fix mikmod CFLAGS.
32015
32016 2004-07-27  Benjamin Otte  <otte@gnome.org>
32017
32018         * gst/audioscale/gstaudioscale.c:
32019         - fix templates to only support S16, it's the only format that works
32020         - make caps nego code use try_set_caps_nonfixed and fixation instead
32021         of try_set_caps twice, which is not nice for autopluggers
32022         - change rank to secondary, so autopluggers can pick it up after
32023         audioconvert
32024
32025 2004-08-02  Iain <iain@prettypeople.org>
32026
32027         * gst/interleave/interleave.c (interleave_init),
32028         (interleave_request_new_pad),
32029         (interleave_pad_removed),
32030         (interleave_buffered_loop): Use the real pad count, not the artificial
32031         one.
32032
32033 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32034
32035         * configure.ac: bump nano back to development
32036
32037 === release 0.8.3 ===
32038
32039 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32040
32041         * configure.ac: releasing 0.8.3, "Water"
32042
32043 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32044
32045         * sys/xvimage/xvimagesink.c:
32046         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32047         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32048         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32049         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32050         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32051         * sys/xvimage/xvimagesink.h:
32052           apply similar PAR fixes as to ximagesink
32053
32054 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32055
32056         patch from: Benjamin Otte
32057
32058         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32059           add link function to lame.  Fixes #148986.
32060
32061 2004-08-02  Johan Dahlin  <johan@gnome.org>
32062
32063         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32064         fix debugging log
32065
32066 2004-07-30  David Schleef  <ds@schleef.org>
32067
32068         * gst/videomixer/Makefile.am: Fix things that should have been
32069         fixed in the last checkin.
32070
32071 2004-07-30  David Schleef  <ds@schleef.org>
32072
32073         * gst/multipart/Makefile.am: Fix things that should have been
32074         fixed in the last checkin.
32075
32076 2004-07-30  David Schleef  <ds@schleef.org>
32077
32078         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32079
32080 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32081
32082         * configure.ac:
32083           bump nano for prerelease
32084         * po/af.po:
32085         * po/az.po:
32086         * po/cs.po:
32087         * po/en_GB.po:
32088         * po/hu.po:
32089         * po/nl.po:
32090         * po/sr.po:
32091         * po/sv.po:
32092         * po/uk.po:
32093           updates
32094
32095 2004-07-30  Wim Taymans  <wim@fluendo.com>
32096
32097         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32098         (gst_multifdsink_add), (gst_multifdsink_remove),
32099         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32100         (gst_multifdsink_client_remove),
32101         (gst_multifdsink_handle_client_write),
32102         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32103         * gst/tcp/gstmultifdsink.h:
32104         Recover from a select with a bad file descriptor by removing
32105         the client.
32106
32107 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32108
32109         * configure.ac:
32110           fix requirement of core
32111         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32112         (gst_play_pipeline_setup):
32113           don't use colorspace element.  do use hermescolorspace element.
32114           make macro to get a colorspace element.
32115           mark strings for translation.
32116         * po/POTFILES.in:
32117           add play.c
32118         * po/af.po:
32119         * po/az.po:
32120         * po/cs.po:
32121         * po/en_GB.po:
32122         * po/hu.po:
32123         * po/nl.po:
32124         * po/sr.po:
32125         * po/sv.po:
32126         * po/uk.po:
32127           update translations
32128
32129 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32130
32131         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32132         fix default for newmedia flag
32133
32134 2004-07-30  Wim Taymans  <wim@fluendo.com>
32135
32136         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32137         (gst_theora_dec_init), (theora_get_formats),
32138         (theora_dec_src_convert), (theora_dec_sink_convert),
32139         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32140         (theora_dec_chain), (theora_dec_set_property),
32141         (theora_dec_get_property):
32142         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32143         (gst_theora_enc_class_init), (gst_theora_enc_init),
32144         (theora_enc_sink_link), (theora_enc_chain),
32145         (theora_enc_set_property), (theora_enc_get_property):
32146         Added cropping option to theora decoder.
32147         Added border option to theora encoder.
32148
32149 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32150
32151         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32152         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32153         (gst_pngenc_set_property):
32154         * ext/libpng/gstpngenc.h:
32155         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
32156
32157 2004-07-30  Wim Taymans  <wim@fluendo.com>
32158
32159         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32160         (theora_enc_sink_link), (theora_enc_chain),
32161         (theora_enc_set_property), (theora_enc_get_property):
32162         Fix encoding of non-multiple-of-16 video.
32163
32164 2004-07-29  David Schleef  <ds@schleef.org>
32165
32166         * configure.ac: make test for audiofile more strict
32167
32168 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32169
32170         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32171           give different names to typefind functions
32172
32173 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32174
32175         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32176         (gst_ximagesink_calculate_pixel_aspect_ratio),
32177         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32178         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32179         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32180         (gst_ximagesink_get_property), (gst_ximagesink_init):
32181         * sys/ximage/ximagesink.h:
32182           allocate PAR's dynamically.
32183           use autodetected PAR if no object-set PAR is given.
32184           add workaround for directfb's X not setting physical size.
32185           fix to xvimagesink will follow tomorrow.
32186
32187 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32188
32189         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32190         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32191         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32192         (gst_shout2send_class_init), (gst_shout2send_init),
32193         (set_shout_metadata), (gst_shout2send_set_metadata),
32194         (gst_shout2send_chain), (gst_shout2send_set_property),
32195         (gst_shout2send_get_property), (gst_shout2send_connect),
32196         (gst_shout2send_change_state):
32197         * ext/shout2/gstshout2.h:
32198         - fix for sending mp3 audio to icecast2 server, if pad link function not
32199         called before PAUSED state
32200         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32201         - added tagging support for mp3 audio broadcasted
32202         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32203         debug info
32204
32205 2004-07-28  Wim Taymans  <wim@fluendo.com>
32206
32207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32208         (gst_ogg_demux_push):
32209         Return query failure when we don't know the length of
32210         an ogg stream insteda of returning TRUE with a bogus value.
32211
32212 2004-07-28  Wim Taymans  <wim@fluendo.com>
32213
32214         * ext/theora/theoradec.c: (theora_get_formats),
32215         (theora_dec_src_convert), (theora_dec_sink_convert),
32216         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32217         (theora_dec_chain):
32218         Don't screw up the 1 Chroma for 1 luma sample situation when we
32219         have an odd offset/width by adding a black border in those cases.
32220
32221 2004-07-28  Wim Taymans  <wim@fluendo.com>
32222
32223         * ext/theora/theoradec.c: (theora_get_formats),
32224         (theora_dec_src_convert), (theora_dec_sink_convert),
32225         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32226         (theora_dec_chain):
32227         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32228         Added first attempt at cropping of the image as required by the
32229         theora spec. We need more properties in the caps (offset_x,
32230         offset_y,stride) to implement this correctly.
32231
32232 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32233
32234         * ext/dvdnav/README:
32235           Update the README to use dvddemux
32236         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32237           Ensure getcaps returns a subset of the template caps
32238         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32239         (gst_mpeg2subt_init):
32240           Ensure getcaps returns a subset of the template caps
32241         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32242         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32243         (gst_dvd_demux_get_subpicture_stream),
32244         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32245         * gst/mpegstream/gstdvddemux.h:
32246           Set the explicit caps on the current_video pad before pushing
32247           anything
32248         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32249         (gst_mpeg_demux_get_audio_stream):
32250           Free caps used to gst_pad_set_explicit_caps, which takes a const
32251           GstCaps *
32252
32253 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32254
32255         * configure.ac: update GStreamer requirement to 0.8.4 because of
32256           GstFraction.
32257
32258 2004-07-28  Wim Taymans  <wim@fluendo.com>
32259
32260         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32261         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32262         Add the pad to the element after setting up the caps. This
32263         makes it a lot easier to autoplug.
32264
32265 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32266
32267         * gst/median/gstmedian.c:
32268         * gst/mpeg2subt/gstmpeg2subt.c:
32269         * gst/mpegaudioparse/gstmpegaudioparse.c:
32270         * gst/mpegstream/gstdvddemux.c:
32271         * gst/mpegstream/gstmpegdemux.c:
32272         * gst/mpegstream/gstmpegpacketize.c:
32273         * gst/rtjpeg/gstrtjpeg.c:
32274         * gst/rtjpeg/gstrtjpegdec.c:
32275         * gst/rtjpeg/gstrtjpegenc.c:
32276         * gst/sine/gstsinesrc.c:
32277         * gst/smooth/gstsmooth.c:
32278         * gst/smpte/gstsmpte.c:
32279         * gst/smpte/gstsmpte.h:
32280         * gst/stereo/gststereo.c:
32281         * gst/videofilter/gstgamma.c:
32282         * gst/videofilter/gstvideobalance.c:
32283         * gst/videofilter/gstvideofilter.c:
32284         * gst/videofilter/gstvideoflip.c:
32285         * gst/videoscale/gstvideoscale.c:
32286         * gst/videoscale/videoscale.c:
32287         * gst/videotestsrc/gstvideotestsrc.c:
32288         * gst/videotestsrc/videotestsrc.c:
32289         * gst/wavenc/gstwavenc.c:
32290         * gst/wavparse/gstwavparse.c:
32291           fix local includes and 64 bits constants
32292
32293 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32294
32295         * win32/gst.sln:
32296         * gst-libs/gst/*/*.vcproj:
32297         * gst/*/*.vcproj:
32298           more working plugins
32299
32300 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32301
32302         * testsuite/alsa/Makefile.am:
32303         * testsuite/alsa/srcstate.c:
32304         add test for alsasrc changing state
32305
32306 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32307
32308         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32309         (gst_silence_get):
32310         * gst/silence/gstsilence.h:
32311         fix silence generation for 16bit raw audio
32312
32313 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32314
32315         * gst/matroska/matroska-demux.c:
32316         (gst_matroska_demux_parse_metadata),
32317         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32318         * gst/mpegaudio/common.c:
32319         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32320         (gst_videoscale_getcaps), (gst_videoscale_link),
32321         (gst_videoscale_src_fixate), (gst_videoscale_init),
32322         (gst_videoscale_finalize):
32323         * gst/videoscale/gstvideoscale.h:
32324         * gst/videotestsrc/gstvideotestsrc.c:
32325         (gst_videotestsrc_get_capslist):
32326         * gst/wavenc/gstwavenc.c:
32327         * sys/oss/gstossmixer.c: (fill_labels):
32328         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32329         (gst_ximagesink_handle_xevents),
32330         (gst_ximagesink_calculate_pixel_aspect_ratio),
32331         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32332         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32333         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32334         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32335         (gst_ximagesink_init), (gst_ximagesink_class_init):
32336         * sys/ximage/ximagesink.h:
32337         * sys/xvimage/xvimagesink.c:
32338         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32339         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32340         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32341         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32342         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32343         * sys/xvimage/xvimagesink.h:
32344           first batch of pixel aspect ratio commits.
32345
32346 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32347
32348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32349         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32350         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32351           handle stride, needs work if we want to move stride handling
32352           upstream, but works correctly for our purposes.
32353
32354 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32355
32356         * gst/videoscale/README:
32357           add testing examples
32358         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32359         (gst_videoscale_chain):
32360         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32361         (gst_videoscale_get_size):
32362           add get_size function that handles stride like videotestsrc.
32363           fixes conversion for YUV formats for as much as I can test them.
32364
32365 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32366
32367         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32368         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32370         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32371         (gst_xvimagesink_xvimage_put):
32372           further cleanups, logging, error handling and synchronizing
32373
32374 2004-07-27  Wim Taymans  <wim@fluendo.com>
32375
32376         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32377         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32378         (gst_videomixer_pad_set_property),
32379         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32380         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32381         (gst_videomixer_class_init), (gst_videomixer_init),
32382         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32383         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32384         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32385         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32386         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32387         (gst_videomixer_loop), (plugin_init):
32388         Be a nicer negotiation citizen and provide a getcaps function on
32389         the srcpad. This also fixes a crash when resizing.
32390
32391 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32392
32393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32394         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32395
32396 2004-07-27  Wim Taymans  <wim@fluendo.com>
32397
32398         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32399         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32400         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32401         (gst_pngenc_set_property):
32402         * ext/libpng/gstpngenc.h:
32403         Added snapshot property to pngenc.
32404         removed g_print from pngdec
32405
32406 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32407
32408         * gst/ac3parse/ac3parse.vcproj
32409         * gst/adder/adder.vcproj
32410         * gst/alpha/alpha.vcproj
32411         * gst/alpha/alphacolor.vcproj
32412         * gst/asfdemux/asf.vcproj
32413         * gst/audioconvert/audioconvert.vcproj
32414         * gst/audiorate/audiorate.vcproj
32415         * gst/audioscale/audioscale.vcproj
32416         * gst/auparse/auparse.vcproj
32417         * gst/avi/avi.vcproj
32418         * gst/cdxaparse/cdxaparse.vcproj
32419         * gst/chart/chart.vcproj
32420         * gst/colorspace/colorspace.vcproj
32421         * gst/cutter/cutter.vcproj
32422         * gst/debug/debug.vcproj
32423         * gst/debug/efence.vcproj
32424         * gst/debug/navigationtest.vcproj
32425         * gst/deinterlace/deinterlace.vcproj
32426         * gst/effectv/effectv.vcproj
32427         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32428         * gst/filter/filter.vcproj
32429         * gst/flx/flxdec.vcproj
32430         * gst/goom/goom.vcproj
32431         * gst/interleave/interleave.vcproj
32432         * gst/law/alaw.vcproj
32433         * gst/law/mulaw.vcproj
32434         * gst/matroska/matroska.vcproj
32435         * gst/median/median.vcproj
32436         * gst/mixmatrix/mixmatrix.vcproj
32437         * gst/mpeg1sys/mpeg1systemencode.vcproj
32438         * gst/mpeg1videoparse/mp1videoparse.vcproj
32439         * gst/mpeg2sub/mpeg2subt.vcproj
32440         * gst/mpegaudio/mpegaudio.vcproj
32441         * gst/mpegaudioparse/mpegaudioparse.vcproj
32442         * gst/mpegstream/mpegstream.vcproj
32443         * gst/multifilesink/multifilesink.vcproj
32444         * gst/multipart/multipart.vcproj
32445         * gst/oneton/oneton.vcproj
32446         * gst/overlay/overlay.vcproj
32447         * gst/passthrough/passthrough.vcproj
32448         * gst/qtdemux/qtdemux.vcproj
32449         * gst/realmedia/rmdemux.vcproj
32450         * gst/rtjpeg/rtjpeg.vcproj
32451         * gst/rtp/rtp.vcproj
32452         * gst/silence/silence.vcproj
32453         * gst/sine/sinesrc.vcproj
32454         * gst/smooth/smooth.vcproj
32455         * gst/smpte/smpte.vcproj
32456         * gst/spectrum/spectrum.vcproj
32457         * gst/speed/speed.vcproj
32458         * gst/stereo/stereo.vcproj
32459         * gst/switch/switch.vcproj
32460         * gst/tags/tagedit.vcproj
32461         * gst/tcp/tcp.vcproj
32462         * gst/typefind/typefindfunctions.vcproj
32463         * gst/udp/udp.vcproj
32464         * gst/videobox/videobox.vcproj
32465         * gst/videocrop/videocrop.vcproj
32466         * gst/videodrop/videodrop.vcproj
32467         * gst/videofilter/gamma.vcproj
32468         * gst/videofilter/videobalance.vcproj
32469         * gst/videofilter/videofilter.vcproj
32470         * gst/videofilter/videoflip.vcproj
32471         * gst/videoflip/videoflip.vcproj
32472         * gst/videomixer/videomixer.vcproj
32473         * gst/videorate/videorate.vcproj
32474         * gst/videoscale/videoscale.vcproj
32475         * gst/videotestsrc/videotestsrc.vcproj
32476         * gst/virtualdub/virtualdub.vcproj
32477         * gst/volenv/volenv.vcproj
32478         * gst/volume/volume.vcproj
32479         * gst/wavenc/wavenc.vcproj
32480         * gst/wavparse/wavparse.vcproj
32481         * gst/y4m/y4menc.vcproj
32482         * gst-libs/gst/audio/audio.vcproj
32483         * gst-libs/gst/audio/audiofilter.vcproj
32484         * gst-libs/gst/colorbalance/colorbalance.vcproj
32485         * gst-libs/gst/idct/idtc.vcproj
32486         * gst-libs/gst/media-info/media-info.vcproj
32487         * gst-libs/gst/mixer/mixer.vcproj
32488         * gst-libs/gst/navigation/navigation.vcproj
32489         * gst-libs/gst/play/play.vcproj
32490         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32491         * gst-libs/gst/resample/resample.vcproj
32492         * gst-libs/gst/riff/riff.vcproj
32493         * gst-libs/gst/tuner/tuner.vcproj
32494         * gst-libs/gst/video/video.vcproj
32495         * gst-libs/gst/xoverlay/xoverlay.vcproj
32496           avoid problems with math.h, fix release dependancy
32497           rename GStreamer-0.8.lib to libgstreamer.lib
32498
32499 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32500
32501         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32503         the atom is not available we have to unlock the mutex. Fixes #148023
32504
32505 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32506
32507         * gst-libs/gst/media-info/media-info.h:
32508           issue for a vararg macro with MSVC
32509
32510 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32511
32512         * gst/effectv/effectv.vcproj
32513         * gst-libs/gst/idct/idct.vcproj:
32514         * gst-libs/gst/media-info/media-info.vcproj:
32515         * gst-libs/gst/navigation/navigation.vcproj:
32516         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32517         * gst-libs/gst/video/video.vcproj:
32518         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32519           fixes for build problems
32520
32521 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32522
32523         * gst-libs/gst/audio/audio.def:
32524         * gst-libs/gst/audio/riff.def:
32525           add some definitions needed by plugins
32526
32527 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32528
32529         * gst/asfdemux/gstasfmux.c
32530           Fix some 64 bits constants to be glib friendly
32531
32532 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32533
32534         * gst/ac3parse/gstac3parse.c
32535         * gst/audioscale/gstaudioscale.c
32536         * gst/auparse/gstauparse.c
32537         * gst/colorspace/gstcolorspace.c
32538         * gst/colorspace/yuv2rgb.h
32539           local include fixes
32540
32541 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32542
32543         * win32/gst.sln
32544           add more plugins to the build
32545
32546 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32547
32548         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32549         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32550
32551 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32552
32553         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32554         (gst_level_set_property), (gst_level_get_property),
32555         (gst_level_base_init), (gst_level_class_init):
32556           add debugging categories.  cleanups.
32557
32558 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32559
32560         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32561         (gst_videoscale_planar411), (gst_videoscale_planar400),
32562         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32563         (gst_videoscale_scale_nearest_str1),
32564         (gst_videoscale_scale_nearest_str2),
32565         (gst_videoscale_scale_nearest_str4),
32566         (gst_videoscale_scale_nearest_16bit),
32567         (gst_videoscale_scale_nearest_24bit):
32568           fixed stride issues
32569           tested with 320x240 -> 321, 322, 324 x240
32570           tested with YV12, I420, YUY2, UYVY
32571           fixed packed422rev (don't think it could have worked before)
32572           by testing with UYVY
32573
32574 2004-07-26  Benjamin Otte  <otte@gnome.org>
32575
32576         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32577         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32578         (plugin_init):
32579           add debugging category, add error checks like checking return values
32580           of setup calls, make sure it still works after
32581           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32582
32583 2004-07-26  Wim Taymans  <wim@fluendo.com>
32584
32585         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32586         (gst_mpeg_demux_get_audio_stream),
32587         (gst_mpeg_demux_process_private):
32588         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32589         Check for error codes from the negotiation functions. Make sure
32590         we really set the pad caps when a new pad is created.
32591
32592 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32593
32594         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32595         (gst_ffmpeg_caps_to_pix_fmt):
32596         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32598         (gst_ffmpegcolorspace_pad_link):
32599           don't make function do two things at the same time without reason.
32600
32601 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32602
32603         * gst/ac3parse/ac3parse.vcproj
32604         * gst/adder/adder.vcproj
32605         * gst/alpha/alpha.vcproj
32606         * gst/alpha/alphacolor.vcproj
32607         * gst/asfdemux/asf.vcproj
32608         * gst/audioconvert/audioconvert.vcproj
32609         * gst/audiorate/audiorate.vcproj
32610         * gst/audioscale/audioscale.vcproj
32611         * gst/auparse/auparse.vcproj
32612         * gst/avi/avi.vcproj
32613         * gst/cdxaparse/cdxaparse.vcproj
32614         * gst/chart/chart.vcproj
32615         * gst/colorspace/colorspace.vcproj
32616         * gst/cutter/cutter.vcproj
32617         * gst/debug/debug.vcproj
32618         * gst/debug/efence.vcproj
32619         * gst/debug/navigationtest.vcproj
32620         * gst/deinterlace/deinterlace.vcproj
32621         * gst/effectv/effectv.vcproj
32622         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32623         * gst/filter/filter.vcproj
32624         * gst/flx/flxdec.vcproj
32625         * gst/goom/goom.vcproj
32626         * gst/interleave/interleave.vcproj
32627         * gst/law/alaw.vcproj
32628         * gst/law/mulaw.vcproj
32629         * gst/matroska/matroska.vcproj
32630         * gst/median/median.vcproj
32631         * gst/mixmatrix/mixmatrix.vcproj
32632         * gst/mpeg1sys/mpeg1systemencode.vcproj
32633         * gst/mpeg1videoparse/mp1videoparse.vcproj
32634         * gst/mpeg2sub/mpeg2subt.vcproj
32635         * gst/mpegaudio/mpegaudio.vcproj
32636         * gst/mpegaudioparse/mpegaudioparse.vcproj
32637         * gst/mpegstream/mpegstream.vcproj
32638         * gst/multifilesink/multifilesink.vcproj
32639         * gst/multipart/multipart.vcproj
32640         * gst/oneton/oneton.vcproj
32641         * gst/overlay/overlay.vcproj
32642         * gst/passthrough/passthrough.vcproj
32643         * gst/qtdemux/qtdemux.vcproj
32644         * gst/realmedia/rmdemux.vcproj
32645         * gst/rtjpeg/rtjpeg.vcproj
32646         * gst/rtp/rtp.vcproj
32647         * gst/silence/silence.vcproj
32648         * gst/sine/sinesrc.vcproj
32649         * gst/smooth/smooth.vcproj
32650         * gst/smpte/smpte.vcproj
32651         * gst/spectrum/spectrum.vcproj
32652         * gst/speed/speed.vcproj
32653         * gst/stereo/stereo.vcproj
32654         * gst/switch/switch.vcproj
32655         * gst/tags/tagedit.vcproj
32656         * gst/tcp/tcp.vcproj
32657         * gst/typefind/typefindfunctions.vcproj
32658         * gst/udp/udp.vcproj
32659         * gst/videobox/videobox.vcproj
32660         * gst/videocrop/videocrop.vcproj
32661         * gst/videodrop/videodrop.vcproj
32662         * gst/videofilter/gamma.vcproj
32663         * gst/videofilter/videobalance.vcproj
32664         * gst/videofilter/videofilter.vcproj
32665         * gst/videofilter/videoflip.vcproj
32666         * gst/videoflip/videoflip.vcproj
32667         * gst/videomixer/videomixer.vcproj
32668         * gst/videorate/videorate.vcproj
32669         * gst/videoscale/videoscale.vcproj
32670         * gst/videotestsrc/videotestsrc.vcproj
32671         * gst/virtualdub/virtualdub.vcproj
32672         * gst/volenv/volenv.vcproj
32673         * gst/volume/volume.vcproj
32674         * gst/wavenc/wavenc.vcproj
32675         * gst/wavparse/wavparse.vcproj
32676         * gst/y4m/y4menc.vcproj
32677           more plugins supported under windows
32678
32679 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32680
32681         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32682         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32683         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32685         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32686           Add debugging statements.  Use the sizes as returned by the
32687           *CreateImage calls.
32688
32689 2004-07-26  Johan Dahlin  <johan@gnome.org>
32690
32691         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32692         the pad is negotiated.
32693
32694         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32695
32696 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32697
32698         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32699         * gst-libs/gst/idct/idct.vcproj:
32700         * gst-libs/gst/media-info/media-info.vcproj:
32701         * gst-libs/gst/mixer/mixer.vcproj:
32702         * gst-libs/gst/navigation/navigation.vcproj:
32703         * gst-libs/gst/play/play.vcproj:
32704         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32705         * gst-libs/gst/resample/resample.vcproj:
32706         * gst-libs/gst/tuner/tuner.vcproj:
32707         * gst-libs/gst/video/video.vcproj:
32708         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32709           more plugins supported under windows
32710
32711 2004-07-25 Iain <iain@prettypeople.org>
32712
32713         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32714         pad now rather than when the pad is created because state changes wipe
32715         explicit caps (fixes #148043).
32716
32717 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32718
32719         reviewed by Benjamin Otte  <otte@gnome.org>
32720
32721         * ext/mad/gstmad.c:
32722           fix mad plugin crashing on Sun (fixes #148289)
32723
32724 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32725
32726         * gst/avi/avi.def:
32727         * gst/avi/avi.vcproj:
32728         * gst/matroska/matroska.def:
32729         * gst/matroska/matroska.vcproj:
32730           remove unused .def files
32731
32732 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32733
32734         * gst-libs/gst/audio/gstaudiofilter.c:
32735           Clean the local include
32736
32737 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32738
32739         * win32/gst.sln:
32740         * gst-libs/gst/audio/audio.def:
32741         * gst-libs/gst/audio/audio.vcproj:
32742         * gst-libs/gst/audio/audiofilter.vcproj:
32743         * gst-libs/gst/audio/riff.def:
32744         * gst-libs/gst/audio/riff.vcproj:
32745         * gst-libs/gst/gst-libs.def:
32746         * gst-libs/gst/gst-libs.vcproj:
32747         * gst/avi/avi.vcproj:
32748         * gst/avi/avi.vcproj:
32749           Copy the files where needed after building, cleaner projects
32750
32751 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32752
32753         * gst/matroska/ebml-write.c:
32754           Fix some 64 bits constants to be glib friendly
32755
32756 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32757
32758         * win32/gst.sln:
32759         * gst-libs/gst/gst-libs.def:
32760         * gst-libs/gst/gst-libs.vcproj:
32761         * gst/matroska/matroska.def:
32762         * gst/matroska/matroska.vcproj:
32763           Add the preliminary canvas to build plugins on Win32
32764
32765 2004-07-23  Benjamin Otte  <otte@gnome.org>
32766
32767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32768           don't enfore negotiation from source side, it breaks
32769           sinesrc ! audioconvert ! osssink
32770
32771 2004-07-22  David Schleef  <ds@schleef.org>
32772
32773         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32774         for ELF files, since they can easily be recognized as audio/mpeg.
32775         (bug #147441)
32776
32777 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32778
32779         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32780         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32781         (gst_videoscale_scale_nearest_24bit),
32782         (gst_videoscale_scale_nearest_16bit):
32783           fix 16bit and 24bit for stride (24bit might need testing)
32784           don't pretend we do more than one algorithm
32785
32786 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32787
32788         * configure.ac:
32789         * gst/Makefile.am:
32790         * gst/multifilesink/Makefile.am:
32791         * gst/multifilesink/gstmultifilesink.c:
32792         (gst_multifilesink_get_formats),
32793         (gst_multifilesink_get_query_types), (_do_init),
32794         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32795         (gst_multifilesink_init), (gst_multifilesink_dispose),
32796         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32797         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32798         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32799         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32800         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32801         (gst_multifilesink_uri_get_type),
32802         (gst_multifilesink_uri_get_protocols),
32803         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32804         (gst_multifilesink_uri_handler_init), (plugin_init):
32805         * gst/multifilesink/gstmultifilesink.h:
32806         * testsuite/Makefile.am:
32807         * testsuite/multifilesink/Makefile.am:
32808         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32809         (gst_newmedia_class_init), (gst_newmedia_init),
32810         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32811         (newfile_signal), (test_signal), (main):
32812         multifilesink plugin for creating new files every time a new media
32813         discontinuity event occurs
32814
32815 2004-07-22  Wim Taymans  <wim@fluendo.com>
32816
32817         * gst/alpha/Makefile.am:
32818         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32819         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32820         (gst_alpha_color_init), (gst_alpha_color_set_property),
32821         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32822         (transform), (gst_alpha_color_chain),
32823         (gst_alpha_color_change_state), (plugin_init):
32824         Stupid plugin to to RGBA to AYUV conversion because none of
32825         the colorspace plugins can handle that yet.
32826
32827 2004-07-22  Wim Taymans  <wim@fluendo.com>
32828
32829         * examples/seeking/seek.c: (update_scale), (main):
32830         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32831         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32832         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32833         (gst_decode_bin_init), (gst_decode_bin_dispose),
32834         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32835         (no_more_pads), (close_link), (type_found),
32836         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32837         (plugin_init):
32838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32839         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32840         (gst_play_base_bin_dispose), (queue_overrun),
32841         (gen_preroll_element), (remove_prerolls), (unknown_type),
32842         (no_more_pads), (new_stream), (setup_source),
32843         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32844         (play_base_eos), (gst_play_base_bin_change_state),
32845         (gst_play_base_bin_add_element),
32846         (gst_play_base_bin_remove_element),
32847         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32848         (gst_play_base_bin_unlink_stream),
32849         (gst_play_base_bin_get_streaminfo):
32850         * gst/playback/gstplaybin.c: (gen_video_element),
32851         (gen_audio_element):
32852         * gst/playback/gststreaminfo.h:
32853         More playback updates, attempt to fix things after the state change
32854         breakage.
32855
32856 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32857
32858         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32859         (gst_videoscale_scale_nearest_16bit):
32860           comment algorithm
32861
32862 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32863
32864         * gst/videotestsrc/gstvideotestsrc.c:
32865         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32866         (gst_videotestsrc_init), (gst_videotestsrc_get),
32867         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32868         (gst_videotestsrc_get_property):
32869         * gst/videotestsrc/gstvideotestsrc.h:
32870         * gst/videotestsrc/videotestsrc.c:
32871         * gst/videotestsrc/videotestsrc.h:
32872           cleanup and commenting
32873
32874 2004-07-21  Wim Taymans  <wim@fluendo.com>
32875
32876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32877         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32878         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32879         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32880         (_find_chain_get_unknown_part), (_find_streams_check),
32881         (gst_ogg_demux_push), (gst_ogg_pad_push):
32882         * ext/theora/theoradec.c: (theora_get_formats),
32883         (theora_dec_src_convert), (theora_dec_sink_convert),
32884         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32885         (theora_dec_chain):
32886         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32887         (vorbis_dec_convert), (vorbis_dec_src_query),
32888         (vorbis_dec_src_event), (vorbis_dec_event):
32889         More seeking fixes, oggdemux now supports seeking to time and
32890         uses the downstream element to convert granulepos to time.
32891         Seeking in theora-only ogg files now works.
32892
32893 2004-07-21  Wim Taymans  <wim@fluendo.com>
32894
32895         * ext/theora/theoradec.c: (gst_theora_dec_init),
32896         (theora_get_formats), (theora_get_event_masks),
32897         (theora_get_query_types), (theora_dec_src_convert),
32898         (theora_dec_sink_convert), (theora_dec_src_query),
32899         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32900         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32901         (vorbis_get_event_masks), (vorbis_get_query_types),
32902         (gst_vorbis_dec_init), (vorbis_dec_convert),
32903         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32904         Added query/convert/formats functions to vorbis and theora decoders
32905         so that the outside world can use them too. Fixed seeking on an
32906         ogg/theora/vorbis file by disabling the seeking seeking on the
32907         theora srcpad.
32908
32909 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32910
32911         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32912         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32913         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32914         images creation for both elements. We don't create the image on caps
32915         nego or renego, we just destroy the internal one if present if it does
32916         not match the needs. The chain function takes care of creating a new
32917         image when needed.
32918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32919         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32920         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32921         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32922         the image format information. The buffer pool checks for the context
32923         image format and discard images with different formats.
32924         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32925
32926 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32927
32928         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32929         (gst_ffmpegcolorspace_chain):
32930           no point in doing any chaining if the pad we want to push from
32931           isn't usable.
32932
32933 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32934
32935         * gst-libs/gst/riff/riff-media.c:
32936         (gst_riff_create_audio_caps_with_data):
32937           Fix double end-to-native symbol conversion (#148021).
32938
32939 2004-07-20  David Schleef  <ds@schleef.org>
32940
32941         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32942         Don't use an Atom that doesn't exist.
32943
32944 2004-07-20  Wim Taymans  <wim@fluendo.com>
32945
32946         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32947         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32948         (gst_multifdsink_client_remove),
32949         (gst_multifdsink_handle_client_write),
32950         (gst_multifdsink_queue_buffer):
32951         * gst/tcp/gstmultifdsink.h:
32952         More multifdsink stats. Avoid deadlock by releasing locks
32953         before sending out a signal.
32954
32955 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32956
32957         * po/LINGUAS:
32958         * po/hu.po:
32959           added Hungarian translation (Laszlo Dvornik)
32960
32961 2004-07-20  Wim Taymans  <wim@fluendo.com>
32962
32963         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32964         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32965         (gst_multifdsink_handle_client_write),
32966         (gst_multifdsink_queue_buffer):
32967         * gst/tcp/gsttcp-marshal.list:
32968         Fixed the stupid marshal definition.
32969
32970 2004-07-20  Wim Taymans  <wim@fluendo.com>
32971
32972         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32973         (gst_multifdsink_init), (gst_multifdsink_add),
32974         (gst_multifdsink_client_remove),
32975         (gst_multifdsink_handle_client_write),
32976         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32977         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32978         (gst_multifdsink_init_send):
32979         * gst/tcp/gstmultifdsink.h:
32980         Added more stats, added timeout for a client, fixed some typos
32981         and added some comments.
32982
32983 2004-07-20  Wim Taymans  <wim@fluendo.com>
32984
32985         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32986         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32987         (gst_multifdsink_client_remove),
32988         (gst_multifdsink_handle_client_write):
32989         * gst/tcp/gstmultifdsink.h:
32990         * gst/tcp/gsttcp-marshal.list:
32991         Added get_stats method that returns a GValueArray of
32992         stats values.
32993
32994 2004-07-19  Benjamin Otte  <otte@gnome.org>
32995
32996         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32997           make sure longname, description and author are valid UTF-8
32998
32999 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33000
33001         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33002         (gst_ximagesink_set_property):
33003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33004         (gst_xvimagesink_set_property):
33005           make sure SYNCHRONOUS is respected after getting the X context
33006
33007 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33008
33009         * gst/matroska/matroska-demux.c:
33010         (gst_matroska_demux_handle_src_event),
33011         (gst_matroska_demux_parse_blockgroup):
33012         * gst/matroska/matroska-ids.h:
33013           add BlockReference tag and ignore it to clear out log.
33014           ignore NAVIGATION events to clear out log.
33015
33016 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33017
33018         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33019         (gst_matroska_demux_add_stream):
33020         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33021           add debug categories
33022
33023 2004-07-16  Wim Taymans  <wim@fluendo.com>
33024
33025         * ext/libpng/Makefile.am:
33026         * ext/libpng/gstpng.c: (plugin_init):
33027         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33028         (gst_pngdec_get_type), (gst_pngdec_base_init),
33029         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33030         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33031         * ext/libpng/gstpngdec.h:
33032         Added png decoder.
33033
33034 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33035
33036         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33037         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33038         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33039         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33040         (gst_ximagesink_buffer_alloc):
33041         * sys/ximage/ximagesink.h:
33042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33043         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33044         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33045         (gst_xvimagesink_buffer_alloc):
33046         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33047         again. Using internal data pointer of the x(v)image to store image's
33048         data to be coherent with the buffer alloc mechanism. Investigated the
33049         image destruction code to be sure that everything gets freed correctly.
33050
33051 2004-07-16  Wim Taymans  <wim@fluendo.com>
33052
33053         * gst-libs/gst/riff/riff-read.c:
33054         (gst_riff_read_strf_vids_with_data),
33055         (gst_riff_read_strf_auds_with_data):
33056         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33057         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33058         Make sure we don't create 0 sized subbuffers in riff-read.
33059         Signal the no more pads signal after reading the avi header.
33060
33061 2004-07-16  Wim Taymans  <wim@fluendo.com>
33062
33063         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33064         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33065         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33066         (gst_decode_bin_init), (gst_decode_bin_dispose),
33067         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33068         (no_more_pads), (close_link), (type_found),
33069         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33070         (gst_decode_bin_change_state), (plugin_init):
33071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33072         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33073         (gst_play_base_bin_dispose), (queue_overrun),
33074         (gen_preroll_element), (remove_prerolls), (unknown_type),
33075         (no_more_pads), (new_stream), (setup_source),
33076         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33077         (play_base_eos), (gst_play_base_bin_change_state),
33078         (gst_play_base_bin_add_element),
33079         (gst_play_base_bin_remove_element),
33080         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33081         (gst_play_base_bin_unlink_stream),
33082         (gst_play_base_bin_get_streaminfo):
33083         * gst/playback/gstplaybasebin.h:
33084         Better error recovery. Added configurable preroll queue size. Faster
33085         detection of no-more-pads.
33086
33087 2004-07-16  Wim Taymans  <wim@fluendo.com>
33088
33089         * gst-libs/gst/video/video.h:
33090         Added 32 bits RGBA. Not sure if we should use another mime-type
33091         for alpha rgb. Currently the presence of the alpha_mask property
33092         signals an alpha channel.
33093
33094 2004-07-16  Wim Taymans  <wim@fluendo.com>
33095
33096         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33098         FPS seems to be 0.0 to MAX everywhere else.
33099
33100 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33101
33102         * gst-libs/gst/riff/riff-media.c:
33103         (gst_riff_create_video_caps_with_data):
33104           mp42/mp43 (no caps) exist too.
33105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33106           Set pixel_width/height; we've got them in-caps.
33107         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33108         * gst/wavparse/gstwavparse.c: (plugin_init):
33109           Both are valid primary.
33110         * sys/oss/gstossmixer.c:
33111           Remove i18n hack and enable translations.
33112
33113 2004-07-15  Benjamin Otte  <otte@gnome.org>
33114
33115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33116         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33117           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33118
33119 2004-07-15  Benjamin Otte  <otte@gnome.org>
33120
33121         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33122         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33123         (gst_alsa_close_audio):
33124           disable some of the debugging code for now. Writing debugging to a
33125           buffer is broken in current alsalib releases.
33126
33127 2004-07-12  Benjamin Otte  <otte@gnome.org>
33128
33129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33130           use bufferpools
33131
33132 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33133
33134         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33135         (theora_dec_src_query), (theora_dec_event):
33136         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33137           add debugging categories.  Remove \n's.
33138
33139 2004-07-13  Johan Dahlin  <johan@gnome.org>
33140
33141         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33142         (gst_play_bin_get_property): Impl.
33143
33144 2004-07-13  Wim Taymans  <wim@fluendo.com>
33145
33146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33147         When trying to find the stream length, seek back N pages
33148         instead of just one, where N is the number of streams in
33149         the current chain.
33150
33151 2004-07-13  Wim Taymans  <wim@fluendo.com>
33152
33153         * gst-libs/gst/riff/riff-media.c:
33154         (gst_riff_create_audio_caps_with_data),
33155         (gst_riff_create_audio_caps),
33156         (gst_riff_create_audio_template_caps):
33157         * gst-libs/gst/riff/riff-media.h:
33158         * gst-libs/gst/riff/riff-read.c:
33159         (gst_riff_read_strf_vids_with_data),
33160         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33161         * gst-libs/gst/riff/riff-read.h:
33162         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33163         (gst_avi_demux_add_stream):
33164         Set codec_data on caps for avidemuxer.
33165
33166 2004-07-12  David Schleef  <ds@schleef.org>
33167
33168         * configure.ac: Fix test for Objective C
33169
33170 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33171         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33172         (gst_gdk_pixbuf_chain):
33173           Add svg and pcx to template caps, and ensure that getcaps returns a
33174           subset of the template caps.
33175           Copy each row manually for output, as gdkpixbuf may pad the
33176           rowstride to a 32-bit word boundary.
33177
33178 2004-07-12  Wim Taymans  <wim@fluendo.com>
33179
33180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33181         (gst_riff_create_video_template_caps):
33182         Fix the template caps to include some more media types.
33183
33184 2004-07-12  Wim Taymans  <wim@fluendo.com>
33185
33186         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33187         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33188         (compare_ranks), (print_feature), (gst_decode_bin_init),
33189         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33190         (try_to_link_1), (new_pad), (close_link), (type_found),
33191         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33192         (gst_decode_bin_change_state), (plugin_init):
33193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33194         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33195         (gst_play_base_bin_dispose), (queue_overrun),
33196         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33197         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33198         (gst_play_base_bin_get_property), (play_base_eos),
33199         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33200         (gst_play_base_bin_remove_element),
33201         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33202         (gst_play_base_bin_unlink_stream),
33203         (gst_play_base_bin_get_streaminfo):
33204         * gst/playback/gstplaybasebin.h:
33205         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33206         (gst_play_bin_class_init), (gst_play_bin_init),
33207         (gst_play_bin_dispose), (gst_play_bin_set_property),
33208         (gst_play_bin_get_property), (gen_video_element),
33209         (gen_audio_element), (remove_sinks), (setup_sinks),
33210         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33211         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33212         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33213         (gst_play_bin_query), (plugin_init):
33214         * gst/playback/test4.c: (main):
33215         More fixes on reusing of the element.
33216
33217 2004-07-11  Benjamin Otte  <otte@gnome.org>
33218
33219         * ext/mad/gstmad.c: (normal_seek):
33220           allow seeking for other methods than just SET
33221
33222 2004-07-11  Andy Wingo  <wingo@pobox.com>
33223
33224         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33225         float, "any" caps -> buffer_frames=[0,MAX].
33226
33227         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33228         doesn't intersect our caps with the template any more. Do it
33229         ourselves.
33230         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33231
33232 2004-07-09  Wim Taymans  <wim@fluendo.com>
33233
33234         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33235         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33236         (compare_ranks), (print_feature), (gst_decode_bin_init),
33237         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33238         (try_to_link_1), (new_pad), (close_link), (type_found),
33239         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33240         (gst_decode_bin_change_state), (plugin_init):
33241         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33242         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33243         (gst_play_base_bin_dispose), (queue_overrun),
33244         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33245         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33246         (gst_play_base_bin_get_property), (play_base_eos),
33247         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33248         (gst_play_base_bin_remove_element),
33249         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33250         (gst_play_base_bin_unlink_stream),
33251         (gst_play_base_bin_get_streaminfo):
33252         * gst/playback/gstplaybasebin.h:
33253         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33254         (gst_play_bin_class_init), (gst_play_bin_init),
33255         (gst_play_bin_dispose), (gst_play_bin_set_property),
33256         (gst_play_bin_get_property), (gen_video_element),
33257         (gen_audio_element), (remove_sinks), (setup_sinks),
33258         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33259         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33260         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33261         (gst_play_bin_query), (plugin_init):
33262         * gst/playback/test4.c: (main):
33263         Work on object reuse and seeking.
33264
33265 2004-07-09  Wim Taymans  <wim@fluendo.com>
33266
33267         * examples/seeking/seek.c: (iterate):
33268         Don't consume all CPU in the idle loop.
33269
33270 2004-07-09  Wim Taymans  <wim@fluendo.com>
33271
33272         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33273         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33274         Add pad to element *after* setting the pad functions so that
33275         the scheduler can use the correct ones.
33276
33277 2004-07-09  Wim Taymans  <wim@fluendo.com>
33278
33279         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33280         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33281         Sync to keyframe after seek
33282
33283 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33284
33285         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33286         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33287         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33288         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33289         * ext/libvisual/visual.c: (gst_visual_change_state):
33290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33291         * ext/theora/theoradec.c: (theora_dec_change_state):
33292         * ext/theora/theoraenc.c: (theora_enc_change_state):
33293         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33294         * gst-libs/gst/navigation/navigation.c:
33295         * gst/adder/gstadder.c: (gst_adder_change_state):
33296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33297         (gst_audio_convert_get_buffer):
33298         * gst/multipart/multipartdemux.c:
33299         (gst_multipart_demux_change_state):
33300         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33302         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33303         * gst/videoscale/gstvideoscale.c:
33304         (gst_videoscale_handle_src_event):
33305         * gst/volume/gstvolume.c: (volume_chain_int16):
33306           don't assert in state change, this should be done by the base
33307           GstElement class.
33308           various debugging fixes.
33309
33310 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33311
33312         * configure.ac:
33313         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33314         (gst_play_dispose), (gst_play_set_location),
33315         (gst_play_set_data_src), (gst_play_set_video_sink),
33316         (gst_play_set_audio_sink), (gst_play_set_visualization),
33317         (gst_play_connect_visualization), (gst_play_get_sink_element),
33318         (gst_play_get_all_by_interface):
33319         * gst-libs/gst/play/play.h:
33320           add new method to get elements implementing an interface.
33321           add various error logging
33322
33323 2004-07-08  Wim Taymans  <wim@fluendo.com>
33324
33325         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33326         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33327         (make_playerbin_pipeline), (query_durations_elems),
33328         (query_durations_pads), (query_positions_elems),
33329         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33330         (main):
33331         Added playbin seeking example.
33332
33333 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33334
33335         * gst-libs/gst/play/play.c: (gst_play_set_location),
33336         (gst_play_set_data_src), (gst_play_set_video_sink),
33337         (gst_play_set_audio_sink), (gst_play_set_visualization),
33338         (gst_play_connect_visualization), (gst_play_get_framerate):
33339           use a macro to look up elements from hash table
33340
33341 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33342
33343         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33344         (gst_play_get_length_callback), (gst_play_set_location),
33345         (gst_play_seek_to_time), (gst_play_set_data_src),
33346         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33347         (gst_play_set_visualization), (gst_play_connect_visualization),
33348         (gst_play_get_sink_element):
33349         - add debugging info
33350         - fix looking up sink elements by iterating over complete caps
33351         - put everything except for source and autoplugger in a complete bin
33352
33353 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33354
33355         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33357         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33358         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33359         * ext/alsa/gstalsasink.h:
33360         - add debugging info
33361         - clean up schizophrenia of data/buffer/event
33362         - fix double event unref error
33363
33364 2004-07-08  Wim Taymans  <wim@fluendo.com>
33365
33366         * gst/playback/Makefile.am:
33367         Add headers to noinst
33368
33369 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33370
33371         * tools/gst-launch-ext-m.m:
33372         * tools/gst-launch-ext.1.in:
33373           convert to the third millenium
33374
33375 2004-07-07  David Schleef  <ds@schleef.org>
33376
33377         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33378
33379 2004-07-07  Wim Taymans  <wim@fluendo.com>
33380
33381         * gst/playback/Makefile.am:
33382         * gst/playback/README:
33383         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33384         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33385         (compare_ranks), (print_feature), (gst_decode_bin_init),
33386         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33387         (try_to_link_1), (new_pad), (close_link), (type_found),
33388         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33389         (plugin_init):
33390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33391         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33392         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33393         (gen_preroll_element), (no_more_pads), (new_stream),
33394         (setup_source), (gst_play_base_bin_set_property),
33395         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33396         (gst_play_base_bin_add_element),
33397         (gst_play_base_bin_remove_element),
33398         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33399         (gst_play_base_bin_unlink_stream),
33400         (gst_play_base_bin_get_streaminfo):
33401         * gst/playback/gstplaybasebin.h:
33402         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33403         (gst_play_bin_class_init), (gst_play_bin_init),
33404         (gst_play_bin_dispose), (gst_play_bin_set_property),
33405         (gst_play_bin_get_property), (gen_video_element),
33406         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33407         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33408         (gst_play_bin_get_formats), (gst_play_bin_convert),
33409         (gst_play_bin_get_query_types), (gst_play_bin_query),
33410         (plugin_init):
33411         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33412         (gst_stream_info_get_type), (gst_stream_info_class_init),
33413         (gst_stream_info_init), (gst_stream_info_new),
33414         (gst_stream_info_dispose), (gst_stream_info_set_property),
33415         (gst_stream_info_get_property):
33416         * gst/playback/gststreaminfo.h:
33417         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33418         (main):
33419         * gst/playback/test2.c: (main):
33420         * gst/playback/test3.c: (update_scale), (main):
33421         More playbin fixes. Added README. Do better element filtering.
33422         Added base class to preroll media. Added test apps.
33423
33424 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33425
33426         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33427         * ext/mpeg2dec/gstmpeg2dec.h:
33428           various debugging improvements.  Reset stream to next picture
33429           instead of sequence header, otherwise seeks cannot work.
33430
33431 2004-07-07  Wim Taymans  <wim@fluendo.com>
33432
33433         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33434         (gst_video_box_class_init), (gst_video_box_set_property),
33435         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33436         Use pad_alloc where possible.
33437
33438 2004-07-07  Wim Taymans  <wim@fluendo.com>
33439
33440         * sys/oss/gstosselement.c: (gst_osselement_reset),
33441         (gst_osselement_parse_caps):
33442         * sys/oss/gstosselement.h:
33443         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33444         Fix offset on osssrc.
33445
33446 2004-07-07  Wim Taymans  <wim@fluendo.com>
33447
33448         * ext/theora/theora.c: (plugin_init):
33449         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33450         (theora_dec_src_query), (theora_dec_chain):
33451         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33452         (theora_enc_sink_link), (theora_buffer_from_packet),
33453         (theora_push_packet), (theora_enc_chain):
33454         Fix theora granulepos calculation.
33455         Fix overflow in duration/position calculation.
33456         Bump rank to PRIMARY for theoradec.
33457         Use granulepos of last packet to calculate position.
33458         Set keyframe flag on buffers when needed.
33459
33460 2004-07-06  David Schleef  <ds@schleef.org>
33461
33462         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33463         serious?  (Fixed, obviously.)
33464
33465 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33466
33467         * po/LINGUAS:
33468         * po/cs.po:
33469           added Czech translation (Miloslav Trmac)
33470
33471 2004-07-05  Wim Taymans  <wim@fluendo.com>
33472
33473         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33474         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33475         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33476         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33477         (close_link), (type_found), (gst_decode_bin_set_property),
33478         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33479         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33480         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33481         (gst_decode_bin_query), (plugin_init):
33482         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33483         (gst_play_bin_class_init), (gst_play_bin_init),
33484         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33485         (get_video_element), (new_pad), (setup_source),
33486         (gst_play_bin_set_property), (gst_play_bin_get_property),
33487         (gst_play_bin_change_state), (gst_play_bin_add_element),
33488         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33489         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33490         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33491         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33492         * gst/playback/test.c: (main):
33493         More fixes, cleaned up playbin, make it use decodebin. Added
33494         threaded property to playbin.
33495
33496 2004-07-05  Wim Taymans  <wim@fluendo.com>
33497
33498         * configure.ac:
33499         * gst/playback/Makefile.am:
33500         * gst/playback/decodetest.c: (main):
33501         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33502         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33503         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33504         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33505         (close_link), (type_found), (gst_decode_bin_set_property),
33506         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33507         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33508         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33509         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33510         (plugin_init):
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), (gen_default_output), (rebuild_pipeline),
33514         (collect_sink_pads), (find_compatibles), (close_pad_link),
33515         (try_to_link_1), (new_pad), (close_link), (type_found),
33516         (setup_source), (gst_play_bin_set_property),
33517         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33518         (compare_ranks), (gst_play_bin_collect_factories),
33519         (gst_play_bin_change_state), (gst_play_bin_add_element),
33520         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33521         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33522         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33523         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33524         * gst/playback/test.c: (main):
33525         Added some playback helper elements and some test apps, very alpha
33526         still.
33527
33528 2004-07-04  Benjamin Otte  <otte@gnome.org>
33529
33530         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33531           only restart audio when we indeed have an xrun to fix repeated
33532           xruns. Fix suggested by Giuliano Pochini.
33533
33534 2004-07-03  David Schleef  <ds@schleef.org>
33535
33536         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33537         call to gst_debug_log() if debugging is disabled (bug #145118)
33538
33539 2004-07-03  Benjamin Otte  <otte@gnome.org>
33540
33541         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33542           use our own functions for restarting the alsa device.
33543         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33544           I should apply patches myself - use MIN for the third argument, not
33545           the second, this fixes seeking
33546
33547 2004-07-02  David Schleef  <ds@schleef.org>
33548
33549         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33550         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33551         do with the logic.
33552
33553 2004-07-02  David Schleef  <ds@schleef.org>
33554
33555         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33556         output buffers.  Fix logic mistake.  (bug #144866)
33557
33558 2004-07-02  David Schleef  <ds@schleef.org>
33559
33560         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33561         on X.  (bug #144753)
33562
33563 2004-07-02  David Schleef  <ds@schleef.org>
33564
33565         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33566         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33567         (bug #144624)
33568         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33569         (gst_osselement_rate_probe_check): Add another workaround for
33570         buggy drivers (bug #145336)
33571
33572 2004-07-02  David Schleef  <ds@schleef.org>
33573
33574         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33575         Most systems don't have MSG_NOSIGNAL.
33576
33577 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33578
33579         * Makefile.am:
33580         * gst-libs/gst/colorbalance/Makefile.am:
33581         * gst-libs/gst/mixer/Makefile.am:
33582         * gst-libs/gst/play/Makefile.am:
33583         * gst-libs/gst/tuner/Makefile.am:
33584           (hopefully) fix both install and dist and make error message useful.
33585           needs testing across automakes.
33586
33587 2004-07-02  Benjamin Otte  <otte@gnome.org>
33588
33589         * ext/ogg/gstogg.c: (plugin_init):
33590           we require bytestream now
33591         * ext/ogg/gstoggdemux.c:
33592           huge diff to implement chain setup in a fast and generic way. This
33593           improves tag reading and startup of huge files (read: Theora videos)
33594           quite a bit. It probably contains bugs, too, so please test.
33595           Seeking is not improved to the fast method.
33596
33597 2004-06-29  Wim Taymans  <wim@fluendo.com>
33598
33599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33600         * ext/ogg/gstoggmux.c:
33601         Fix memleak in oggdemux when running unconnected pads.
33602         doc update in mux, start working on keyframe mode.
33603
33604 2004-06-29  Benjamin Otte  <otte@gnome.org>
33605
33606         * sys/oss/gstosssink.c:
33607         * sys/oss/gstosssrc.c:
33608           advertise correct template caps - we indeed do non-native endianness
33609           and 8bit audio has no endianness
33610         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33612           avoid (wrong) duplications in getcaps function and return
33613           template caps
33614
33615 2004-06-29  Wim Taymans  <wim@fluendo.com>
33616
33617         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33618         (gst_multifdsink_class_init), (gst_multifdsink_add),
33619         (gst_multifdsink_remove), (gst_multifdsink_clear),
33620         (gst_multifdsink_client_remove),
33621         (gst_multifdsink_handle_client_read),
33622         (gst_multifdsink_client_queue_data),
33623         (gst_multifdsink_client_queue_caps),
33624         (gst_multifdsink_client_queue_buffer),
33625         (gst_multifdsink_handle_client_write),
33626         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33627         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33628         (gst_multifdsink_init_send), (gst_multifdsink_close):
33629         Fix wrong GList iteration that could crash the server when
33630         more then 2 clients disconnect at the same time. Read all the
33631         pending commands in one batch to recover from command storms under
33632         very heavy load.
33633
33634 2004-06-28  Wim Taymans  <wim@fluendo.com>
33635
33636         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33637         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33638         (gst_videomixer_pad_set_property),
33639         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33640         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33641         (gst_videomixer_class_init), (gst_videomixer_init),
33642         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33643         (pad_zorder_compare), (gst_videomixer_sort_pads),
33644         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33645         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33646         (gst_videomixer_update_queues), (gst_videomixer_loop),
33647         (plugin_init):
33648         Avoid divide by zero, choose masterpad as the pad with the highest
33649         framerate.
33650
33651 2004-06-27  Julien Moutte  <julien@moutte.net>
33652
33653         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33654         (gst_ximagesink_xwindow_new):
33655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33656         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33657         function directly. We might want to call it from somewhere else one day.
33658
33659 2004-06-27  Julien Moutte  <julien@moutte.net>
33660
33661         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33662         (gst_ximagesink_xwindow_new):
33663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33664         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33665         window decorations.
33666
33667 2004-06-27  Wim Taymans  <wim@fluendo.com>
33668
33669         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33670         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33671         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33672         (gst_dvdec_set_property), (gst_dvdec_get_property):
33673         * ext/dv/gstdvdec.h:
33674         Implement drop_factor property to lower the framerate with
33675         a factor.
33676
33677 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33678
33679         * gst-libs/gst/colorbalance/Makefile.am:
33680         * gst-libs/gst/mixer/Makefile.am:
33681         * gst-libs/gst/play/Makefile.am:
33682         * gst-libs/gst/tuner/Makefile.am:
33683           unbreak Company's fix that didn't install the -enum.h files
33684
33685 2004-06-27  Wim Taymans  <wim@fluendo.com>
33686
33687         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33688         (gst_dvdec_change_state):
33689         * ext/dv/gstdvdec.h:
33690         Fix timestamp, duration and offset of the buffers.
33691
33692 2004-06-27  Wim Taymans  <wim@fluendo.com>
33693
33694         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33695         (gst_multifdsink_class_init), (gst_multifdsink_add),
33696         (gst_multifdsink_remove), (gst_multifdsink_clear),
33697         (gst_multifdsink_client_remove),
33698         (gst_multifdsink_handle_client_read),
33699         (gst_multifdsink_client_queue_data),
33700         (gst_multifdsink_client_queue_caps),
33701         (gst_multifdsink_client_queue_buffer),
33702         (gst_multifdsink_handle_client_write),
33703         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33704         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33705         (gst_multifdsink_init_send), (gst_multifdsink_close):
33706         * gst/tcp/gstmultifdsink.h:
33707         * gst/tcp/gsttcpserversink.c:
33708         (gst_tcpserversink_handle_server_read),
33709         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33710         More multifdsink fixes, more recovery policy fixes.
33711         Removed stupid g_print
33712
33713 2004-06-26  Wim Taymans  <wim@fluendo.com>
33714
33715         * gst/tcp/Makefile.am:
33716         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33717         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33718         (gst_multifdsink_class_init), (gst_multifdsink_init),
33719         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33720         (gst_multifdsink_handle_client_read),
33721         (gst_multifdsink_client_queue_data),
33722         (gst_multifdsink_client_queue_caps),
33723         (gst_multifdsink_client_queue_buffer),
33724         (gst_multifdsink_handle_client_write),
33725         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33726         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33727         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33728         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33729         (gst_multifdsink_close), (gst_multifdsink_change_state):
33730         * gst/tcp/gstmultifdsink.h:
33731         * gst/tcp/gsttcpplugin.c: (plugin_init):
33732         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33733         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33734         (gst_tcpserversink_handle_server_read),
33735         (gst_tcpserversink_handle_select),
33736         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33737         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33738         * gst/tcp/gsttcpserversink.h:
33739         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33740         one of the locks, added recovery policy to multifdsink.
33741
33742 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33743
33744         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33745           fix decision for when getting frames with same timestamp
33746         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33747         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33748         (gst_v4lsrc_get_property):
33749         * sys/v4l/gstv4lsrc.h:
33750           add latency offset property
33751
33752 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33753
33754         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33755         (plugin_init):
33756           fix debugging. add category.
33757
33758 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33759
33760         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33761           fix wrong offsets
33762
33763 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33764
33765         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33766         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33767         (gst_alsa_src_change_state):
33768           return a time that is in sync with the element's processing
33769
33770 2004-06-25  Wim Taymans  <wim@fluendo.com>
33771
33772         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33773         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33774         (gst_tcpserversink_client_remove),
33775         (gst_tcpserversink_handle_client_read),
33776         (gst_tcpserversink_client_queue_data),
33777         (gst_tcpserversink_client_queue_caps),
33778         (gst_tcpserversink_client_queue_buffer),
33779         (gst_tcpserversink_handle_client_write),
33780         (gst_tcpserversink_queue_buffer),
33781         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33782         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33783         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33784         (gst_tcpserversink_close):
33785         * gst/tcp/gsttcpserversink.h:
33786         Serversink rewrite. Really do non blocking writes to clients and
33787         maintain an internal queue to handle slower clients while not
33788         disturbing fast clients.
33789
33790 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33791
33792         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33793           better debug, don't override OFFSET and OFFSET_END
33794
33795 2004-06-25  Iain <iain@prettypeople.org>
33796
33797         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33798         name=source for the wavparse pipeline.
33799
33800 2004-06-24  Johan Dahlin  <johan@gnome.org>
33801
33802         * ext/theora/theoraenc.c (theora_enc_chain): Call
33803         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33804         streamheader caps are set correctly.
33805
33806 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33807
33808         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33809         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33810           respect minimum bitrate; same could be done for max bitrate
33811
33812 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33813
33814         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33815         (gst_vorbisenc_setup):
33816           fix sample rate range
33817
33818 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33819
33820         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33821         (gst_oggvorbisenc_setup):
33822         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33823         (gst_vorbisenc_setup):
33824           resolve ambiguities in code and description
33825
33826 2004-06-24  Wim Taymans  <wim@fluendo.com>
33827
33828         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33829         * ext/alsa/gstalsa.h:
33830         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33831         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33832         Use alsa trigger_tstamp to get the timestamp of the first
33833         sample in the buffer for more precise sync. Some cleanups.
33834
33835 2004-06-24  Wim Taymans  <wim@fluendo.com>
33836
33837         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33838         (gst_audiorate_init), (gst_audiorate_chain),
33839         (gst_audiorate_set_property), (gst_audiorate_get_property):
33840         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33841         (gst_videorate_chain):
33842         Added some logging, fixed an overflow bug in videorate.
33843
33844 2004-06-24  Benjamin Otte  <otte@gnome.org>
33845
33846         * ext/kio/Makefile.am:
33847           fix for builddir != srcdir and distcheck
33848
33849 2004-06-24  Benjamin Otte  <otte@gnome.org>
33850
33851         * gst-libs/gst/colorbalance/Makefile.am:
33852         * gst-libs/gst/mixer/Makefile.am:
33853         * gst-libs/gst/play/Makefile.am:
33854         * gst-libs/gst/tuner/Makefile.am:
33855         * gst/tcp/Makefile.am:
33856         * sys/dxr3/Makefile.am:
33857           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33858           tarball.
33859           Also add all *.list files that were missing.
33860         * Makefile.am:
33861           add a distcheck hook to ensure the above doesn't happen again.
33862
33863 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33864
33865         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33866
33867 2004-06-23  Colin Walters  <walters@redhat.com>
33868
33869         * m4/Makefile.am: Distribute gst-fionread.m4.
33870
33871 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33872
33873         * configure.ac: back to dev
33874
33875 2004-06-23  Wim Taymans  <wim@fluendo.com>
33876
33877         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33878         (gst_alsa_xrun_recovery):
33879         * ext/alsa/gstalsa.h:
33880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33881         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33882         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33883         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33884         (gst_alsa_src_loop):
33885         Add clock to alsasrc. Take new capture timestamp when
33886         restarting after an overrun. Split up some functions between
33887         alsasrc and alsasink.
33888
33889 === release 0.8.2 ===
33890
33891 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33892
33893         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33894         (gst_alsa_change_state), (gst_alsa_update_avail),
33895         (gst_alsa_xrun_recovery):
33896         * ext/alsa/gstalsa.h:
33897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33898           merge back changes from release
33899
33900 2004-06-23  Wim Taymans  <wim@fluendo.com>
33901
33902         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33903         (gst_audiorate_init), (gst_audiorate_chain),
33904         (gst_audiorate_set_property), (gst_audiorate_get_property):
33905         Implement sample dropping and notify
33906
33907 2004-06-22  Wim Taymans  <wim@fluendo.com>
33908
33909         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33910         (theora_enc_sink_link), (theora_buffer_from_packet),
33911         (theora_push_packet), (theora_enc_chain):
33912         Some cleanups, make sure the timestamps are correct.
33913
33914 2004-06-22  Wim Taymans  <wim@fluendo.com>
33915
33916         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33917         (gst_alsa_change_state), (gst_alsa_update_avail),
33918         (gst_alsa_xrun_recovery):
33919         * ext/alsa/gstalsa.h:
33920         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33921         Cleanups, take queued samples into account when reporting
33922         the time.
33923
33924 2004-06-22  Wim Taymans  <wim@fluendo.com>
33925
33926         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33927         (gst_videorate_init):
33928         Initialize the property as well.
33929
33930 2004-06-22  Wim Taymans  <wim@fluendo.com>
33931
33932         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33933         (gst_videorate_init), (gst_videorate_chain),
33934         (gst_videorate_set_property), (gst_videorate_get_property):
33935         Add property to make videorate silent.
33936         Add property to prefer new frames over old ones.
33937
33938 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33939
33940         * sys/osxvideo/Makefile.am:
33941         Workaround so that the osxvideo .so file gets linked with the
33942         Cocoa, OpenGL and QuickTime frameworks
33943
33944 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33945
33946         * sys/osxaudio/Makefile.am:
33947         Workaround so that the osxaudio .so file gets linked with the
33948         CoreAudio framework
33949
33950 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33951
33952         * configure.ac:
33953         Whoops, my fault...fixed build issues
33954
33955 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33956
33957         * configure.ac:
33958         Add objective-c support if running in Darwin/Mac OS X
33959         * sys/Makefile.am:
33960         * sys/osxvideo:
33961         * sys/osxvideo/Makefile.am:
33962         * sys/osxvideo/osxvideosink.h:
33963         * sys/osxvideo/osxvideosink.m:
33964         * sys/osxvideo/cocoawindow.h:
33965         * sys/osxvideo/cocoawindow.m:
33966         Add osxvideosink, a cocoa-based osx video sink
33967
33968
33969 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33970         * ext/dvdnav/gst-dvd:
33971         Grab the gconf key from the right spot
33972         * gst/debug/gstnavseek.c: (gst_navseek_init),
33973         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33974         (gst_navseek_chain):
33975         * gst/debug/gstnavseek.h:
33976           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33977           and loop parameters of a segment seek.
33978         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33979         (gst_videotestsrc_get_event_masks),
33980         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33981         * gst/videotestsrc/gstvideotestsrc.h:
33982           Add seeking support to videotestsrc
33983           Initialise the timestamp_offset variable.
33984
33985 2004-06-18  Wim Taymans  <wim@fluendo.com>
33986
33987         * ext/sidplay/gstsiddec.cc:
33988         Fix negotiation and set correct end offset.
33989
33990 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33991
33992         * configure.ac: branch and prerelease
33993
33994 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33995
33996         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33997         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33998         (gst_tcpclientsrc_init_receive):
33999         * gst/tcp/gsttcpclientsrc.h:
34000           read caps when connecting to server for GDP so we set them correctly
34001
34002 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34003
34004         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34005           notify drops and duplicates
34006         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34007           no good reason to limit ourselves to 100x100
34008
34009 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34010
34011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34012         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34013         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34014         (gst_v4lsrc_get_property):
34015         * sys/v4l/gstv4lsrc.h:
34016         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34017         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34018         (gst_v4l_set_audio):
34019         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34020         (gst_v4lsrc_try_capture):
34021         * sys/v4l/v4lsrc_calls.h:
34022           change try_palette to more general try_capture
34023           add autoprobe option so we can turn off autoprobing
34024           various fixes
34025
34026 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34027
34028         * configure.ac:
34029           add videorate
34030         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34031         (gst_ximagesink_class_init):
34032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34033         (gst_xvimagesink_class_init):
34034           run them as finalize, not dispose, since dispose can be invoked
34035           multiple times
34036
34037 2004-06-17  Wim Taymans  <wim@fluendo.com>
34038
34039         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34040         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34041         * ext/alsa/gstalsa.h:
34042         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34043         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34044         (gst_alsa_src_change_state):
34045         * ext/alsa/gstalsasrc.h:
34046         Make the xrun code timestamp and offset the buffers correctly.
34047         moved the clock to the base class, use alsa methods to get time.
34048         Do correct timestamping on outgoing buffers.
34049
34050 2004-06-17  Wim Taymans  <wim@fluendo.com>
34051
34052         * gst/audiorate/Makefile.am:
34053         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34054         (gst_audiorate_base_init), (gst_audiorate_class_init),
34055         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34056         (gst_audiorate_set_property), (gst_audiorate_get_property),
34057         (gst_audiorate_change_state), (plugin_init):
34058         Added an audiorate converter that fills in gaps.
34059
34060 2004-06-17  Johan Dahlin  <johan@gnome.org>
34061
34062         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34063
34064 2004-06-16  Wim Taymans  <wim@fluendo.com>
34065
34066         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34068         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34069         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34070         (gst_v4lsrc_get_property):
34071         * sys/v4l/gstv4lsrc.h:
34072         Added a copy mode to v4lsrc where it will output a copied version
34073         of its internal hardware buffer.
34074         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34075         can't | them.
34076
34077 2004-06-16  Wim Taymans  <wim@fluendo.com>
34078
34079         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34080         Timestamp fixes.
34081
34082 2004-06-16  Wim Taymans  <wim@fluendo.com>
34083
34084         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34085         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34086         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34087         (gst_v4lsrc_get_property):
34088         * sys/v4l/gstv4lsrc.h:
34089         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34090         Added a sync mode enum property to control v4lsrc timestamp method
34091         Removed the use-fixed-fps property and moved functionality in
34092         the enum.
34093         Don't error on an error value from v4l-conf, it might not always
34094         be a real error.
34095
34096 2004-06-16  Wim Taymans  <wim@fluendo.com>
34097
34098         * gst/videorate/Makefile.am:
34099         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34100         (gst_videorate_base_init), (gst_videorate_class_init),
34101         (gst_videorate_getcaps), (gst_videorate_link),
34102         (gst_videorate_init), (gst_videorate_chain),
34103         (gst_videorate_set_property), (gst_videorate_get_property),
34104         (gst_videorate_change_state), (plugin_init):
34105         Added a video timestamp corrector.
34106
34107 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34108
34109         fixed a potential leak with previous commit
34110
34111         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34112
34113 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34114
34115         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34116         Added missing refcount, fixes bug #144425
34117         Cheers Tim for finding the bug
34118
34119 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34120
34121         * sys/v4l/gstv4l.c: (plugin_init):
34122         * sys/v4l/gstv4lcolorbalance.c:
34123         * sys/v4l/gstv4lcolorbalance.h:
34124         * sys/v4l/gstv4lelement.c:
34125         * sys/v4l/gstv4lelement.h:
34126         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34127         * sys/v4l/gstv4lmjpegsink.h:
34128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34129         * sys/v4l/gstv4lmjpegsrc.h:
34130         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34131         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34132         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34133         * sys/v4l/gstv4lsrc.h:
34134         * sys/v4l/gstv4ltuner.c:
34135         * sys/v4l/gstv4ltuner.h:
34136         * sys/v4l/gstv4lxoverlay.c:
34137         * sys/v4l/gstv4lxoverlay.h:
34138         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34139         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34140         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34141         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34142         (gst_v4l_set_audio):
34143         * sys/v4l/v4l_calls.h:
34144         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34145         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34146         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34147         (gst_v4lmjpegsink_playback_init),
34148         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34149         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34150         (gst_v4lmjpegsink_playback_stop),
34151         (gst_v4lmjpegsink_playback_deinit):
34152         * sys/v4l/v4lmjpegsink_calls.h:
34153         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34154         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34155         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34156         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34157         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34158         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34159         * sys/v4l/v4lmjpegsrc_calls.h:
34160         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34161         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34162         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34163         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34164         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34165         (gst_v4lsrc_try_palette):
34166         * sys/v4l/v4lsrc_calls.h:
34167           bunch of paranoia cleanups
34168
34169 2004-06-14  David Schleef  <ds@schleef.org>
34170
34171         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34172         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34173         Send discont events and change timestamps appropriately when
34174         we get a seek event.  (bug #144240)
34175         * ext/cdparanoia/gstcdparanoia.h:
34176
34177 2004-06-14  Benjamin Otte  <otte@gnome.org>
34178
34179         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34180           snd_pcm_hw_params_set_rate  since the latter fails for no good
34181           reason on some setups.
34182
34183 2004-06-14  David Schleef  <ds@schleef.org>
34184
34185         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34186         standard.  Thank you for playing.
34187
34188 2004-06-14  Wim Taymans  <wim@fluendo.com>
34189
34190         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34191         Patch 1.3 broke the ordering of the colorspace info and
34192         made the plugin basically work by coincidence, reordered
34193         the info.
34194
34195 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34196
34197         * ext/lame/gstlame.c:
34198         * ext/mad/gstmad.c:
34199           sync caps.  Make sure mad can only output a list of rates, not
34200           a full range.  In the future, have three caps lists for each of the
34201           mpeg versions.  Change mpegversion to a double as well.
34202
34203 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34204
34205         * gst/volume/.cvsignore:
34206         * gst/volume/Makefile.am:
34207         * gst/volume/demo.c: (value_changed_callback), (idler),
34208         (setup_gui), (main):
34209           added small demo app
34210
34211 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34212         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34213         * ext/esd/esdsink.h:
34214         Close the esd connection on pause, because esd will just wait -
34215         blocking all other esd clients indefinitely.
34216
34217 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34218
34219         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34220           previous commit with GST_DEBUG
34221
34222 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34223
34224         * configure.ac:
34225           add a header check for a dvdread header in dvdnav.  Fixes #133002
34226
34227 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34228
34229         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34230         * gst/tcp/gsttcpclientsink.h:
34231         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34232         * gst/tcp/gsttcpclientsrc.h:
34233         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34234         (gst_tcpserversink_handle_server_read),
34235         (gst_tcpserversink_init_send):
34236         * gst/tcp/gsttcpserversink.h:
34237         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34238         * gst/tcp/gsttcpserversrc.h:
34239         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34240         version of IP)
34241
34242 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34243
34244         * configure.ac:
34245         Added ogg library so that OSX detects libtheora properly
34246
34247 2004-06-11  Wim Taymans  <wim@fluendo.com>
34248
34249         * ext/theora/theoradec.c: (theora_dec_chain),
34250         (theora_dec_change_state):
34251         Don't try to decode frames before we received a keyframe.
34252
34253 2004-06-11  Wim Taymans  <wim@fluendo.com>
34254
34255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34256         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34257         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34258         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34259         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34260         Added property to set the maximum delay of a page.
34261
34262 2004-06-10  Wim Taymans  <wim@fluendo.com>
34263
34264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34265         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34266         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34267         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34268         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34269         Added max-delay property to control the maximum amount
34270         of data to put in one page.
34271
34272 2004-06-10  Wim Taymans  <wim@fluendo.com>
34273
34274         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34275         (gst_theora_enc_init), (theora_enc_sink_link),
34276         (theora_buffer_from_packet), (theora_enc_set_property),
34277         (theora_enc_get_property):
34278         Set duration on encoded buffer, added some more properties
34279
34280 2004-06-10  Wim Taymans  <wim@fluendo.com>
34281
34282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34283         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34284         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34285         * ext/theora/theoraenc.c: (theora_enc_chain):
34286         Fix refcounting bugs
34287
34288 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34289
34290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34291         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34292         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34293         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34294         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34295         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34296         (gst_asf_demux_change_state):
34297         * gst/asfdemux/gstasfdemux.h:
34298           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34299           feels like. I think we should set a new requirement for demuxers
34300           from now on to implement sane loop functions, data loops, query
34301           and seek functions before first commit into CVS. And this commit
34302           fixes all of the above.
34303
34304 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34305
34306         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34307           vorbis comments are properly encoded in UTF-8 before adding them
34308           to a GstTagList
34309
34310 2004-06-09  Benjamin Otte  <otte@gnome.org>
34311
34312         * ext/alsa/gstalsa.c: (add_channels):
34313           handle min <= max correctly
34314         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34315         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34316           add fixation functions so we fixate correctly. No preferring of alaw
34317           anymore because it's the first structure.
34318         * ext/alsa/gstalsa.h:
34319         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34320         (gst_alsa_hw_params_dump):
34321           add functions to ease debugging in alsalib
34322         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34323         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34324         (gst_alsa_start_audio):
34325           only specify hw params if we really setup a format (fixes #134007 -
34326           or at least works around it)
34327
34328 2004-06-09  Wim Taymans  <wim@fluendo.com>
34329
34330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34331         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34332         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34333         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34334         (gst_ogg_mux_loop):
34335         Use stream caps to setup the initial pages in the ogg stream.
34336         Correctly set the streamheader caps on the srcpad.
34337
34338 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34339
34340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34341         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34342         (gst_v4lsrc_getcaps):
34343         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34344         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34345           add querying of fps lists for webcams.  Negotiating to a framerate
34346           now works.
34347
34348 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34349
34350         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34351         (theora_push_buffer), (theora_push_packet),
34352         (theora_set_header_on_caps), (theora_enc_chain):
34353           mark buffers and put on streamheader, raw theora streaming
34354           now works too, whee
34355
34356 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34357
34358         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34359         (gst_tcp_gdp_read_caps):
34360           do a looping read for caps and GDP headers too
34361
34362 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34363
34364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34365         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34366           return EOS instead of NULL in _get
34367
34368 2004-06-08  Wim Taymans  <wim@fluendo.com>
34369
34370         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34371         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34372         (gst_tcp_gdp_write_caps):
34373         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34374         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34375         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34376         Memory leak fixes
34377
34378 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34379
34380         * ext/vorbis/Makefile.am:
34381         * ext/vorbis/vorbis.c: (plugin_init):
34382         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34383         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34384         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34385         (vorbis_parse_change_state):
34386         * ext/vorbis/vorbisparse.h:
34387           adding a vorbisparse element that marks the buffers, streaming
34388           raw vorbis using GDP now works, whee
34389
34390 2004-06-08  Wim Taymans  <wim@fluendo.com>
34391
34392         * ext/jpeg/Makefile.am:
34393         * ext/jpeg/README:
34394         * ext/jpeg/gstjpeg.c: (plugin_init):
34395         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34396         (gst_smokedec_base_init), (gst_smokedec_class_init),
34397         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34398         * ext/jpeg/gstsmokedec.h:
34399         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34400         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34401         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34402         (gst_smokeenc_resync), (gst_smokeenc_chain),
34403         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34404         * ext/jpeg/gstsmokeenc.h:
34405         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34406         (smokecodec_flush_destination), (smokecodec_term_destination),
34407         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34408         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34409         (smokecodec_term_source), (smokecodec_encode_new),
34410         (smokecodec_decode_new), (smokecodec_info_free),
34411         (smokecodec_set_quality), (smokecodec_get_quality),
34412         (smokecodec_set_threshold), (smokecodec_get_threshold),
34413         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34414         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34415         (smokecodec_parse_header), (smokecodec_decode):
34416         * ext/jpeg/smokecodec.h:
34417         Added a new simple jpeg based codec
34418
34419 2004-06-08  Wim Taymans  <wim@fluendo.com>
34420
34421         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34422         (gst_multipart_mux_loop):
34423         Fix memory leak
34424
34425 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34426
34427         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34428         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34429         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34430         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34431         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34432         * gst/tcp/gsttcpserversink.h:
34433           take streamheader into account
34434
34435 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34436
34437         * gst/level/Makefile.am:
34438         * gst/level/gstlevel.c: (gst_level_class_init):
34439           clean up marshal generation
34440
34441 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34442
34443         * gst/tcp/Makefile.am:
34444         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34445         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34446         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34447         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34448         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34449         (gst_tcpclientsrc_get_property):
34450         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34451         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34452         (gst_tcpserversink_handle_client_read),
34453         (gst_tcpserversink_handle_client_write),
34454         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34455         * gst/tcp/gsttcpserversink.h:
34456           add signals client-added and client-removed
34457         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34458         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34459         (gst_tcpserversrc_get_property):
34460         uniformized, change default protocol to NONE
34461         * gst/tcp/gsttcp-marshal.list: added
34462 2004-06-07  Benjamin Otte  <otte@gnome.org>
34463
34464         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34465           handle discont events if they happen before caps nego
34466
34467 2004-06-07  Wim Taymans  <wim@fluendo.com>
34468
34469         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34470         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34471         (gst_multipart_demux_plugin_init):
34472         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34473         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34474         (gst_multipart_mux_change_state):
34475         Small updates, fix a memleak
34476
34477 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34478
34479         * configure.ac: OSS portability
34480         * ext/arts/gst_arts.c: idem
34481         * sys/oss/gstosselement.c: idem
34482         * sys/oss/gstossmixer.c: idem
34483         * sys/oss/gstosssink.c: idem
34484         * sys/oss/gstosssrc.c: idem
34485         * sys/oss/oss_probe.c: idem
34486           - check for soundcard.h in different places for some BSD
34487
34488 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34489
34490         * AUTHORS:
34491         Add me to the authors file
34492         * configure.ac:
34493         Increase the libdv requirement to >= version 0.100
34494         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34495         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34496         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34497         * ext/dv/gstdvdec.h:
34498         Add support for the new_media flag when sending DISCONT events
34499         Make the querying work when video pad is not linked
34500
34501 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34502
34503         reviewed by Benjamin Otte  <otte@gnome.org>
34504
34505         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34506           create a NULL-initialized array of pads, so we don't think they
34507           exist already. (fixes #143130)
34508
34509 2004-06-07  Benjamin Otte  <otte@gnome.org>
34510
34511         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34512         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34513         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34514           don't use // coments
34515
34516 2004-06-07  Benjamin Otte  <otte@gnome.org>
34517
34518         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34519           cast to GstClockTime to get higher granularity
34520         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34521           use gst_element_set_time_delay to get the exact time
34522         * ext/mad/gstmad.c: (gst_mad_chain):
34523           use the negotiated rate instead of the current frame's rate which
34524           might be wrong because of bit errors. This avoids emitting totally
34525           bogus timestamps and screwing sync.
34526         (fixes #143454)
34527
34528 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34529
34530         reviewed by Benjamin Otte  <otte@gnome.org>
34531
34532         * gst/adder/gstadder.c: (gst_adder_loop):
34533           properly error out when no negotiation has happened yet. (fixes
34534           #143032)
34535
34536 2004-06-06  Benjamin Otte  <otte@gnome.org>
34537
34538         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34539           forward correctly transformed offset in discont events. Based on
34540           patch by Arwed v. Merkatz. (fixes #142851)
34541
34542 2004-06-06  David Schleef  <ds@schleef.org>
34543
34544         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34545         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34546         problems on several systems.
34547
34548 2004-06-06  Benjamin Otte  <otte@gnome.org>
34549
34550         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34551           use explicit caps on the srcpad
34552         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34553           properly error out if caps couldn't be set (fixes #142764)
34554
34555 2004-06-06  Benjamin Otte  <otte@gnome.org>
34556
34557         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34558         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34559         (gst_alsa_start_audio):
34560           - don't call set_periods_integer anymore, it breaks the
34561           configuration randomly
34562           - call snd_pcm_hw_params_set_access directly instead of using masks
34563           - don't fail if the sw_params can't be set, just use the default
34564           params and hope it works. Alsalib has weird issues when you touch
34565           sw_params and does no proper error reporting about what failed.
34566         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34567         (gst_alsa_close_audio):
34568           make our alsa debugging go via gst debugging and not conditionally
34569           defined
34570         * ext/alsa/gstalsa.h:
34571           add ALSA_DEBUG_FLUSH macro
34572         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34573         (plugin_init):
34574           wrap alsa errors to be printed via the gst debugging system and not
34575           spammed to stderr
34576
34577 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34578
34579         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34580         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34581         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34582         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34583         (qtdemux_parse_trak):
34584         * gst/qtdemux/qtdemux.h:
34585           Bitch. Also known as seeking, querying & co.
34586         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34587         (gst_osssink_change_state):
34588         * sys/oss/gstosssink.h:
34589           Resyncing is for weenies, this hack is no longer needed and was
34590           broken anyway (since it - unintendedly - always leaves resync to
34591           TRUE).
34592
34593 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34594
34595         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34596         * gst/tcp/gsttcpclientsrc.h: idem
34597           - define MSG_NOSIGNAL if not done
34598           - include unistd.h for off_t
34599           (fixes #143749)
34600
34601 2004-06-05  Benjamin Otte  <otte@gnome.org>
34602
34603         * configure.ac:
34604         * ext/kio/Makefile.am:
34605           check for qt's moc preprocessor explicitly and use it
34606
34607 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34608
34609         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34610           don't get a signal for EPIPE on socket writes
34611           (somebody check if this works on other platforms)
34612
34613 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34614
34615         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34616         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34617           check error condition on available samples correctly
34618
34619 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34620
34621         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34622           avoid a segfault
34623         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34624         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34625         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34626         (gst_tcpserversrc_gdp_read_header):
34627          use ssize_t over size_t since the former is signed and thus the
34628          check for error codes can work
34629
34630 2004-06-02  Wim Taymans  <wim@fluendo.com>
34631
34632         reviewed by: Johan
34633
34634         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34635         (gst_multipart_mux_loop):
34636         Oops
34637
34638 2004-06-02  Wim Taymans  <wim@fluendo.com>
34639
34640         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34641         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34642         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34643         (gst_multipart_mux_change_state):
34644         Added configurable boundary specifier, added the value as a
34645         caps field as well.
34646
34647 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34648
34649         * gst/tcp/gsttcp.c:
34650         * gst/tcp/gsttcpclientsrc.c:
34651         * gst/tcp/gsttcpclientsrc.h:
34652         * gst/tcp/gsttcpserversrc.c:
34653           - portability fix, to compile on OSX
34654             (fixes #143146)
34655
34656         * sys/osxaudio/gstosxaudioelement.c:
34657         * sys/osxaudio/gstosxaudiosink.c:
34658         * sys/osxaudio/gstosxaudiosrc.c:
34659           - compilation warnings on OSX
34660             (fixes #143153)
34661
34662 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34663
34664         * ext/vorbis/vorbisdec.c : sign warning fixes
34665
34666         * gst-libs/gst/mixer/mixertrack.c :
34667           do no use defines which are glib 2.4 specific
34668
34669 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34670
34671         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34672           buffer since libflac doesn't expect it (reports a sync error when
34673           it encounters that)
34674
34675
34676 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34677
34678         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34679         * gst-libs/gst/mixer/mixertrack.c:
34680         (gst_mixer_track_get_property), (get_mixer_track_init),
34681         (get_mixer_track_get_property): Added property accessors
34682         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34683         * gst-libs/gst/mixer/mixeroptions.c:
34684         (gst_mixer_options_get_values): Added
34685         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34686         * gst-libs/gst/mixer/mixer.c: Fixed comment
34687
34688
34689 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34690
34691         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34692           improve error messages on open
34693
34694
34695 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34696
34697         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34698           check if v4l-conf is in path
34699
34700 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34701
34702         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34703           change assert to a more readable error message
34704
34705 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34706
34707         * gst-libs/gst/tuner/tunerchannel.h:
34708           - add a freq_multiplicator field to make the conversion
34709             between internal frequency unit and Hz
34710         * sys/v4l/gstv4lelement.c:
34711         * sys/v4l2/gstv4l2element.c:
34712           - change default video device to /dev/video0
34713         * sys/v4l/v4l_calls.c:
34714         * sys/v4l2/v4l2_calls.c:
34715           - we only expose frequency to the user in Hz instead of
34716             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34717
34718 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34719         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34720           Initialise b_o_s and e_o_s variables
34721         * gst-libs/gst/riff/riff-media.c:
34722         (gst_riff_create_video_caps_with_data):
34723           Add some unusual fourcc's from mplayer avi's
34724         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34725           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34726           autoplugging.
34727
34728 2004-05-28  Wim Taymans  <wim@fluendo.com>
34729
34730         * configure.ac:
34731         * gst/alpha/Makefile.am:
34732         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34733         (gst_alpha_get_type), (gst_alpha_base_init),
34734         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34735         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34736         (gst_alpha_chroma_key), (gst_alpha_chain),
34737         (gst_alpha_change_state), (plugin_init):
34738         A plugin to add an alpha channel to I420 video. Can optionally do
34739         chroma keying.
34740         * gst/multipart/Makefile.am:
34741         * gst/multipart/multipart.c: (plugin_init):
34742         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34743         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34744         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34745         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34746         (gst_multipart_demux_change_state),
34747         (gst_multipart_demux_plugin_init):
34748         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34749         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34750         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34751         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34752         (gst_multipart_mux_pad_unlink),
34753         (gst_multipart_mux_request_new_pad),
34754         (gst_multipart_mux_handle_src_event),
34755         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34756         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34757         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34758         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34759         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34760         send multipart jpeg images to a browser.
34761         * gst/videobox/Makefile.am:
34762         * gst/videobox/README:
34763         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34764         (gst_video_box_get_type), (gst_video_box_base_init),
34765         (gst_video_box_class_init), (gst_video_box_init),
34766         (gst_video_box_set_property), (gst_video_box_get_property),
34767         (gst_video_box_sink_link), (gst_video_box_i420),
34768         (gst_video_box_ayuv), (gst_video_box_chain),
34769         (gst_video_box_change_state), (plugin_init):
34770         Crops or adds borders around an image. can do alpha channel
34771         borders as well.
34772         * gst/videomixer/Makefile.am:
34773         * gst/videomixer/README:
34774         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34775         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34776         (gst_videomixer_pad_get_sink_event_masks),
34777         (gst_videomixer_pad_get_property),
34778         (gst_videomixer_pad_set_property),
34779         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34780         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34781         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34782         (gst_videomixer_base_init), (gst_videomixer_class_init),
34783         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34784         (gst_videomixer_handle_src_event),
34785         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34786         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34787         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34788         (gst_videomixer_loop), (gst_videomixer_get_property),
34789         (gst_videomixer_set_property), (gst_videomixer_change_state),
34790         (plugin_init):
34791         Generic video mixer plugin, can handle multiple inputs all with
34792         different framerates and video sizes. Is fully alpha channel
34793         aware.
34794
34795 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34796
34797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34798           Select first track as master track. Not sure how else to handle
34799           that...
34800         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34801           Discard discont events. Should fix #142962.
34802
34803 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34804
34805         * ext/alsa/Makefile.am:
34806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34807         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34808         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34809         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34810         (gst_alsa_mixer_get_option):
34811         * ext/alsa/gstalsamixer.h:
34812         * ext/alsa/gstalsamixeroptions.c:
34813         (gst_alsa_mixer_options_get_type),
34814         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34815         (gst_alsa_mixer_options_new):
34816         * ext/alsa/gstalsamixeroptions.h:
34817         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34818         * ext/alsa/gstalsamixertrack.h:
34819           Add enumerations (as GstMixerOptions). Make correct distinction
34820           between input/output tracks. Add capture/playback private flag.
34821           Use flag to decide on whether to set capture or playback volumes
34822           or switches. Use playback and record switches.
34823         * gst-libs/gst/mixer/Makefile.am:
34824         * gst-libs/gst/mixer/mixer-marshal.list:
34825         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34826         (gst_mixer_set_option), (gst_mixer_get_option),
34827         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34828         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34829         * gst-libs/gst/mixer/mixer.h:
34830         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34831         (gst_mixer_options_class_init), (gst_mixer_options_init),
34832         (gst_mixer_options_dispose):
34833         * gst-libs/gst/mixer/mixeroptions.h:
34834           Add GstMixerOptions.
34835         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34836           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34837           broken device detection on computers with multiple OSS sound
34838           cards.
34839
34840 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34841
34842         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34843           fixate nicely even when the peer is not negotiating
34844
34845 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34846
34847         * gst/audioconvert/gstaudioconvert.c:
34848         (gst_audio_convert_parse_caps):
34849           make sure we don't allow depth > width
34850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34851           fixate endianness to G_BYTE_ORDER as default
34852         * gst/audioscale/gstaudioscale.c:
34853           we don't handle another endianness as host-endianness
34854
34855 2004-05-25  David Schleef  <ds@schleef.org>
34856
34857         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34858
34859 2004-05-24  Benjamin Otte  <otte@gnome.org>
34860
34861         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34862         (gst_oggvorbisenc_setup):
34863           properly fail when we can't setup the vorbis encoder due to
34864           unsupported settings
34865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34866         (gst_vorbisenc_setup):
34867           same
34868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34869           fix case where warnings occured when one pad was unlinked while the
34870           other's link function was called
34871
34872 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34873
34874         * gst/tcp/Makefile.am:
34875           use GST_ENABLE_NEW
34876
34877 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34878
34879         * gst-libs/gst/resample/private.h:
34880           don't use optimizations that are #if 0'ed
34881
34882 2004-05-24  Wim Taymans  <wim@fluendo.com>
34883
34884         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34885         Fix potential division by zero error and hopefully get
34886         the position query right to get correct timestamps on avi
34887         audio.
34888
34889 2004-05-24  Wim Taymans  <wim@fluendo.com>
34890
34891         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34892         (gst_videoscale_scale_nearest_str2),
34893         (gst_videoscale_scale_nearest_str4),
34894         (gst_videoscale_scale_nearest_32bit),
34895         (gst_videoscale_scale_nearest_24bit),
34896         (gst_videoscale_scale_nearest_16bit):
34897         Fix the scaling algorithm and avoid a buffer overflow.
34898         removed the while loop in the scaling function as it
34899         was used for point sampling only.
34900
34901 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34902
34903         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34904         (gst_id3_tag_class_init), (gst_id3_tag_init),
34905         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34906         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34907         (gst_id3_tag_send_tag_event):
34908           lots of fixes to make id3mux work and id3demux work correctly
34909
34910 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34911
34912         * ext/Makefile.am:
34913           add rules to build shout2send (was removed by accident
34914           when this module was no more marked experimental/broken)
34915
34916 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34917
34918         * ext/shout2/gstshout2.c:
34919         * ext/shout2/gstshout2.h:
34920           adding a "connection problem" signal to shout2send
34921           (fixes #142954)
34922
34923 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34924
34925         * ext/kio/kioreceiver.cpp:
34926         * ext/kio/kioreceiver.h:
34927           fix sign comparison issues
34928
34929 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34930
34931         * gst/cdxaparse/gstcdxaparse.c:
34932         * gst/cdxaparse/gstcdxaparse.h:
34933           some renaming
34934           add some checks/sanity
34935           prepare for seek addition
34936
34937         * sys/sunaudio/gstsunaudio.c:
34938           remove exported dupe init function
34939
34940 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34941
34942         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34943         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34944           Fix format conversion and position querying.
34945         * gst/debug/progressreport.c: (gst_progressreport_report):
34946           Don't output a bogus total value that we didn't query.
34947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34948           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34949           only a blank window after xine has been used.
34950
34951 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34952
34953         * m4/as-arts.m4:
34954           sync with upstream version to fix test on FC2
34955           readd with -ko to preserve Id header
34956
34957 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34958
34959         * configure.ac:
34960           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34961         * gst/tcp/gsttcpclientsrc.c: idem
34962         * gst/tcp/gsttcpserversink.c: idem
34963         * gst/tcp/gsttcpserversrc.c: idem
34964         * m4/gst-fionread.m4: idem
34965
34966         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34967
34968         * configure.ac: enable speex plugin for speex 1.1.5+
34969         * ext/speex/gstspeexenc.c: fix cast warning
34970
34971         * ext/esd/README: fix typo
34972
34973 2004-05-20  David Schleef  <ds@schleef.org>
34974
34975         * configure.ac: Minor cosmetic change to convince the buildbot to
34976         reautogen.
34977         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34978         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34979         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34980         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34981         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34982         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34983         More hacking.  Plays audio now.
34984
34985 2004-05-20  David Schleef  <ds@schleef.org>
34986
34987         * configure.ac:
34988         * sys/Makefile.am:
34989
34990 2004-05-20  David Schleef  <ds@schleef.org>
34991
34992         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34993         * sys/osxaudio/gstosxaudio.c:
34994         * sys/osxaudio/gstosxaudioelement.c:
34995         * sys/osxaudio/gstosxaudioelement.h:
34996         * sys/osxaudio/gstosxaudiosink.c:
34997         * sys/osxaudio/gstosxaudiosink.h:
34998         * sys/osxaudio/gstosxaudiosrc.c:
34999         * sys/osxaudio/gstosxaudiosrc.h:
35000
35001 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35002
35003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35004         (gst_vorbisenc_chain):
35005           put the codec headers on the caps as streamheader as well as
35006           pushing them out
35007
35008 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35009
35010         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35011         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35012         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35013         split up push_packet into two functions
35014
35015 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35016
35017         * gst/tcp/.cvsignore:
35018           ignore enums
35019         * gst/tcp/Makefile.am:
35020         * gst/tcp/README:
35021         * gst/tcp/gsttcp.c:
35022         * gst/tcp/gsttcp.h:
35023         * gst/tcp/gsttcpclientsink.c:
35024         * gst/tcp/gsttcpclientsink.h:
35025         * gst/tcp/gsttcpclientsrc.c:
35026         * gst/tcp/gsttcpclientsrc.h:
35027         * gst/tcp/gsttcpplugin.c:
35028         * gst/tcp/gsttcpserversink.c:
35029         * gst/tcp/gsttcpserversink.h:
35030         * gst/tcp/gsttcpserversrc.c:
35031         * gst/tcp/gsttcpserversrc.h:
35032           add new tcp elements
35033
35034 2004-05-19  Wim Taymans  <wim@fluendo.com>
35035
35036         * gst/law/mulaw-conversion.c: (mulaw_encode):
35037         Fix overflow bug in ulaw encoding.
35038
35039 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35040
35041         * ext/mad/gstmad.c: (gst_mad_handle_event):
35042           don't unref the event twice
35043
35044 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35045
35046         * configure.ac:
35047           remove -Wno-sign-compare
35048
35049 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35050
35051         * configure.ac:
35052           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35053           if you want to work against glib 2.2 and 2.4
35054
35055 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35056
35057         * gst/tcp/Makefile.am:
35058         * gst/tcp/gsttcp.c:
35059         * gst/tcp/gsttcp.h:
35060         * gst/tcp/gsttcpsink.h:
35061         * gst/tcp/gsttcpsrc.h:
35062           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35063
35064 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35065
35066         * gst/debug/tests.c: (md5_get_value):
35067           fix segfault on gst-inspect
35068
35069 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35070
35071         * gst/debug/testplugin.c:
35072         * gst/debug/tests.c:
35073         * gst/debug/tests.h:
35074           add new extensible and configurable testing element. Current tests
35075           include buffer count, stream length, timestamp/duration matching and
35076           md5.
35077         * gst/debug/Makefile.am:
35078         * gst/debug/gstdebug.c: (plugin_init):
35079           add infrastructure for new element
35080
35081 2004-05-19  Johan Dahlin  <johan@gnome.org>
35082
35083         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35084         ending of the array. Fixes gst-inspect segfault on ppc.
35085
35086 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35087
35088         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35089
35090         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35091
35092 2004-05-18  David Schleef  <ds@schleef.org>
35093
35094         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35095         warnings (bugs, actually) noticed by gcc but not forte.
35096
35097 2004-05-18  David Schleef  <ds@schleef.org>
35098
35099         * sys/sunaudio/Makefile.am:
35100         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35101
35102 2004-05-18  David Schleef  <ds@schleef.org>
35103
35104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35105         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35106         to allow qtdemux to use non-seekable streams. (bug #142272)
35107
35108 2004-05-18  David Schleef  <ds@schleef.org>
35109
35110         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35111         (gst_resample_sinc_ft_float): Remove use of static temporary
35112         buffer.  This code was obviously not supposed to last long, but
35113         it's stuck in our ABI, so it required a little hack to make it
35114         ABI-compatible.  Fixes #142585.
35115         * gst-libs/gst/resample/resample.h: same.
35116
35117 2004-05-18  David Schleef  <ds@schleef.org>
35118
35119         * configure.ac: Add sunaudio
35120         * examples/Makefile.am: make gstplay depend on gconf
35121         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35122         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35123         (convert_table_lookup), (img_convert): remove c99-isms
35124         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35125           unsigned, to fix a warning on Solaris
35126         * gst/mpeg1sys/systems.c: bcopy->memcpy
35127         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35128         * sys/Makefile.am: Add sunaudio
35129
35130 2004-05-18  Wim Taymans  <wim@fluendo.com>
35131
35132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35133         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35134         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35135         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35136         (gst_ogg_mux_loop):
35137         Fix an ugly memleak where the muxer didn't flush enough ogg
35138         pages. This also resulted in badly muxed ogg files.
35139
35140 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35141
35142         * gst/asfdemux/asfheaders.c :
35143         * gst/asfdemux/asfheaders.h :
35144         * gst/asfdemux/gstasfdemux.c :
35145           - fix ASF_OBJ_PADDING guid
35146           - add 3 new object guids (language list, metadata,
35147             extended stream properties)
35148           - add a function to parse extended header objects
35149
35150 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35151
35152         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35153           remove leftover debugging g_print
35154
35155 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35156
35157         * ext/mad/gstmad.c: (gst_mad_handle_event):
35158           Fix for when the first format in a discont event is not a
35159           byte-based one. Should fix #137710.
35160
35161 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35162
35163         * m4/a52.m4 : fix compilation with -Wall -Werror
35164         * m4/libfame.m4 : idem
35165         * m4/libmikmod.m4 : idem
35166
35167 2004-05-17  Benjamin Otte  <otte@gnome.org>
35168
35169         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35170           signal the new tags before giving up the reference
35171
35172 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35173
35174         * ext/shout2/gstshout2.c:
35175           use application/ogg instead of application/x-ogg (patch by Patrick
35176           Guimond, fixes #142432)
35177         * sys/oss/gstosselement.c: (gst_osselement_reset),
35178         (gst_osselement_sync_parms):
35179           don't set fragment size unless specified (fixes #142493)
35180
35181 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35182
35183         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35184           fixes #142664
35185
35186 2004-05-17  Benjamin Otte  <otte@gnome.org>
35187
35188         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35189           compute offsets correctly for internal buffers so timestamps are set
35190           correctly when we can't seek. Also handle cases where there are no
35191           offsets. (based on a patch by David Moore, fixes #142507)
35192
35193 2004-05-17  Benjamin Otte  <otte@gnome.org>
35194
35195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35196           use correct variable when determining amount of data to skip so we
35197           don't skip into the void and segfault
35198
35199 2004-05-16  Benjamin Otte  <otte@gnome.org>
35200
35201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35202           Hi, I'm a memleak
35203
35204 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35205
35206         * gst/asfdemux/gstasfdemux.c:
35207           - fix a mem leak and always propagate tags
35208           - add WMV3 to known video codecs (but no decoder yet)
35209           - replace "surplus data" at end of audio header for what
35210             it is : codec specific data
35211           - fix a typo
35212
35213 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35214
35215         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35216
35217         * gst-libs/gst/audio/audioclock.c:
35218           Fix wrong return type (#142205).
35219
35220 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35221
35222         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35223           Ignore CRCs by default (fixes #142566).
35224
35225 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35226
35227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35228         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35229         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35230         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35231         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35232         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35233           Fix for cases where we fail to attach to a mixer.
35234
35235 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35236
35237         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35238           Don't touch events after not owning them anymore.
35239         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35240         (gst_wavparse_fmt), (gst_wavparse_other),
35241         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35242         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35243         (gst_wavparse_srcpad_event):
35244         * gst/wavparse/gstwavparse.h:
35245           Add seeking, fix querying.
35246
35247 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35248
35249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35250           - process comments even if they don't end with \0\0
35251             g_convert would ignore them if present and works well without them
35252
35253 2004-05-16  Benjamin Otte  <otte@gnome.org>
35254
35255         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35256           simplify caps
35257
35258 2004-05-16  Benjamin Otte  <otte@gnome.org>
35259
35260         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35261           don't write to memory we might not write to - g_convert does that
35262           for us anyway (fixes #142613)
35263         (gst_asf_demux_audio_caps):
35264           comment out gst_util_dump_mem
35265
35266 2004-05-16  Benjamin Otte  <otte@gnome.org>
35267
35268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35269           compute correct expected timestamps after seek (broken since
35270           last commit)
35271         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35272           rename element and debugging category to gdkpixbufscale
35273
35274 2004-05-16  Benjamin Otte  <otte@gnome.org>
35275
35276         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35277           add error checking to snd_pcm_delay and remove duplicate call to
35278           snd_pcm_delay that caused issues (see inline code comments)
35279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35280           make more readable and fix return value when snd_pcm_delay fails
35281         (fixes #142586)
35282
35283 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35284         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35285         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35286         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35287         (gst_pixbufscale_link), (gst_pixbufscale_init),
35288         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35289         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35290         (gst_pixbufscale_get_property), (pixbufscale_init):
35291         * ext/gdk_pixbuf/pixbufscale.h:
35292         Add these files I forgot earlier
35293
35294 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35295         * ext/gdk_pixbuf/Makefile.am:
35296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35297         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35298         Add new pixbufscale element to scale RGB video
35299         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35300         and HYPER interpolation correctly.
35301         * ext/theora/theoraenc.c: (theora_enc_chain),
35302         Discard buffer and return if explicit caps could not be set
35303         (theora_enc_get_property):
35304         Make _get return kbps for the bitrate consistent with
35305         the _set function.
35306
35307
35308 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35309
35310         * ext/libvisual/visual.c: (gst_visual_chain):
35311           add missing visual_audio_analyze
35312
35313 2004-05-14  David Schleef  <ds@schleef.org>
35314
35315         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35316         is killed while we're playing.
35317         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35318         gst_element_no_more_pads().
35319
35320 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35321
35322         * gst-libs/gst/riff/riff-read.c :
35323           - fix INFO tag extraction in RIFF/AVI files
35324             because gst_event_unref (event) also freed taglist
35325           - avoid a mem leak
35326
35327 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35328
35329         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35330         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35331
35332         * gst/auparse/gstauparse.c :
35333           - add code (commented for now) to support audio/x-adpcm on src pad
35334             (we have no decoder for those layout yet)
35335
35336         * gst/cdxaparse/gstcdxaparse.c :
35337         * gst/cdxaparse/gstcdxaparse.h :
35338           - partial rewrite using RiffRead (ripped iain's wavparse code)
35339
35340         * gst/rtp/gstrtpL16enc.c : typo
35341         * gst/rtp/gstrtpgsmenc.c : typo
35342
35343 2004-05-13  Benjamin Otte  <otte@gnome.org>
35344
35345         * configure.ac:
35346           check for exact version of libvisual, it's not supposed to be
35347           API/ABI stable yet
35348
35349 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35350
35351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35352           signal no-more-pads
35353
35354 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35355
35356         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35357         Report which format was used for GST_FORMAT_DEFAULT
35358         * gst/debug/Makefile.am:
35359         * gst/debug/gstdebug.c: (plugin_init):
35360         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35361         (gst_progressreport_class_init), (gst_progressreport_init),
35362         (gst_progressreport_report), (gst_progressreport_set_property),
35363         (gst_progressreport_get_property), (gst_progressreport_chain),
35364         (gst_progressreport_plugin_init):
35365         Add progressreport element for testing.
35366
35367 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35368
35369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35370         * sys/v4l/gstv4lsrc.h:
35371         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35372         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35374         (gst_v4lsrc_grab_frame):
35375           add more debugging
35376           send a discont at start
35377
35378 2004-05-12  Colin Walters  <walters@redhat.com>
35379
35380         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35381         inflooping if we can't find a chunk.  Or in other words, don't blow
35382         chunks if we don't have a chunk to blow.
35383
35384 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35385         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35386         Remove old debug output
35387         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35388         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35389         (gst_dvdec_set_property), (gst_dvdec_get_property):
35390         Change the quality setting to an enum, so it works from gst-launch
35391         Don't renegotiate a non-linked pad. Allows audio only decoding.
35392         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35393         (gst_deinterlace_link), (gst_deinterlace_init):
35394         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35395         (gst_videodrop_link):
35396         Some caps negotiation fixes
35397
35398 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35399
35400         * ext/tarkin/gsttarkin.c :
35401           - Change RANK from NONE to PRIMARY
35402         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35403           - Change RANK from NONE to MARGINAL
35404         * ext/divx/gstdivxenc.c :
35405           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35406
35407 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35408
35409         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35410         (gst_vorbisenc_push_packet):
35411           copy a function that was added between 1.0 and 1.0.1 until we
35412           depend on worthwhile features of post-1.0
35413
35414 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35415
35416         * configure.ac:
35417           enable shout2 by default
35418         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35419         (gst_shout2send_base_init), (gst_shout2send_init),
35420         (gst_shout2send_connect), (gst_shout2send_change_state):
35421         * ext/shout2/gstshout2.h:
35422           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35423           #142262)
35424         * ext/theora/theora.c: (plugin_init):
35425           don't set rank on encoders
35426
35427 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35428
35429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35430           Use codec_data property instead of flag1 and flag2 for wma
35431
35432 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35433
35434         * gst/cdxaparse/gstcdxaparse.c :
35435           - Add mpegversion to CAPS to make it link
35436           - Rank is as GST_RANK_SECONDARY instead of NONE
35437         * gst/auparse/gstauparse.c :
35438           - Document all audio encoding we can encounter from Solaris 9
35439             headers and libsndfile information.
35440           - Increase max. rate from 48000 to 192000 (to match other elements)
35441           - Don't try to play junk data between header and samples
35442
35443 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35444
35445         * ext/libvisual/visual.c: (gst_visual_getcaps):
35446           use the right caps depending on endianness (I hope)
35447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35448           use GST_RANK_NONE for all non-decoding elements or spider gets
35449           mighty confused
35450
35451 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35452
35453         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35454           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35455
35456 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35457
35458         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35459         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35460         (gst_switch_loop), (gst_switch_get_type):
35461           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35462           HEADERS. Had to be said.
35463
35464 2004-05-10  David Schleef  <ds@schleef.org>
35465
35466         * configure.ac: Add prototype Dirac support.
35467         * ext/Makefile.am:
35468         * ext/dirac/Makefile.am:
35469         * ext/dirac/gstdirac.cc:
35470         * ext/dirac/gstdiracdec.cc:
35471
35472 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35473
35474         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35475         (gst_auparse_init), (gst_auparse_chain),
35476         (gst_auparse_change_state):
35477           Hack around spider. Remove me some day please.
35478
35479 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35480
35481         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35482           Fix for some uninitialized variables in previous patch, also
35483           makes it work. Fixes #142286 while we're at it.
35484
35485 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35486
35487         * gst/auparse/gstauparse.c:
35488                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35489                 only unsupported formats are ADPCM/CCITT G.72x
35490                 reviewed by Ronald
35491         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35492
35493 2004-05-10  Wim Taymans  <wim@fluendo.com>
35494
35495         * ext/vorbis/Makefile.am:
35496         * ext/vorbis/README:
35497         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35498         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35499         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35500         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35501         (gst_oggvorbisenc_convert_sink),
35502         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35503         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35504         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35505         (get_constraints_string), (update_start_message),
35506         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35507         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35508         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35509         * ext/vorbis/oggvorbisenc.h:
35510         * ext/vorbis/vorbis.c: (plugin_init):
35511         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35512         (raw_caps_factory), (gst_vorbisenc_class_init),
35513         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35514         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35515         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35516         * ext/vorbis/vorbisenc.h:
35517         Added a raw vorbis encoder to be used with the oggmuxer.
35518         We still need the old encoder for some gnome applications,
35519         read the README to find out how that works.
35520         The raw encoder is called "rawvorbisenc" until 0.9.
35521
35522 2004-05-10  Wim Taymans  <wim@fluendo.com>
35523
35524         * ext/ogg/gstogg.c: (plugin_init):
35525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35526         (gst_ogg_print):
35527         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35528         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35529         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35530         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35531         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35532         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35533         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35534         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35535         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35536         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35537         Added an ogg muxer.
35538         Small typo fixes in the demuxer.
35539
35540 2004-05-10  Wim Taymans  <wim@fluendo.com>
35541
35542         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35543         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35544         (theora_enc_change_state), (theora_enc_set_property),
35545         (theora_enc_get_property):
35546         Mark the last packet with an EOS flag which is not really needed
35547         in gstreamer.
35548         Do some better video framerate initialisation.
35549         Update the buffer timestamp.
35550
35551 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35552
35553         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35554         Return the result of the parent state change call
35555
35556 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35557
35558         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35559         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35560         * gst/law/alaw-encode.c : (idem)
35561         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35562         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35563         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35564
35565 2004-05-09  Benjamin Otte  <otte@gnome.org>
35566
35567         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35568           don't use a fixed buffer size when writing variable length data to
35569           it. Fixes memory corruption and makes alsasrc work
35570
35571 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35572
35573         * ext/gnomevfs/gstgnomevfssink.c:
35574         (_gst_boolean_allow_overwrite_accumulator),
35575         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35576           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35577           RUN_LAST, and don't use that to set the accumulator value because
35578           then it's always FALSE.
35579
35580 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35581
35582         * gst-libs/gst/riff/riff-media.c:
35583         (gst_riff_create_video_caps_with_data),
35584         (gst_riff_create_audio_caps),
35585         (gst_riff_create_audio_template_caps):
35586         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35587           Fix for unaligned RIFF files (i.e. where all the chunks together
35588           in a LIST chunk are not of the same size as the size given in
35589           the LIST chunk header). Fixes several odd WAVE files. Also fix
35590           ADPCM (block_align property) in audio, so that wavparse based
35591           on this works now as it used to stand-alone.
35592
35593 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35594
35595         reviewed by Benjamin Otte  <otte@gnome.org>
35596
35597         * ext/a52dec/gsta52dec.c:
35598         * ext/divx/gstdivxdec.c:
35599         * ext/divx/gstdivxenc.c:
35600         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35601         * ext/faac/gstfaac.c: (gst_faac_base_init):
35602         * ext/faad/gstfaad.c: (gst_faad_base_init):
35603         * ext/ivorbis/vorbisfile.c:
35604         * ext/lame/gstlame.c:
35605         * ext/libfame/gstlibfame.c:
35606         * ext/mpeg2enc/gstmpeg2enc.cc:
35607         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35608         * ext/sidplay/gstsiddec.cc:
35609         * ext/speex/gstspeexdec.c:
35610         * ext/speex/gstspeexenc.c:
35611         * ext/xvid/gstxviddec.c:
35612         * ext/xvid/gstxvidenc.c:
35613           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35614           (fixes #142193)
35615
35616 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35617
35618         * ext/alsa/gstalsa.c: (device_list),
35619         (gst_alsa_class_probe_devices):
35620         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35621           Fix alsa oddness in mixer after the combination of using mixer
35622           in source/sink elements and using hw:x,y instead of just hw:x.
35623
35624 2004-05-09  Benjamin Otte  <otte@gnome.org>
35625
35626         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35627         (gst_wavparse_create_sourcepad):
35628           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35629           sourcepads
35630
35631 2004-05-09  Benjamin Otte  <otte@gnome.org>
35632
35633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35634           allow discont events before caps nego
35635
35636 2004-05-08  Benjamin Otte  <otte@gnome.org>
35637
35638         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35639           don't leak events
35640
35641 2004-05-08  Benjamin Otte  <otte@gnome.org>
35642
35643         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35644         (gst_level_change_state), (gst_level_init):
35645         * gst/level/gstlevel.h:
35646           figure out if we're initialized directly instead of keeping a
35647           variable that's wrong in 90% of cases
35648           don't initialize pads and then leak them and use a new unitialized
35649           pad. (fixes #142084)
35650           these were bugs so n00bish I didn't find them for an hour :/
35651
35652 2004-05-08 Iain <iain@prettypeople.org>
35653
35654         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35655         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35656         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35657         return the length that was read.
35658         (gst_riff_read_strf_auds): Allow fmt tags as well.
35659
35660 2004-05-07  David Schleef  <ds@schleef.org>
35661
35662         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35663         signed char assumption in faad.h.
35664
35665 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35666
35667         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35668           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35669
35670 2004-05-07  Colin Walters  <walters@redhat.com>
35671
35672         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35673         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35674         function.
35675         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35676         Add dispose function.
35677
35678 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35679         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35680           Fix caps nego and pad templates. RGB mode caps should
35681           work now.
35682         * ext/dvdnav/gst-dvd:
35683           Move mpeg2dec inside the thread because otherwise the
35684           queue rejects cap changes mid-stream
35685         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35686         (gst_mpeg2dec_flush_decoder):
35687           For mpeg2dec > 0.4.0, call the flush function instead of
35688           manually extracting all in-flight frames.
35689         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35690         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35691           Change mime type video/dv go video/x-dv to match the
35692           rest of gst-plugins
35693
35694 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35695
35696         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35697         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35698         (gst_alsa_sink_class_init):
35699         * ext/alsa/gstalsasink.h:
35700         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35701         (gst_alsa_src_class_init):
35702         * ext/alsa/gstalsasrc.h:
35703           Make alsasink/src a subclass of alsamixer so that mixer stuff
35704           shows up in gst-rec. Needs some finetuning.
35705
35706 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35707
35708         * ext/lame/gstlame.c: (gst_lame_chain):
35709           simplify
35710         * ext/mad/gstmad.c: (gst_mad_handle_event):
35711           fix event leak
35712         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35713           be able to detect mp3 files < 4096 bytes
35714
35715 2004-05-06  Wim Taymans  <wim@fluendo.com>
35716
35717         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35718         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35719         (theora_enc_set_property), (theora_enc_get_property):
35720         Also encode the first frame, cleanup some code.
35721
35722 2004-05-06  Wim Taymans  <wim@fluendo.com>
35723
35724         * ext/mpeg2enc/gstmpeg2enc.cc:
35725         Forward events first before deciding that negotiation was
35726         not performed.
35727
35728 2004-05-06  Wim Taymans  <wim@fluendo.com>
35729
35730         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35731         First process the events before deciding that negotiation
35732         was not performed.
35733
35734 2004-05-06  Wim Taymans  <wim@fluendo.com>
35735
35736         * ext/theora/Makefile.am:
35737         * ext/theora/theora.c: (plugin_init):
35738         * ext/theora/theoradec.c: (theora_dec_change_state):
35739         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35740         (gst_theora_enc_class_init), (gst_theora_enc_init),
35741         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35742         (theora_enc_chain), (theora_enc_change_state),
35743         (theora_enc_set_property), (theora_enc_get_property):
35744         Added a theora encoder, grouped the encoder and decoder into the
35745         same plugin.
35746
35747 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35748
35749         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35750         (gst_jpegenc_chain):
35751         fix DURATION on outgoing buffers
35752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35753         debug using time formats
35754         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35756         (gst_xvimagesink_sink_link):
35757         windows with width/height 0 generate X errors, so don't allow them
35758
35759 2004-05-05  Wim Taymans  <wim@fluendo.com>
35760
35761         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35762         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35763         (gst_mpeg2dec_negotiate_format):
35764         * ext/mpeg2dec/gstmpeg2dec.h:
35765           removed the static pad template so that we can add the
35766           more accurate framerate value to the caps.
35767
35768
35769 2004-05-04  Benjamin Otte  <otte@gnome.org>
35770
35771         * configure.ac:
35772           check for kdemacros.h, too (should fix #141821)
35773         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35774           don't crash if no header was sent, but nicely error out (fixes part
35775           of #141554)
35776
35777 2004-05-04  Wim Taymans  <wim@fluendo.com>
35778
35779         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35780         parent dispose function to avoid segfault on destroy.
35781
35782 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35783
35784         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35785         (plugin_init):
35786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35787         (gst_xvimagesink_sink_link):
35788         clean up debugging caps
35789         also recreate xvimage when format has changed
35790
35791 2004-05-04  Benjamin Otte  <otte@gnome.org>
35792
35793         * ext/libvisual/Makefile.am:
35794         * ext/libvisual/visual.c: (gst_visual_class_init),
35795         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35796         (gst_visual_srclink), (gst_visual_chain),
35797         (gst_visual_change_state), (plugin_init):
35798           use a GstAdapter to correctly adapt buffer sizes - allows using a
35799           framerate
35800
35801 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35802
35803         * sys/v4l/gstv4lelement.h:
35804         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35805         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35806         (gst_v4lsrc_buffer_free):
35807         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35808         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35809         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35810         (gst_v4lsrc_requeue_frame):
35811         move some debugging categories around
35812         query for fps index and set accordingly if found
35813
35814 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35815
35816         * ext/lame/gstlame.c:
35817         correct defaults that lame_init puts out of range
35818
35819 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35820
35821         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35822         (gst_divxenc_class_init):
35823         fix range since -1 is the default
35824         * gst/mpeg1sys/gstmpeg1systemencode.c:
35825         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35826         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35827         (gst_rtjpegdec_chain):
35828         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35829         (gst_rtjpegenc_chain):
35830         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35831         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35832         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35833         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35834         * sys/v4l/gstv4lsrc.c:
35835         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35836         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35837         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35838         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35839         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35840           remove gst_info calls
35841
35842 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35843
35844         * Makefile.am:
35845         * po/af.po:
35846         * po/az.po:
35847         * po/en_GB.po:
35848         * po/nl.po:
35849         * po/sr.po:
35850         * po/sv.po:
35851           Updated translations
35852
35853 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35854
35855         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35856           refactor/comment code
35857
35858 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35859
35860         * gst/asfdemux/Makefile.am:
35861         * gst/asfdemux/asfheaders.c:
35862         * gst/asfdemux/asfheaders.h:
35863         * gst/asfdemux/gstasf.c: (plugin_init):
35864         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35865         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35866         (gst_asf_demux_setup_pad):
35867         * gst/asfdemux/gstasfdemux.h:
35868         * gst/asfdemux/gstasfmux.c:
35869         * gst/asfdemux/gstasfmux.h:
35870           Add tagging support to demuxer, split out registration in its own
35871           file instead of in demux (hacky), and prevent having some tables
35872           in our memory multiple times (in asfheaders.h).
35873
35874 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35875
35876         * gst/matroska/matroska-demux.c:
35877         (gst_matroska_demux_parse_metadata):
35878         * gst/matroska/matroska-ids.h:
35879           Basic tag reading support.
35880
35881 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35882
35883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35884           Really detect ac-3 audio.
35885         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35886           really detect matroska files (off-by-1).
35887
35888 2004-04-30  David Schleef  <ds@schleef.org>
35889
35890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35891         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35892         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35893         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35894         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35895         hackage -- parse a lot more atoms, extract a few tags.  One might even
35896         mistake this for tag support.  Maybe it is.
35897         * gst/qtdemux/qtdemux.h:
35898
35899 2004-04-30  Colin Walters  <walters@verbum.org>
35900
35901         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35902
35903 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35904
35905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35906         (gst_ffmpegcolorspace_getcaps):
35907           remove broken nego fix
35908
35909 2004-04-30  Benjamin Otte  <otte@gnome.org>
35910
35911         * configure.ac:
35912         * ext/Makefile.am:
35913         * ext/libvisual/Makefile.am:
35914         * ext/libvisual/visual.c:
35915           add initial support for libvisual (http://libvisual.sourceforge.net)
35916           libvisual is still quite alpha, so expect crashes in there :)
35917
35918 2004-04-29  David Schleef  <ds@schleef.org>
35919
35920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35921         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35922         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35923         code; you will no longer respect me.
35924
35925 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35926
35927         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35928         * ext/alsa/gstalsa.h :
35929         change alsa pcm device discovery to find more than 1 device
35930         per card. code review by Ronald.
35931
35932 2004-04-29  David Schleef  <ds@schleef.org>
35933
35934         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35935         Add a check for a driver bug on FreeBSD.  (bug #140565)
35936
35937 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35938
35939         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35940         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35941         (gst_jpegenc_getcaps):
35942           move format setting to inner loop
35943         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35944         (gst_ffmpegcolorspace_getcaps):
35945           use GST_PAD_CAPS if available so that we use already negotiated
35946           caps
35947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35948         (qtdemux_parse_moov), (qtdemux_parse):
35949           extra debugging
35950         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35951         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35952           move hardcoded path to DEFINE
35953
35954 2004-04-28  David Schleef  <ds@schleef.org>
35955
35956         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35957         (bug #140064)
35958
35959 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35960
35961         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35962           Don't probe for playback device if we're a source element. Fixes
35963           #139658.
35964
35965 2004-04-29  Benjamin Otte  <otte@gnome.org>
35966
35967         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35968         (gst_id3_tag_chain):
35969           rewrite buffer offset
35970
35971 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35972
35973         * configure.ac:
35974         * ext/Makefile.am:
35975         * ext/dts/Makefile.am:
35976         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35977         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35978         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35979         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35980         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35981         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35982         (plugin_init):
35983         * ext/dts/gstdtsdec.h:
35984           New DTS decoder.
35985         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35986         (gst_faad_srcconnect):
35987           Add ESDS atom handling (.m4a).
35988
35989 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35990
35991         * ext/divx/gstdivxdec.c: (plugin_init):
35992           Remove comment that makes no sense.
35993         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35994           Fix for obvious typo that resulted in warnings during gst-register.
35995         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35996         (gst_xviddec_sink_link):
35997           Fix caps negotiation a bit better.
35998         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35999           We call this 'codec_data', not 'esds'.
36000
36001 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36002
36003         * gst/monoscope/gstmonoscope.c:
36004           make sure we only provide 256x128
36005         * gst/monoscope/monoscope.c: (monoscope_init):
36006           assert size of 256x128
36007
36008 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36009
36010         * Makefile.am:
36011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36012         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36013           fixate to max width and height of device
36014
36015 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36016
36017         * Makefile.am:
36018         * sys/v4l/gstv4l.c:
36019         * sys/v4l/gstv4lsrc.c:
36020         * sys/v4l/v4l_calls.c:
36021         * sys/v4l/v4lsrc_calls.c:
36022           fix for qc-usb driver which fakes having more than one buffer
36023           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36024           buffer_free override
36025           add debugging
36026
36027 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36028
36029         * Makefile.am:
36030         * gst/videotestsrc/gstvideotestsrc.c:
36031         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36032         (gst_videotestsrc_init), (gst_videotestsrc_get),
36033         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36034         * gst/videotestsrc/gstvideotestsrc.h:
36035           add num-buffers property
36036
36037         2004-04-26  Benjamin Otte  <otte@gnome.org>
36038
36039         * ext/mad/gstid3tag.c: (plugin_init):
36040           set id3mux rank to NONE so it doesn't confuse spider
36041           require audio/mpeg,mpegversion=1 in id3mux
36042
36043 2004-04-26  Benjamin Otte  <otte@gnome.org>
36044
36045         * configure.ac:
36046           detect faad correctly as non-working if it's indeed non-working
36047
36048 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36049
36050         * Makefile.am:
36051         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36052         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36053         fix _getcaps so it only negotiates to its supported format
36054
36055 2004-04-25  Benjamin Otte  <otte@gnome.org>
36056
36057         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36058           fix memleak
36059
36060 2004-04-23  Benjamin Otte  <otte@gnome.org>
36061
36062         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36063           audio/x-raw-int with height rules! not. Now it's depth.
36064
36065 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36066
36067         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36068         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36069         (gst_wavparse_loop):
36070           Missing variable initialization. Add handling of DVI ADPCM. Fix
36071           mis-parsing of LIST chunks. This works around a bug where we mis-
36072           parse non-aligning LIST chunks (so LIST chunks where the contents
36073           don't align with the actual LIST size). The correct fix is to use
36074           rifflib, I'm not going to fix wavparse - too much work. All this
36075           fixes #104878.
36076
36077 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36078
36079         reviewed by Benjamin Otte  <otte@gnome.org>
36080
36081         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36082           fix shoutcast not working (fixes #140844)
36083
36084 2004-04-22  Benjamin Otte  <otte@gnome.org>
36085
36086         * ext/hermes/gsthermescolorspace.c:
36087         (gst_hermes_colorspace_caps_remove_format_info):
36088         * gst/colorspace/gstcolorspace.c:
36089         (gst_colorspace_caps_remove_format_info):
36090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36091         (gst_ffmpegcolorspace_caps_remove_format_info):
36092           s/gst_caps_simplify/gst_caps_do_simplify/
36093
36094 2004-04-22  Benjamin Otte  <otte@gnome.org>
36095
36096         * gst-libs/gst/riff/riff-media.c:
36097         (gst_riff_create_video_caps_with_data):
36098           mpegversion is an int
36099         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36100           don't try to create pad templates with NULL caps, use any caps
36101           instead.
36102
36103 2004-04-20  David Schleef  <ds@schleef.org>
36104
36105         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36106         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36107         (bug #140384)
36108
36109 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36110
36111         reviewed by David Schleef
36112
36113         * ext/mad/gstid3tag.c: Add stdlib.h
36114         * gst/rtp/gstrtpgsmenc.c: same
36115         * gst/tags/gstid3tag.c: same
36116         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36117         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36118         GST_DISABLE_LOADSAVE use.
36119         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36120         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36121         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36122         atol(3)).
36123         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36124         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36125         strtoul(3)).
36126         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36127         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36128         $(ID3_CFLAGS).
36129         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36130         $(LIBFAME_CFLAGS).
36131
36132 2004-04-20  David Schleef  <ds@schleef.org>
36133
36134         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36135         last checkin.  Same idea.
36136
36137 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36138
36139         reviewed by David Schleef
36140
36141         * configure.ac: bump required gstreamer version to 0.8.1.1
36142         because of following changes [--ds]
36143
36144         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36145         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36146         (gst_riff_read_header):  Use GST_READ_UINT*
36147         macros to access possibly unaligned memory.
36148
36149         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36150         (mp3_type_find):  Use GST_READ_UINT*
36151         macros to access possibly unaligned memory.
36152         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36153         (speex_type_find): Likewise
36154
36155         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36156
36157         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36158         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36159         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36160         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36161         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36162         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36163         macros to access possibly unaligned memory.
36164
36165         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36166         Likewise.
36167
36168         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36169         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36170
36171         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36172         Likewise.
36173
36174         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36175         (gst_mpeg2subt_chain_subtitle): Likewise.
36176
36177         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36178         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36179         Likewise.
36180
36181         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36182         Likewise.
36183
36184         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36185         Likewise.
36186
36187         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36188         Likewise.
36189
36190 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36191
36192         * configure.ac:
36193           update required version of GStreamer because of GST_TIME_FORMAT
36194
36195 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36196
36197         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36198           remove leftover g_print
36199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36200           don't try setting only a subset of the caps. We don't want to kill
36201           autoplugging on purpose
36202
36203 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36204
36205         * sys/ximage/ximagesink.c: (plugin_init):
36206         * sys/xvimage/xvimagesink.c: (plugin_init):
36207           add debugging categories
36208
36209 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36210
36211         * po/en_GB.po:
36212         * po/LINGUAS:
36213           Adding en_GB translation (Gareth Owen)
36214
36215 2004-04-20  David Schleef  <ds@schleef.org>
36216
36217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36218         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36219         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36220         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36221         A number of new features and hacks to extract the esds atom and
36222         put it into the caps.  (bug #137724)
36223
36224 2004-04-19  David Schleef  <ds@schleef.org>
36225
36226         * gconf/Makefile.am: Fix for non-GNU make
36227         * gst-libs/gst/Makefile.am: Change directory order to handle
36228         GstPlay linking with gstinterfaces
36229         * gst-libs/gst/audio/make_filter: make use of tr portable
36230         * gst-libs/gst/play/Makefile.am: Add intended \
36231         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36232         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36233         function prototype instead of void *.
36234         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36235         macro.
36236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36237         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36238         * gst/videofilter/make_filter: make use of tr portable
36239         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36240
36241 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36242
36243         * po/LINGUAS:
36244         * po/uk.po:
36245           Added Ukrainian translation (Maxim V. Dziumanenko)
36246
36247 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36248
36249         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36250         (gst_gsmdec_link), (gst_gsmdec_chain):
36251           Fix capsnego, simplify chain function slightly.
36252         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36253           Add GSM.
36254
36255 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36256
36257         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36258         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36259         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36260           Hack to make wavparse work with spider (always -> sometimes pad).
36261           Fixes #135862 && #140411.
36262
36263 2004-04-18  Benjamin Otte  <otte@gnome.org>
36264
36265         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36266         (gst_osselement_rate_probe_check),
36267         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36268           get rid of \n in debug output
36269
36270 2004-04-17  Iain <iain@prettypeople.org>
36271
36272         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36273         not just EOS.
36274
36275 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36276
36277         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36278         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36279         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36280         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36281         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36282         (gst_id3_tag_change_state), (plugin_init):
36283           deprecate id3tag element and replace with id3demux/id3mux.
36284           great side effect: this ugly file is now even uglier, yay!
36285         * ext/mad/gstmad.h:
36286           remove non-available function
36287           update for new get_type
36288
36289 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36290
36291         * configure.ac:
36292           require mpeg2dec >= 0.4.0
36293
36294 2004-04-17  Benjamin Otte  <otte@gnome.org>
36295
36296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36297         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36298         (gst_xvimagesink_set_xwindow_id):
36299           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36300           assorted cleanup fixes.
36301
36302 2004-04-16  David Schleef  <ds@schleef.org>
36303
36304         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36305         * sys/xvimage/xvimagesink.h: same
36306
36307 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36308
36309         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36310           Fix GST_ELEMENT_ERROR with (NULL)
36311
36312 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36313
36314         * gst-libs/gst/riff/riff-media.c:
36315         (gst_riff_create_video_caps_with_data):
36316           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36317
36318 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36319
36320         * gst-libs/gst/riff/riff-media.c:
36321         (gst_riff_create_video_caps_with_data),
36322         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36323         (gst_riff_create_video_template_caps),
36324         (gst_riff_create_audio_template_caps):
36325         * gst-libs/gst/riff/riff-media.h:
36326         * gst-libs/gst/riff/riff-read.c:
36327         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36328         * gst-libs/gst/riff/riff-read.h:
36329         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36330           Add MS RLE support. I added some functions to read out strf chunks
36331           into strf chunks and the data behind it. This is usually color
36332           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36333           caps creation. Lastly, add ADPCM (similar to wavparse - which
36334           should eventually be rifflib based).
36335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36336         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36337         * gst/matroska/matroska-demux.h:
36338           Remove placeholders for some prehistoric tagging system. Didn't add
36339           support for any tag system really anyway.
36340         * gst/qtdemux/qtdemux.c:
36341           Add support for audio/x-m4a (MPEG-4) through spider.
36342         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36343         (gst_wavparse_loop):
36344           ADPCM support (#135862). Increase max. buffer size because we
36345           cannot split buffers for ADPCM (screws references) and I've seen
36346           files with 2048 byte chunks. 4096 seems safe for now.
36347
36348 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36349
36350         * configure.ac: bump nano to 1
36351
36352 === release 0.8.1 ===
36353
36354 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36355
36356         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36357
36358 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36359
36360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36361           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36362           Fixes #140058
36363
36364 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36365
36366         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36367           lower rank of dvddemux so that it's not used for mpeg playback.
36368
36369 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36370
36371         * configure.ac:
36372           save libs correctly when checking mad
36373
36374 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36375
36376         * ext/mad/gstid3tag.c: (plugin_init):
36377           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36378
36379 2004-04-13  David Schleef  <ds@schleef.org>
36380
36381         * common/m4/gst-feature.m4: Call -config scripts with
36382         --plugin-libs if it is supported.
36383         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36384         JPEG images are image/jpeg.
36385         * gst/debug/Makefile.am:
36386         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36387         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36388         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36389         (gst_negotiation_plugin_init): Add a property that acts like
36390         filter caps.
36391         * testsuite/gst-lint:  Move license checking to be a standard
36392         test.
36393
36394 2004-04-13  David Schleef  <ds@schleef.org>
36395
36396         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36397         patch from Sebastien Cote (bug #139958)
36398
36399 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36400
36401         * examples/gstplay/Makefile.am:
36402         * examples/gstplay/player.c: (main):
36403           make the commandline player example use gconf settings
36404
36405 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36406
36407         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36408         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36409         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36410           init/end library during state transition, not object
36411           creation/disposal.  get rid of custom dispose handler.
36412
36413
36414 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36415
36416         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36417         be a symlink
36418
36419 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36420
36421         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36422           Handle JUNK chunks inside data section. Prevents warnings.
36423
36424 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36425
36426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36427         (gst_riff_create_video_template_caps):
36428           Add MS video v1.
36429         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36430         (gst_avi_demux_stream_data):
36431           Add support for "rec-list" chunks.
36432
36433 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36434
36435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36436           Fix another codecname mismatch.
36437
36438 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36439
36440         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36441           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36442           so that MJPEG plays back.
36443
36444 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36445
36446         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36447         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36448         * gst/mpeg1videoparse/gstmp1videoparse.h:
36449           Fix for some slight mis-cuts in buffer parsing, and for some
36450           potential overflows or faults-causers. Adds disconts. Also fixes
36451           #139105 while we're at it.
36452
36453 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36454
36455         * configure.ac:
36456         * sys/v4l2/gstv4l2element.h:
36457           Workaround for missing struct v4l2_buffer declaration in Suse 9
36458           and Mandrake 10 linux/videodev2.h header file (#135919).
36459
36460 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36461
36462         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36463           Bail out if no filename was given.
36464
36465 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36466
36467         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36468         (gst_v4l2_fourcc_from_structure):
36469           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36470           Y41B somewhere).
36471
36472 2004-04-09  Benjamin Otte  <otte@gnome.org>
36473
36474         * ext/gnomevfs/gstgnomevfssink.c:
36475         (_gst_boolean_allow_overwrite_accumulator),
36476         (gst_gnomevfssink_class_init):
36477           fix erase signal - if any handler returns false the file will not be
36478           overwritten. If no handler is connected, the file will not be
36479           overwritten either.
36480           renamed signal to "allow-overwrite"
36481         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36482           free string when adding it to ID3 failed
36483         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36484           unref event when done
36485         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36486           free caps
36487         * gst/typefind/gsttypefindfunctions.c:
36488         (mpeg_video_stream_type_find):
36489           fix invalid read
36490
36491 2004-04-08  David Schleef  <ds@schleef.org>
36492
36493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36494         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36495
36496 2004-04-08  David Schleef  <ds@schleef.org>
36497
36498         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36499         we don't support (bug #139532)
36500
36501 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36502
36503         * ext/mad/gstmad.c: (gst_mad_handle_event),
36504         (gst_mad_check_caps_reset), (gst_mad_chain),
36505         (gst_mad_change_state):
36506           only set explicit caps if they haven't been set before for
36507           this stream.  MPEG-audio sample rate/channels aren't allowed
36508           to change in-stream.
36509           Fixes #139382
36510
36511 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36512
36513         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36514         (_gst_boolean_did_something_accumulator),
36515         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36516         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36517         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36518         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36519         (gst_gnomevfssink_change_state):
36520           Fix erase signal. Don't erase by default. Remove handoff signal.
36521           Remove erase property. Don't segfault. General cleanup.
36522
36523 2004-04-07  Benjamin Otte  <otte@gnome.org>
36524
36525         * gst-libs/gst/gconf/test-gconf.c: (main):
36526           add missing gst_init
36527
36528 2004-04-07  Benjamin Otte  <otte@gnome.org>
36529
36530         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36531           free the mutexes, too
36532
36533 2004-04-07  Benjamin Otte  <otte@gnome.org>
36534
36535         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36536           actually free the URI string
36537         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36538           compute offset correctly when passing discont events
36539         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36540           don't leak discont events
36541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36542           add some missing breaks so caps aren't copied randomly
36543         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36544           if we realloc memory, we better use it
36545
36546 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36547
36548         * ext/mad/gstmad.c: (normal_seek):
36549           fix GST_FORMAT_TIME usage
36550
36551 2004-04-05  David Schleef  <ds@schleef.org>
36552
36553         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36554         a deprecated function (hack!)
36555
36556 2004-04-05  Benjamin Otte  <otte@gnome.org>
36557
36558         * ext/esd/esdmon.c: (gst_esdmon_get):
36559           fix nonterminated vararg and memleak
36560
36561 2004-04-05  Benjamin Otte  <otte@gnome.org>
36562
36563         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36564         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36565         (gst_ladspa_set_property), (gst_ladspa_get_property),
36566         (gst_ladspa_instantiate), (gst_ladspa_activate),
36567         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36568           clean up debugging
36569
36570 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36571
36572         reviewed by Benjamin Otte  <otte@gnome.org>
36573
36574         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36575           check for broken LADSPA parameters (fixes #138635)
36576
36577 2004-04-05  Benjamin Otte  <otte@gnome.org>
36578
36579         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36580           advertise buffer-frames correctly on sinkpads
36581
36582 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36583
36584         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36585         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36586         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36587         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36588         (gst_mad_check_caps_reset), (gst_mad_chain):
36589         add more debugging, only reset caps when we're not in error state
36590
36591 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36592
36593         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36594
36595 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36596
36597         reviewed by Benjamin Otte  <otte@gnome.org>
36598
36599         * configure.ac:
36600           fix == in test(1) operator
36601
36602 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36603
36604         reviewed by Benjamin Otte  <otte@gnome.org>
36605
36606         * configure.ac:
36607           fix --export-symblos-regex to a working regex.
36608
36609 2004-04-04  Benjamin Otte  <otte@gnome.org>
36610
36611         * sys/oss/.cvsignore:
36612           add for oss_probe
36613
36614 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36615
36616         reviewed by Benjamin Otte  <otte@gnome.org>
36617
36618         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36619           add missing 'new_media' argument (fixes #138168)
36620         * gst/matroska/matroska-demux.c:
36621         (gst_matroska_demux_handle_seek_event):
36622           add vararg terminator (fixes #138169)
36623
36624 2004-04-02  David Schleef  <ds@schleef.org>
36625
36626         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36627         disted (bug #138914)
36628
36629 2004-04-01  Benjamin Otte  <otte@gnome.org>
36630
36631         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36632         (gst_alsa_close_audio):
36633           handle case better where a soundcard can't pause
36634         * ext/ogg/gstoggdemux.c:
36635           don't crash when we get events but don't have pads yet
36636
36637 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36638
36639         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36640           throw an error if we couldn't probe any caps.
36641
36642 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36643
36644         * ext/dvdnav/gst-dvd:
36645         Add a really simple sample DVD player
36646
36647 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36648
36649         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36650         (gst_a52dec_push), (gst_a52dec_handle_event),
36651         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36652         (gst_a52dec_change_state):
36653         * ext/a52dec/gsta52dec.h:
36654           Use a debug category, Output timestamps correctly
36655           Emit tag info, Handle events, tell liba52dec about cpu
36656           capabilities so it can use MMX etc.
36657         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36658           Fix a crasher accessing invalid memory
36659         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36660         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36661         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36662         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36663         (dvdnavsrc_query):
36664           Some support for byte-format seeking.
36665           Small fixes for still frames and menu button overlays
36666         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36667         (gst_mpeg2dec_alloc_buffer):
36668           Use a debug category. Adjust the report level of several items to
36669           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36670           so it doesn't lose the GstBuffer pointer
36671         * gst/debug/Makefile.am:
36672         * gst/debug/gstdebug.c: (plugin_init):
36673         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36674         (gst_navseek_base_init), (gst_navseek_class_init),
36675         (gst_navseek_init), (gst_navseek_seek),
36676         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36677         (gst_navseek_get_property), (gst_navseek_chain),
36678         (gst_navseek_plugin_init):
36679         * gst/debug/gstnavseek.h:
36680           Add the navseek debug element for seeking back and forth in a
36681           video stream using arrow keys.
36682         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36683         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36684         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36685         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36686         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36687         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36688         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36689         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36690         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36691         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36692         * gst/mpeg2sub/gstmpeg2subt.h:
36693           Pretty much a complete rewrite. Now a loopbased element. May still
36694           require work to properly synchronise subtitle buffers.
36695         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36696         (gst_dvd_demux_send_subbuffer):
36697         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36698           Don't attempt to create subbuffers of size 0
36699           Reduce a couple of error outputs to warnings.
36700         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36701         (gst_y4mencode_chain):
36702         Output the y4m frame header correctly.
36703
36704 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36705
36706         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36707           throw errors instead of allowing SIGFPE
36708
36709 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36710
36711         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36712         (gst_gconf_render_bin_from_key):
36713           leak plugging and style fixing
36714
36715 2004-03-31  David Schleef  <ds@schleef.org>
36716
36717         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36718         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36719         (bug #138225)
36720         * gst/debug/Makefile.am:
36721         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36722         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36723         plugin.
36724         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36725         (gst_negotiation_base_init), (gst_negotiation_class_init),
36726         (gst_negotiation_init), (gst_negotiation_getcaps),
36727         (gst_negotiation_pad_link), (gst_negotiation_chain),
36728         (gst_negotiation_set_property), (gst_negotiation_get_property),
36729         (gst_negotiation_plugin_init):  New element to talk about random
36730         negotiation things happening in a pipeline.
36731
36732 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36733
36734         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36735           fix integer addition with help of Stefan Kost
36736
36737 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36738
36739         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36740
36741 2004-03-30  David Schleef  <ds@schleef.org>
36742
36743         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36744         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36745         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36746         (bug #137504)
36747         * ext/mpeg2dec/gstmpeg2dec.h:
36748
36749 2004-03-30  David Schleef  <ds@schleef.org>
36750
36751         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36752
36753 2004-03-30  David Schleef  <ds@schleef.org>
36754
36755         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36756         Michael Petullo) to handle .mov
36757
36758 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36759
36760         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36761         (gst_osselement_rate_check_rate):
36762           probe caps correctly for sound cards that only support one format
36763
36764 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36765
36766         * ext/kio/kiosrc.cpp: (process_events):
36767           update handling event processing if inside KDE - untested
36768
36769 2004-03-29  David Schleef  <ds@schleef.org>
36770
36771         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36772         by 2 to not interfere with other colorspaces.
36773         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36774         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36775         one to not interfere with ffmpeg_colorspace.
36776
36777 2004-03-29  David Schleef  <ds@schleef.org>
36778
36779         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36780         aren't in the caps.
36781         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36782         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36783
36784 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36785
36786         * gst-libs/gst/riff/riff-media.c:
36787           fail on error, don't try to set stuff on NULL caps
36788
36789 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36790
36791         * configure.ac:
36792         * ext/Makefile.am:
36793         * ext/kio/Makefile.am:
36794         * ext/kio/kioreceiver.cpp:
36795         * ext/kio/kioreceiver.h:
36796         * ext/kio/kiosrc.cpp:
36797         * ext/kio/kiosrc.h:
36798           add experimental kiosrc plugin
36799         * ext/alsa/gstalsaplugin.c: (plugin_init):
36800           initialize debugging category only when we're sure registering the
36801           plugins worked.
36802
36803 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36804
36805         * examples/gstplay/player.c: (main):
36806         * gst-libs/gst/play/play.c: (gst_play_class_init),
36807         (gst_play_set_location), (gst_play_set_data_src),
36808         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36809         (gst_play_set_visualization), (gst_play_connect_visualization):
36810           check return values of element_set_state and return FALSE where
36811           failed
36812
36813 2004-03-29  Benjamin Otte  <otte@gnome.org>
36814
36815         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36816           try harder to check if an event is really a discont
36817
36818 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36819
36820         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36821         * po/az.po:
36822
36823 2004-03-28  Benjamin Otte  <otte@gnome.org>
36824
36825         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36827         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36828           get rid of non-standard "..." ranges in case statements.
36829
36830 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36831
36832         * gst/mpegstream/gstmpegdemux.c:
36833         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36834         specific functionality split to the new dvddemux element.
36835         * gst/mpegstream/gstdvddemux.c:
36836         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36837         streams, derived from mpegdemux.
36838         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36839         up. SCR based timestamp rewriting can be turned off (will probably
36840         completely disappear soon).
36841         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36842         hacking. General cleanup. All printf statements replaced by
36843         debugging messages. Almost complete libdvdnav support.
36844         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36845         by events. New properties for audio and subpicture languages.
36846         (dvdnavsrc_update_highlight): Now uses events.
36847         (dvdnavsrc_user_op): Cleaned up.
36848         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36849         based). Lots of cleanup, and propper support for most libdvdnav
36850         events.
36851         (dvdnavsrc_make_dvd_event): New function.
36852         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36853         (dvdnavsrc_make_clut_change_event): New function.
36854
36855 2004-03-26  Benjamin Otte  <otte@gnome.org>
36856
36857         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36858           fix bug where typefinding would claim it's theora whenever less then
36859           7 bytes of data were available
36860
36861 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36862
36863         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36864         (gst_alawdec_base_init), (gst_alawdec_class_init),
36865         (gst_alawdec_init), (gst_alawdec_chain):
36866         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36867         (gst_alawenc_base_init), (gst_alawenc_class_init),
36868         (gst_alawenc_init), (gst_alawenc_chain):
36869         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36870         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36871         (gst_mulawdec_init), (gst_mulawdec_chain):
36872         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36873         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36874         (gst_mulawenc_init), (gst_mulawenc_chain):
36875           Fix capsnego in all four, remove the unused property functions and
36876           simplify the chain functions slightly. I guess we could use macros
36877           or something similar for those, since the code is so similar, but
36878           I'm currently too lazy...
36879
36880 2004-03-24  David Schleef  <ds@schleef.org>
36881
36882         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36883         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36884         (gst_osselement_get_format_structure),
36885         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36886         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36887         (gst_osselement_rate_int_compare): Add code to handle rate probing
36888         (bug #120883)
36889         * sys/oss/gstosselement.h: same
36890         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36891         Use rate probing provided by osselement.
36892         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36893
36894 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36895
36896         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36897         (gst_xvidenc_get_property):
36898           ulong/int mess-up.
36899
36900 2004-03-24  David Schleef  <ds@schleef.org>
36901
36902         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36903         (gst_speexdec_init):
36904         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36905         (gst_speexenc_init):  Create the pad template correctly (from
36906         the static pad template, not a NULL pointer.)
36907
36908 2004-03-25  Benjamin Otte  <otte@gnome.org>
36909
36910         * gst/debug/Makefile.am:
36911         * gst/debug/breakmydata.c:
36912           add element that quasi-randomly changes bytes in the stream.
36913           Intended use is robustness checking of demuxers and decoders in
36914           media tests.
36915
36916 2004-03-24  Benjamin Otte  <otte@gnome.org>
36917
36918         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36919         (gst_alsa_probe_hw_params):
36920         * ext/alsa/gstalsa.h:
36921           debugging output fixes
36922
36923 2004-03-24  Benjamin Otte  <otte@gnome.org>
36924
36925         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36926           don't g_return_if_fail if element is PLAYING, fail silently as every
36927           other element.
36928         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36929           only fix needed for cast lvalue issues in gst-plugins
36930         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36931           add proxy_getcaps
36932
36933 2004-03-24  Benjamin Otte  <otte@gnome.org>
36934
36935         * gst/level/gstlevel.c: (gst_level_init):
36936           add proxying getcaps function, so level doesn't advertise impossible
36937           caps
36938
36939 2004-03-24  David Schleef  <ds@schleef.org>
36940
36941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36942         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36943         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36944         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36945         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36946         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36947         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36948         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36949         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36950         messages.  Divide the chunk size by the compression ratio
36951         (needed for MACE audio)
36952
36953 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36954
36955         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36956           Fix buffer overflow read error.
36957
36958 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36959
36960         * ext/alsa/gstalsa.h:
36961           Remove unused entry.
36962         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36963           Add cinepak.
36964         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36965         (gst_videodrop_link), (gst_videodrop_chain):
36966           Fix, sort of. Was horribly broken with new capsnego. Bah...
36967
36968 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36969
36970         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36971         (plugin_init):
36972         Add a monkeysaudio typefind function
36973
36974 2004-03-23  Johan Dahlin  <johan@gnome.org>
36975
36976         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36977         (gst_play_video_fixate): Check so the structure has the field
36978         before trying to fixate them, this makes it possible to have
36979         fakesinks for video and audio output without printing errors on
36980         the output console.
36981
36982 2004-03-22  David Schleef  <ds@schleef.org>
36983
36984         * sys/oss/Makefile.am:
36985         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36986         (check_rate), (add_rate):  Rate probing test app.
36987
36988 2004-03-21  Benjamin Otte  <otte@gnome.org>
36989
36990         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36991         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36992           add a fixation function that pretty much does the right thing (fixes
36993           #137556)
36994
36995 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36996
36997         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36998
36999 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37000
37001         reviewed by: Benjamin Otte  <otte@gnome.org>
37002
37003         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37004           terminate gst_event_new_discontinuous correctly (fixes parts of
37005           #137711)
37006
37007 2004-03-19  David Schleef  <ds@schleef.org>
37008
37009         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37010         since it doesn't depend on X, and it's part of our ABI.
37011
37012 2004-03-19  Iain <iain@prettypeople.org>
37013
37014         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37015         is_int in the structure, not the local variable.
37016
37017 2004-03-19  David Schleef  <ds@schleef.org>
37018
37019         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37020         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37021         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37022         Improvements in caps negotiation.
37023
37024 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37025
37026         * po/LINGUAS:
37027         * po/af.po:
37028           adding Afrikaans (Petri Jooste)
37029
37030 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37031
37032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37033         (gst_ffmpegcolorspace_chain):
37034         throw error instead of g_critical (#137588)
37035
37036 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37037
37038         * Makefile.am:
37039         * configure.ac:
37040           dist common and m4 correctly
37041         * po/sv.po:
37042
37043 2004-03-17  David Schleef  <ds@schleef.org>
37044
37045         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37046         (bug #137348)
37047
37048 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37049
37050         * po/LINGUAS:
37051         * po/sv.po:
37052           adding Swedish translation (Christian Rose)
37053
37054 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37055
37056         * Makefile.am: use release.mak
37057
37058 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37059
37060         * common/ChangeLog:
37061         * common/gst-autogen.sh:
37062           add some explanation about the version detection
37063         * configure.ac:
37064           fix X check
37065
37066 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37067
37068         * configure.ac: bump nano to 1
37069
37070 === release 0.8.0 ===
37071
37072 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37073
37074         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37075
37076 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37077
37078         * configure.ac:
37079           update libtool version
37080         * gst-libs/gst/media-info/Makefile.am:
37081           actually use libtool version
37082
37083 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37084
37085         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37086
37087 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37088
37089         * configure.ac:
37090         * gst-plugins.spec.in:
37091         * pkgconfig/Makefile.am:
37092         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37093         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37094         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37095         * pkgconfig/gstreamer-libs.pc.in:
37096         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37097         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37098         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37099         * pkgconfig/gstreamer-plugins.pc.in:
37100           remove @VERSION@ from some of the pc files since core and plugins
37101           are decoupled.
37102           created gstreamer-plugins.pc as it's a better name, but keeping
37103           -libs around for now to get fixes upstream done first.
37104
37105 2004-03-15  Julien MOUTTE <julien@moutte.net>
37106
37107         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37108         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37109         * gst-libs/gst/play/play.h:
37110
37111 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37112
37113         * *.c, *.cc: don't mix tabs and spaces
37114
37115 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37116
37117         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37118           use the new ffmpegcolorspace
37119         * gst-plugins.spec.in:
37120           package new colorspace and media-info
37121         * configure.ac:
37122         * pkgconfig/Makefile.am:
37123           fix some more disting issues
37124         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37125         * pkgconfig/gstreamer-media-info.pc.in:
37126           generate media-info pc files
37127
37128 2004-03-15  Johan Dahlin  <johan@gnome.org>
37129
37130         * *.h: Revert indenting
37131
37132 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37133
37134         * configure.ac:
37135           adding ffmpegcolorspace element
37136         * gst/ffmpegcolorspace/Makefile.am:
37137         * gst/ffmpegcolorspace/avcodec.h:
37138         * gst/ffmpegcolorspace/common.h:
37139         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37140         * gst/ffmpegcolorspace/dsputil.h:
37141         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37142         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37143         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37144         (gst_ffmpeg_caps_to_pix_fmt):
37145         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37147         (gst_ffmpegcolorspace_caps_remove_format_info),
37148         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37149         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37150         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37151         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37152         (gst_ffmpegcolorspace_set_property),
37153         (gst_ffmpegcolorspace_get_property),
37154         (gst_ffmpegcolorspace_register):
37155         * gst/ffmpegcolorspace/imgconvert.c:
37156         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37157         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37158         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37159         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37160         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37161         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37162         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37163         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37164         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37165         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37166         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37167         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37168         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37169         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37170         (img_get_alpha_info), (deinterlace_line),
37171         (deinterlace_line_inplace), (deinterlace_bottom_field),
37172         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37173         * gst/ffmpegcolorspace/imgconvert_template.h:
37174         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37175         * gst/ffmpegcolorspace/mmx.h:
37176         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37177           adding ffmpegcolorspace element supplied by Ronald after cleaning
37178           up and pulling in the right bits of upstream source.
37179           I'm sure a better C/compiler wizard could do some cleaning up (for
37180           example use GLIB's malloc stuff), but as a first pass this
37181           works very well
37182
37183 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37184
37185         * ext/alsa/gstalsa.h:
37186           I assume Ronald forgot to commit the change to have cardname
37187           as a struct member.  Expect some public spanking at the next
37188           opportunity.
37189
37190 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37191
37192         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37193         (gst_alsa_open_audio), (gst_alsa_close_audio):
37194         * ext/alsa/gstalsa.c:
37195           Don't open the device if we're a mixer (= padless).
37196         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37197         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37198         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37199           Open mixer during state change rather than during object
37200           initialization. Also, get a device name. Currently in a somewhat
37201           hackish fashion, but I didn't really find something better.
37202
37203 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37204
37205         * *.c, *.h: run gst-indent
37206
37207 2004-03-14  Benjamin Otte  <otte@gnome.org>
37208
37209         * gst/modplug/gstmodplug.cc:
37210         * gst/modplug/gstmodplug.h:
37211           set correct timestamps on outgoing buffers
37212
37213 2004-03-14  Benjamin Otte  <otte@gnome.org>
37214
37215         * gst/modplug/gstmodplug.cc:
37216           handle events - don't do crap when a discont arrives that's not
37217           necessary
37218           This allows correct loading and playback of mods in Rhythmbox
37219
37220 2004-03-14  Benjamin Otte  <otte@gnome.org>
37221
37222         * configure.ac:
37223         * gst-libs/gst/gconf/Makefile.am:
37224         * pkgconfig/Makefile.am:
37225           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37226           they get rebuilt properly
37227         * configure.ac:
37228           when checking for vorbis, try pkgconfig first.
37229         * gst/modplug/gstmodplug.cc:
37230           add fixate function
37231
37232 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37233
37234         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37235           Fix for obvious mistake, where we first shift the offset and then
37236           read a samplesize element assuming the old offset. Note that this
37237           part still has something weird, i.e. my movies containing those
37238           don't actually play well, but at least there's something that looks
37239           like sound now.
37240
37241 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37242         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37243         (plugin_init):
37244         Add a typefind function for speex format
37245
37246 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37247
37248         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37249         (gst_asf_demux_setup_pad):
37250           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37251           instead of 0. Reason is simple: some elements have a fps range
37252           of 1-max instead of 0-max. So now ASF video actually works.
37253
37254 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37255
37256         * po/LINGUAS:
37257         * po/sr.po:
37258           adding serbian as a language
37259
37260 2004-03-13  Benjamin Otte  <otte@gnome.org>
37261
37262         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37263           return taglist correctly from _get function, don't gst_pad_push it.
37264           (fixes #137042)
37265
37266 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37267         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37268
37269 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37270
37271         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37272         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37273         (gst_alsa_mixer_track_new):
37274         * ext/alsa/gstalsamixertrack.h:
37275           Fix ancient leftovers... MixerTrack is a GObject.
37276
37277 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37278
37279         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37280         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37281           Don't block during probing...
37282
37283 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37284
37285         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37286         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37287         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37288         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37289         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37290         (gst_alsa_open_audio), (gst_alsa_close_audio):
37291         * ext/alsa/gstalsa.h:
37292           Add propertyprobe interface implementation, add some device-name
37293           property, all this so that it looks good in gnome-volume-control.
37294
37295 2004-03-12  David Schleef  <ds@schleef.org>
37296
37297         * configure.ac: the Hermes library controls hermescolorspace, not
37298         colorspace.
37299         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37300         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37301         not /* */
37302         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37303         * ext/sdl/sdlvideosink.h: ditto.
37304         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37305
37306 2004-03-12  Benjamin Otte  <otte@gnome.org>
37307
37308         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37309         (gst_x_overlay_got_xwindow_id):
37310         * gst-libs/gst/xoverlay/xoverlay.h:
37311           replace XID with unsigned long to get rid of the xlibs dependency in
37312           XOverlay (fixes #137004)
37313
37314 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37315         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37316         (gst_agingtv_setup):
37317         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37318         (gst_dicetv_base_init), (gst_dicetv_class_init),
37319         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37320         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37321         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37322         (gst_edgetv_setup), (gst_edgetv_rgb32):
37323         * gst/effectv/gsteffectv.c:
37324         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37325         (gst_quarktv_set_property):
37326         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37327         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37328         (gst_revtv_setup), (gst_revtv_rgb32):
37329         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37330         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37331         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37332         (gst_shagadelictv_rgb32):
37333         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37334         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37335         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37336         * gst/effectv/gstwarp.c:
37337         Port everything that can be ported to videofilter and fix up the caps.
37338         Can someone with a big-endian machine please check these?
37339
37340 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37341
37342         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37343         (gst_osssink_chain), (gst_osssink_change_state):
37344           Latest fixes for A/V sync, audio playback and such. This is about
37345           all... MPEG playback issues are mostly related to the async build-
37346           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37347
37348 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37349
37350         patch from: Stephane Loeuillet
37351
37352         * configure.ac:
37353           use pkg-config for some libraries, falling back to the old .m4 way
37354           (fixes #131270)
37355         * m4/libdv.m4:
37356           removed
37357
37358 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37359
37360         * configure.ac:
37361         * tools/Makefile.am:
37362         * tools/Makefile.in:
37363         * tools/gst-launch-ext-m.m:
37364         * tools/gst-launch-ext.1.in:
37365         * tools/gst-visualise-m.m:
37366         * tools/gst-visualise.1:
37367         * tools/gst-visualise.1.in:
37368           reorganizing generation of script tools
37369
37370 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37371
37372         * ext/divx/gstdivxdec.c:
37373           Downgrade priority. We prefer ffdec_mpeg4.
37374         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37375         (gst_faad_chain), (gst_faad_change_state):
37376           Fix capsnego. Doesn't work for some sounds because we don't have
37377           a 5:1 to stereo element.
37378         * ext/xvid/gstxvid.c: (plugin_init):
37379           Add priority.
37380         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37381         (gst_osssink_change_state):
37382           Add discont handling.
37383
37384 2004-03-09  Colin Walters  <walters@verbum.org>
37385
37386         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37387         conversion.
37388
37389 2004-03-09  Benjamin Otte  <otte@gnome.org>
37390
37391         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37392           the signals take 2 arguments
37393
37394 2004-03-09  David Schleef  <ds@schleef.org>
37395
37396         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37397         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37398         * ext/alsa/gstalsa.h:
37399         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37400
37401 2004-03-09  Benjamin Otte  <otte@gnome.org>
37402
37403         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37404         (gst_mikmod_change_state):
37405         * ext/mikmod/gstmikmod.h:
37406           make mikmod's loop function not loop infinitely and call
37407           gst_element_yield anymore
37408         * gst/modplug/gstmodplug.cc:
37409           fix pad negotiation (fixes #136590)
37410
37411 2004-03-09  David Schleef  <ds@schleef.org>
37412
37413         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37414         doesn't conflict with the internal colorspace plugin.
37415         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37416         satisfy the crappy-ass shell shipped by a certain vendor.
37417         * gst/videofilter/make_filter: same (bug #135299)
37418
37419 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37420
37421         * configure.ac: bump nano to 1
37422
37423 === release 0.7.6 ===
37424
37425 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37426
37427         * configure.in: releasing 0.7.6, "There"
37428
37429 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37430
37431         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37432         * pkgconfig/gstreamer-play.pc.in:
37433           synchronize the two
37434
37435 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37436
37437         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37438         (cdparanoia_open), (cdparanoia_event):
37439           fix/add error handling
37440         * po/POTFILES.in:
37441           add cdparanoia source
37442         * tools/Makefile.am:
37443           make scripts executable
37444
37445 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37446
37447         * configure.ac:
37448         * ext/vorbis/Makefile.am:
37449         * sys/Makefile.am:
37450           remove id3types, vorbisfile and xvideosink from the build (#133783)
37451
37452 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37453
37454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37455           Fix metadata read crash (#136537).
37456
37457 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37458
37459         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37460         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37461           adding mime types, fixing the one-stop function
37462
37463 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37464
37465         * ext/nas/nassink.c and /ext/nas/nassink.h:
37466         More NAS love from Arwed von Merkatz
37467         So lets all sing 'Can you feel the NAS tonight'
37468
37469 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37470
37471         * tools/gst-launch-ext.in:
37472         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37473
37474 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37475
37476         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37477         (gst_mpeg2dec_init):
37478         remove the user_data pad for now, because it is being used in
37479         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37480         If someone knows how to fix this properly, please do.
37481
37482 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37483
37484         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37485         (gst_osssink_get_time):
37486         add a warning, IMO this won't get triggered anymore, remove later
37487
37488 2004-03-07  David Schleef  <ds@schleef.org>
37489
37490         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37491         format (bug #136470)
37492
37493 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37494
37495         * gst-libs/Makefile.am:
37496         * gst-libs/gst/media-info/Makefile.am:
37497         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37498         (error_callback), (gst_media_info_error_create),
37499         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37500         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37501         * gst-libs/gst/media-info/media-info-priv.h:
37502         * gst-libs/gst/media-info/media-info-test.c: (main):
37503         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37504         (gst_media_info_class_init), (gst_media_info_instance_init),
37505         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37506         (gst_media_info_read_idler), (gst_media_info_read):
37507         * gst-libs/gst/media-info/media-info.h:
37508         fixed, should work now
37509
37510 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37511
37512         * ext/nas/nassink.c:
37513         A bunch of NAS fixes from Arwed von Merkatz
37514
37515 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37516
37517         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37518         (qtdemux_parse_trak):
37519           Fix crash (j might be greater than n_samples, in which case we're
37520           writing outside the allocated space for the array) and memleak.
37521
37522 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37523
37524         * sys/oss/gstosssink.c: (gst_osssink_chain):
37525           And another caller that couldn't handle delay < 0 (unsigned
37526           integer overflow). Video now continues playing on an audio
37527           buffer underrun, and the clock continues working. Audio still
37528           stalls.
37529
37530 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37531
37532         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37533         (gst_osssink_get_time):
37534           get_delay() may return values lower than 0. In those cases, we
37535           should not actually cast to *unsigned* int64, that will break
37536           stuff horribly. In my case, it screwed up A/V sync in movies
37537           in totem rather badly.
37538
37539 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37540
37541         * ext/faac/gstfaac.c: (gst_faac_chain):
37542         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37543         * ext/libpng/gstpngenc.c: (user_write_data):
37544         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37545         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37546         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37547         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37548         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37549         of any buffer), should fix some leaks. I hope I didn't unref buffers
37550         that shouldn't be...
37551
37552 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37553
37554         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37555         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37556         (error_callback), (gmi_reset), (gmi_seek_to_track),
37557         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37558         (gmip_find_type_post), (gmip_find_stream_post),
37559         (gmip_find_track_streaminfo_post):
37560         * gst-libs/gst/media-info/media-info-priv.h:
37561         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37562         (info_print), (main):
37563         * gst-libs/gst/media-info/media-info.c:
37564         (gst_media_info_error_create), (gst_media_info_error_element),
37565         (gst_media_info_instance_init), (gst_media_info_get_property),
37566         (gst_media_info_new), (gst_media_info_set_source),
37567         (gst_media_info_read_idler), (gst_media_info_read):
37568         * gst-libs/gst/media-info/media-info.h:
37569           first pass at making this work again.  This seems to work on
37570           tagged ogg/vorbis and mp3 files.
37571
37572 2004-03-06  Benjamin Otte  <otte@gnome.org>
37573
37574         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37575           fix huge leak: gst_buffer_merge doesn't unref the first argument
37576           itself.
37577
37578 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37579
37580         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37581           report layer/mode/emphasis
37582
37583 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37584
37585         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37586
37587 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37588
37589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37590           signal serial
37591
37592 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37593
37594         * ext/vorbis/vorbis.c: (plugin_init):
37595         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37596         (gst_vorbis_dec_init), (vorbis_dec_event):
37597         add debug category
37598         make vorbisdec handle _BYTE and _TIME queries
37599
37600 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37601
37602         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37603           from the xing header
37604
37605 2004-03-06  Benjamin Otte  <otte@gnome.org>
37606
37607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37608         (gst_audio_convert_link), (gst_audio_convert_change_state),
37609         (gst_audio_convert_buffer_from_default_format):
37610           do conversions from/to float correctly, fix some caps nego errors,
37611           export correct supported caps in template and getcaps, use correct
37612           caps in try_set_caps functions
37613
37614 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37615
37616         For some reason, I only committed a ChangeLog entry yesterday and
37617         not the corresponding code...
37618         * ext/mad/gstmad.c: Fix detection of Xing headers
37619         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37620
37621 2004-03-06  Benjamin Otte  <otte@gnome.org>
37622
37623         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37624         (gst_ogg_demux_src_query):
37625           make sure to handle the case where there's no current chain
37626           gracefully.
37627
37628 2004-03-05  David Schleef  <ds@schleef.org>
37629
37630         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37631         Add fixate function. (bug #131128)
37632         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37633         (gst_sdlvideosink_fixate):  Add fixate function.
37634         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37635         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37636         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37637         Fix missing break that was causing ulaw to be interpreted as
37638         raw int.
37639
37640 2004-03-05  David Schleef  <ds@schleef.org>
37641
37642         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37643         Fix code that ignores return value of gst_buffer_merge().
37644         (bug #114560)
37645         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37646         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37647         * testsuite/gst-lint:  Check for above.
37648
37649 2004-03-05  David Schleef  <ds@schleef.org>
37650
37651         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37652         caps and throw an element error.  (bug #136334)
37653
37654 2004-03-05  David Schleef  <ds@schleef.org>
37655
37656         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37657         (gst_faad_chain): Fix negotiation.
37658         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37659         key and button events.
37660         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37661         dung heap of code.
37662         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37663         depends on gconf
37664         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37665         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37666         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37667         function to encourage better negotiation, particularly between
37668         audioconvert and osssink.
37669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37670         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37671         more important.
37672         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37673         typefinding.
37674         * gst/vbidec/vbiscreen.c:  Add glib header
37675         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37676
37677 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37678
37679         * ext/mad/gstmad.c: Fix detection of Xing headers
37680         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37681
37682 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37683
37684         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37685         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37686           debug updates
37687
37688 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37689
37690         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37691         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37692         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37693         files, and report the parsed length as a GST_TAG_DURATION tag.
37694         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37695
37696 2004-03-05  Benjamin Otte  <otte@gnome.org>
37697
37698         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37699           convert channels correctly. convert correctly to unsigned.
37700
37701 2004-03-05  Julien MOUTTE <julien@moutte.net>
37702
37703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37704         we have a window before clearing it.
37705
37706 2004-03-05  Julien MOUTTE <julien@moutte.net>
37707
37708         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37709         have a window before clearing it.
37710
37711 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37712
37713         * gconf/gstreamer.schemas.in:
37714         * gst-libs/gst/gconf/Makefile.am:
37715           version installation path the same way as for 0.6
37716         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37717         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37718         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37719           remove comment that was fixed
37720
37721 2004-03-05  David Schleef  <ds@schleef.org>
37722
37723         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37724         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37725         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37726         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37727         Add prototype code for handling seeking and querying.
37728
37729 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37730
37731         * examples/gstplay/player.c: (main):
37732           Initialize variables to NULL. Prevents a segfault because the
37733           (uninitialized) variable is not NULL, resulting in a crash on
37734           trying to reach error->message.
37735
37736 2004-03-05  Benjamin Otte  <otte@gnome.org>
37737
37738         * gst/audioconvert/gstaudioconvert.c:
37739         (gst_audio_convert_buffer_to_default_format):
37740         make float=>int conversion work correctly even in cornercases.
37741
37742 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37743
37744         * debian/README.Debian:
37745         * debian/build-deps:
37746         * debian/changelog:
37747         * debian/control:
37748         * debian/control.in:
37749         * debian/copyright:
37750         * debian/gstreamer-a52dec.files:
37751         * debian/gstreamer-aa.files:
37752         * debian/gstreamer-alsa.files:
37753         * debian/gstreamer-alsa.manpages:
37754         * debian/gstreamer-arts.files:
37755         * debian/gstreamer-artsd.files:
37756         * debian/gstreamer-audiofile.files:
37757         * debian/gstreamer-avifile.files:
37758         * debian/gstreamer-cdparanoia.files:
37759         * debian/gstreamer-colorspace.files:
37760         * debian/gstreamer-doc.files:
37761         * debian/gstreamer-dv.files:
37762         * debian/gstreamer-dvd.files:
37763         * debian/gstreamer-esd.files:
37764         * debian/gstreamer-festival.files:
37765         * debian/gstreamer-flac.files:
37766         * debian/gstreamer-gconf.conffiles:
37767         * debian/gstreamer-gconf.files:
37768         * debian/gstreamer-gconf.postinst:
37769         * debian/gstreamer-gnomevfs.files:
37770         * debian/gstreamer-gsm.files:
37771         * debian/gstreamer-http.files:
37772         * debian/gstreamer-jack.files:
37773         * debian/gstreamer-jpeg.files:
37774         * debian/gstreamer-mad.files:
37775         * debian/gstreamer-mikmod.files:
37776         * debian/gstreamer-misc.files:
37777         * debian/gstreamer-mpeg2dec.files:
37778         * debian/gstreamer-oss.files:
37779         * debian/gstreamer-plugin-apps.files:
37780         * debian/gstreamer-plugin-apps.manpages:
37781         * debian/gstreamer-plugin-libs-dev.files:
37782         * debian/gstreamer-plugin-libs.files:
37783         * debian/gstreamer-plugin-template.postinst:
37784         * debian/gstreamer-plugin-template.postrm:
37785         * debian/gstreamer-sdl.files:
37786         * debian/gstreamer-sid.files:
37787         * debian/gstreamer-vorbis.files:
37788         * debian/gstreamer-x.files:
37789         * debian/mk.control:
37790         * debian/rules:
37791         Debian package info not maintained here.
37792
37793 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37794
37795         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37796         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37797         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37798         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37799         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37800         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37801         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37802         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37803         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37804         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37805         * gst-libs/gst/colorbalance/colorbalance.c:
37806         (gst_color_balance_class_init):
37807         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37808         (gst_color_balance_channel_class_init):
37809         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37810         * gst-libs/gst/play/play.c: (gst_play_class_init):
37811         * gst-libs/gst/propertyprobe/propertyprobe.c:
37812         (gst_property_probe_iface_init):
37813         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37814         * gst-libs/gst/tuner/tunerchannel.c:
37815         (gst_tuner_channel_class_init):
37816         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37817         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37818         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37819         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37820         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37821         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37822         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37823         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37824         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37825           fix signals to use - instead of _
37826         * ext/libcaca/gstcacasink.h:
37827         * ext/sdl/sdlvideosink.h:
37828           fix header rename
37829
37830 2004-03-04  David Schleef  <ds@schleef.org>
37831
37832         * testsuite/gst-lint:  Add a check for bad signal names.
37833
37834 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37835
37836         reviewed by David Schleef
37837
37838         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37839         modified the alpha channel and caused a warning. (bug #136192)
37840
37841 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37842
37843         * gst-plugins.spec.in:
37844         Change names of plugins to actually be correct. Try to keep things
37845         alphabetical to avoid getting beat up by Thomas
37846
37847 2004-03-03  Julien MOUTTE <julien@moutte.net>
37848
37849         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37850         Using ximagesink as a default if no gconf key found. We should
37851         probably consider using alsasink instead of osssink for the audio
37852         part.
37853
37854 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37855
37856         * configure.ac:
37857           fix --with-plugins, don't think it ever worked before
37858         * gst-plugins.spec.in:
37859           even more updates
37860
37861 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37862
37863         * ext/sdl/sdlvideosink.h:
37864         * sys/ximage/ximagesink.h:
37865         * sys/xvideo/xvideosink.h:
37866         * sys/xvimage/xvimagesink.h:
37867           Fix for move of gstvideosink.h -> videosink.h.
37868
37869 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37870
37871         * gst-libs/gst/xwindowlistener/Makefile.am:
37872           this is a plugin library, not a library
37873
37874 2004-03-01  David Schleef  <ds@schleef.org>
37875
37876         * AUTHORS:  Added some names.  Add yourself if you're still
37877         missing.
37878
37879 2004-03-01  David Schleef  <ds@schleef.org>
37880
37881         * MAINTAINERS: Add
37882
37883 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37884
37885         * gst-plugins.spec.in: clean up spec file
37886
37887 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37888
37889         * gst-libs/gst/video/Makefile.am:
37890         * gst-libs/gst/video/gstvideosink.c:
37891         * gst-libs/gst/video/gstvideosink.h:
37892           rename gstvideosink.h to videosink.h to match other headers
37893         * gst/mixmatrix/Makefile.am:
37894           fix plugin filename
37895         * gst/tags/Makefile.am: fix plugin filename
37896
37897 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37898
37899         * gst/tags/Makefile.am: fix plugin filename
37900
37901 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37902
37903         * examples/gstplay/player.c: (got_time_tick), (main):
37904           add error handler
37905           display time_tick more readably
37906         * gst/mixmatrix/Makefile.am:
37907           fix plugin file name
37908
37909 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37910
37911         * sys/oss/gstosselement.c: (gst_osselement_probe),
37912         (device_combination_append), (gst_osselement_class_probe_devices):
37913         * sys/oss/gstosselement.h:
37914           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37915           on my system using alsa oss emulation, fixes bug #135597
37916
37917 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37918
37919         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37920         (gst_videodrop_chain), (gst_videodrop_change_state):
37921         * gst/videodrop/gstvideodrop.h:
37922           Work based on timestamp of input data, not based on the expected
37923           framerate from the input. The consequence is that this element now
37924           not only scales framerates, but also functions as a framerate
37925           corrector or framerate stabilizer/constantizer.
37926
37927 2004-02-27  David Schleef  <ds@schleef.org>
37928
37929         patches from jmmv@menta.net (Julio M. Merino Vidal)
37930
37931         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37932         GST_ELEMENT_ERROR call (bug #135634)
37933         * gst/interleave/interleave.c: (interleave_buffered_loop),
37934         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37935         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37936         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37937         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37938         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37939         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37940         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37941         Fix GST_ELEMENT_ERROR call.
37942         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37943         GST_ELEMENT_ERROR call.
37944
37945 2004-02-27  Benjamin Otte  <otte@gnome.org>
37946
37947         * gst-libs/gst/audio/audio.h:
37948           add macro to make sure header isn't included twice
37949         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37950           don't use gst_buffer_free
37951         * gst/playondemand/filter.func:
37952           don't use gst_data_free. Free data only once.
37953
37954 2004-02-26  David Schleef  <ds@schleef.org>
37955
37956         * gst-libs/gst/colorbalance/Makefile.am:
37957         * gst-libs/gst/mixer/Makefile.am:
37958         * gst-libs/gst/tuner/Makefile.am:
37959         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37960         should not be disted, -marshal.h files should not be installed,
37961         and -enum.h files _should_ be installed.  Fix to make this the
37962         case.
37963
37964 === release 0.7.5 ===
37965
37966 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37967
37968         * configure.ac: release 0.7.5, "Under The Sea"
37969
37970 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37971
37972         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37973         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37974         * gst/videoscale/gstvideoscale.c:
37975         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37976           assorted debug/warning fixes
37977
37978 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37979
37980         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37981         (gst_videoscale_init), (gst_videoscale_chain),
37982         (gst_videoscale_set_property), (plugin_init):
37983         * gst/videoscale/gstvideoscale.h:
37984         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37985         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37986         (gst_videoscale_planar400), (gst_videoscale_packed422),
37987         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37988         (gst_videoscale_24bit), (gst_videoscale_16bit),
37989         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37990         (gst_videoscale_scale_plane_slow),
37991         (gst_videoscale_scale_point_sample),
37992         (gst_videoscale_scale_nearest),
37993         (gst_videoscale_scale_nearest_str2),
37994         (gst_videoscale_scale_nearest_str4),
37995         (gst_videoscale_scale_nearest_32bit),
37996         (gst_videoscale_scale_nearest_24bit),
37997         (gst_videoscale_scale_nearest_16bit):
37998         add debugging category and use it properly
37999         fix use of GST_PTR_FORMAT
38000
38001 2004-02-25  Andy Wingo  <wingo@pobox.com>
38002
38003         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38004         push only when channel->buffer is NULL. Prevents segfaults doing
38005         the state change after a nonlocal exit, like a scheme exception.
38006
38007         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38008         Handle the case where the intersected caps is empty.
38009
38010 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38011
38012         * gst/law/mulaw-decode.c: (mulawdec_link):
38013         * gst/law/mulaw.c: (plugin_init):
38014           fix mulawdec so it actually works again
38015
38016 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38017
38018         reviewed by: David Schleef  <ds@schleef.org>
38019
38020         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38021         (gst_gamma_init), (gst_gamma_set_property),
38022         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38023         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38024         for RGB, with separate r g and b correction factors. (#131167)
38025
38026 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38027
38028         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38029           only signal tags for bitrate if they're > 0 (#134894)
38030
38031 2004-02-24  David Schleef  <ds@schleef.org>
38032
38033         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38034         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38035         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38036         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38037         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38038         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38039         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38040         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38041         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38042         category.  Attempt to fix timestamp calculation.
38043
38044 2004-02-24  Johan Dahlin  <johan@gnome.org>
38045
38046         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38047
38048 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38049
38050         * configure.ac:
38051         * gconf/Makefile.am:
38052         * gconf/gstreamer.schemas:
38053         * gst-libs/gst/gconf/Makefile.am:
38054         * gst-libs/gst/gconf/gconf.c:
38055           version gconf schemas and install locations
38056
38057 2004-02-23  Benjamin Otte  <otte@gnome.org>
38058
38059         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38060         (gst_xine_input_subclass_init):
38061           call parent dispose.
38062           change pad template for CD reader correctly
38063         * ext/xine/Makefile.am:
38064         * ext/xine/gstxine.h:
38065         * ext/xine/xine.c: (plugin_init):
38066         * ext/xine/xineaudiosink.c:
38067           wrap audio sinks, too
38068         * gst-libs/gst/resample/private.h:
38069         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38070         (gst_resample_reinit), (gst_resample_scale),
38071         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38072         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38073         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38074         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38075         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38076         * gst-libs/gst/resample/resample.h:
38077         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38078         (gst_audioscale_class_init), (gst_audioscale_link),
38079         (gst_audioscale_get_buffer), (gst_audioscale_init),
38080         (gst_audioscale_chain), (gst_audioscale_set_property),
38081         (gst_audioscale_get_property):
38082         * gst/audioscale/gstaudioscale.h:
38083           s/resample_*/gst_resample_*/i to not clobber namespaces
38084
38085 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38086
38087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38088         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38089         (gst_riff_create_video_template_caps),
38090         (gst_riff_create_audio_template_caps),
38091         (gst_riff_create_iavs_template_caps):
38092         * gst-libs/gst/riff/riff-media.h:
38093         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38094         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38095         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38096         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38098         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38099         (gst_matroska_demux_plugin_init): First batch implementing audio and
38100         video codec tags in demuxers.
38101
38102 2004-02-22  Benjamin Otte  <otte@gnome.org>
38103
38104         * ext/xine/Makefile.am:
38105         * ext/xine/gstxine.h:
38106         * ext/xine/xine.c: (plugin_init):
38107         * ext/xine/xineinput.c:
38108           add input plugin wrapper. Playback from files, http, mms and cdda
38109           works.
38110         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38111           remove leftover G_GNUC_UNUSED
38112         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38113         (gst_asf_demux_identify_guid):
38114           improve debugging output
38115
38116 2004-02-22  Benjamin Otte  <otte@gnome.org>
38117
38118         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38119
38120         * autogen.sh:
38121           replace test -e with test -x for mkinstalldirs to be more portable.
38122           (fixes #134816)
38123
38124 2004-02-22  Benjamin Otte  <otte@gnome.org>
38125
38126         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38127
38128         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38129           set rank to PRIMARY
38130         * gst/volume/gstvolume.c: (plugin_init):
38131           set rank to NONE
38132         fixes #134960
38133
38134 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38135
38136         reviewed by Benjamin Otte  <otte@gnome.org>
38137
38138         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38139           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38140
38141 2004-02-22  Benjamin Otte  <otte@gnome.org>
38142
38143         * configure.ac:
38144           export [_]*{gst,Gst,GST}.* symbols from plugins
38145
38146 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38147
38148         reviewed by: Benjamin Otte  <otte@gnome.org>
38149
38150         * ext/lame/gstlame.c: (add_one_tag):
38151         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38153         (gst_vorbisenc_metadata_set1):
38154         * gst/tags/gstid3tag.c:
38155         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38156           apply fixes from bugs #135042 (lame can't write tags) and #133817
38157           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38158
38159 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38160
38161         * configure.ac: Export only gst_plugin_desc from plugins.
38162          Note that this change only makes any effect with Linux using libtool
38163          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38164          fine. And don't try to have several versions of libtool in different
38165          directories.
38166
38167 2004-02-20  Andy Wingo  <wingo@pobox.com>
38168
38169         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38170         interleave respectively.
38171
38172         * gst/interleave/deinterleave.c: New plugin: deinterleave
38173         (replaces on oneton).
38174         * gst/interleave/interleave.c: New plugin: interleave.
38175         * gst/interleave/plugin.h: Support file.
38176         * gst/interleave/plugin.c: Support file.
38177
38178         * configure.ac: Remove intfloat and oneton, add interleave.
38179
38180         * ext/sndfile/gstsf.c: Handle events better.
38181
38182         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38183         and float2int operation. int2float has scheduling problems as
38184         noted in in2float_chain.
38185
38186 2004-02-20  Benjamin Otte  <otte@gnome.org>
38187
38188         * ext/xine/Makefile.am:
38189         * ext/xine/gstxine.h:
38190         * ext/xine/xine.c:
38191         * ext/xine/xineaudiodec.c:
38192         * ext/xine/xinecaps.c:
38193           add first version of xine plugin wrapper. Currently only wraps the
38194           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38195         * configure.ac:
38196         * ext/Makefile.am:
38197           add xine plugin wrapper, disabled by default. Use --enable-xine to
38198           build. Note that it'll segfault on gst-register if you don't remove
38199           the goom and tvtime post plugins from xine.
38200         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38201         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38202           add extradata parsing for QDM2.
38203           change around debugging prints.
38204
38205 2004-02-19  Benjamin Otte  <otte@gnome.org>
38206
38207         * ext/lame/gstlame.c: (gst_lame_chain):
38208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38209           use gst_tag_list_insert when you want to insert tags
38210
38211 2004-02-18  David Schleef  <ds@schleef.org>
38212
38213         * configure.ac:  Move massink to gst-rotten
38214         * ext/Makefile.am:
38215         * ext/mas/Makefile.am:
38216         * ext/mas/massink.c:
38217         * ext/mas/massink.h:
38218
38219 2004-02-18  David Schleef  <ds@schleef.org>
38220
38221         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38222         typefinding, since it seems to be worse than nothing.
38223         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38224         atom to recognize .mp4 and .m4a files as video/quicktime.
38225
38226 2004-02-18  David Schleef  <ds@schleef.org>
38227
38228         * gst/sine/demo-dparams.c: (quit_live),
38229         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38230         Use double dparams, not float.
38231         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38232         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38233         sync'd elements don't really work correctly.
38234         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38235         (volume_update_volume), (volume_get_property):  Change dparam
38236         to double.
38237
38238 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38239
38240         * sys/ximage/ximagesink.c:
38241         (gst_ximagesink_xwindow_update_geometry),
38242         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38243         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38244         (gst_ximagesink_init): Rework the way software video scaling works. So
38245         now we check on each chain call if the video frames are feeling the
38246         window. If not we try to renegotiate caps. On failure we memorize that
38247         and we won't try again for that PLAYING sessions.
38248         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38249         failure.
38250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38251         synchronous flag.
38252
38253 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38254
38255         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38256           break up _link so we can give a better debug message for errors
38257
38258 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38259
38260         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38261           set up debug category
38262
38263 2004-02-18  Julien MOUTTE <julien@moutte.net>
38264
38265         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38266         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38267         the way renegotiation work. The event handling function is not taking
38268         care of external windows and renegotiate method check for pad flags
38269         NEGOTIATING. Should fix : #133209
38270
38271 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38272
38273         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38274         pad is negotiating before trying renegotiation.
38275
38276 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38277
38278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38279           pass on all possible mime types as typefind hints
38280
38281 2004-02-17  Julien MOUTTE <julien@moutte.net>
38282
38283         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38285         possible SHM leak if we crash. All other apps using XShm are doing
38286         that.
38287
38288 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38289
38290         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38291         (gst_ximagesink_expose): Renegotiate size on expose.
38292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38293         size on expose.
38294
38295 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38296
38297         * testsuite/alsa/sinesrc.c:
38298           cosmetic fix to fix compile issue with gcc 2.95.4
38299
38300 2004-02-16  Julien MOUTTE <julien@moutte.net>
38301
38302         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38303         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38304         failed opening the audio device.
38305         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38306         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38307         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38308         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38309         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38310         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38311         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38312         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38313         Removing some useless g_return_if_fail like wingo suggested.
38314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38315         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38316         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38317         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38318         (gst_xvimagesink_update_colorbalance),
38319         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38320         (gst_xvimagesink_xcontext_clear),
38321         (gst_xvimagesink_get_fourcc_from_caps),
38322         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38323         (gst_xvimagesink_set_xwindow_id),
38324         (gst_xvimagesink_colorbalance_list_channels),
38325         (gst_xvimagesink_colorbalance_set_value),
38326         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38327         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38328
38329 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38330
38331         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38332           throw error when not negotiated instead of asserting
38333
38334 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38335
38336         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38337         correct data refcounting.
38338
38339 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38340
38341         * gst/switch/gstswitch.c: (gst_switch_change_state),
38342         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38343         change, mostly the EOS flag.
38344
38345 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38346
38347         * examples/gstplay/player.c: (got_eos), (main): Adding some
38348         output for debugging.
38349         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38350         timeouts if we go to any state different from PLAYING.
38351         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38352         more EOS bugs in riff lib.
38353
38354 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38355
38356         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38357         visualization until i find a way to fix switch correctly.
38358         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38359         EOS arrives.
38360         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38361         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38362         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38363         Reworked switch to get a more correct behaviour with events and refing
38364         of data stored in sinkpads.
38365         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38366         we don't pull from a pad in EOS.
38367
38368 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38369
38370         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38371           remove v1 tag even if we can't read it (makes sure we don't detect
38372           it again)
38373
38374 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38375
38376         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38377         (gst_alsa_xrun_recovery):
38378         * ext/alsa/gstalsa.h:
38379           try xrun recovery when wait failed. Make xrun recovery function
38380           return TRUE/FALSE to indicate success. (might fix #134354)
38381
38382 2004-02-13  David Schleef  <ds@schleef.org>
38383
38384         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38385         (dynparm_value_changed), (main): Convert from float to double.
38386         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38387
38388 2004-02-13  David Schleef  <ds@schleef.org>
38389
38390         * gst/silence/gstsilence.c: (gst_silence_class_init),
38391         (gst_silence_set_clock), (gst_silence_get),
38392         (gst_silence_set_property), (gst_silence_get_property):
38393         * gst/silence/gstsilence.h: Add sync property.
38394         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38395         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38396         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38397         * gst/sine/gstsinesrc.h: Add sync property.
38398
38399 2004-02-13  David Schleef  <ds@schleef.org>
38400
38401         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38402         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38403
38404 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38405
38406         * configure.ac:
38407         * ext/Makefile.am:
38408         * gst-libs/ext/Makefile.am:
38409           move ffmpeg plugin to gst-ffmpeg module
38410
38411 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38412
38413         * configure.ac: use GST_ARCH to detect architecture
38414
38415 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38416
38417         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38418
38419 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38420
38421         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38422           classify LADSPA plugins based on number of src/sink pads
38423           (#133663, Stefan Kost)
38424         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38425           fix dparams registration
38426           (#133528, Stefan Kost)
38427         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38428           fix use of isprint and use g_ascii_isprint instead
38429           (#133316, Stefan Kost)
38430
38431 2004-02-11  David Schleef  <ds@schleef.org>
38432
38433         Convert a few inner loops to use liboil.  This is currently
38434         optional, and is only enabled if liboil is present (duh!).
38435         * configure.ac: Check for liboil-0.1
38436         * gst/intfloat/Makefile.am:
38437         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38438         (gst_int2float_chain_gint16):
38439         * gst/videofilter/Makefile.am:
38440         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38441         (tablelookup_u8), (gst_videobalance_planar411):
38442         * gst/videotestsrc/Makefile.am:
38443         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38444         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38445         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38446         (paint_hline_RGB565), (paint_hline_xRGB1555):
38447
38448 2004-02-11  David Schleef  <ds@schleef.org>
38449
38450         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38451         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38452         (gst_colorspace_getcaps), (gst_colorspace_link),
38453         (gst_colorspace_base_init), (gst_colorspace_init),
38454         (gst_colorspace_chain), (gst_colorspace_change_state),
38455         (plugin_init): Merge Ronald's patch (bug #117897) and update
38456         for new caps and negotiation.  Seems to work, although it
38457         shows off bugs in lcs.
38458
38459 2004-02-11  David Schleef  <ds@schleef.org>
38460
38461         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38462         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38463
38464 2004-02-11  David Schleef  <ds@schleef.org>
38465
38466         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38467         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38468         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38469         Add server and port properties
38470
38471 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38472
38473         * m4/a52.m4:
38474         * m4/aalib.m4:
38475         * m4/as-ffmpeg.m4:
38476         * m4/as-liblame.m4:
38477         * m4/as-slurp-ffmpeg.m4:
38478         * m4/check-libheader.m4:
38479         * m4/esd.m4:
38480         * m4/freetype2.m4:
38481         * m4/gconf-2.m4:
38482         * m4/glib.m4:
38483         * m4/gst-alsa.m4:
38484         * m4/gst-artsc.m4:
38485         * m4/gst-ivorbis.m4:
38486         * m4/gst-matroska.m4:
38487         * m4/gst-sdl.m4:
38488         * m4/gst-shout2.m4:
38489         * m4/gst-sid.m4:
38490         * m4/gtk.m4:
38491         * m4/libdv.m4:
38492         * m4/libfame.m4:
38493         * m4/libmikmod.m4:
38494         * m4/ogg.m4:
38495         * m4/vorbis.m4:
38496           fix underquotedness of macros (#133800)
38497         * m4/as-avifile.m4:
38498         * m4/xmms.m4:
38499           removed because no longer used
38500
38501 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38502
38503         * configure.ac:
38504           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38505           by autopoint (fixes #132996)
38506
38507 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38508
38509         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38510         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38511         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38512         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38513           fix memleaks
38514
38515 2004-02-11  David Schleef  <ds@schleef.org>
38516
38517         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38518         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38519         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38520         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38521         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38522         (gst_jpegenc_class_init), (gst_jpegenc_init),
38523         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38524         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38525         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38526         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38527
38528 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38529
38530         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38531         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38532         * ext/mikmod/gstmikmod.h:
38533           fix caps negotiation in mikmod
38534         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38535           output debug information
38536
38537 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38538
38539         * gst-libs/gst/colorbalance/Makefile.am:
38540         * gst-libs/gst/navigation/Makefile.am:
38541         * gst-libs/gst/xoverlay/Makefile.am:
38542           remove unused GST_OPT_CFLAGS from Makefiles
38543           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38544
38545 2004-02-07  David Schleef  <ds@schleef.org>
38546
38547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38548         push events to pads that haven't been created (#133508)
38549
38550 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38551
38552         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38553         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38554         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38555         (gst_dvdec_loop), (gst_dvdec_change_state):
38556         Second attempt at committing a working dvdec element.
38557
38558 2004-02-06  David Schleef  <ds@schleef.org>
38559
38560         Build fixes for OS X: (see #129600)
38561         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38562         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38563         (gst_riff_read_strf_iavs):
38564         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38565         (gst_avi_demux_stream_odml):
38566         * gst/playondemand/Makefile.am:
38567         * gst/rtp/rtp-packet.c:
38568
38569 2004-02-05  David Schleef  <ds@schleef.org>
38570
38571         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38572         last change, because it Just Doesn't Compile.
38573
38574 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38575
38576         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38577           skip undecodable id3v2 tag instead of keeping it
38578
38579 2004-02-05  David Schleef  <ds@schleef.org>
38580
38581         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38582         Unref leaked buffer.  (Noticed by Ronald)
38583
38584 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38585
38586         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38587         Sync requires with other checks.  >= vs =.
38588
38589 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38590
38591         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38592         (gst_dvdec_video_link), (gst_dvdec_loop):
38593         * ext/dv/gstdvdec.h:
38594           rework the caps negotiation so that dvdec works again instead
38595           of just segfaulting.
38596
38597 === release 0.7.4 ===
38598
38599 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38600
38601         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38602         * configure.ac: changed for release
38603
38604 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38605
38606         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38607         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38608         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38609         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38610           reworked patch by David Lehn to fix libdir and includedir for
38611           uninstalled libraries
38612           removed play and gconf from gstreamer-libs since they have their
38613           own pkgconfig files
38614
38615 2004-02-04  David Schleef  <ds@schleef.org>
38616
38617         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38618         memleak.
38619
38620 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38621
38622         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38623           use correct GST_TAG_ENCODER tag
38624
38625 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38626
38627         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38628           be sure to stop the clock when going to paused
38629         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38630           reset number of transmitted when going to ready.
38631         fixes #132935
38632
38633 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38634
38635         reviewed by Benjamin Otte
38636
38637         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38638           extract track count (fixes #133410)
38639
38640 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38641
38642         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38643           that should be !=, not == (fixes #132519)
38644
38645 2004-02-04  David Schleef  <ds@schleef.org>
38646
38647         Make sure set_explicit_caps() is called before adding pad.
38648         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38649         * gst/id3/gstid3types.c: (gst_id3types_loop):
38650         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38651         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38652
38653 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38654
38655         * configure.ac:
38656           bump nano to 2, first prerelease
38657           put back AM_PROG_LIBTOOL
38658
38659 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38660
38661         * testsuite/alsa/Makefile.am:
38662           these are user test apps, not automatic testsuite tests
38663
38664 2004-02-04  David Schleef  <ds@schleef.org>
38665
38666         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38667         * gst/mpeg1videoparse/gstmp1videoparse.c:
38668         (mp1videoparse_parse_seq):
38669         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38670         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38671         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38672         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38673         (gst_xvideosink_getcaps):
38674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38675         * testsuite/gst-lint: more tests
38676
38677 2004-02-04  David Schleef  <ds@schleef.org>
38678
38679         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38680         with the code that they would expand to.
38681         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38682         (gst_flacdec_get_src_query_types),
38683         (gst_flacdec_get_src_event_masks):
38684         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38685         (gst_gnomevfssrc_get_query_types),
38686         (gst_gnomevfssrc_get_event_mask):
38687
38688 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38689
38690         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38691         (gst_sinesrc_dispose):
38692           fix memleak by properly disposing sinesrc
38693
38694 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38695
38696         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38697         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38698         an overlay to redraw the image because it has been exposed.
38699         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38700         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38701         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38702         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38703         interface
38704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38705         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38706         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38707         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38708         interface
38709
38710 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38711
38712         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38713           more memleak fixage
38714
38715 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38716
38717         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38718         * gst/typefind/gsttypefindfunctions.c:
38719           fix memleaks shown by gst-typefind
38720
38721 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38722
38723         * common/glib-gen.mak:
38724           add hack rule to touch .Plo files
38725         * gst-libs/gst/colorbalance/Makefile.am:
38726         * gst-libs/gst/mixer/Makefile.am:
38727         * gst-libs/gst/play/Makefile.am:
38728         * gst-libs/gst/tuner/Makefile.am:
38729           remove glib_root variable
38730
38731 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38732
38733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38734           set explicit caps before adding the element, so the autopluggers can
38735           plug correctly.
38736         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38737         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38738         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38739         (dv_type_find):
38740           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38741           argument.
38742
38743 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38744
38745         * gst-libs/gst/colorbalance/Makefile.am:
38746         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38747         * gst-libs/gst/colorbalance/colorbalance.c:
38748         * gst-libs/gst/colorbalance/colorbalance.h:
38749         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38750         * gst-libs/gst/mixer/Makefile.am:
38751         * gst-libs/gst/mixer/mixer-marshal.list:
38752         * gst-libs/gst/mixer/mixer.c:
38753         * gst-libs/gst/mixer/mixer.h:
38754         * gst-libs/gst/mixer/mixermarshal.list:
38755         * gst-libs/gst/play/Makefile.am:
38756         * gst-libs/gst/play/play.h:
38757         * gst-libs/gst/tuner/Makefile.am:
38758         * gst-libs/gst/tuner/tuner-marshal.list:
38759         * gst-libs/gst/tuner/tuner.c:
38760         * gst-libs/gst/tuner/tuner.h:
38761         * gst-libs/gst/tuner/tunermarshal.list:
38762           use new glib-gen.mak snippet to clean up Makefile.am
38763           fix various bugs in Makefile.am's
38764
38765 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38766
38767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38768           handle chain parsing correctly in the multichain case
38769         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38770         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38771         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38772         (theora_dec_chain):
38773           handle events and queries correctly
38774
38775 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38776
38777         * .cvsignore:
38778         Ignore generated file _stdint.h.
38779
38780 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38781
38782         * gst-libs/gst/colorbalance/Makefile.am:
38783         * gst-libs/gst/colorbalance/colorbalance.h:
38784         * gst-libs/gst/mixer/Makefile.am:
38785         * gst-libs/gst/mixer/mixer.h:
38786         * gst-libs/gst/play/Makefile.am:
38787         * gst-libs/gst/play/play.h:
38788         * gst-libs/gst/tuner/Makefile.am:
38789         * gst-libs/gst/tuner/tuner.h:
38790         Generate enum type code with glib-mkenums.
38791         * gst-libs/gst/colorbalance/.cvsignore:
38792         * gst-libs/gst/mixer/.cvsignore:
38793         * gst-libs/gst/play/.cvsignore:
38794         * gst-libs/gst/tuner/.cvsignore:
38795         Ignore generated files.
38796
38797 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38798
38799         * gst-libs/gst/audio/.cvsignore:
38800         Ignore generated file.
38801         * gst-libs/gst/audio/Makefile.am:
38802         Do not install example filter.
38803
38804 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38805
38806         * examples/switch/.cvsignore:
38807         Ignore generated file.
38808
38809 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38810
38811         * common/m4/ax_create_stdint_h.m4:
38812         * configure.ac:
38813           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38814           _stdint.h.
38815         * Makefile.am:
38816           remove generated _stdint.h in DISTCLEANFILES
38817         * ext/a52dec/gsta52dec.c:
38818           include _stdint.h for a52dec. (should fix #133064)
38819
38820 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38821
38822         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38823         (gst_tag_to_vorbis_comments):
38824         Add replaygain support to vorbistag
38825
38826 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38827         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38828         (gst_ffmpeg_caps_to_extradata):
38829           Fix SVQ3 caps flag properties
38830           Use glib macro for bytes swap
38831
38832 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38833
38834         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38835         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38836         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38837         * ext/sndfile/gstsf.c: (plugin_init):
38838         * gst/avi/gstavi.c: (plugin_init):
38839         * sys/dxr3/dxr3init.c: (plugin_init):
38840         * sys/oss/gstossaudio.c: (plugin_init):
38841         * sys/v4l/gstv4l.c: (plugin_init):
38842         * sys/v4l2/gstv4l2.c: (plugin_init):
38843           remove textdomain calls
38844         * po/nl.po:
38845           update Dutch translation
38846
38847 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38848
38849         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38850         (gst_play_set_audio_sink): Moving volume in the audio thread for
38851         instantaneous volume change. Maybe i will add another volume in front
38852         of visualization later, not sure yet though.
38853
38854 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38855
38856         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38857         (gst_ximagesink_handle_xevents): Better X events handling, only take
38858         the latest events for configure and motion.
38859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38860
38861 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38862
38863         reviewed by: David Schleef  <ds@schleef.org>
38864
38865         Fix memory leaks:
38866         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38867         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38868
38869 2004-02-02  David Schleef  <ds@schleef.org>
38870
38871         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38872         of lines.
38873         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38874         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38875         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38876         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38877         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38878         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38879         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38880         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38881         (gst_float2_2_int_link):
38882         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38883         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38884         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38885         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38886         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38887         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38888         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38889         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38890         * testsuite/gst-lint: Add tests for bzero and ;;
38891
38892 2004-02-02  David Schleef  <ds@schleef.org>
38893
38894         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38895
38896 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38897
38898         * ext/aalib/gstaasink.c: (gst_aasink_open):
38899         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38900         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38901         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38902         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38903         (gst_afsink_close_file):
38904         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38905         (gst_afsrc_close_file):
38906         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38907         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38908         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38909         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38910         * ext/esd/esdmon.c: (gst_esdmon_get):
38911         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38912         * ext/faac/gstfaac.c: (gst_faac_chain):
38913         * ext/faad/gstfaad.c: (gst_faad_chain):
38914         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38915         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38916         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38917         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38918         (gst_flacdec_loop):
38919         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38920         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38921         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38922         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38923         (gst_gnomevfssink_close_file):
38924         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38925         (gst_gnomevfssrc_open_file):
38926         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38927         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38928         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38929         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38930         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38931         * ext/mad/gstmad.c: (gst_mad_chain):
38932         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38933         * ext/mpeg2dec/gstmpeg2dec.c:
38934         * ext/mpeg2enc/gstmpeg2enc.cc:
38935         * ext/mplex/gstmplex.cc:
38936         * ext/mplex/gstmplexibitstream.cc:
38937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38938         (gst_ogg_demux_push):
38939         * ext/raw1394/gstdv1394src.c:
38940         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38941         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38942         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38943         (gst_sf_loop):
38944         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38945         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38946         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38947         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38948         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38949         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38950         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38951         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38952         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38953         (gst_riff_read_element_data), (gst_riff_read_seek),
38954         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38955         * gst/adder/gstadder.c: (gst_adder_loop):
38956         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38957         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38958         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38959         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38960         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38961         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38962         * gst/goom/gstgoom.c: (gst_goom_chain):
38963         * gst/id3/gstid3types.c: (gst_id3types_loop):
38964         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38965         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38966         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38967         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38968         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38969         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38970         (gst_ebml_read_float), (gst_ebml_read_header):
38971         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38972         (gst_matroska_demux_parse_blockgroup):
38973         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38974         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38975         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38976         * gst/silence/gstsilence.c: (gst_silence_get):
38977         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38978         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38979         * gst/speed/gstspeed.c: (speed_loop):
38980         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38981         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38982         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38983         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38984         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38985         (gst_wavparse_loop):
38986         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38987         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38988         (dxr3audiosink_close):
38989         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38990         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38991         (dxr3videosink_close), (dxr3videosink_write_data):
38992         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38993         * sys/oss/gstosssink.c: (gst_osssink_chain):
38994         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38995         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38996         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38997         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38998         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38999         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39000         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39001         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39002         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39003         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39004         (gst_v4l_set_audio):
39005         * sys/v4l/v4l_calls.h:
39006         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39007         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39008         (gst_v4lmjpegsink_playback_init),
39009         (gst_v4lmjpegsink_playback_start):
39010         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39011         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39012         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39013         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39014         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39015         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39016         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39017         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39018         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39019         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39020         (gst_v4l2_get_output), (gst_v4l2_set_output),
39021         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39022         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39023         (gst_v4l2_set_attribute):
39024         * sys/v4l2/v4l2_calls.h:
39025         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39026         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39027         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39028         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39029         (gst_v4l2src_capture_stop):
39030         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39031         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39032         (gst_ximagesink_chain):
39033         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39034         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39035         (gst_xvideosink_xwindow_new):
39036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39037         (gst_xvimagesink_chain):
39038
39039 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39040
39041         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39042         (gst_volume_get_volume), (volume_class_init), (volume_init),
39043         (volume_chain_int16), (volume_update_volume):
39044         * gst/volume/gstvolume.h:
39045           make code more readable by removing magic numbers
39046           make mixer interface export 0-100 range
39047           make it internally map to 0.0-1.0 range so users don't distort
39048           output by putting the sliders at full volume
39049
39050 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39051
39052         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39053         (gst_play_state_change), (gst_play_seek_to_time):
39054         block the tick callback for 0.5 secs after doing a seek
39055
39056 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39057
39058         * gst-libs/gst/play/play.c: (gst_play_new):
39059           check for GError
39060
39061 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39062
39063         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39064         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39065         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39066         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39068         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39069
39070 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39071
39072         * configure.ac:
39073         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39074           check for a function added in vorbis 1.1
39075
39076 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39077
39078         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39079         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39080           really start/stop clock only on PLAYING <=> PAUSED
39081         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39082           remove \n from debugging lines
39083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39084           make it work when seeking does not
39085         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39086           reset on DISCONT
39087
39088 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39089
39090         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39091           start clock on PAUSED=>PLAYING, not later
39092         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39093           extract correct time for different discont formats
39094         (gst_alsa_sink_get_time):
39095           don't segfault when no format is negotiated yet, just return 0
39096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39097         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39098         (gst_ogg_pad_push):
39099           handle flush and discont events correctly
39100         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39101           handle discont events correctly
39102
39103 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39104
39105         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39106         (gst_play_error_create), (gst_play_error_plugin),
39107         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39108         * gst-libs/gst/play/play.h:
39109           add error handling during creation
39110         * examples/gstplay/player.c: (main):
39111           use new gst_play_new
39112
39113
39114 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39115
39116         * ext/theora/theoradec.c: (theora_dec_chain):
39117           make comments work
39118         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39119         (vorbis_dec_src_event), (vorbis_dec_chain):
39120           add encoder tag, fix tag reading to be more error tolerant, change
39121           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39122           gst_pad_event_default.
39123         * gst/tags/gstvorbistag.c:
39124         (gst_tag_list_from_vorbiscomment_buffer):
39125           undefine function specific define at end of function
39126
39127 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39128
39129         * ext/flac/gstflac.c: (plugin_init):
39130         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39131         * ext/flac/gstflacdec.h:
39132         * ext/flac/gstflacenc.h:
39133           Fix typos
39134
39135 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39136
39137         * examples/gstplay/player.c: s/gstplay.h/play.h/
39138
39139 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39140
39141         * gst-libs/gst/play/Makefile.am:
39142         * gst-libs/gst/play/gstplay.c:
39143         * gst-libs/gst/play/gstplay.h:
39144         * gst-libs/gst/play/play.c:
39145           more surgery, operation complete
39146
39147 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39148
39149         * gst-libs/gst/play/play.old.c:
39150         * gst-libs/gst/play/play.old.h:
39151           after CVS surgery by moving, remove
39152         * gst-libs/gst/play/playpipelines.c:
39153           remove
39154
39155         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39156           add negotiation error
39157
39158 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39159
39160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39161         (gst_ogg_demux_push):
39162           add some seeking debug info
39163           send a flush when seeking
39164
39165 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39166
39167         * configure.ac:
39168           use AC_C_INLINE
39169         * configure.ac:
39170         * ext/Makefile.am:
39171         * ext/theora/Makefile.am:
39172         * ext/theora/theoradec.c:
39173           add theora video decoder. Does just do simple decoding for now and
39174           has been tested against Theora cvs only. It only works when theora
39175           is compiled with --enable-static.
39176         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39177           always reset packetno on DISCONT
39178
39179 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39180
39181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39182           Fix audio.
39183
39184 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39185
39186         * gst/mpegaudioparse/gstmpegaudioparse.c:
39187         (mp3_type_frame_length_from_header):
39188           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39189
39190 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39191
39192         * ext/esd/esdsink.c: (gst_esdsink_init):
39193           Since we have static pad template caps, we don't need to negotiate;
39194           either the core errors out or we know the format.
39195
39196 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39197
39198         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39199         (gst_riff_read_seek):
39200         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39201         (gst_ebml_read_seek):
39202           Fix event handling.
39203
39204 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39205
39206         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39207           removee video/x-theora from vp3 decoder, it doesn't handle raw
39208           theora streams
39209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39210           fix bug with finalizing element that never went to PAUSED
39211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39212           length and position queries were swapped
39213         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39214         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39215         (vorbis_dec_src_event):
39216           implement querying time and bytes
39217
39218 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39219
39220         * just about every source file:
39221           gst_element_error -> GST_ELEMENT_ERROR
39222
39223 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39224
39225         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39226         emiting FLUSH and even before DISCONT.
39227         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39228         get the best instant seeking as possible yay!
39229
39230 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39231
39232         * gst/mpeg1videoparse/gstmp1videoparse.c:
39233         (gst_mp1videoparse_real_chain):
39234           Committed wrong version last week... Grr... Didn't notice until now.
39235
39236 2004-01-29  Julien MOUTTE <julien@moutte.net>
39237
39238         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39240         have_xwindow_id signal in xwindow_create.
39241
39242 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39243
39244         * ext/ogg/gstoggdemux.c:
39245           lots of changes - mainly support for chained bitstreams, seeking,
39246           querying and bugfixes of course
39247         * ext/vorbis/Makefile.am:
39248         * ext/vorbis/vorbisdec.c:
39249         * ext/vorbis/vorbisdec.h:
39250           add vorbisdec raw vorbis decoder
39251         * ext/vorbis/vorbis.c: (plugin_init):
39252           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39253         * gst/intfloat/Makefile.am:
39254         * gst/intfloat/float22int.c:
39255         * gst/intfloat/float22int.h:
39256         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39257           add float2intnew plugin. It converts multichannel interleaved float to
39258           multichannel interleaved int. The name should probably be changed.
39259         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39260         (plugin_init):
39261           add typefinding for raw theora video so oggdemux can detect it.
39262
39263 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39264
39265         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39266         sink element first.
39267         * gst/videoscale/gstvideoscale.c:
39268         (gst_videoscale_handle_src_event): Fixing src event handler.
39269
39270 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39271
39272         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39273         (gst_v4lsrc_open), (gst_v4lsrc_close),
39274         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39275         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39276         * sys/v4l/gstv4lsrc.h:
39277         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39278         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39279           Implement resizing... Hack. But that's why v4l is b0rked...
39280
39281 2004-01-28  Julien MOUTTE <julien@moutte.net>
39282
39283         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39284         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39285         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39286         (gst_ximagesink_xwindow_destroy):
39287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39288         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39289         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39290         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39291         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39292         correctly cleaning the image created to check xshm calls on succes,
39293         added a lot of XSync calls in X11 functions, and fixed a segfault when
39294         no image format was defined before negotiation happened.
39295
39296 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39297
39298         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39299           use gst_element_get_time to get correct time
39300
39301 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39302
39303         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39304         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39305         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39307         (gst_xvimagesink_check_xshm_calls),
39308         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39309         X plugins are now able to detect that XShm calls will fail even if the
39310         server claims that it has XShm support (remote displays most of the
39311         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39312         so that we use non XShm functions. This feature is almost useless for
39313         xvimagesink as Xv is not supported on remote displays anyway, but
39314         it might happen than even on the local display XShm calls fail.
39315
39316 2004-01-27  David Schleef  <ds@schleef.org>
39317
39318         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39319         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39320         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39321         changed esdsink to only use 44100,16,2, since esd sucks at rate
39322         conversion and esdsink has had difficulty negotiating.
39323
39324 2004-01-27  Julien MOUTTE <julien@moutte.net>
39325
39326         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39327         (gst_play_seek_to_time): Fixing the way to get current position.
39328
39329 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39330
39331         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39332           use gst_element_get_time to get correct time
39333
39334 2004-01-27  Julien MOUTTE <julien@moutte.net>
39335
39336         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39337         fix ever... Inverting 2 lines of code make spider autoplug correctly
39338         tagged mp3 !
39339
39340 2004-01-27  David Schleef  <ds@schleef.org>
39341
39342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39343         Use gst_pad_try_set_caps_nonfixed().
39344
39345 2004-01-27  David Schleef  <ds@schleef.org>
39346
39347         * gst/ac3parse/gstac3parse.c: update to checklist 5
39348         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39349         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39350         * gst/audioscale/gstaudioscale.c: same
39351         * gst/auparse/gstauparse.c: same
39352         * gst/avi/gstavidemux.c: same
39353
39354 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39355
39356         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39357           stop processing after EOS
39358
39359 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39360
39361         * gst/asfdemux/asfheaders.h:
39362         * gst/asfdemux/gstasfdemux.c:
39363         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39364         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39365         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39366           lot's of fixes to make data extraction simpler and get the code
39367           architecture and compiler independant. Add debugging category
39368         * gst/goom/gstgoom.c: (gst_goom_change_state):
39369           reset channel count on PAUSED=>READY, not READY=>PAUSED
39370
39371 2004-01-26  Colin Walters  <walters@verbum.org>
39372
39373         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39374         code to pull a bigger buffer in iradio mode.  This as a side effect
39375         makes typefinding work.
39376
39377 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39378
39379         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39380         Fix SVQ3 decoding on PPC
39381
39382 2004-01-26  Julien MOUTTE <julien@moutte.net>
39383
39384         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39385         that one managed to stay there... Fixed.
39386
39387 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39388
39389         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39390         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39391         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39392         (qtdemux_video_caps):
39393         * gst/qtdemux/qtdemux.h:
39394         Add SVQ3 specific flags to qtdemux and ffmpeg
39395
39396 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39397
39398         * gst-libs/gst/audio/audio.h:
39399           remove buffer-frames from audio caps
39400         * gst/audioconvert/gstaudioconvert.c:
39401           fix plugin to really work.
39402
39403 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39404
39405         * gst-libs/gst/mixer/mixer.c:
39406         * gst-libs/gst/propertyprobe/propertyprobe.c:
39407         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39408         (gst_tuner_find_channel_by_name):
39409         * gst-libs/gst/tuner/tuner.h:
39410           Add gtk-doc style comments. Also fix a function name.
39411
39412 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39413
39414         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39415         (gst_divxdec_negotiate):
39416           Fix for new capsnego - also fixes gst-player with divxdec.
39417
39418 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39419
39420         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39421         (gst_play_identity_handoff), (gst_play_set_location),
39422         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39423         try in visualization implementation. Still have an issue with switch
39424         blocking when pulling from video_queue and only audio comes out of
39425         spider.
39426         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39427         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39428         release method. And check if the pad is usable before pulling.
39429
39430 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39431
39432         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39433         (gst_videobalance_init),
39434         (gst_videobalance_colorbalance_list_channels),
39435         (gst_videobalance_colorbalance_set_value),
39436         (gst_videobalance_colorbalance_get_value),
39437         (gst_videobalance_update_properties),
39438         (gst_videobalance_update_tables_planar411),
39439         (gst_videobalance_planar411):
39440         * gst/videofilter/gstvideobalance.h:
39441           Implement lookup-tables. +/- 10x faster.
39442
39443 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39444
39445         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39446         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39447           The index reading was broken. The rest worked fine, but the whole
39448           goal of my rewrite was to make avidemux readable, and this was
39449           not at all readable. Please use typed variables.
39450
39451 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39452
39453         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39454           Additional pad usability check.
39455         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39456         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39457         (gst_mp1videoparse_real_chain):
39458           Fix MPEG video stream parsing. The original plugin had several
39459           issues, including not timestamping streams where the source was
39460           not timestamped (this happens with PTS values in mpeg system
39461           streams, but MPEG video is also a valid stream on its own so
39462           that needs timestamps too). We use the display time code for that
39463           for now. Also, if one incoming buffer contains multiple valid
39464           frames, we push them all on correctly now, including proper EOS
39465           handling. Lastly, several potential segfaults were fixed, and we
39466           properly sync on new sequence/gop headers to include them in next,
39467           not previous frames (since they're header for the next frame, not
39468           the previous). Also see #119206.
39469         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39470         (bpf_from_header):
39471           Move caps setting so we only do it after finding several valid
39472           MPEG-1 fraes sequentially, not right after the first one (which
39473           might be coincidental).
39474         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39475         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39476         (plugin_init):
39477           Add unsynced MPEG video stream typefinding, and change some
39478           probability values so we detect streams rightly. The idea is as
39479           follows: I can have an unsynced system stream which contains
39480           video. In the current code, I would randomly get a type for either
39481           system or video stream type found, because the probabilities are
39482           being calculated rather randomly. I now use fixed values, so we
39483           always prefer system stream if that was found (and that is how it
39484           should be). If no system stream was found, we can still identity                the stream as video-only.
39485
39486 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39487
39488         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39489         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39490           don't write to buffer. Extract data without the need of
39491           __attribute__ ((packed))
39492
39493 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39494
39495         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39496         (mpeg1_sys_type_find):
39497           Fix MPEG-1 stream typefinding.
39498
39499 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39500
39501         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39502           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39503
39504 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39505
39506         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39507         * ext/esd/gstesd.c: (plugin_init):
39508           private debugging, better error reporting
39509
39510 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39511
39512         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39513         (gst_riff_read_init), (gst_riff_read_change_state):
39514         * gst-libs/gst/riff/riff-read.h:
39515           Remove stuff fromold metadata system.
39516
39517 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39518
39519         * ext/ogg/gstoggdemux.c:
39520           Fix wrong file comment.
39521         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39522         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39523           Add metadata reading properly.
39524
39525 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39526
39527         * ext/Makefile.am:
39528           Fix nas DIST_SUBDIRS
39529           Uraeus:
39530           Fix bug where make distcheck doesn't get run on adding stuff to
39531           the build.
39532
39533 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39534
39535         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39536         * ext/divx/gstdivxdec.h:
39537           Fix divx3 ("msmpeg4") playback using divxdec.
39538
39539 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39540
39541         * gst/typefind/gsttypefindfunctions.c:
39542         (mp3_type_frame_length_from_header): fix bug in length computation
39543         (mp3_type_find): improve debugging output
39544
39545 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39546
39547         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39548         (gst_play_set_location), (gst_play_seek_to_time),
39549         (gst_play_set_audio_sink), (gst_play_set_visualization),
39550         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39551         the pipeline from scratch. Visualization is back and switch went out as
39552         i realized it was not possible to use the way i wanted.
39553         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39554         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39555         clearing in state change from READY to NULL. So that one can clean the
39556         X ressources keeping the element.
39557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39558         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39559         (gst_xvimagesink_colorbalance_set_value),
39560         (gst_xvimagesink_colorbalance_get_value),
39561         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39562         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39563         change from READY to NULL and fixed some stupid bugs in colorbalance
39564         get/set values. Also added the following feature : when nobody tries to
39565         set some values to the colorbalance levels before the xcontext is
39566         grabbed, then when creating channels list from Xv attributes we set the
39567         internal values to the Xv defaults. This way we handle buggy Xv drivers
39568         that set default hue values far from the middle of the range (Thanks
39569         to Jon Trowbridge for pointing that issue).
39570         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39571         colorbalance levels have been set before xcontext is grabbed.
39572
39573 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39574
39575         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39576           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39577           it might block operations (which is bad for a mixer).
39578
39579 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39580
39581         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39582         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39583         (gmip_find_type_pre):
39584         * gst-libs/gst/media-info/media-info-priv.h:
39585         * gst-libs/gst/media-info/media-info.c:
39586         (gst_media_info_instance_init), (gst_media_info_read_idler):
39587         add fakesink to get caps on decoder src pad again
39588         fix callback prototype to match new have_type signal signature
39589
39590 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39591
39592         * gst/adder/gstadder.c: (gst_adder_link):
39593           fix non-compile and cut-n-paste code
39594
39595 2004-01-21  David Schleef  <ds@schleef.org>
39596
39597         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39598         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39599         (gst_swfdec_init), (gst_swfdec_change_state):
39600         * ext/swfdec/gstswfdec.h:
39601         Fix negotiation.
39602         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39603         (gst_adder_request_new_pad): Fix negotiation.
39604         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39605         Add a fixate function.
39606         * gst/intfloat/gstfloat2int.c:
39607         * gst/intfloat/gstfloat2int.h:
39608         * gst/intfloat/gstint2float.c:
39609         * gst/intfloat/gstint2float.h:
39610         Completely rewrite the negotiation.  Doesn't quite work yet,
39611         due to some buffer-frames problem.
39612
39613 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39614
39615         * ext/gnomevfs/gstgnomevfssrc.c:
39616         * sys/v4l2/v4l2_calls.h:
39617           fix includes for distcheck
39618
39619 2004-01-21  Christian Schaller <uraeus@gnome.org>
39620
39621         * ext/nas/
39622         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39623         based on earlier patch from Laurent Vivier
39624
39625 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39626
39627         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39628         Fix wma caps property
39629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39630         Fix typo (flags1 and flags2)
39631
39632 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39633
39634         * gst-libs/gst/media-info/media-info-priv.c:
39635         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39636         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39637         (gmip_find_stream), (gmip_find_track_metadata),
39638         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39639         (gmip_find_track_format):
39640         * gst-libs/gst/media-info/media-info-priv.h:
39641         * gst-libs/gst/media-info/media-info-test.c: (main):
39642         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39643         (gst_media_info_read_idler), (gst_media_info_read):
39644         * gst-libs/gst/media-info/media-info.h:
39645           register debugging category and use it for debugging
39646
39647 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39648
39649         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39650         (gst_vorbisfile_new_link):
39651           signal streaminfo through tags
39652
39653 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39654
39655         * ext/mplex/gstmplex.cc:
39656         * ext/mplex/gstmplexibitstream.cc:
39657           g++ doesn't like NULL in our i18n/error macros, should be
39658           either (NULL) or ("").
39659
39660 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39661
39662         * sys/dxr3/dxr3audiosink.c:
39663         * sys/dxr3/dxr3init.c:
39664         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39665         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39666           Fix more error error error errors (missing includes here).
39667
39668 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39669
39670         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39671           fix thomas' error errors.
39672
39673 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39674
39675         * ext/mpeg2enc/gstmpeg2enc.cc:
39676           fix error errors.
39677
39678 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39679
39680         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39681         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39682           Fix for new error system.
39683
39684 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39685
39686         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39687           fix for new error reporting
39688
39689 2004-01-20  David Schleef  <ds@schleef.org>
39690
39691         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39692         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39693         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39694         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39695         and neither is 100+, most likely.
39696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39697         (gst_xvimagesink_getcaps): same
39698
39699 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39700
39701         * configure.ac:
39702           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39703           clashes with ffmpeg.
39704
39705 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39706
39707         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39708         (gst_switch_init): Fixed switch element : proxying link and setting
39709         caps from src to sink on request.
39710
39711 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39712
39713         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39714         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39715         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39716         fix element_error
39717
39718 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39719
39720         * sys/v4l/v4l_calls.h:
39721         * sys/v4l2/v4l2_calls.h:
39722           element_error fixes
39723
39724 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39725
39726         * gst-libs/gst/gst-i18n-plugin.h:
39727           add locale.h
39728           remove config.h inclusion
39729
39730 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39731
39732         * autogen.sh:
39733           adding autopoint invocation
39734         * Makefile.am:
39735         * configure.ac:
39736         * gst-libs/gst/gettext.h:
39737           adding gettext bits
39738         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39739         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39740         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39741         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39742         (gst_gnomevfssink_close_file):
39743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39744         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39745         * gst-libs/gst/gst-i18n-plugin.h:
39746         * gst/avi/gstavi.c: (plugin_init):
39747         * sys/dxr3/dxr3init.c: (plugin_init):
39748         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39749         * sys/oss/gstossaudio.c: (plugin_init):
39750         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39751         * sys/v4l/gstv4l.c: (plugin_init):
39752         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39753         * sys/v4l2/gstv4l2.c: (plugin_init):
39754         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39755         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39756         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39757         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39758         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39759         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39760           make sure locale and translation domain are set
39761           fix translated strings
39762         * po/.cvsignore:
39763         * po/LINGUAS:
39764         * po/Makevars:
39765         * po/POTFILES.in:
39766         * po/nl.po:
39767           put translation files into place
39768         * sys/xvideo/imagetest.c: (main):
39769         * ext/dv/demo-play.c: (main):
39770           fix unnecessary translations
39771
39772 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39773
39774         * ext/sndfile/gstsf.c:
39775         * gst/avi/gstavimux.c:
39776         * ext/audiofile/gstafsink.c:
39777         * ext/audiofile/gstafsrc.c:
39778         * ext/gnomevfs/gstgnomevfssink.c:
39779         * ext/gnomevfs/gstgnomevfssrc.c:
39780         * sys/oss/gstosselement.c:
39781         * sys/v4l/v4l_calls.h:
39782           fix i18n include
39783
39784 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39785
39786         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39787         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39788         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39789         (gst_v4l2_get_output), (gst_v4l2_set_output),
39790         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39791         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39792         (gst_v4l2_set_attribute):
39793         update to new error handling
39794
39795 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39796
39797         * ext/sidplay/gstsiddec.cc:
39798         * gst/modplug/gstmodplug.cc:
39799           parenthese NULL because C++ seems angry about it
39800
39801 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39802
39803         * gst-libs/gst/gst-i18n-plugin.h:
39804           add skeleton i18n stuff, but needs to be further implemented
39805
39806 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39807
39808         * examples/gstplay/player.c: (main):
39809         * ext/aalib/gstaasink.c: (gst_aasink_open):
39810         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39812         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39813         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39814         (gst_afsink_close_file):
39815         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39816         (gst_afsrc_close_file):
39817         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39818         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39819         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39820         * ext/esd/esdmon.c: (gst_esdmon_get):
39821         * ext/esd/esdsink.c: (gst_esdsink_chain):
39822         * ext/faac/gstfaac.c: (gst_faac_chain):
39823         * ext/faad/gstfaad.c: (gst_faad_chain):
39824         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39825         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39826         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39827         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39828         (gst_flacdec_loop):
39829         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39830         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39831         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39832         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39833         (gst_gnomevfssink_close_file):
39834         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39835         (gst_gnomevfssrc_open_file):
39836         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39837         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39838         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39839         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39840         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39841         * ext/mad/gstmad.c: (gst_mad_chain):
39842         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39843         * ext/mpeg2dec/gstmpeg2dec.c:
39844         * ext/mpeg2enc/gstmpeg2enc.cc:
39845         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39846         * ext/mplex/gstmplex.cc:
39847         * ext/mplex/gstmplexibitstream.cc:
39848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39849         (gst_ogg_demux_push), (gst_ogg_pad_push):
39850         * ext/raw1394/gstdv1394src.c:
39851         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39852         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39853         * ext/sidplay/gstsiddec.cc:
39854         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39855         (gst_sf_loop):
39856         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39857         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39858         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39860         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39861         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39862         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39863         * gst-libs/gst/Makefile.am:
39864         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39865         (gst_riff_read_element_data), (gst_riff_read_seek),
39866         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39867         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39868         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39869         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39870         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39871         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39872         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39873         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39874         * gst/goom/gstgoom.c: (gst_goom_chain):
39875         * gst/id3/gstid3types.c: (gst_id3types_loop):
39876         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39877         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39878         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39879         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39880         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39881         (gst_ebml_read_float), (gst_ebml_read_header):
39882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39883         (gst_matroska_demux_parse_blockgroup):
39884         * gst/modplug/gstmodplug.cc:
39885         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39886         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39887         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39888         * gst/silence/gstsilence.c: (gst_silence_get):
39889         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39890         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39891         * gst/speed/gstspeed.c: (speed_loop):
39892         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39893         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39894         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39895         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39896         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39897         (gst_wavparse_loop):
39898         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39899         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39900         (dxr3audiosink_close):
39901         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39902         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39903         (dxr3videosink_close), (dxr3videosink_write_data):
39904         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39905         * sys/oss/gstosselement.h:
39906         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39907         (gst_osssink_chain):
39908         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39909         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39910         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39912         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39913         (gst_v4l_enable_overlay):
39914         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39915         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39916         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39917         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39918         (gst_v4l_set_audio):
39919         * sys/v4l/v4l_calls.h:
39920         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39921         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39922         (gst_v4lmjpegsink_playback_init),
39923         (gst_v4lmjpegsink_playback_start):
39924         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39925         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39926         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39927         (gst_v4lmjpegsrc_requeue_frame):
39928         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39929         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39930         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39931         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39932         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39933         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39934         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39935         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39936         (gst_v4l2src_capture_stop):
39937         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39938         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39939         (gst_ximagesink_chain):
39940         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39941         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39942         (gst_xvideosink_xwindow_new):
39943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39944         (gst_xvimagesink_chain):
39945         use new error signal, function and categories
39946
39947 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39948
39949         * configure.ac:
39950         * ext/Makefile.am:
39951         * ext/musicbrainz/gsttrm.c:
39952         * ext/musicbrainz/gsttrm.h:
39953         * ext/musicbrainz/Makefile.am:
39954         Add a trm plugin
39955
39956 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39957
39958         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39959         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39960         synchronous property for debugging.
39961         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39963         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39964         smaller block, fixing indent.
39965
39966 2004-01-16  David Schleef  <ds@schleef.org>
39967
39968         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39969         property affects the video stream.
39970         * sys/xvimage/xvimagesink.c:
39971         * sys/xvimage/xvimagesink.h:
39972         Add synchronous property for debugging.  Should probably be
39973         disabled in non-CVS builds.  Make sure that the Xv attribute
39974         exists before we set it (crash!).  Fix a silly float bug that
39975         caused colorbalance to just not work.
39976
39977 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39978
39979         * tools/gst-launch-ext.in - update for new plugins
39980
39981 2004-01-16  David Schleef  <ds@schleef.org>
39982
39983         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39984         already-freed caps.
39985
39986 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39987
39988         * Update spec for new colorspace plugin and libcaca plugin
39989         * Fix compilation of libcaca plugin (clock -> id)
39990
39991 2004-01-16  Julien MOUTTE <julien@moutte.net>
39992
39993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39994         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39995         (gst_xvimagesink_set_xwindow_id),
39996         (gst_xvimagesink_colorbalance_set_value),
39997         (gst_xvimagesink_colorbalance_get_value),
39998         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39999         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40000         correct colorbalance properties. They can now be set when the element
40001         is still in NULL state. The values will be committed to the Xv Port
40002         when xcontext is initialized.
40003         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40004         brightness int values in the GstXvImagesink structure.
40005
40006 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40007
40008         * gst-libs/gst/Makefile.am:
40009           restructure so having local patches works easier.
40010
40011 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40012
40013         * ext/mpeg2enc/Makefile.am:
40014         * ext/mpeg2enc/gstmpeg2enc.cc:
40015         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40016           Bugfix with respect to EOS handling.
40017
40018 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40019
40020         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40021           Link with right caps (else, it segfaults).
40022         * ext/mplex/gstmplexjob.cc:
40023           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40024
40025 2004-01-15  David Schleef  <ds@schleef.org>
40026
40027         * gst-libs/gst/audio/Makefile.am:
40028         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40029         from the template.
40030         * gst-libs/gst/audio/gstaudiofilter.c:
40031         * gst-libs/gst/audio/gstaudiofilter.h:
40032         Add bytes_per_sample and size and n_samples calculation.
40033         * gst-libs/gst/audio/gstaudiofilterexample.c:
40034         Remove, now autogenerated.
40035         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40036         Moved from gstaudiofilterexample, object name changed, code added
40037         so that it actually works.
40038         * gst-libs/gst/audio/make_filter:
40039         Script to build an audiofilter subclass from the template.
40040         * gst/colorspace/Makefile.am:
40041         * gst/colorspace/yuv2yuv.c:
40042         Remove file, since it's GPL, and we don't use it.
40043
40044 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40045
40046         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40048         them use the buffer free function to test how the buffer was allocated.
40049
40050 2004-01-15  David Schleef  <ds@schleef.org>
40051
40052         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40053         that handles osssink fallback.
40054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40055         (gst_audio_convert_getcaps):
40056         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40057         Add audio/x-qdm2 for QDM2 audio.
40058         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40059         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40060         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40061         Decrease minimum size to 16x16.
40062         * gst/wavparse/gstwavparse.c:
40063         Convert disabled pad template caps to new caps.
40064         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40066         (gst_xvimagesink_chain): Throw element error when display cannot
40067         be opened.  Increase minimum framerate to 1.0.  Check the data
40068         free function on a buffer to make sure it is the type we expect
40069         before manipulating it.
40070
40071 2004-01-15  Julien MOUTTE <julien@moutte.net>
40072
40073         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40074         (gst_videobalance_colorbalance_set_value): Implement passthru if
40075         settings are in the middle.
40076         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40077
40078 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40079
40080         * gst/videofilter/Makefile.am:
40081         * gst/volume/Makefile.am:
40082           Since we use videofilter symbols, link to it.
40083
40084 2004-01-15  Julien MOUTTE <julien@moutte.net>
40085
40086         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40087         mixer interface type to HARDWARE.
40088         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40089         type to SOFTWARE.
40090         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40091         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40092         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40093         (gst_volume_interface_init), (gst_volume_list_tracks),
40094         (gst_volume_set_volume), (gst_volume_get_volume),
40095         (gst_volume_set_mute), (gst_volume_mixer_init),
40096         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40097         (volume_init): Implementing mixer interface.
40098         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40099         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40100         (gst_osselement_change_state): Removing some trailing commas in
40101         structures.
40102         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40103         interface type to HARDWARE.
40104         * sys/v4l/gstv4lcolorbalance.c:
40105         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40106         type to HARDWARE.
40107         * sys/v4l2/gstv4l2colorbalance.c:
40108         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40109         interface type to HARDWARE.
40110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40111         same code than ximagesink for event handling.
40112
40113 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40114
40115         * ext/snapshot/Makefile.am:
40116         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40117         (gst_snapshot_chain):
40118         * ext/snapshot/gstsnapshot.h:
40119           This has to be a joke... Snapshot should be connected to a tee,
40120           colorspace element before it and EOS after that, where the other
40121           src of the tee receives normal data.
40122           The current way is *wrong*.
40123
40124 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40125
40126         * ext/hermes/gsthermescolorspace.c:
40127           Fix another compile error. Same as below.
40128
40129 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40130
40131         * gst/colorspace/gstcolorspace.c:
40132         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40133         (gst_colorspace_i420_to_yv12):
40134           Fix compiling... Didn't test if it actually works.
40135
40136 2004-01-15  David Schleef  <ds@schleef.org>
40137
40138         * configure.ac:
40139         * gst/colorspace/Makefile.am:
40140         * gst/colorspace/gstcolorspace.c:
40141         * gst/colorspace/gstcolorspace.h:
40142         * gst/colorspace/yuv2rgb.c:
40143         * gst/colorspace/yuv2rgb.h:
40144         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40145         code and GPL code.  Fix for new caps negotiation.  Rewrite
40146         much of the format handling code, and some of the conversion
40147         code.  Basically, rewrote almost everything.  This element
40148         handles I420, YV12 to RGB conversions.
40149         * ext/hermes/Makefile.am:
40150         * ext/hermes/gsthermescolorspace.c:
40151         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40152         Remove non-Hermes related code.  This element handles lots of
40153         RGB to RGB conversions, but no YUV.
40154         * ext/hermes/gstcolorspace.c:
40155         * ext/hermes/gstcolorspace.h:
40156         * ext/hermes/rgb2yuv.c:
40157         * ext/hermes/yuv2rgb.c:
40158         * ext/hermes/yuv2rgb.h:
40159         * ext/hermes/yuv2rgb_mmx16.s:
40160         * ext/hermes/yuv2yuv.c:
40161         * ext/hermes/yuv2yuv.h:
40162         Remove old code.
40163
40164 2004-01-14  Colin Walters  <walters@verbum.org>
40165
40166         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40167         they've already been.
40168
40169 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40170
40171         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40172           assume tag mode when pad is not connected
40173
40174 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40175
40176         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40177           Don't update the time of the clock
40178         (gst_alsa_sink_loop):
40179           sync to the clock given to alsasink, not the own clock
40180         * sys/oss/gstosssink.c: (gst_osssink_chain):
40181           sync to the clock
40182         (gst_osssink_change_state):
40183           activate the clock
40184         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40186           remove bogus code that made DISCONT events unhandled
40187         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40188           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40189           #131502)
40190         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40191         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40192         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40193           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40194           2nd warning in bug #131502)
40195
40196 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40197
40198         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40199         (gst_videobalance_colorbalance_set_value),
40200         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40201         for colorbalance interface implementation.
40202         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40203         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40204         (gst_ximagesink_dispose), (gst_ximagesink_init),
40205         (gst_ximagesink_class_init): Adding DISPLAY property.
40206         * sys/ximage/ximagesink.h: Adding display_name to store display.
40207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40208         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40209         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40210         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40211         properties (they still need polishing though for gst-launch use : no
40212         xcontext yet, i ll do that tomorrow).
40213         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40214
40215 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40216
40217         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40218         (gst_play_set_location), (gst_play_set_visualization): Preparing
40219         switch integration, adding videobalance in the pipeline.
40220
40221 2004-01-14  Julien MOUTTE <julien@moutte.net>
40222
40223         * gst-libs/gst/colorbalance/colorbalance.c:
40224         (gst_color_balance_class_init): Adding a default type.
40225         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40226         the type.
40227         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40228         (gst_videobalance_dispose), (gst_videobalance_class_init),
40229         (gst_videobalance_init), (gst_videobalance_interface_supported),
40230         (gst_videobalance_interface_init),
40231         (gst_videobalance_colorbalance_list_channels),
40232         (gst_videobalance_colorbalance_set_value),
40233         (gst_videobalance_colorbalance_get_value),
40234         (gst_videobalance_colorbalance_init): Implementing colorbalance
40235         interface.
40236         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40237         list.
40238         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40239         bug which was triggering a BadAccess X error when setting an overlay
40240         before pad was really negotiated.
40241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40242         Using the colorbalance type macro.
40243
40244 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40245
40246         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40247         (gst_flacenc_chain):
40248           handle tags correctly
40249         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40250           extract ID3v1 tags correctly
40251
40252 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40253
40254         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40255         (plugin_init):
40256           Improve matroska typefinding for odd-typed headers...
40257
40258 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40259
40260         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40261           Fix for using incremental number on padnames.
40262
40263 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40264
40265         * ext/divx/gstdivxdec.c:
40266         * ext/divx/gstdivxenc.c:
40267           Set category to divx4linux instead of divx (too generic).
40268         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40269         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40270         (gst_wavparse_loop), (gst_wavparse_change_state):
40271         * gst/wavparse/gstwavparse.h:
40272           fix parsing of WAV files with non-standard fmt-tag size and fix
40273           skipping of unrecognized chunks... Someone please fix this thing
40274           to use rifflib so all this is automated.
40275         * sys/v4l/Makefile.am:
40276         * sys/v4l2/Makefile.am:
40277           Add X_CFLAGS because we depend on X (for overlay).
40278
40279 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40280
40281         * ext/mpeg2dec/gstmpeg2dec.c:
40282           Don't issue a timestamp unless we tagged the frame
40283           with a PTS.
40284
40285 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40286
40287         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40288           Query the audio element to get the time, not the clock. We're
40289           interested in the element's time here.
40290
40291 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40292
40293         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40294         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40295         * ext/esd/esdsink.c: (gst_esdsink_chain):
40296         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40297         * ext/mas/massink.c: (gst_massink_chain):
40298         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40300         (gst_matroska_demux_parse_metadata):
40301         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40302         (gst_mpeg_parse_release_locks):
40303         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40304         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40305         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40306         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40307         (gst_osssink_change_state):
40308         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40309         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40310         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40311         (gst_xvideosink_release_locks):
40312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40313           use element time.
40314         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40315         (gst_alsa_clock_stop):
40316         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40317         (gst_audio_clock_get_internal_time):
40318           simplify for use with new clocking code.
40319         * testsuite/alsa/Makefile.am:
40320         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40321           fix testsuite for new caps system
40322
40323 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40324
40325         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40326         * ext/flac/gstflacenc.c: (add_one_tag):
40327           length is already host endian, no need to convert. Fixes playback of
40328           tagged files on PPC. (bug #128384)
40329
40330 2004-01-13  Julien MOUTTE <julien@moutte.net>
40331
40332         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40333         colorbalance interface stating if it is hardware based or software
40334         based.
40335         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40336         Removing a trailing comma.
40337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40338         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40339         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40340         the documentation seems to be wrong on the -1000 to 1000 interval.
40341
40342 2004-01-12  David Schleef  <ds@schleef.org>
40343
40344         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40345         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40346         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40347         Fix negotiation.  Add a bufferalloc function for the sink pad,
40348         and generally clean up some of the code.
40349
40350 2004-01-12  Julien MOUTTE <julien@moutte.net>
40351
40352         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40353         (gst_color_balance_channel_dispose): Adding safety check in dispose
40354         method.
40355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40356         (gst_xvimagesink_xcontext_clear),
40357         (gst_xvimagesink_interface_supported),
40358         (gst_xvimagesink_colorbalance_list_channels),
40359         (gst_xvimagesink_colorbalance_set_value),
40360         (gst_xvimagesink_colorbalance_get_value),
40361         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40362         Adding colorbalance interface support to set XV parameters such as
40363         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40364         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40365         interface.
40366
40367 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40368
40369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40370         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40371         (gst_audio_convert_init), (gst_audio_convert_set_property),
40372         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40373         (gst_audio_convert_link),
40374         (gst_audio_convert_buffer_to_default_format),
40375         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40376           - implement _getcaps and use it
40377           - improve linking
40378           - remove float caps since no float conversion is actually done
40379           - remove properties and arguments that were to be used for rate
40380             conversion
40381
40382 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40383
40384         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40385         (gst_audio_structure_set_int):
40386         * gst-libs/gst/audio/audio.h:
40387           add helper functions for _getcaps matching the standard audio
40388           templates
40389
40390 2004-01-12  David Schleef  <ds@schleef.org>
40391
40392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40393         Test that pad is negotiated before getting its caps.
40394
40395 2004-01-12  Julien MOUTTE <julien@moutte.net>
40396
40397         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40398         analyzing the pads of an element the bin is mostly in READY state so
40399         no caps were negotiated. This helper function needs to work with
40400         _get_caps directly then. I was not freeing them though, added that to
40401         fix the mem leak.
40402
40403 2004-01-12  Julien MOUTTE <julien@moutte.net>
40404
40405         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40407         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40408         than the free_func.
40409
40410 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40411
40412         * sys/oss/gstossaudio.c: (plugin_init):
40413         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40414         * sys/oss/gstosselement.h:
40415           make an oss debugging category
40416           make failure more descriptive
40417
40418 2004-01-11  David Schleef  <ds@schleef.org>
40419
40420         * ext/ffmpeg/gstffmpeg.c:
40421         * ext/ffmpeg/gstffmpegcodecmap.c:
40422         * ext/ffmpeg/gstffmpegdec.c:
40423         * ext/ffmpeg/gstffmpegenc.c:
40424         * ext/ffmpeg/gstffmpegprotocol.c:
40425         * ext/gdk_pixbuf/gstgdkanimation.c:
40426         * ext/jpeg/gstjpeg.c:
40427         * ext/libpng/gstpng.c:
40428         * ext/mpeg2dec/perftest.c:
40429         * ext/speex/gstspeex.c:
40430         * gst-libs/gst/resample/dtos.c:
40431         * gst/intfloat/gstintfloatconvert.c:
40432         * gst/oneton/gstoneton.c:
40433         * gst/rtjpeg/RTjpeg.c:
40434         * gst/rtp/gstrtp.c:
40435         * sys/dxr3/dxr3init.c:
40436         * sys/glsink/gstgl_nvimage.c:
40437         * sys/glsink/gstgl_pdrimage.c:
40438         * sys/glsink/gstglsink.c:
40439         * testsuite/gst-lint:
40440         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40441
40442 2004-01-11  David Schleef  <ds@schleef.org>
40443
40444         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40445         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40446         * ext/gdk_pixbuf/gstgdkanimation.c:
40447         (gst_gdk_animation_iter_create_pixbuf):
40448         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40449         (gst_gdk_pixbuf_chain):
40450         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40451         * ext/jack/gstjack.c: (gst_jack_change_state):
40452         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40453         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40454         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40455         * gst/videofilter/gstvideofilter.c:
40456         (gst_videofilter_set_output_size):
40457         Remove all usage of gst_pad_get_caps(), and replace it with
40458         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40459
40460 2004-01-11  David Schleef  <ds@schleef.org>
40461
40462         * configure.ac:
40463         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40464         * ext/divx/gstdivxdec.c:
40465         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40466         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40467         handle images that span multiple buffers.  Now work with both
40468         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40469         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40470         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40471         video/video.h changes
40472         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40473         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40474         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40475         of GstData free function.
40476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40477         same.
40478
40479 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40480
40481         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40482         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40483         (gst_v4l2element_get_property):
40484         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40485           add norm, channel and frequency properties.
40486         * sys/v4l2/gstv4l2tuner.c:
40487           fixes for tuner interface changes
40488         * sys/v4l2/gstv4l2element.h:
40489         * sys/v4l2/gstv4l2src.c:
40490         * sys/v4l2/gstv4l2src.h:
40491         * sys/v4l2/v4l2src_calls.c:
40492         * sys/v4l2/v4l2src_calls.h:
40493           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40494
40495 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40496
40497         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40498         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40499         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40500         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40501         * gst-libs/gst/tuner/tuner.h:
40502           GObjects aren't const.
40503           Add find_by_name functions.
40504           Add checks to _changed functions.
40505         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40506         (gst_v4l_tuner_get_norm):
40507           Fixes for above.
40508
40509 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40510
40511         * gst-libs/gst/video/video.h:
40512           Fix caps template names to be understandable.
40513           Prefix everything with GST_VIDEO.
40514         * ext/aalib/gstaasink.c:
40515         * ext/divx/gstdivxdec.c:
40516         * ext/divx/gstdivxenc.c:
40517         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40518         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40519         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40520         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40521         * ext/libcaca/gstcacasink.c:
40522         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40523         * ext/snapshot/gstsnapshot.c:
40524         * ext/swfdec/gstswfdec.c:
40525         * ext/xvid/gstxviddec.c:
40526         * ext/xvid/gstxvidenc.c:
40527         * gst/chart/gstchart.c:
40528         * gst/deinterlace/gstdeinterlace.c:
40529         * gst/effectv/gsteffectv.c:
40530         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40531         * gst/goom/gstgoom.c:
40532         * gst/median/gstmedian.c:
40533         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40534         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40535         * gst/overlay/gstoverlay.c:
40536         * gst/smooth/gstsmooth.c:
40537         * gst/smpte/gstsmpte.c:
40538         * gst/synaesthesia/gstsynaesthesia.c:
40539         * gst/videocrop/gstvideocrop.c:
40540         * gst/videodrop/gstvideodrop.c:
40541         * gst/y4m/gsty4mencode.c:
40542         * sys/qcam/gstqcamsrc.c:
40543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40544           Make them work with new video.h file.
40545         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40546         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40548         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40549           Make it work with new buffer allocation system.
40550
40551 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40552
40553         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40554         pad_alloc_buffer implementation to use ->srcpad
40555         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40556         pad_alloc_buffer implementation to use ->srcpad
40557         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40558         pad_alloc_buffer implementation to use ->srcpad
40559         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40560         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40561         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40562         a reference to everything we need.
40563         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40565         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40566         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40567         a reference to everything we need.
40568         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40569
40570 2004-01-11  David Schleef  <ds@schleef.org>
40571
40572         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40573         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40574         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40575         structure members.
40576         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40577         value during a resize/renegotiation.
40578         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40579         gst_pad_alloc_buffer();
40580         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40581         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40582         structure members.
40583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40584         Fix for rename of buffer private structure members.
40585         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40586         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40587         Fix for rename of buffer private structure members.
40588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40589         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40590         Fix for rename of buffer private structure members.
40591
40592 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40593
40594         reviewed by: David Schleef <ds@schleef.org>
40595
40596         * gst/videofilter/Makefile.am:
40597         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40598         from the patch by ds to fit in with recent make_filter changes.
40599
40600 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40601
40602         * configure.ac: Adding examples/switch/Makefile
40603         * examples/Makefile.am: Adding examples/switch
40604         * examples/switch/Makefile.am: Adding switcher example.
40605         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40606         (switch_timer), (main): Adding an example demonstrating switch usage
40607         with 2 videotestsrc showing different patterns.
40608         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40609         (gst_switch_init): Fixing switch with the new caps system.
40610
40611 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40612
40613         * gst-libs/gst/video/video.h:
40614           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40615           They should probably be like
40616           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40617
40618 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40619
40620         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40621         (qtdemux_parse_trak):
40622           fix audio chunk size/timestamp calculation
40623
40624 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40625
40626         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40627           fix SVQ3 caps
40628
40629 2004-01-11  Steve Baker  <steve@stevebaker.org>
40630
40631         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40632         (gst_agingtv_base_init), (gst_agingtv_class_init),
40633         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40634         (gst_agingtv_set_property), (gst_agingtv_get_property):
40635         Port agingTV to videofilter
40636
40637 2004-01-09  Julien MOUTTE <julien@moutte.net>
40638
40639         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40640         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40641
40642 2004-01-09  Julien MOUTTE <julien@moutte.net>
40643
40644         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40645         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40646         * gst-libs/gst/xoverlay/xoverlay.c:
40647         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40648         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40649         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40650         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40651         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40652         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40653         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40654         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40655         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40656         interface implementation to handle xid being 0 and fix some bugs
40657         triggered by Benjamin's testcase.
40658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40659         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40660         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40661         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40662         interface implementation to handle xid being 0 and fix some bugs
40663         triggered by Benjamin's testcase.
40664
40665 2004-01-09  David Schleef  <ds@schleef.org>
40666
40667         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40668         mouse pointer events.  It works.
40669
40670 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40671
40672         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40673           Use explicit caps - fix capsnego.
40674         * ext/xvid/gstxviddec.c:
40675         * ext/xvid/gstxvidenc.c:
40676           Remove macro-inside-macro which caused compile errors.
40677         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40678           Error out if it's not a RIFF file. Else we error out without
40679           gst_element_error() which is not good...
40680
40681 2004-01-08  David Schleef  <ds@schleef.org>
40682
40683         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40684         Fix pad_link function to handle formats that ffmpeg returns
40685         as multiple caps structures.
40686         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40687         Only complain if source buffer is _smaller_ than expected.
40688         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40689         (gst_videoscale_handle_src_event): Resize navigation events
40690         when passing them upstream.
40691         * gst/videotestsrc/gstvideotestsrc.c:
40692         * gst/videotestsrc/gstvideotestsrc.h:
40693         * gst/videotestsrc/videotestsrc.c:
40694         * gst/videotestsrc/videotestsrc.h:
40695         Rewrite many of the buffer painting functions to handle odd
40696         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40697         been verified to work with my video card.
40698         * testsuite/gst-lint:  Add check for elements calling
40699         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40700
40701 2004-01-08  David Schleef  <ds@schleef.org>
40702
40703         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40704         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40705
40706 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40707
40708         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40709         configure event is not emiting the desired size signal. That fixes
40710         aspect ratio issues with gst-player.
40711
40712 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40713
40714         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40715           Fix capsnego.
40716
40717 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40718
40719         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40720         public method to fire size signal.
40721
40722 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40723
40724         * examples/gstplay/Makefile.am: Adding the interface library.
40725         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40726         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40727         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40728         GST_IS_X_OVERLAY before signal connect.
40729         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40730         Removing the have_video_size signal.
40731         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40732         and associated public method.
40733         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40734         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40735         signal.
40736         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40737         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40738         signal.
40739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40740         Using XOverlay public method to fire size signal.
40741
40742 2004-01-07  David Schleef  <ds@schleef.org>
40743
40744         * gst/videofilter/Makefile.am:
40745         * gst/videofilter/gstvideotemplate.c:
40746         * gst/videofilter/make_filter:
40747         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40748         Convert make_filter to /bin/sh script.
40749
40750 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40751
40752         * gst/modplug/gstmodplug.cc: fix element description
40753
40754 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40755
40756         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40757         (got_video_size): Adding some new lines in g_print calls.
40758         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40759         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40760         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40761         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40762         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40763         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40764         Complete code review, reverting some stuff i disagree with, adding
40765         some fixes : time synchronization on invalid timestamps, renegotiation
40766         of private window.
40767         * sys/ximage/ximagesink.h:
40768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40769         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40770         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40771         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40772         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40773         (gst_xvimagesink_buffer_new),
40774         (gst_xvimagesink_navigation_send_event),
40775         (gst_xvimagesink_set_xwindow_id),
40776         (gst_xvimagesink_get_desired_size),
40777         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40778         stuff i disagree with, adding some fixes : Renegotiation of private
40779         window, implementing get_desired_size.
40780
40781 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40782
40783         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40784         (gst_afsink_handle_event):
40785         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40786         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40787         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40788         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40789         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40790           Fix for instantiate-test (see core). Also remove dead code from
40791           jpegenc (which still needs fixing, but that's lower on my TODO
40792           list...).
40793         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40794           Never return NULL as caps.
40795
40796 2004-01-07  David Schleef  <ds@schleef.org>
40797
40798         * configure.ac:
40799         * ext/Makefile.am:
40800         * ext/librfb/Makefile.am:
40801         * ext/librfb/gstrfbsrc.c:
40802         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40803         is the protocol used by VNC.
40804
40805 2004-01-07  David Schleef  <ds@schleef.org>
40806
40807         * gst/videofilter/gstvideotemplate.c:
40808         * gst/videofilter/gstvideotemplate.h:
40809         * gst/videofilter/make_filter:
40810         Merge videotemplate header into source file.
40811         * gst/effectv/Makefile.am:
40812         * gst/effectv/gsteffectv.c: (plugin_init):
40813         * gst/effectv/gstwarp.c:
40814         Make warpTV a subclass of videofilter.
40815
40816 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40817
40818         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40819           Add guard against invalid utf-8 conversions in mad. Just in case.
40820
40821 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40822
40823         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40824           Fix for bug shown by poisoning
40825
40826 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40827
40828         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40829         (gst_v4lmjpegsrc_buffer_free):
40830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40831         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40832         (gst_v4lsrc_buffer_free):
40833           Fix for removed bufferpools.
40834
40835 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40836
40837         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40838         Fix caps negotiation.
40839
40840         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40841         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40842         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40843         (dvdnavsrc_event):
40844         * ext/mpeg2dec/gstmpeg2dec.c:
40845         * gst-libs/gst/navigation/navigation.c:
40846         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40847         * gst-libs/gst/navigation/navigation.h:
40848         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40849         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40851         Super-simple first version of mouse and keyboard events. Clicking
40852         on a DVD menu now works, although it may not take you where you
40853         expected.
40854
40855         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40856         * gst/videotestsrc/gstvideotestsrc.c:
40857         (gst_videotestsrc_src_fixate):
40858         These fixate functions were broken - they never actually
40859         fixated :)
40860
40861 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40862
40863         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40864         (gst_icecastsend_init):
40865           fix for new caps system.
40866         * gst-libs/gst/mixer/mixertrack.h:
40867         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40868           Add 'master track' flag (for tools like ACME that only want to
40869           change the main volume).
40870
40871 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40872
40873         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40874         (gst_xvid_csp_to_caps):
40875         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40876         * ext/xvid/gstxvidenc.c:
40877         ifdef out ARGB type when it isn't available
40878         in xvidcore 1.0.0beta2
40879
40880 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40881
40882         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40883           When we have received a new SCR right in the first buffer after
40884           a seek (so in the same cycle that handles the discont), we should
40885           handle the buffer instead of unreffing it, else we lose data.
40886
40887 2004-01-06  Iain <iain@prettypeople.org>
40888
40889         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40890           buffer-frames caps too.
40891
40892         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40893           caps that we need, don't destroy them all and rebuild them. And when
40894           creating src pads, use the src pad template rather than the sink...
40895
40896 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40897
40898         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40899           Add pad to element *after* setting functions such as event handler.
40900           Without this, the scheduler (opt) will link pads, set the event
40901           handler from the default event function (dispatcher in gstpad.c)
40902           and *after* that, we will set our own event function, which will
40903           thus never be used (and thus mpegdemux doesn't handle events).
40904
40905 2004-01-04  David Schleef  <ds@schleef.org>
40906
40907         Fix the fixate functions to handle new prototype:
40908         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40909         * gst/videotestsrc/gstvideotestsrc.c:
40910         (gst_videotestsrc_src_fixate):
40911         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40912         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40914
40915 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40916
40917         * sys/ximage/ximagesink.h:
40918         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40919         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40920         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40921         (gst_ximagesink_xoverlay_init):
40922           assorted fixes to make (re)embedding work
40923         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40924         (gst_ximagesink_get_desired_size):
40925           implement desired size additions to XOverlay
40926
40927 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40928
40929         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40930         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40931         (gst_x_overlay_got_desired_size):
40932         * gst-libs/gst/xoverlay/xoverlay.h:
40933           Add optional "desired size" signal and querying.
40934
40935 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40936
40937         * gst/matroska/matroska-demux.c:
40938         (gst_matroska_demux_parse_blockgroup):
40939           Fix EBML-laced block parsing. Diffs are relative to previous
40940           lace, not the first lace. Thanks to Mosu from the Matroska
40941           team for detecting this.
40942         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40943         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40944         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40945         (gst_wavparse_change_state):
40946         * gst/wavparse/gstwavparse.h:
40947           Quickfix for capsnego.
40948
40949 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40950
40951         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40952           Fix indenting, fix pad creation.
40953
40954 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40955
40956         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40957         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40958         (gst_xviddec_sink_link):
40959           Implement src_getcaps() so proper size caps is negotiated.
40960
40961 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40962
40963         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40964           Finish flac decoder on EOS. See #116178.
40965
40966 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40967
40968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40969         (gst_matroska_demux_add_stream):
40970         * gst/matroska/matroska-ids.h:
40971           Add getcaps() function to fix capsnego...
40972
40973 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40974
40975         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40976         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40977         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40978           Fix more integer overflows. Again, see #126967.
40979
40980 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40981
40982         * ext/mpeg2dec/gstmpeg2dec.c:
40983           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40984           #130416.
40985
40986 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40987
40988         * configure.ac:
40989         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40990         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40991         * ext/xvid/gstxvid.h:
40992         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40993         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40994         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40995         (gst_xviddec_change_state):
40996         * ext/xvid/gstxviddec.h:
40997         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40998         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40999         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41000         (gst_xvidenc_link), (gst_xvidenc_set_property),
41001         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41002         * ext/xvid/gstxvidenc.h:
41003           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41004
41005 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41006
41007         * gst/rtp/rtp-packet.c:
41008           Add sys/types.h include, since OS X doesn't define in_addr_t
41009           in netinet/in.h, like it does on Linux (see #129600).
41010
41011 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41012
41013         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41014
41015         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41016           Correct logic of dispose function (see #129306).
41017
41018 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41019
41020         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41021         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41022         (gst_mpeg_parse_init):
41023         * gst/mpegstream/gstmpegparse.h:
41024           Remove clock (which was never provided, i.e. dead code), and
41025           also fix integer overflows at high PTS values (see #126967).
41026
41027 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41028
41029         * ext/flac/gstflacdec.c:
41030         * ext/libpng/gstpngenc.h:
41031         * ext/mikmod/gstmikmod.h:
41032           OS X fixes (see #126628).
41033
41034 2004-01-02  David Schleef  <ds@schleef.org>
41035
41036         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41037         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41038         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41039         (gst_mpeg_parse_class_init): Move pad template registration
41040         to class_init, since the derived class (mpegdemux) doesn't
41041         want them.
41042
41043 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41044
41045         * sys/ximage/Makefile.am:
41046         * sys/xvideo/Makefile.am:
41047         * sys/xvimage/Makefile.am:
41048           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41049           after installation (see #127664).
41050
41051 2004-01-02  David Schleef  <ds@schleef.org>
41052
41053         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41054         (gst_ffmpegenc_connect):  Negotiation fixes.
41055         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41056         Remove inappropriate gst_caps_free().
41057         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41058         Reenable Ronald's internal resize code, since the core handles
41059         it correctly now.
41060
41061 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41062
41063         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41064         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41065         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41066           Fix pad template stuff.
41067
41068 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41069
41070         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41071         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41072           fix signed integer reading/writing.
41073
41074 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41075
41076         * ext/alsa/README:
41077           Remove outdated document
41078
41079 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41080
41081         * gst/cutter/gstcutter.c: (gst_cutter_init):
41082           src pad was being created twice - oops.
41083
41084 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41085
41086         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41087           Comment out internal resize. It doesn't handle the resulting
41088           XEvent internally, does another try_set_caps() which leads to
41089           a really nice loop.
41090           Real fix will come when Julien and Dave are awake. ;).
41091
41092 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41093
41094         * ext/mpeg2enc/gstmpeg2enc.cc:
41095           fix const/nonconst compile issue.
41096
41097 2004-01-02  David Schleef  <ds@schleef.org>
41098
41099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41100         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41101         Add fixate function and a check for bad formats.
41102
41103 2004-01-01  David Schleef  <ds@schleef.org>
41104
41105         Negotiation fixes:
41106         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41107         (gst_audiofilter_init):
41108         * gst/debug/efence.c: (gst_efence_init):
41109         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41110         (gst_deinterlace_init):
41111         * gst/volume/gstvolume.c: (volume_connect):
41112
41113 2004-01-01  David Schleef  <ds@schleef.org>
41114
41115         Convert elements to use gst_pad_use_explicit_caps() where
41116         appropriate:
41117         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41118         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41119         (gst_afparse_open_file):
41120         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41121         (gst_afsrc_open_file):
41122         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41123         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41124         (gst_ffmpegdec_chain):
41125         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41126         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41127         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41128         (gst_gdk_pixbuf_chain):
41129         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41130         (gst_jpegdec_chain):
41131         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41132         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41133         (gst_mikmod_negotiate):
41134         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41135         (gst_mpeg2dec_negotiate_format):
41136         * ext/mpeg2enc/gstmpeg2enc.cc:
41137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41138         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41139         (gst_speexdec_sinkconnect):
41140         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41141         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41142         (gst_vorbisfile_new_link):
41143         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41144         (gst_ac3parse_chain):
41145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41146         (gst_asf_demux_setup_pad):
41147         * gst/auparse/gstauparse.c: (gst_auparse_init),
41148         (gst_auparse_chain):
41149         * gst/id3/gstid3types.c: (gst_id3types_loop):
41150         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41151         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41152         (mp1videoparse_parse_seq):
41153         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41154         (bpf_from_header):
41155         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41156         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41157         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41158         (gst_mpeg_parse_send_data):
41159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41160         (gst_qtdemux_add_stream):
41161         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41162         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41163         (gst_wavparse_parse_fmt):
41164
41165 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41166
41167         * configure.ac:
41168           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41169           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41170           it therefore uses the wrong include paths. Too bad... Note
41171           that 1.6.1.93 is not release yet. ;).
41172           Also add a check for mplex, which is now using the lib'ified
41173           mplex from mjpegtools, too.
41174         * ext/ffmpeg/gstffmpegcodecmap.c:
41175           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41176           issues. I don't think ffmpeg handles 3ivx correctly, so this
41177           probably won't work. But it won't hurt either.
41178         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41179         (gst_ffmpegdec_chain):
41180         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41181         (gst_ffmpegenc_chain_audio):
41182           Fix memleak in audio encoding. Close codec if open fails, this
41183           calls the cleanup routines so we can re-use the context.
41184         * ext/mpeg2enc/gstmpeg2enc.cc:
41185           Fix pad template names/types, fix memory issue with getcaps().
41186         * ext/mpeg2enc/gstmpeg2encoder.cc:
41187         * ext/mpeg2enc/gstmpeg2encoder.hh:
41188           Fix compile issue with new caps system (const thingy).
41189         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41190         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41191           We read a first frame right on initing, so that we have a caps
41192           when we init the output. This caps is cached in padprivate and
41193           read as first frame.
41194         * ext/mplex/Makefile.am:
41195         * ext/mplex/gstmplex.cc:
41196         * ext/mplex/gstmplex.h:
41197         * ext/mplex/gstmplex.hh:
41198         * ext/mplex/gstmplexibitstream.cc:
41199         * ext/mplex/gstmplexibitstream.hh:
41200         * ext/mplex/gstmplexjob.cc:
41201         * ext/mplex/gstmplexjob.hh:
41202         * ext/mplex/gstmplexoutputstream.cc:
41203         * ext/mplex/gstmplexoutputstream.hh:
41204           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41205           had issues, didn't do capsnego, supported only a subset of the
41206           mplex features and required a mplex fork in our local CVS. Plus
41207           that it worked agaist a very old mplex version. Rewriting was
41208           faster than updating it.
41209         * gst-libs/ext/Makefile.am:
41210         * gst-libs/ext/mplex/INSTRUCT:
41211         * gst-libs/ext/mplex/Makefile.am:
41212         * gst-libs/ext/mplex/README:
41213         * gst-libs/ext/mplex/TODO:
41214         * gst-libs/ext/mplex/ac3strm_in.cc:
41215         * gst-libs/ext/mplex/audiostrm.hh:
41216         * gst-libs/ext/mplex/audiostrm_out.cc:
41217         * gst-libs/ext/mplex/aunit.hh:
41218         * gst-libs/ext/mplex/bits.cc:
41219         * gst-libs/ext/mplex/bits.hh:
41220         * gst-libs/ext/mplex/buffer.cc:
41221         * gst-libs/ext/mplex/buffer.hh:
41222         * gst-libs/ext/mplex/fastintfns.h:
41223         * gst-libs/ext/mplex/format_codes.h:
41224         * gst-libs/ext/mplex/inputstrm.cc:
41225         * gst-libs/ext/mplex/inputstrm.hh:
41226         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41227         * gst-libs/ext/mplex/mjpeg_logging.cc:
41228         * gst-libs/ext/mplex/mjpeg_logging.h:
41229         * gst-libs/ext/mplex/mjpeg_types.h:
41230         * gst-libs/ext/mplex/mpastrm_in.cc:
41231         * gst-libs/ext/mplex/mpegconsts.cc:
41232         * gst-libs/ext/mplex/mpegconsts.h:
41233         * gst-libs/ext/mplex/mplexconsts.hh:
41234         * gst-libs/ext/mplex/multplex.cc:
41235         * gst-libs/ext/mplex/outputstream.hh:
41236         * gst-libs/ext/mplex/padstrm.cc:
41237         * gst-libs/ext/mplex/padstrm.hh:
41238         * gst-libs/ext/mplex/stillsstream.cc:
41239         * gst-libs/ext/mplex/stillsstream.hh:
41240         * gst-libs/ext/mplex/systems.cc:
41241         * gst-libs/ext/mplex/systems.hh:
41242         * gst-libs/ext/mplex/vector.cc:
41243         * gst-libs/ext/mplex/vector.hh:
41244         * gst-libs/ext/mplex/videostrm.hh:
41245         * gst-libs/ext/mplex/videostrm_in.cc:
41246         * gst-libs/ext/mplex/videostrm_out.cc:
41247         * gst-libs/ext/mplex/yuv4mpeg.cc:
41248         * gst-libs/ext/mplex/yuv4mpeg.h:
41249         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41250         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41251           We don't fork mjpegtools' mplex in our CVS anymore.
41252         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41253         (gst_avi_demux_add_stream):
41254         * gst/avi/gstavidemux.h:
41255           Add getcaps() function for proper caps nego. This makes some
41256           parts of AVI playback/reading work.
41257         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41258           Resize window on new capsnego. This is probably wrong, but
41259           I'm still committing it because with current capsnego, the
41260           first successfull capsnego is auto-fixated, therefore rounded
41261           down to the lowest values in the caps. this results in a 16x16
41262           XWindow that is not reized when real capsnego finishes.
41263           Dave, I see more cases of this, do you know a proper solution?
41264         * tools/gst-launch-ext.in:
41265           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41266
41267 2003-12-31  David Schleef  <ds@schleef.org>
41268
41269         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41270         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41271           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41272
41273 2003-12-30  David Schleef  <ds@schleef.org>
41274
41275         * ext/ffmpeg/gstffmpegcolorspace.c:
41276         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41277         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41278         (gst_ffmpegcsp_chain): Negotiation fixes
41279         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41280         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41281         (gst_audio_convert_link), (gst_audio_convert_channels):
41282         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41283         (gst_audioscale_link), (gst_audioscale_get_buffer),
41284         (gst_audioscale_chain): Negotiation fixes
41285         * gst/audioscale/gstaudioscale.h:
41286         * gst/videofilter/gstvideofilter.c:
41287         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41288         (gst_videofilter_link), (gst_videofilter_init),
41289         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41290         (gst_videofilter_find_format_by_structure):
41291         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41292         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41293         (gst_videoscale_link):
41294         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41295         (videoscale_find_by_structure), (gst_videoscale_setup):
41296         * gst/videoscale/videoscale.h: Negotiation fixes
41297         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41298         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41299         function, restrict resizing to a multiple of 4 (hack until
41300         everyone supports odd sizes correctly).
41301
41302 2003-12-29  Colin Walters  <walters@verbum.org>
41303
41304         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41305         signed.
41306
41307 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41308
41309         * ext/sndfile/gstsf.c: (gst_sf_loop):
41310           Fix warning about discarding const qualifier
41311
41312 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41313
41314         * gst/cutter/gstcutter.c:
41315         * gst/videoscale/gstvideoscale.c:
41316         * gst/volenv/gstvolenv.c:
41317         * gst-libs/gst/audio/audio.c:
41318         * gst-libs/gst/video/video.c:
41319           Fix warnings
41320
41321 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41322
41323         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41324           Don't send ALSA debugging to stderr.
41325         * ext/alsa/gstalsa.h:
41326           Use GST_WARNING instead of g_warning when ALSA functions fail.
41327
41328 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41329
41330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41331           Free XVAdapterInfo correctly.
41332
41333 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41334
41335         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41336         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41337           Make id3tag use correct caps nego.
41338
41339 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41340
41341         * ext/ivorbis/vorbis.c:
41342         * ext/ivorbis/vorbisenc.h:
41343         * ext/ivorbis/vorbisfile.c:
41344           Modify so that it uses the new caps things
41345
41346 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41347
41348         * testsuite/spider/spider1.c: (main):
41349         * testsuite/spider/spider2.c: (main):
41350         * testsuite/spider/spider3.c: (main):
41351           Make tests compile again. They probably don't work.
41352
41353 2003-12-24  Colin Walters  <walters@verbum.org>
41354
41355         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41356         we can't fixate the caps anymore.
41357
41358 2003-12-23  David Schleef  <ds@schleef.org>
41359
41360         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41361         * sys/oss/gstosssink.c: (gst_osssink_init),
41362         (gst_osssink_sink_fixate): Add fixate function.
41363
41364 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41365
41366         * ext/ffmpeg/gstffmpegcodecmap.c:
41367         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41368         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41369         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41370         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41371         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41372         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41373         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41374           fix typo in RGB masks, and move back to "old" colorspace
41375           capsnego code until whoever wrote this new crap has actually
41376           tested it so that it works.
41377           And yes, this works, keep it that way please.
41378
41379 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41380
41381         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41382         (gst_divxdec_init), (gst_divxdec_negotiate):
41383         * ext/divx/gstdivxdec.h:
41384         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41385         (gst_divxenc_init):
41386         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41387         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41388         * ext/mpeg2enc/gstmpeg2enc.cc:
41389         * ext/mpeg2enc/gstmpeg2encoder.cc:
41390         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41391         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41392         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41393         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41394         (dxr3spusink_init):
41395         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41396         (dxr3videosink_init):
41397           Fix caps breakage after Dave's caps branch merge.
41398
41399 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41400
41401         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41402           Fix for 24bpp display.
41403
41404 2003-12-23  Colin Walters  <walters@verbum.org>
41405
41406         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41407         a GnomeVFSHandle directly.
41408
41409 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41410
41411         * gst/volume/Makefile.am:
41412         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41413         (volume_base_init), (volume_init):
41414           Reenable volume element and fix to work with new caps stuff.
41415           Rhythmbox needs this.
41416
41417 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41418
41419         * gst/qtdemux/qtdemux.c: (plugin_init):
41420           qtdemux requires bytestream
41421
41422 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41423
41424         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41425           Fix remaining caps handling errors due to CAPS merge.
41426
41427 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41428
41429         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41430         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41431         (gst_faad_srcconnect):
41432           Port to new caps system.
41433
41434 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41435
41436         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41437         (got_video_size), (main): using g_print instead of g_message.
41438         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41439         signal which was not emitted because of "switch" element added to the
41440         bin but not connected. (Removing from the bin temporarily)
41441
41442 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41443
41444         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41445         find X development files. I don't understand the previous tests and
41446         they fail on my debian/ppc unstable. This one works.
41447         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41448         exiting.
41449         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41450         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41451         (gst_play_set_visualization): Add some safety checks in set_ methods
41452         and state_change. This was throwing some ugly CRITICAL messages when
41453         pipeline was getting disposed and casts were failing.
41454
41455 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41456
41457         * configure.ac:
41458           Improve mpeg2enc detection. This is for distributions that do
41459           ship mjpegtools, but without mpeg2enc. Also does object check
41460           for might there ever be ABI incompatibility.
41461         * ext/mpeg2enc/gstmpeg2enc.cc:
41462           Add Andrew as second maintainer (he's helping me), and also add
41463           an error if no caps was set. This happens if I pull before capsnego
41464           and that's something I should solve sometime else.
41465         * gst/matroska/matroska-demux.c:
41466         (gst_matroska_demux_parse_blockgroup):
41467           Fix time parsing.
41468         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41469         (gst_matroska_mux_track_header):
41470           Add caps to templates.
41471         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41472           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41473         * gst/mpegstream/gstmpegdemux.c:
41474           Remove layer since it causes warnings about unfixed caps.
41475         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41476           Fix obvious typo (we error out if caps were set, we should of
41477           course error out if *no* caps were set).
41478         * sys/oss/gstosselement.c: (gst_osselement_convert):
41479           Fix format conversion, we confused bits/bytes.
41480         * sys/oss/gstosselement.h:
41481           Improve documentation for 'bps'.
41482         * sys/v4l/TODO:
41483           Remove stuff about plugins that need removing - this was done
41484           ages ago.
41485         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41486         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41488         (gst_v4lsrc_src_query):
41489         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41490         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41491           Add get_query_types(), get_formats() and query() functions.
41492
41493 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41494
41495         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41496           * moved CVS to freedesktop.org