gst-libs/gst/netbuffer/gstnetbuffer.*: Make gst_netaddress_get_ip4_address fail for...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Andrew Feren <acferen at yahoo dot com>
4
5         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
7         (gst_netaddress_get_address_bytes),
8         (gst_netaddress_set_address_bytes):
9         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10         Make gst_netaddress_get_ip4_address fail for v6 addresses.
11         Make gst_netaddress_get_ip6_address either fail or return the v4
12         address as a transitional v6 address.
13         Add two convenience functions:
14         API: gst_netaddress_get_address_bytes()
15         API: gst_netaddress_set_address_bytes()
16         Fixes #564896.
17
18 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
19
20         * gst/adder/Makefile.am:
21         * gst/adder/gstadder.c:
22           Cleanup variable names to make the adder-loop easier to understand.
23           Also try to use liboil to spee it up, but ifdef it out as it does not
24           make any change for me (Intel pentim M (sse,sse2) please try on other
25           systems).
26
27 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
28
29         * docs/plugins/Makefile.am:
30         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
31         * docs/plugins/gst-plugins-base-plugins-sections.txt:
32         * gst/tcp/gsttcpclientsink.c:
33         * gst/tcp/gsttcpclientsrc.c:
34         * gst/tcp/gsttcpserversrc.c:
35         Add minimal docs to make the remaining tcp elements show up.
36         Fixes #564139.
37
38 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
39
40         * win32/common/config.h:
41           Update to CVS version.
42
43         * win32/common/config.h.in:
44           Hardcode path to plugin install helper exe, just like we hardcode
45           the paths in core. Removes another source of VCS conflicts for
46           people hacking gst-plugins-base on systems with autotools.
47
48 2008-12-13  Edward Hervey  <bilboed@gmail.com>
49
50         * m4/Makefile.am:
51         And a couple more .m4 that don't exist anymore with gettext 0.17
52
53 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
54
55
56         * m4/Makefile.am:
57         inttypes.m4 hasn't been available since gettext-0.15, and since we now
58         require gettext >= 0.17 ... we can remove it from the list of files to
59         dist.
60
61 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
62
63         * gst-libs/gst/audio/gstbaseaudiosink.c:
64         (gst_base_audio_sink_slave_method_get_type),
65         (gst_base_audio_sink_class_init):
66         * gst-libs/gst/audio/gstbaseaudiosink.h:
67         * gst-libs/gst/audio/gstbaseaudiosrc.c:
68         (gst_base_audio_src_slave_method_get_type),
69         (gst_base_audio_src_class_init):
70         * gst-libs/gst/audio/gstbaseaudiosrc.h:
71         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
72         public API. This is needed for the C++ bindings to be able
73         to use this base classes. Fixes bug #564200, #564206.
74
75 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
76
77         * gst-libs/gst/cdda/gstcddabasesrc.c:
78         (gst_cdda_base_src_handle_event):
79         Remove erroneous gst_buffer_ref().
80         * tests/check/libs/rtp.c: (GST_START_TEST):
81         Don't forget to unref the buffer once you're done with it.
82
83 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
84
85         * gst/playback/gstplaybin.c:
86         * gst/playback/gstplaybin2.c:
87           XRef to GstXOverlay.
88
89 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
90
91         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
92         Free the factory array when finalizing.
93         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
94         Use a GstStaticPadTemplate since the src pad caps are fixed.
95
96 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
97
98         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
99         (gst_vorbis_enc_init):
100         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
101         pad templates.
102
103 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
104
105         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
106         (gst_riff_create_video_template_caps):
107         Add mapping for VP6 in avi/riff.
108
109 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
110
111         * gst/subparse/samiparse.c: (sami_context_push_state),
112         (sami_context_pop_state), (start_sami_element), (end_sami_element):
113         Some versions of libxml seem to be very picky as to strict formatting
114         of the input and never 'close' the final </body> tag.
115         In order to fix that bad behaviour, we trigger the flushing of
116         remaining data on both </body> and </sami>.
117         Fixes #557365
118
119 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120
121         Patch by: Guillaume Emont <guillaume at fluendo dot com>
122
123         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
124         Add typefinders for MS Word files and OS X .DS_Store files to
125         prevent them to be recognized as MPEG files. Fixes bug #564098.
126
127 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
128
129         * gst/playback/gstplaysink.c: (gen_audio_chain),
130         (gst_play_sink_reconfigure):
131         Add some more debug info.
132         Fix linking of just an encoded sink.
133         Handle failure to create a sink chain more gracefully than crashing.
134
135 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
136
137         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
138         Pushing 10 buffers is enough to run the test.
139
140 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
141
142         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
143         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
144         (main):
145         Hook up the SKIP seek flag.
146
147 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         * gst/playback/gstplaybin2.c: (pad_added_cb):
150         Error out with a missing-plugin error when the input-selector was not
151         found.
152
153         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
154         Indentation.
155
156 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
157
158         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
159         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
160         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
161         (gst_play_sink_send_event), (gst_play_sink_change_state):
162         Use G_DEFINE_TYPE.
163         Try to set the selected sink to READY before using it. This will allow
164         for detection of incompatible formats sooner.
165         Don't cause a fatal error when conversion elements are missing but post
166         a missing-element message and a warning instead because things might
167         still link and run fine.
168         Simplyfy the construction of audio and video sink chains.
169
170 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
173         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
174         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
175         init from glib.
176
177 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
178
179         Patch by: Luis Menina <liberforce at freeside dot fr>
180
181         * gst-libs/gst/floatcast/floatcast.h:
182         * gst/typefind/gsttypefindfunctions.c:
183         Include glib.h instead of a specific GLib header. Including single
184         GLib headers is deprecated. Fixes bug #563904.
185
186 2008-12-09  Julien Moutte  <julien@fluendo.com>
187
188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
189         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
190
191 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
192
193         * gst-libs/gst/riff/riff-read.c:
194           Fix handling of odd chunks in riff metadata.
195
196 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
197
198         * gst/volume/gstvolume.c: (gst_volume_class_init),
199         (volume_before_transform), (volume_transform_ip):
200         Use new basetransform vmethod to reconfigure the dynamic properties and
201         any pending volume/mute changes. Fixes #563508.
202
203 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
204
205         * configure.ac:
206         First check for "theoraenc theoradec" and if that failed check
207         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
208         deprecate the latter. Also linking on Windows fails with just "theora"
209         and the version check would fail for the release candidates.
210         Fixes bug #563718.
211
212 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
213
214         * gst/playback/gstdecodebin.c:
215         * gst/playback/gstdecodebin2.c:
216           Add basic docs to decodebin and link to decodebin from decodebin2.
217           
218 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
219
220         Patch by: Olivier Crete  <tester at tester ca>
221
222         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
223         * gst-libs/gst/rtp/gstrtcpbuffer.h:
224         Implement gst_rtcp_packet_remove(). Fixes #563174.
225
226         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
227         Add unit test for some RTCP functions.
228
229 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
230
231         * configure.ac:
232         Apparently AC_CONFIG_MACRO_DIR breaks when using more
233         than one macro directory, reverting last change.
234
235 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
236
237         * configure.ac:
238         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
239         our M4 macros.
240
241 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
242
243         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
245         Clear all flags on buffers returned from the image pool.
246         Fixes #563143
247
248 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
249
250         Patch by: Cygwin Ports maintainer
251                   <yselkowitz at users dot sourceforge dot net>
252
253         * autogen.sh:
254         * configure.ac:
255         Require gettext 0.17 because older versions don't mix with libtool
256         2.2. At build time an older gettext version will still work.
257         Fixes bug #556091.
258
259 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
260
261         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
262
263 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
264
265         * docs/plugins/gst-plugins-base-plugins.args:
266         * docs/plugins/gst-plugins-base-plugins.hierarchy:
267         * docs/plugins/gst-plugins-base-plugins.interfaces:
268         * docs/plugins/gst-plugins-base-plugins.prerequisites:
269         * docs/plugins/inspect/plugin-videorate.xml:
270         * gst/speexresample/gstspeexresample.c:
271         Update documentation of speexresample for the new element name.
272
273 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
274
275         * gst/speexresample/README:
276         Update README with the latest diff between the Speex resampler
277         and our copy.
278
279 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
280
281         * gst/speexresample/gstspeexresample.c: (plugin_init):
282         Update the debug category from speex_resample to audioresample.
283
284 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
285
286         * gst/audioresample/Makefile.am:
287         * gst/audioresample/buffer.c:
288         * gst/audioresample/buffer.h:
289         * gst/audioresample/debug.c:
290         * gst/audioresample/debug.h:
291         * gst/audioresample/functable.c:
292         * gst/audioresample/functable.h:
293         * gst/audioresample/gstaudioresample.c:
294         * gst/audioresample/gstaudioresample.h:
295         * gst/audioresample/resample.c:
296         * gst/audioresample/resample.h:
297         * gst/audioresample/resample_chunk.c:
298         * gst/audioresample/resample_functable.c:
299         * gst/audioresample/resample_ref.c:
300         * tests/check/elements/audioresample.c:
301         Remove audioresample files.
302
303 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
304
305         * docs/plugins/inspect/plugin-audioresample.xml:
306         Regenerated for library filename change.
307
308 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
309
310         * configure.ac:
311         * docs/plugins/Makefile.am:
312         * docs/plugins/gst-plugins-base-plugins-sections.txt:
313         * docs/plugins/gst-plugins-base-plugins.args:
314         * docs/plugins/gst-plugins-base-plugins.hierarchy:
315         * docs/plugins/gst-plugins-base-plugins.interfaces:
316         * docs/plugins/gst-plugins-base-plugins.prerequisites:
317         * docs/plugins/inspect/plugin-adder.xml:
318         * docs/plugins/inspect/plugin-alsa.xml:
319         * docs/plugins/inspect/plugin-audioconvert.xml:
320         * docs/plugins/inspect/plugin-audiorate.xml:
321         * docs/plugins/inspect/plugin-audioresample.xml:
322         * docs/plugins/inspect/plugin-audiotestsrc.xml:
323         * docs/plugins/inspect/plugin-cdparanoia.xml:
324         * docs/plugins/inspect/plugin-decodebin.xml:
325         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
326         * docs/plugins/inspect/plugin-gdp.xml:
327         * docs/plugins/inspect/plugin-gio.xml:
328         * docs/plugins/inspect/plugin-gnomevfs.xml:
329         * docs/plugins/inspect/plugin-libvisual.xml:
330         * docs/plugins/inspect/plugin-ogg.xml:
331         * docs/plugins/inspect/plugin-pango.xml:
332         * docs/plugins/inspect/plugin-playback.xml:
333         * docs/plugins/inspect/plugin-queue2.xml:
334         * docs/plugins/inspect/plugin-subparse.xml:
335         * docs/plugins/inspect/plugin-tcp.xml:
336         * docs/plugins/inspect/plugin-theora.xml:
337         * docs/plugins/inspect/plugin-typefindfunctions.xml:
338         * docs/plugins/inspect/plugin-uridecodebin.xml:
339         * docs/plugins/inspect/plugin-video4linux.xml:
340         * docs/plugins/inspect/plugin-videorate.xml:
341         * docs/plugins/inspect/plugin-videoscale.xml:
342         * docs/plugins/inspect/plugin-videotestsrc.xml:
343         * docs/plugins/inspect/plugin-volume.xml:
344         * docs/plugins/inspect/plugin-vorbis.xml:
345         * docs/plugins/inspect/plugin-ximagesink.xml:
346         * docs/plugins/inspect/plugin-xvimagesink.xml:
347         * gst/speexresample/gstspeexresample.c: (plugin_init):
348         * gst/speexresample/Makefile.am:
349         * tests/check/Makefile.am:
350         * tests/check/elements/speexresample.c: (setup_speexresample),
351         (GST_START_TEST), (test_pipeline):
352         Rename the moved speexresample to audioresample, integrate into the
353         build system and remove the old audioresample from the build system.
354         Fixes bug #558124, #385061, #346218, #116051.
355
356 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
357
358         * gst-libs/gst/audio/gstbaseaudiosrc.c:
359         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
360         Avoid nasty int overflows after about 12 hours and 25 minutes when these
361         code paths are triggered. 
362         A free beer to Håvard Graff for finding this!
363
364 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
365
366         Patch by: 이문형 <iwings at gmail dot com>
367
368         * gst-libs/gst/rtsp/gstrtspconnection.c:
369         (gst_rtsp_connection_connect):
370         A successful gst_poll_wait() doesn't always mean successful connect() on
371         Windows.  We should check errors by calling gst_poll_fd_has_error().
372         See #561924.
373
374 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
375
376         * gst-libs/gst/rtp/gstrtcpbuffer.c:
377         Fix typo in the docs.
378
379 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
380
381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
382         If no stream was found before receiving EOS, post an error message.
383         Fixes #561924.
384
385 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * ext/theora/gsttheoraenc.h:
388         * ext/theora/theoraenc.c: (gst_theora_enc_init),
389         (theora_buffer_from_packet), (theora_push_packet),
390         (theora_enc_sink_event), (theora_enc_is_discontinuous),
391         (theora_enc_chain):
392         Parse segment events.
393         Pass incomming buffer timestamps to outgoing buffers.
394         Use the running_time to construct the granulepos.
395         Fixes #562163.
396
397 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * gst/playback/gstplaybin2.c: (activate_group):
400         Fix buffer-duration property.
401
402 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
403
404         * gst-libs/gst/audio/gstbaseaudiosink.c:
405         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
406         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
407         (gst_base_audio_sink_change_state):
408         Really fix audiosink drain handling by keeping track of the running_time
409         of the last sample.
410
411 2008-11-24  Michael Smith <msmith@songbirdnest.com>
412
413         * gst/playback/gstplaybin2.c:
414           Add notification of current stream. Add ability to configure buffer
415           sizes.
416         * gst/playback/gsturidecodebin.c:
417           Add ability to configure buffer sizes for streaming mode.
418           Bug #561734.
419
420 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
421
422         * gst-libs/gst/audio/gstbaseaudiosink.c:
423           Time is already in running_time. Remove base_time handling. Fixes
424           audiosinks not draining and thus chopping some audio in the end.
425
426 2008-11-24  David Schleef  <ds@schleef.org>
427
428         * ext/ogg/gstoggmux.c:
429         * ext/ogg/gstoggmux.h:
430           If we're muxing a dirac stream, flush the page after every picture.
431
432 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
433
434         * gst-libs/gst/audio/gstbaseaudiosink.c:
435           Add one log message to check for audio_drained. Sync one log message
436           with the condition. Send EOS after draining audio in pull mode.
437
438 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
439
440         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
441         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
442         Use gst_buffer_try_new_and_alloc() and fail properly if the
443         allocation failed. This prevents abort() if downstream elements
444         request an insane amount of memory.
445
446 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
447
448         * gst/volume/gstvolume.c: (volume_choose_func),
449         (volume_update_volume), (gst_volume_set_volume),
450         (gst_volume_get_volume), (gst_volume_set_mute),
451         (gst_volume_class_init), (gst_volume_init),
452         (volume_process_double), (volume_process_float),
453         (volume_process_int32), (volume_process_int32_clamp),
454         (volume_process_int24), (volume_process_int24_clamp),
455         (volume_process_int16), (volume_process_int16_clamp),
456         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
457         (volume_transform_ip), (volume_set_property),
458         (volume_get_property):
459         * gst/volume/gstvolume.h:
460         Cleanup volume, define and use default values.
461         Recalculate new volume and mute setup before processing. Fixes #561789.
462
463         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
464         Add controller unit test. Patch by: Jonathan Matthew
465         Fix bogus test that messed with basetransform's internal state.
466
467 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         * gst/videorate/gstvideorate.c:
470         Add jpeg and png image media types to the caps. Fixes #561436.
471
472 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
473
474         * gst/playback/gstplaysink.c: (gen_audio_chain):
475         Don't post an error when we can't configure the volume but post a
476         warning instead. Fixes #561780.
477
478 2008-11-21  David Schleef  <ds@schleef.org>
479
480         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
481
482         * gst/videotestsrc/gstvideotestsrc.c:
483         * gst/videotestsrc/gstvideotestsrc.h:
484         * gst/videotestsrc/videotestsrc.c:
485         * gst/videotestsrc/videotestsrc.h:
486           Add a zone plate pattern generator based on BBC R&D Report
487           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
488           kx2=20 ky2=20 kt=1'.
489
490 2008-11-20  Michael Smith <msmith@songbirdnest.com>
491
492         * gst/playback/gstdecodebin2.c:
493           Fix random fat-fingering making this not compile.
494
495 2008-11-20  Michael Smith <msmith@songbirdnest.com>
496
497         * gst/playback/gstdecodebin2.c:
498           If the top-level type of the stream is plain text, don't try to decode
499           it, matching behaviour of decodebin.
500         * gst/playback/gstplaysink.c:
501           If we fail to generate a text chain (e.g. due to missing optional
502           plugins), don't crash.
503
504 2008-11-20  Michael Smith <msmith@songbirdnest.com>
505
506         * gst-libs/gst/rtsp/gstrtspdefs.c:
507           Fix win32 build. Oops.
508
509 2008-11-20  Michael Smith <msmith@songbirdnest.com>
510
511         * gst-libs/gst/rtsp/gstrtspdefs.c:
512           Use WSAGetLastError() rather than errno/h_errno on win32.
513
514 2008-11-20  Michael Smith <msmith@songbirdnest.com>
515
516         * gst-libs/gst/riff/riff-media.c:
517           Support WMA Lossless properly.
518
519 2008-11-18  David Schleef  <ds@schleef.org>
520
521         * gst/videotestsrc/gstvideotestsrc.c:
522         * gst/videotestsrc/gstvideotestsrc.h:
523         * gst/videotestsrc/videotestsrc.c:
524         * gst/videotestsrc/videotestsrc.h:
525           Add "colorspec" property, specifying whether to generate BT.601
526           or BT.709 video.  This only affects YCbCr values, not RGB, since
527           if you're generating a 709 test pattern, presumably you want
528           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
529           uses 75% colors instead of 100%, since this is often more useful
530           for testing (and also follows the SMPTE EG-1 guideline).
531
532 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
533
534         * gst/playback/gstdecodebin.c:
535         Add a "sink-caps" property to decodebin like it's done for decodebin2.
536         Fixes #560380.
537
538 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
539
540         * gst/audioresample/gstaudioresample.c:
541         Guard against a NULL dereference I somehow encountered -
542         with a FLUSH_STOP arriving either before basetransform _start(),
543         or after _stop().
544
545         * gst/typefind/gsttypefindfunctions.c:
546         Make sure we never jump backwards when typefinding corrupt mov files.
547
548 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
549
550         * gst-libs/gst/interfaces/propertyprobe.c:
551         Fix random type causing a docs warning.
552
553 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
554
555         * sys/v4l/gstv4l.c:
556           Give it a minimal rank for autovideosrc.
557
558 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
559
560         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
561         (plugin_init):
562         Improve typefinding of ISO JPEG2000 mime types.
563
564 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
567         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
568         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
569         * sys/xvimage/xvimagesink.h:
570         Avoid typechecking when we do trivial casts.
571         Move error handling out of the main program flow.
572         Sneak in the display-region caps property, not completely correct yet.
573         Cache the width/height in buffer_alloc instead of parsing it from the
574         caps all the time.
575
576 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
577
578         * gst/playback/gstplaybin2.c: (deactivate_group):
579         don't try to unlink the selector sinkpad when we don't have it yet. This
580         can happen if an error occured before the group was complete.
581
582 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
583
584         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
585         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
586         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
587         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
588         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
589         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
590         (gst_rtp_buffer_get_extension_data),
591         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
592         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
593         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
594         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
595         (gst_rtp_buffer_get_payload_type),
596         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
597         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
598         (gst_rtp_buffer_set_timestamp),
599         (gst_rtp_buffer_get_payload_subbuffer),
600         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
601         Avoid expensive type checks we already did as part of the 
602         _validate() function that should be called first.
603
604 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
605
606         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
607         (gst_base_rtp_depayload_push_full),
608         (gst_base_rtp_depayload_set_gst_timestamp):
609         Fix some cases where a newsegment event was not sent.
610
611 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
612
613         * gst/playback/gstplaybin2.c: (activate_group):
614         Catch state change errors and stop from the uridecodebin elements
615         instead of trying to continue in vain.
616
617 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
618
619         * gst-libs/gst/audio/gstbaseaudiosink.c:
620         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
621         (gst_base_audio_sink_callback):
622         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
623         for the latency to expire, fixes #559567.
624
625 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
626
627         * gst/adder/gstadder.c:
628           Change author string after seeing output of gst-inspector.
629
630 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
631
632         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
633         Don't try to do crazy things when we only have a text pad without a
634         video pad. Fixes #559478.
635
636 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
637
638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
639         Fix case where we don't have a range for the rates or channels as is the
640         case with truespeech.
641
642 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
643
644         * gst/volume/gstvolume.c: (volume_update_real_volume),
645         (gst_volume_set_volume), (gst_volume_get_volume),
646         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
647         (volume_transform_ip), (volume_update_mute),
648         (volume_update_volume), (volume_get_property):
649         * gst/volume/gstvolume.h:
650         Keep negotiated state in a separate variable.
651         Protect the volume and mute properties with the object lock.
652         Protect modifying the transform with the transform lock.
653
654 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
655
656         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
657         (gst_ffmpeg_pixfmt_to_caps):
658         Only convert caps to string when debug is enabled.
659
660 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
661
662         * ext/theora/gsttheoradec.h:
663         * ext/theora/theoradec.c: (gst_theora_dec_init),
664         (gst_theora_dec_reset), (theora_dec_src_event),
665         (theora_dec_sink_event), (theora_handle_type_packet):
666         Copy seqnum.
667         Keep events in a pending list, like vorbisdec, instead of trying
668         to construct a segment event ourselves.
669
670         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
671         (vorbis_dec_src_event), (vorbis_dec_sink_event):
672         * ext/vorbis/vorbisdec.h:
673         Copy seqnum.
674
675 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
676
677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
678         (gst_ogg_demux_deactivate_current_chain),
679         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
680         (gst_ogg_demux_loop):
681         * ext/ogg/gstoggdemux.h:
682         Copy seqnums around to track playback segments and messages.
683
684 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
685
686         Based on patch by: Matthias Kretz <kretz at kde dot org>
687
688         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
689         (gst_alsasink_prepare), (gst_alsasink_unprepare),
690         (gst_alsasink_write):
691         Make all access non-blocking so that we can better handle unplugging
692         of usb devices. Fixes #559111
693
694 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
695
696         Patch by: Damien Lespiau  <damien.lespiau gmail com>
697
698         * gst-libs/gst/rtsp/gstrtspconnection.c:
699         (gst_rtsp_connection_write):
700         Make the next call to poll not depend on previous calls to poll with or
701         without reading from the active descriptor. Fixes #544293.
702
703 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         Patch by: Nick Haddad <nick at haddads dot net>
706
707         * gst-libs/gst/riff/riff-ids.h:
708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
709         Add support for other fourcc codes that are commonly used for
710         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
711         Fixes #558553.
712
713 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
714
715         * gst/audioresample/gstaudioresample.c:
716           Return the result of parent_class->event().
717
718 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
719
720         * gst/audioresample/gstaudioresample.c:
721         (gst_audioresample_class_init), (audioresample_fixate_caps):
722         Fixate the rate to the nearest supported rate instead of
723         the first one. Fixes bug #549510.
724
725 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
726
727         * win32/common/libgstaudio.def:
728         Add new symbols.
729
730 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
731
732         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
733         Attempt to make obfuscated code clearer.
734
735 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
736
737         * docs/libs/gst-plugins-base-libs-sections.txt:
738         * gst-libs/gst/floatcast/floatcast.h:
739         Move float endianness conversion macros to core. Second part of
740         bug ##555196.
741
742 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
743
744         * sys/ximage/ximagesink.h:
745         * sys/xvimage/xvimagesink.h:
746           Don't mark as gtk-doc docs as they aren't public.
747
748 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
749
750         * sys/xvimage/xvimagesink.c:
751         * sys/xvimage/xvimagesink.h:
752         * tests/icles/Makefile.am:
753         * tests/icles/test-colorkey.c:
754           Allow setting colorkey if possible. Implement property probe interface
755           for optional X features (autopaint-colorkey, double-buffer and
756           colorkey). Fixes #554533
757
758 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
759
760         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
761         Remove useless buffer size assignment. It already has this value.
762
763 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
764
765         * gst-libs/gst/audio/gstaudiosink.c:
766         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
767         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
768         (gst_audioringbuffer_stop):
769         Implement a separate activate functions to start monitoring the segments
770         or, in pull mode, pulling in data.
771
772         * gst-libs/gst/audio/gstbaseaudiosink.c:
773         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
774         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
775         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
776         (gst_base_audio_sink_activate_pull),
777         (gst_base_audio_sink_async_play),
778         (gst_base_audio_sink_change_state):
779         Implement pad and element convert query function.
780         Activate the ringbuffer.
781         Use the segment last_stop value as the offset to pull.
782         Use new basesink _do_preroll() method to preroll in the pulling thread.
783         Take appropriate locking in the pulling thread.
784
785         * gst-libs/gst/audio/gstringbuffer.h:
786         Update some docs.
787
788 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
789
790         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
791         Improve MXF typefinding a bit by searching for a header partition
792         pack instead of just a general partition pack and checking more
793         bytes for valid values.
794
795 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
796
797         * tests/icles/.cvsignore:
798         update ignore file.
799
800         * tests/icles/Makefile.am:
801         * tests/icles/test-box.c: (make_pipeline), (main):
802         Add another interactive command line experimentation suite for
803         dynamically boxing/cropping/saling an input video.
804
805 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
806
807         * docs/libs/gst-plugins-base-libs-sections.txt:
808         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
809         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
810         * gst-libs/gst/audio/gstringbuffer.h:
811         Add methods to more accuratly control the pulling thread of a
812         ringbuffer.
813         Add format conversion helper code to the ringbuffer.
814         API: GstRingBuffer:gst_ring_buffer_activate()
815         API: GstRingBuffer:gst_ring_buffer_is_active()
816         API: GstRingBuffer:gst_ring_buffer_convert()
817
818 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
819
820         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
821         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
822         (gst_audioringbuffer_stop):
823         Signal thread startup earlier so that we can immediatly go into pull
824         mode when we have to and block on preroll.
825
826 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
827
828         * gst-libs/gst/audio/gstringbuffer.c:
829         (gst_ring_buffer_prepare_read):
830         In pull mode we want the callback to prepull a buffer we can preroll on
831         even when we are not yet playing.
832
833 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
834
835         * ext/alsa/Makefile.am:
836         * ext/cdparanoia/Makefile.am:
837         * ext/gio/Makefile.am:
838         * ext/gnomevfs/Makefile.am:
839         * ext/libvisual/Makefile.am:
840         * ext/ogg/Makefile.am:
841         * ext/pango/Makefile.am:
842         * ext/theora/Makefile.am:
843         * ext/vorbis/Makefile.am:
844         * gst/adder/Makefile.am:
845         * gst/audioconvert/Makefile.am:
846         * gst/audiorate/Makefile.am:
847         * gst/audioresample/Makefile.am:
848         * gst/audiotestsrc/Makefile.am:
849         * gst/ffmpegcolorspace/Makefile.am:
850         * gst/gdp/Makefile.am:
851         * gst/playback/Makefile.am:
852         * gst/subparse/Makefile.am:
853         * gst/tcp/Makefile.am:
854         * gst/typefind/Makefile.am:
855         * gst/videorate/Makefile.am:
856         * gst/videoscale/Makefile.am:
857         * gst/videotestsrc/Makefile.am:
858         * gst/volume/Makefile.am:
859         * sys/v4l/Makefile.am:
860         * sys/ximage/Makefile.am:
861         * sys/xvimage/Makefile.am:
862           Don't install static libs for plugins. Fixes #550851 for base.
863
864 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
865
866         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
867         Set the default blocksize to -1 because we will then use the configured
868         samplesperbuffer to create our output buffer.
869
870 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
871
872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
873         (gst_riff_create_video_template_caps):
874         Add mappping for the KMVC (Karl Morton's Video) Codec.
875
876 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
877
878         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
879         Don't forget to advance the offset of what we're matching against, else
880         we end up in a forever loop.
881
882 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
883
884         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
885         Improve typefinding a bit. If we don't have a Unicode charset
886         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
887
888 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
889
890         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
891         Fix build on macosx.
892
893 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         Based on patch by: Robin Stocker <robin at nibor dot org>
896
897         * ext/theora/gsttheoradec.h:
898         * ext/theora/theoradec.c: (gst_theora_dec_init),
899         (theora_dec_setcaps), (theora_handle_type_packet),
900         (theora_dec_decode_buffer), (theora_dec_change_state):
901         Parse input caps and make the PAR override the encoded PAR when
902         specified by a container. Fixes #555699.
903
904 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
905
906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
907         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
908         (gst_base_rtp_depayload_set_gst_timestamp),
909         (gst_base_rtp_depayload_change_state):
910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
911         Add some more G_LIKELY
912         Fail when the setcaps function was not called.
913
914         * gst-libs/gst/rtp/gstbasertppayload.c:
915         (gst_basertppayload_set_outcaps):
916         Propagate return value of setcaps.
917
918 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
919
920         * gst/subparse/Makefile.am:
921         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
922         (gst_sub_parse_class_init), (gst_sub_parse_init),
923         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
924         (get_next_line), (gst_sub_parse_data_format_autodetect),
925         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
926         (gst_subparse_type_find):
927         * gst/subparse/gstsubparse.h:
928         Add support for UTF16/UTF32 subtitles as long as the first bytes of
929         the first buffer contain the BOM. This also adds support for other
930         encodings that allow NUL bytes via the encoding property.
931         Fixes bugs #552237 and #456788.
932
933 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
934
935         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
936         Don't drop the last byte of image tags if they're not an URI list.
937         Fixes bug #556066.
938
939 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
940
941         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
942         For looking at the 4th byte we have to get 4 bytes of course
943         and not 3.
944
945 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
946
947         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
948         Improve FLAC-without-headers typefinding by looking at most of the
949         frame header and checking if invalid values are used. Should prevent
950         quite some false positives compared to the old version which only
951         check if the first 14 bits are set.
952
953 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
954
955         * sys/xvimage/xvimagesink.c:
956           Don't assert on caps==NULL.
957
958 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
959
960         * gst/subparse/gstsubparse.c:
961         (gst_sub_parse_data_format_autodetect), (handle_buffer),
962         (gst_sub_parse_change_state):
963         * gst/subparse/gstsubparse.h:
964         * tests/check/elements/subparse.c: (GST_START_TEST):
965         Add support for subtitle files with UTF-8 BOM at the beginning
966         by simple stripping it from the first line before passing it
967         to any parsing code. Fixes bug #555257 and playback of files
968         created by Gnome Subtitles.
969
970 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
971
972         * gst/audiotestsrc/gstaudiotestsrc.c:
973         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
974         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
975         (gst_audio_test_src_start), (gst_audio_test_src_stop),
976         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
977         (gst_audio_test_src_create):
978         * gst/audiotestsrc/gstaudiotestsrc.h:
979         Define the default property values in the usual place.
980         Implement start/stop to reset values correctly.
981         Calculate the sample size only once when we negotiate.
982         Rename some values to make more sense.
983         Keep track of our byte range.
984         Add support for pull based scheduling. Disabled for now until we have
985         the whole stack working.
986         Set the BUFFER_OFFSET correctly.
987
988 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
989
990         Based on a patch by: xavierb at gmail dot com
991
992         * gst/subparse/gstsubparse.c:
993         (gst_sub_parse_data_format_autodetect):
994         * tests/check/elements/subparse.c: (GST_START_TEST):
995         Make the detection of the used subtitle a bit less strict
996         for srt subtitles. Fixes bug #555607.
997
998 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
999
1000         * ext/vorbis/vorbisenc.c:
1001         (gst_vorbis_enc_buffer_check_discontinuous):
1002         Fix discontinuity detection which was broken by last commit.
1003
1004 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1005
1006         * configure.ac::
1007           Require core CVS for ghostpad API additions used by decodebin2.
1008
1009 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1010
1011         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1012         (gst_base_audio_src_create):
1013         Fix debug statements (space between '%' and actual format).
1014
1015 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1016
1017         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1018         Remove bogus assert, the decodepad could have been created inside an
1019         already existing group.
1020
1021 2008-10-08  Andy Wingo  <wingo@pobox.com>
1022
1023         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1024         target instead of setting it.
1025         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1026         API for a decode pad. The bugfix is that we set the group in
1027         activate(), not when the pad was created because it might be NULL
1028         then.
1029         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1030         Update to use the API.
1031
1032 2008-10-08  Andy Wingo  <wingo@pobox.com>
1033
1034         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1035         be a subclass of GstGhostPad.
1036         (analyze_new_pad): So, when emitting the signals that determine
1037         how we do autoplugging, already create the ghost pad and use it as
1038         the pad in the signal arguments. This allows applications to make
1039         a connection between the pad passed in e.g. autoplug-continue, and
1040         the pad passed in new-decoded-pad.
1041         (connect_pad, expose_pad): Update to receive the ghosted decode
1042         pad in the args, retargetting it as necessary if we have to plug
1043         the target pad through a multiqueue.
1044         (gst_decode_group_control_source_pad): Adapt to receive an
1045         already-ghosted pad that just needs activation, blocking, and
1046         drain notification.
1047         (sort_end_pads): Adapt for decode pads actually being pads.
1048         (gst_decode_group_expose): Adapt for decode pads actually being
1049         pads. Rewrite the decode pad names so they appear in order. Adds a
1050         new error case if we couldn't set the name.
1051         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1052         logic.
1053         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1054         New API for the decode pad, needed because we shouldn't do these
1055         things inside gst_decode_pad_new(), but after.
1056         (gst_decode_pad_new): Change to actually make the real pad, and
1057         delay the blocking/drainage bits.
1058
1059 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1060
1061         Patch by: Daniel Drake <dsd at laptop dot org>
1062
1063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1064         Unref all buffers when clearing collectpads. Fixes bug #546955.
1065
1066 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1067
1068         Based on a patch by: Klaas <klaas at rivercrew dot net>
1069
1070         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1071         (gst_vorbis_enc_buffer_check_discontinuous),
1072         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1073         * ext/vorbis/vorbisenc.h:
1074         Keep track of the upstream segments and use the running time on that
1075         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1076
1077 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1078
1079         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1080         Prevent overflows with big buffer when calculating the size of
1081         the intermediate buffer by using gst_util_uint64_scale() instead of
1082         plain arithmetics. Fixes bug #552801.
1083
1084 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1085
1086         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1087
1088         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1089         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1090         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1091         (gst_clock_overlay_get_property):
1092         * ext/pango/gstclockoverlay.h:
1093         API: Add ability to specify format for date/time display by
1094         adding a "time-format" property.
1095         Fixes bug #554879.
1096
1097 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1098
1099         Patch by: Jan Gerber <j at oil21 dot org>
1100
1101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1102         (gst_riff_create_video_template_caps):
1103         Add FFV1 fourcc to support playback of FFMPEG lossless video
1104         in AVI. Fixes bug #555319.
1105
1106 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1107
1108         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1109
1110         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1111         (gst_base_audio_src_create):
1112         Implement skew clock slaving. Fixes #552559.
1113
1114 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1115
1116         * gst-libs/gst/audio/multichannel.c:
1117         * gst-libs/gst/audio/testchannels.c:
1118         Fix include of config.h
1119
1120 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1121
1122         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1123
1124         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1125         (print_media), (gst_sdp_message_dump):
1126         Fix parsing of the c= field containing multicast addresses.
1127         Fixes #552199.
1128         Add the connection info to the session or streams.
1129         Fix parsing of the bandwidth.
1130         Add debugging for the connections and bandwidths for a media.
1131         Add debugging for the bandwidth of the session. 
1132
1133 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1134
1135         * gst-libs/gst/rtp/gstbasertppayload.c:
1136         (gst_basertppayload_change_state):
1137         Configure the next seqnum and timestamp in the state change so that they
1138         can be queried soon after.
1139
1140 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1141
1142         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1143         (gst_base_rtp_depayload_chain):
1144         Improve debugging of the rtptime.
1145
1146 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1147
1148         * configure.ac:
1149         Back to development -> 0.10.21.1
1150
1151 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1152
1153         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1154         (plugin_init):
1155         Add typefinding for FLAC without headers in the beginning.
1156         This is already handled by flacdec and friends.
1157
1158 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1159
1160         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1161         (plugin_init):
1162         Add typefinder for MXF.
1163
1164 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1165
1166         * tests/icles/Makefile.am:
1167         Only build test-colorkey if GTK+ is available.
1168
1169 === release 0.10.21 ===
1170
1171 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1172
1173         * configure.ac:
1174           releasing 0.10.21, "We Could Be Wrong"
1175
1176 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1177
1178         * configure.ac:
1179         0.10.20.4 pre-release
1180
1181 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1182
1183         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1184
1185         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1186         Set the BOS flag on the BOS packet. Fixes #553244.
1187
1188 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1189
1190         * gst-libs/gst/rtsp/gstrtspmessage.c:
1191         (gst_rtsp_message_parse_request),
1192         (gst_rtsp_message_parse_response):
1193         Fix the g_return_val_if_fail() statements.
1194
1195 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1196
1197         * gst-libs/gst/tag/gsttagdemux.c:
1198           Fail to activate if there's insufficient data in the file to be usable,
1199           preventing an assertion fail later. Fixes #552960
1200
1201 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1202
1203         * gst-libs/gst/pbutils/descriptions.c:
1204         * gst/typefind/gsttypefindfunctions.c:
1205           Recognise Kate subtitle streams (#550582).
1206
1207 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1208
1209         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1210           Remove trailing comma from enum list, which causes problems
1211           with -pendantic (#550729).
1212
1213 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1214
1215         * configure.ac:
1216         0.10.20.2 pre-release
1217
1218         * po/LINGUAS:
1219         * po/id.po:
1220         * po/pt_BR.po:
1221
1222         New translations.
1223
1224 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1225
1226         * gst-libs/gst/interfaces/propertyprobe.c:
1227           (gst_property_probe_get_properties),
1228           (gst_property_probe_get_property),
1229           (gst_property_probe_probe_property),
1230           (gst_property_probe_probe_property_name),
1231           (gst_property_probe_needs_probe),
1232           (gst_property_probe_needs_probe_name),
1233           (gst_property_probe_get_values),
1234           (gst_property_probe_get_values_name),
1235           (gst_property_probe_probe_and_get_values),
1236           (gst_property_probe_probe_and_get_values_name):
1237           More sanity checks for our second-favourite interface.
1238
1239 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1240
1241         * gst-libs/gst/interfaces/propertyprobe.c:
1242           Check for NULL pointer, in the hope that this fixes #532864.
1243
1244 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1245
1246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1247           No really, the next release is 0.10.21 (fix Since: tags in docs).
1248
1249 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1250
1251         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1252         Disable a code path that is now called but causes a deadlock for some
1253         reason and is unneeded.
1254
1255 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1256
1257         * sys/xvimage/xvimagesink.c:
1258         * sys/xvimage/xvimagesink.h:
1259           Add a "draw-border" property that can be set to false to disable
1260           drawing borders.
1261           
1262         * tests/icles/test-colorkey.c:
1263         * tests/icles/Makefile.am:
1264           Add new test application for the colorkey handling.
1265
1266 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1267
1268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1269         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1270         This will also be fixed for upcoming gst-ffmpeg release so that once
1271         this release of -base is out, it will work with the latest gst-ffmpeg
1272         release.
1273
1274 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1275
1276         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1277         (gst_riff_create_audio_template_caps):
1278         Add Truespeech mapping for RIFF formats (AVI/WAV).
1279         Fixes #550656
1280
1281 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1282
1283         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1284         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1285         Fixes #550638.
1286
1287 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * configure.ac:
1290         * gst/subparse/Makefile.am:
1291         * gst/subparse/gstsubparse.c:
1292         * gst/subparse/samiparse.c:
1293         * tests/check/elements/subparse.c:
1294           Rework last change, so that we build subparse, but just disable the
1295           sami parse functionality, if we're configured to not use xml. In the
1296           tests only the sami test is disabled now.
1297
1298 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1299
1300         * configure.ac:
1301           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1302           test runs.
1303
1304 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1305
1306         * po/POTFILES.in:
1307           Add some more files with strings for translation.
1308
1309 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1310
1311         * gst-libs/gst/tag/gstvorbistag.c:
1312         * tests/check/libs/tag.c:
1313           Use new geo location tags from core. Fixes #481169
1314
1315 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1316
1317         * tests/check/elements/audioresample.c: (setup_audioresample),
1318         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1319         (test_discont_stream_instance):
1320         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1321         Add debugging for coherence.
1322
1323 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1324
1325         Patch by: Jonathan Matthew  <notverysmart gmail com>
1326
1327         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1328           Add typefinder for PDF documents (which is nice to have, since it's a
1329           common format, but also helps prevent false positives). Fixes #549814.
1330
1331 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1332
1333         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1334         (no_more_pads_cb):
1335         Fix nasty race where multiple decodebins could start pushing data before
1336         we manage to configure the sinks, resulting in not-linked errors in
1337         typical RTSP streaming cases.
1338
1339 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1340
1341         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1342         Since we now call stop, we trigger this code path that causes a deadlock
1343         is apparently not needed.
1344
1345 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1346
1347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1348         (gst_ring_buffer_stop):
1349         Also allow the case where the ringbuffer was paused when we try to stop
1350         it so that the basesrc stop function is still called.
1351
1352 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1353
1354         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1355
1356         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1357         Reprobe devices again instead of taking a cached list as new
1358         devices could've been plugged in. Fixes bug #549062.
1359
1360 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1361
1362         Patch by: Alessandro Dessina <alessandro nnva org>
1363
1364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1365         (gst_ogg_demux_activate_chain):
1366         Don't add pads and activate them for skeleton streams. These are already
1367         handled inside oggdemux. Fixes bug #537599.
1368
1369 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1370
1371         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1372         Reset variable so that query and convert fail after going back to
1373         READY. Fixes #548898.
1374
1375 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1376
1377         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1378         If a buffer arrives with a timestamp before the timestamp+duration
1379         of the previous buffer clip it instead of dropping it completely.
1380         Slight improvement for the unfixable bug #548913.
1381
1382 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1383
1384         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1385         Take the current timestamp instead of timestamp+duration for the offset.
1386         This offset will later be used for calculating the timestamp and
1387         otherwise vorbisdec will interpolate timestamps wrong if upstream
1388         only sends timestamps and no granulepos.
1389
1390 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1391
1392         * tests/examples/seek/seek.c:
1393           Don't crash when having no visualisations.
1394
1395 2008-08-16  David Schleef  <ds@schleef.org>
1396
1397         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1398           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1399           Fixes #548065.
1400
1401 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1402
1403         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1404         When cleaning up the caps fields also remove "depth" for the same
1405         reason we remove "width".
1406
1407 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1408
1409         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1410           Add Lead H.264 here as well.
1411
1412 2008-08-14  Julien Moutte  <julien@fluendo.com>
1413
1414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1415         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1416
1417 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1418
1419         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1420         (gst_base_audio_src_create):
1421         When not slaved to another clock also subtract the base_time from our
1422         internal clock time to get the running time.
1423
1424 2008-08-12  David Schleef  <ds@schleef.org>
1425
1426         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1427           since it has no basis in libtheora.
1428
1429 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * gst-libs/gst/interfaces/propertyprobe.h:
1432           Remove double "interface" from doc-string.
1433
1434         * gst-libs/gst/interfaces/xoverlay.h:
1435           Document interface.
1436
1437         * gst-libs/gst/riff/riff.c:
1438           Add basic doc blobs.
1439
1440 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1441
1442         * gst-libs/gst/audio/Makefile.am:
1443           Don't try to build that example anymore.
1444
1445 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1446
1447         * gst-libs/gst/audio/.cvsignore:
1448         * gst-libs/gst/audio/Makefile.am:
1449         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1450         * gst-libs/gst/audio/make_filter:
1451           Move audiofiltertemplate to gst-template.
1452
1453 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1454
1455         * docs/libs/gst-plugins-base-libs-sections.txt:
1456         * gst-libs/gst/audio/gstaudiosrc.h:
1457           More docs and shuffling. What can we do with the hundreds of #defines.
1458
1459 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1460
1461         * gst-libs/gst/audio/audio.h:
1462         * gst-libs/gst/audio/gstaudiofilter.h:
1463         * gst-libs/gst/audio/gstringbuffer.h:
1464         * gst-libs/gst/interfaces/propertyprobe.h:
1465         * gst-libs/gst/tag/gsttagdemux.h:
1466           Reducing number of dundocumented symbols.
1467
1468 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1469
1470         * gst-libs/gst/audio/audio.c:
1471           Fix doc comment syntax.
1472
1473         * gst-libs/gst/interfaces/propertyprobe.c:
1474           Add more doc-comments and a FIXME: for the signal.    
1475
1476 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1477
1478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1479         (gst_ogg_mux_request_new_pad):
1480         * ext/ogg/gstoggmux.h:
1481         Don't pretend to support NEWSEGMENT events, instead override the
1482         GstCollectPads event function to return FALSE on NEWSEGMENT events
1483         and do the normal work for other events.
1484
1485         This prevents elements like flacenc to seek to the start and rewrite
1486         some data which then results in a broken Ogg packet.
1487
1488 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1489
1490         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1491
1492         * ext/alsa/gstalsaplugin.c: (plugin_init):
1493         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1494         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1496         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1497         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1498         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1499         * gst/playback/gstdecodebin.c: (plugin_init):
1500         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1501         * gst/playback/gstplayback.c: (plugin_init):
1502         * gst/playback/gstqueue2.c: (plugin_init):
1503         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1504         * sys/v4l/gstv4l.c: (plugin_init):
1505         Make sure gettext returns translations in UTF-8 encoding rather
1506         than in the current locale encoding (#546822).
1507
1508 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1509
1510         * gst-libs/gst/pbutils/descriptions.c:
1511           Add audio/x-qdm for qtdemux.
1512
1513 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1514
1515         * ext/vorbis/vorbisdec.c:
1516           Do not leak old taglist.
1517
1518 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1519
1520         * tests/icles/test-scale.c:
1521           Include <stdlib.h> for atoi().
1522
1523 2008-08-04  Andy Wingo  <wingo@pobox.com>
1524
1525         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1526         documentation fix.
1527
1528 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1529
1530         * gst/adder/gstadder.c:
1531           Cleanup lots of empty lines that came from gst-indent going havoc
1532           before I added the INDENT_ON/OFF marker some time agao.
1533
1534 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1535
1536         * configure.ac:
1537         * gst-libs/gst/riff/riff-read.c:
1538           Bump requirement to latest core and use new tag for riff formats.
1539           Needed for #520694.
1540
1541 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1542
1543         * tests/examples/dynamic/Makefile.am:
1544         * tests/examples/dynamic/codec-select.c: (make_encoder),
1545         (make_pipeline), (do_switch), (my_bus_callback), (main):
1546         Add example app that dynamically switches between 3 'encoders'.
1547
1548 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1549
1550         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1551         Add some more comments.
1552
1553 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1554
1555         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1556         (gst_video_test_src_create):
1557         Discard buffers of the wrong size after renegotiation, this is perfectly
1558         possible with things like capsfilter that could suggest caps changes
1559         upstream without knowing the size of the buffer.
1560
1561 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1562
1563         * tests/icles/.cvsignore:
1564         * tests/icles/Makefile.am:
1565         * tests/icles/test-scale.c: (make_pipeline), (main):
1566         Add dynamic rescaling tests for the new basetransform.
1567
1568 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1569
1570         * gst/audioconvert/Makefile.am:
1571           Dist recently-added gstfastrandom.h.
1572
1573 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1574
1575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1576         Fix a "may be used uninitialized in this function" which weirdly only
1577         appears on macosx (?).
1578
1579 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1580
1581         * gst-libs/gst/riff/riff-ids.h:
1582           Adding acid chunk for tempo and loop information.
1583
1584 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * sys/xvimage/Makefile.am:
1587           floor() needs linking to $(LIBM).
1588
1589 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1590
1591         * ext/gnomevfs/gstgnomevfssrc.c:
1592           Aggregate short reads and add some comments and debug logging.
1593           Fixes #537380
1594
1595 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1596
1597         * gst/playback/gstplaybasebin.c:
1598           Fix property doc markup (its not a signal).
1599
1600         * sys/xvimage/xvimagesink.c:
1601           Add since tag for new proeprties (also add sice tags fro the last two
1602           other additions).
1603
1604 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * sys/xvimage/xvimagesink.c:
1607         * sys/xvimage/xvimagesink.h:
1608           Add autofill/colorkey properties. Fixes #538656.
1609
1610 2008-07-28  David Schleef  <ds@schleef.org>
1611
1612         * sys/xvimage/xvimagesink.c:
1613           Fix rounding errors when converting colorbalance values
1614           between hardware and object property ranges.  Partial
1615           fix for #537889, however, there still seems to be a small
1616           drift problem that could be totem's fault.
1617
1618 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1619
1620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1621         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1622         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1623         This fixes a critical warning.
1624
1625 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1626
1627         * ext/ogg/gstoggmux.c:
1628         Allow muxing of CELT into Ogg streams.
1629
1630 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1631
1632         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1633         (plugin_init):
1634         Add simple typefinder for the CELT codec (www.celt-codec.org).
1635
1636 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1637
1638         Patch by: Jan Gerber <j at oil21 dot org>
1639
1640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1641         Fix calculation of the start time from skeleton streams.
1642         Fixes bug #530068.
1643
1644 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1645
1646         * tests/examples/seek/seek.c:
1647           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1648
1649 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1650
1651         * gst/audioconvert/audioconvert.h:
1652         * gst/audioconvert/gstaudioquantize.c:
1653         (gst_audio_quantize_setup_dither),
1654         (gst_audio_quantize_free_dither):
1655         * gst/audioconvert/gstfastrandom.h:
1656         Implement a linear congruential generator as pseudo random number
1657         generator for the dither noise. This is about 2 times faster than
1658         using GLib's mersenne twister. Also this uses only integer math for
1659         generating integers while GLib internally uses floating point math.
1660
1661 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1662
1663         * configure.ac:
1664           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1665
1666 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1667
1668         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1669
1670         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1671           Use GST_STR_NULL to avoid crashes with libcs that don't
1672           like NULL strings in printf args (such as the win32 one).
1673           Fixes #544306.
1674
1675 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1676
1677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1678         Oops - set the size of the image used for probing back to 1x1, for
1679         consistency with ximagesink
1680
1681 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1682
1683         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1684         (gst_ximagesink_ximage_new):
1685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1686         (gst_xvimagesink_xvimage_new):
1687
1688         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1689         X server to attach to a shared memory segment after we've deleted it,
1690         with the result that MIT-SHM is disabled. Instead, remove it only after 
1691         X succeeds in attaching too.
1692
1693 2008-07-16  David Schleef  <ds@schleef.org>
1694
1695         * gst/audiotestsrc/gstaudiotestsrc.c:
1696         * gst/audiotestsrc/gstaudiotestsrc.h:
1697           Add 'ticks', a 1/30 second sine wave pulse every second.
1698
1699 2008-07-15  David Schleef  <ds@schleef.org>
1700
1701         * gst-libs/gst/video/video.c: Revert ABI change.
1702
1703 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1704
1705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1706         Make it impossible to have NULL caps at the point where we set
1707         framerate and other things. Also don't return immediately for "3ivd"
1708         video and let framerate, etc be set. Might fix bug #542508.
1709
1710 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1711
1712         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1713         Video format can also be conveniently determined from (many)
1714         non-fixed caps.
1715
1716 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1717
1718         * gst/playback/gstplaybasebin.c:
1719         * gst/playback/gstplaybasebin.h:
1720         * gst/playback/gstplaybin.c:
1721         * gst/playback/gststreamselector.c:
1722         First stab at integrating DVD subpicture overlay into
1723         playbin. Successfully plugs and plays, but the queues need
1724         shrinking - 3 seconds of video is too much buffering.
1725
1726 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1727
1728         * gst/audioconvert/gstaudioconvert.c:
1729           Remove now obsolete note in the docs.
1730
1731 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1732
1733         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1734         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1735         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1736         * docs/plugins/gst-plugins-base-plugins.args:
1737         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1738         * docs/plugins/gst-plugins-base-plugins.interfaces:
1739         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1740         * docs/plugins/gst-plugins-base-plugins.signals:
1741         * docs/plugins/inspect/plugin-adder.xml:
1742         * docs/plugins/inspect/plugin-alsa.xml:
1743         * docs/plugins/inspect/plugin-audioconvert.xml:
1744         * docs/plugins/inspect/plugin-audiorate.xml:
1745         * docs/plugins/inspect/plugin-audioresample.xml:
1746         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1747         * docs/plugins/inspect/plugin-cdparanoia.xml:
1748         * docs/plugins/inspect/plugin-decodebin.xml:
1749         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1750         * docs/plugins/inspect/plugin-gdp.xml:
1751         * docs/plugins/inspect/plugin-gnomevfs.xml:
1752         * docs/plugins/inspect/plugin-libvisual.xml:
1753         * docs/plugins/inspect/plugin-ogg.xml:
1754         * docs/plugins/inspect/plugin-pango.xml:
1755         * docs/plugins/inspect/plugin-playback.xml:
1756         * docs/plugins/inspect/plugin-queue2.xml:
1757         * docs/plugins/inspect/plugin-subparse.xml:
1758         * docs/plugins/inspect/plugin-tcp.xml:
1759         * docs/plugins/inspect/plugin-theora.xml:
1760         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1761         * docs/plugins/inspect/plugin-uridecodebin.xml:
1762         * docs/plugins/inspect/plugin-video4linux.xml:
1763         * docs/plugins/inspect/plugin-videorate.xml:
1764         * docs/plugins/inspect/plugin-videoscale.xml:
1765         * docs/plugins/inspect/plugin-videotestsrc.xml:
1766         * docs/plugins/inspect/plugin-volume.xml:
1767         * docs/plugins/inspect/plugin-vorbis.xml:
1768         * docs/plugins/inspect/plugin-ximagesink.xml:
1769         * docs/plugins/inspect/plugin-xvimagesink.xml:
1770         * ext/alsa/gstalsamixer.c:
1771         * ext/alsa/gstalsasink.c:
1772         * ext/alsa/gstalsasrc.c:
1773         * ext/gio/gstgiosink.c:
1774         * ext/gio/gstgiosrc.c:
1775         * ext/gio/gstgiostreamsink.c:
1776         * ext/gio/gstgiostreamsrc.c:
1777         * ext/gnomevfs/gstgnomevfssink.c:
1778         * ext/gnomevfs/gstgnomevfssrc.c:
1779         * ext/ogg/gstoggdemux.c:
1780         * ext/ogg/gstoggmux.c:
1781         * ext/pango/gstclockoverlay.c:
1782         * ext/pango/gsttextoverlay.c:
1783         * ext/pango/gsttextrender.c:
1784         * ext/pango/gsttimeoverlay.c:
1785         * ext/theora/theoradec.c:
1786         * ext/theora/theoraenc.c:
1787         * ext/theora/theoraparse.c:
1788         * ext/vorbis/vorbisdec.c:
1789         * ext/vorbis/vorbisenc.c:
1790         * ext/vorbis/vorbisparse.c:
1791         * ext/vorbis/vorbistag.c:
1792         * gst/adder/gstadder.c:
1793         * gst/audioconvert/gstaudioconvert.c:
1794         * gst/audioresample/gstaudioresample.c:
1795         * gst/audiotestsrc/gstaudiotestsrc.c:
1796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1797         * gst/gdp/gstgdpdepay.c:
1798         * gst/gdp/gstgdppay.c:
1799         * gst/playback/gstdecodebin2.c:
1800         * gst/playback/gstplaybin.c:
1801         * gst/playback/gstplaybin2.c:
1802         * gst/playback/gstqueue2.c:
1803         * gst/playback/gsturidecodebin.c:
1804         * gst/tcp/gstmultifdsink.c:
1805         * gst/tcp/gsttcpserversink.c:
1806         * gst/videorate/gstvideorate.c:
1807         * gst/videoscale/gstvideoscale.c:
1808         * gst/videotestsrc/gstvideotestsrc.c:
1809         * gst/volume/gstvolume.c:
1810         * sys/ximage/ximagesink.c:
1811         * sys/xvimage/xvimagesink.c:
1812           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1813           titles. Drop mentining that all our example pipelines are "simple"
1814           pipelines.
1815
1816 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1817
1818         * tests/examples/seek/Makefile.am:
1819         Fix out of tree build by adding all required CFLAGS.
1820
1821 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1822
1823         * gst/playback/gstdecodebin.c: (add_raw_queue):
1824         And ref the pad before returning it again when linking to the queue
1825         failed. Otherwise we will unref the pad twice later and things break.
1826
1827 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1828
1829         * gst/playback/gstdecodebin.c: (add_raw_queue):
1830         If linking the raw pad with a queue fails, try it without a queue
1831         instead of failing completely. This should never happen.
1832
1833 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1834
1835         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1836
1837         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1838         Add a queue after a demuxer if the demuxer outputs raw data. This was
1839         done before only for non-raw data but is required in this case too.
1840         Fixes bug #540215.
1841
1842         decodebin2 doesn't have this issue because all streams of a group
1843         go through multiqueue.
1844
1845 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1846
1847         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1848
1849         * gst-libs/gst/sdp/gstsdpmessage.c:
1850         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1851         that getaddrinfo() can be used. Fixes #541358.
1852
1853 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1854
1855         * gst/videotestsrc/gstvideotestsrc.c:
1856         (gst_video_test_src_class_init), (gst_video_test_src_init),
1857         (gst_video_test_src_set_property),
1858         (gst_video_test_src_get_property), (gst_video_test_src_create):
1859         * gst/videotestsrc/gstvideotestsrc.h:
1860         Cleanups, use default property values as defines.
1861         Add property to enable/disable peer buffer allocation.
1862
1863 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1864
1865         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1866         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1867         Enable unit tests on PPC again as the bugs are now fixed.
1868
1869 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1870
1871         * gst-libs/gst/riff/riff-ids.h:
1872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1873         (gst_riff_create_audio_template_caps):
1874         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1875         Fixes bug #540351.
1876
1877 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1878
1879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1880         (gst_ffmpeg_pixfmt_to_caps):
1881         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1882         (gst_ffmpegcsp_get_unit_size):
1883         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1884         it on other formats. Also adjust the unit size only for that format
1885         to not include the palette. Fixes bug #540497.
1886
1887 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1888
1889         * gst/adder/gstadder.c:
1890           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1891
1892 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1893
1894         * ChangeLog:
1895           ChangeLog surgery.
1896   
1897         * tests/examples/seek/seek.c:
1898           Move variable into ifdef too.
1899         
1900
1901 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1902
1903         * tests/examples/seek/seek.c:
1904           Include config.h and check if we have X. Remove XInitThread(), don't
1905           think its needed. Fixes: #540334.
1906
1907 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1908
1909         Patch by: Sam Morris <sam at robots dot org to uk>
1910
1911         * gst-libs/gst/interfaces/mixertrack.c:
1912         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1913         (gst_mixer_track_set_property):
1914         API: Add "index" property to GstMixerTrack to differantiate between
1915         multiple mixer tracks with the same label.
1916
1917         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1918         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1919         Set the "index" property of GstMixerTrack to the index given by ALSA.
1920         Fixes bug #528299.
1921
1922 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1923
1924         * tests/examples/seek/Makefile.am:
1925         * tests/examples/seek/seek.c:
1926           Remove libgstvideo usage. Use gtk_get_option_group instead of
1927           gtk_init().
1928
1929 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1930
1931         * tests/check/Makefile.am:
1932           Name the test registry format neutral.
1933
1934 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1935
1936         * gst/playback/gstqueue2.c:
1937           Do not double notify. Remove the unsued return value.
1938
1939 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1940
1941         * ext/alsa/gstalsamixer.c:
1942           Also consider "speaker" as a name for master volume. If that doesn't
1943           help look for the first non-mono volume control that also has a
1944           playback switch.
1945
1946 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1947
1948         * ChangeLog:
1949           Forgot to save the ChangeLog :/
1950
1951 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1952
1953         * tests/examples/seek/Makefile.am:
1954         * tests/examples/seek/seek.c:
1955           Embedd the xwindow. Allow to play multiple files.
1956
1957 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1958
1959         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1960         (gst_ximagesink_setcaps):
1961         * sys/ximage/ximagesink.h:
1962         When the caps change, make sure to re-draw borders in
1963         force-aspect-ratio=true mode.
1964         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1965         Don't clear the border_draw flag until we actually draw the border.
1966         * tests/check/Makefile.am:
1967         Ignore alsasink/src during the states test too, so it doesn't fail
1968         when running without access to the sound device.
1969
1970 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1971
1972         * tests/examples/seek/seek.c:
1973           Fix crasher when playing a parse-launch line the 2nd time.
1974
1975 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1976
1977         * tests/check/pipelines/oggmux.c:
1978           Properly ifdef tests to fix compilation.
1979
1980 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1981
1982         * gst/playback/gstplay-marshal.list:
1983         * gst/playback/gstplaybin2.c:
1984           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1985           playbin2. This allows the user to get to the selector's sinkpads, and
1986           thus inspect a range of things - caps, tags, etc. 
1987
1988 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1989
1990         * gst/playback/gstplaybin2.c:
1991           Use a different constant for the convert-frame signal id.
1992           Fixes #537009.
1993
1994 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1995
1996         * gst/playback/gstplaybin2.c:
1997         * gst/playback/gstplaysink.c:
1998           Fix a whole bunch of typos in comments and log statements. 
1999
2000 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2001
2002         * sys/xvimage/xvimagesink.c:
2003           Don't set colour balance values on the Xv port if the user hasn't
2004           changed them (via properties or the interface). Avoids accumulating
2005           rounding errors for the common case.
2006           Partial fix for bug #537889.
2007
2008 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2009
2010         * gst/playback/gstdecodebin2.c:
2011           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2012           pads are drained.
2013
2014 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2015
2016         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2017         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2018         Report the encoder latency. Fixes #538232.
2019
2020 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2021
2022         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2023         (notify_source), (activate_group):
2024         Implement the source property, emit notify when it changes in the
2025         underlying uridecodebin.
2026
2027 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2028
2029         * tests/examples/seek/seek.c: (stop_cb):
2030         Free and clear the seek element list so that we don't use invalid
2031         references when seeking after recreating a gst-launch line.
2032
2033 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2034
2035         * gst-libs/gst/audio/gstbaseaudiosink.c:
2036         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2037         (gst_base_audio_sink_render):
2038         Report latency even if we are not live instead of hiding it.
2039         Take ts-offset and render-delay of the basesink into account when
2040         scheduling samples.
2041         Rework the clipping code so that we can take the various offsets into
2042         account and still do correct clipping.
2043
2044 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2045
2046         * configure.ac:
2047         Bump verion back to devel -> 0.10.20.1
2048
2049 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2050
2051         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2052         Don't increase the size of non-string image buffers by one as this
2053         might in theory confuse decoders. Still increase it by one for string
2054         image buffers to append '\0'.
2055
2056 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2057
2058         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2059         
2060         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2061         Fix a buffer memleak and remove a confusing and wrong debug output.
2062         Fixes bug #538663.
2063
2064 === release 0.10.20 ===
2065
2066 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2067
2068         * configure.ac:
2069           releasing 0.10.20, "Here I Go Again"
2070
2071 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2072
2073         * configure.ac:
2074         0.10.19.3 pre-release
2075
2076 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2077
2078         * gst-libs/gst/rtsp/gstrtspconnection.c:
2079         Fix build on win32.
2080         Patch By: David Schleef <ds@schleef.org>
2081         Fixes: #536874
2082
2083 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2084
2085         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2086         (gst_gio_base_src_create):
2087         * ext/gio/gstgiobasesrc.h:
2088         Try to read the requested number of bytes, even if the first
2089         read returns less than requested, until nothing is read anymore
2090         or we have the requested amount of bytes. This fixes playback of
2091         files via Samba as Samba only allows to read 64k at once.
2092
2093         Implement a caching algorithm that makes sure that we read at
2094         least 4k of data every time. Some elements will try to read a few
2095         bytes, then seek, read again a few bytes and so on and this is
2096         painfully slow as every operation has to go over DBus if GVfs is
2097         used as backend.
2098
2099         Fixes bug #536849 and #536848.
2100
2101         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2102         (gst_gio_src_check_get_range):
2103         Override check_get_range() to blacklist http/https URIs
2104         and whitelist file URIs. More to be added on demand.
2105
2106 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2107
2108         * configure.ac:
2109         0.10.19.2 pre-release
2110
2111 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2112
2113         * win32/common/libgstrtsp.def:
2114         * win32/common/libgsttag.def:
2115         Add new API functions to the dll exports
2116
2117 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2118
2119         * gst/playback/gstplaybasebin.c:
2120           Disconnect signals from decodebins we created before we remove it
2121           from playbin, to avoid crashes if the decodebin is eventually
2122           disposed after the playbin itself (possible if the app takes a
2123           reference on the decodebin).
2124           Fixes #536521.
2125
2126 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2127
2128         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2129           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2130           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2131           (h264_video_type_find), (mpeg_video_stream_type_find),
2132           (dv_type_find), (mmsh_type_find):
2133           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2134           copy caps for no good reason (this may be desirable to make it easier
2135           to detect leaks, but then it should probably be done for all caps
2136           in the typefinder somewhere).
2137
2138 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2139
2140         * tests/check/Makefile.am:
2141         Do not try to run the check tests for subparse unless it has been
2142         built.
2143
2144 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2145
2146         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2147         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2148         Do not try to run a test which requires vorbisenc unless we have
2149         actually built it.
2150
2151 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2152
2153         * gst-libs/gst/rtsp/gstrtspconnection.c:
2154         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2155         (gst_rtsp_connection_clear_auth_params),
2156         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2157         * gst-libs/gst/rtsp/gstrtspconnection.h:
2158         Add a couple of missing argument guards.
2159         Add a way of setting the DSCP for an RTSP connection.
2160         Add an accessor method for the ip member of GstRTSPConnection as all
2161         members are supposed to be private.
2162
2163 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2164
2165         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2166         Fixed accidental use of IPv4 options for all IPv6 addresses.
2167
2168 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2169
2170         * gst-libs/gst/interfaces/mixertrack.h:
2171           Document mixer track flags.
2172
2173 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2174
2175         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2176
2177         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2178         Don't set caps on the buffers that contain a copy of the buffer
2179         including the caps of them resulting in an always increasing refcount
2180         of the caps and insanely large caps. Instead include a buffer without
2181         caps in the new caps. Fixes bug #536475.
2182
2183 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2184
2185         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2186         Transform a given PAR to a range on the struct with the generic
2187         height/width instead of the struct with the possibly restricted
2188         height/width.
2189
2190 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2191
2192         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2193         Prefer the given format if it contains something stricter than [1,MAX]
2194         for height or width and only put a structure that requires rescaling
2195         as second. This makes it possible to use videoscale in pipelines where
2196         the source can actually produce the wanted height/width but usually
2197         selects a different one from the requested.
2198
2199 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2200
2201         Based on patch by: John Millikin <jmillikin gmail com>
2202
2203         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2204           (gst_vorbis_tag_add_coverart):
2205           Retrieve COVERART tags from vorbis comments (#512333)
2206
2207 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2208
2209         * gst-libs/gst/tag/tag.h:
2210         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2211           Don't forget to add new enum value here too (should probably use
2212           glib-mkenums here...).
2213
2214 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2215
2216         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2217         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2218         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2219           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2220           (gst_tag_image_data_to_image_buffer):
2221           Add two utility functions to avoid code duplication (#512333):
2222           API: add gst_tag_image_data_to_image_buffer()
2223           API: add gst_tag_list_add_id3_image()
2224           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2225
2226 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2227
2228         * win32/common/libgstaudio.def:
2229         Add gst_audio_check_channel_positions() to the exported symbols.
2230
2231 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2232
2233         * docs/libs/gst-plugins-base-libs-sections.txt:
2234         * gst-libs/gst/audio/multichannel.c:
2235         (gst_audio_check_channel_positions):
2236         * gst-libs/gst/audio/multichannel.h:
2237         API: Make gst_audio_check_channel_positions() public.
2238
2239         * tests/check/libs/audio.c: (GST_START_TEST):
2240         Add some simple checks for gst_audio_check_channel_positions().
2241
2242 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2243
2244         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2245           minrange and maxrange are scaled according to the frequency
2246           multiplier.
2247
2248 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2249
2250         * ext/pango/Makefile.am:
2251         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2252           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2253           Use gstvideo functions to calculate strides and plane offsets. Fixes
2254           rendering issue ('ghost' images of the text on the chroma planes)
2255           with widths or heights that are not multiples of 8 (#506659 and
2256           probably also #485729).
2257
2258         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2259           (main):
2260           Test with odd height/width too.
2261
2262 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2263
2264         * gst/adder/gstadder.c: (gst_adder_query_duration),
2265         (gst_adder_query_latency):
2266         When using gst_element_iterate_pads() one has to unref every pad
2267         after usage.
2268
2269 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2270
2271         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2272         (gst_base_audio_src_class_init):
2273         Add a gtk-doc chunk for the new properties to have a Since: indication.
2274
2275 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2276
2277         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2278         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2279         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2280         (gst_base_audio_src_change_state):
2281         Provide readable actual-buffer-time and actual-latency-time properties
2282         that reflect the configured ringbuffer values. Fixes #524724.
2283         API: GstBaseAudioSrc:actual-buffer-time
2284         API: GstBaseAudioSrc:actual-latency-time
2285
2286 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2287
2288         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2289         (gst_basertppayload_change_state):
2290         Simply converting the running time into an RTP timestamp by scaling it
2291         based on the clock-rate is good enough for making an RTP timestamp. This
2292         has the added benefit that we can later on expose a property with the
2293         RTP timestamp of running time 0, as is needed for RTSP servers to
2294         generate the response of the PLAY request.
2295
2296 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2297
2298         * gst/audioconvert/gstaudioconvert.c:
2299         (structure_has_fixed_channel_positions),
2300         (gst_audio_convert_transform_caps):
2301         Allow up to 11 positioned channels now that audioconvert can handle
2302         this but add no default positions for > 8 channels.
2303         
2304         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2305         Add some unit tests for the above change: Test conversion of
2306         11 positioned channels to stereo and the other way around, test
2307         conversion of 15 unpositioned channels in different ways.
2308
2309 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2310
2311         * win32/common/libgstaudio.def:
2312         Add gst_audio_clock_reset to the list of exported symbols.
2313
2314 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2315
2316         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2317         Remove wrong_channels_identification_header unit test as we now
2318         support 7 (and more channels).
2319
2320 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2321
2322         * gst/audioconvert/gstchannelmix.c:
2323         (gst_channel_mix_fill_one_other):
2324         If mixing left or right to center (or the other way around) only take
2325         the complete value if we don't already have the original position in
2326         the source.
2327
2328 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2329
2330         * gst-libs/gst/audio/multichannel.c:
2331         (gst_audio_check_channel_positions),
2332         (gst_audio_set_structure_channel_positions_list),
2333         (gst_audio_fixate_channel_positions):
2334         Allow rear center together with rear left/right and other previously
2335         conflicting channel positions. The reason why they weren't allowed
2336         was the channel mixing implementation in audioconvert.
2337         Also take this into account when fixing channel layouts.
2338
2339         Allow setting channel positions for 1/2 channels when using
2340         gst_audio_set_structure_channel_position().
2341
2342         * gst/audioconvert/gstchannelmix.c:
2343         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2344         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2345         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2346         Major rewrite of the channel mixing.
2347
2348         We now allow previously conflicting channel positions to appear
2349         together (rear center and rear left/right for example).
2350         Fixes bug #533817.
2351
2352         Rework the way channels are mixed together to take more possible
2353         channel positions into account, properly mix from/to side channels
2354         and don't assume that either center, left&right or nothing of a
2355         specific position is available anymore.
2356
2357         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2358         Adjust unit tests with non-standard 1/2 channel layouts to the more
2359         correct new behaviour.
2360
2361         Add a unit test for 5.1->Stereo downmixing.
2362
2363 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2364
2365         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2366         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2367         Add sane defaults for the 7 and 8 channel layouts as those are
2368         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2369         more than 8 channels instead of erroring out. Fixes bug #535356.
2370
2371 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         * docs/plugins/Makefile.am:
2374         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2375         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2376         * ext/theora/theoraparse.c:
2377         Add theoraparse to the docs and fix some docs.
2378
2379 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2380
2381         * gst-libs/gst/cdda/gstcddabasesrc.c:
2382         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2383         Fix EOS condition and track addition check, the track.end sector is
2384         included in the track. Fixes #533265.
2385
2386 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2387
2388         Patch by: Mark Nauwelaerts <manauw at skynet be>
2389
2390         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2391         (gst_video_rate_flush_prev), (gst_video_rate_event),
2392         (gst_video_rate_chain):
2393         * gst/videorate/gstvideorate.h:
2394         React (more) to NEWSEGMENT
2395         Small adjustment in timestamp calculation to prevent mismatches
2396         Fixes #435633.
2397
2398 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2399
2400         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2401           Initialise error to NULL as we should.
2402
2403 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2404
2405         * gst/adder/gstadder.c: (gst_adder_query_duration),
2406         (gst_adder_query_latency), (gst_adder_query):
2407         Implement latency query.
2408
2409 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2410
2411         * gst/adder/gstadder.c: (gst_adder_query_duration):
2412         Correctly resync the iterator if gst_iterator_next() returns
2413         GST_ITERATOR_RESYNC.
2414
2415 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2416
2417         * win32/vs6/libgstpbutils.dsp:
2418           Add pbutils-enumtypes.c to sources (#518037).
2419
2420 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2421
2422         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2423         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2424         * gst-libs/gst/audio/gstaudioclock.h:
2425         Add method to inform the clock that the time starts from 0 again. We use
2426         this info to calculate a clock offset so that the time we report in
2427         internal_time is monotonically increasing, as required by the clock base
2428         class. Fixes #521761.
2429         API: GstAudioClock::gst_audio_clock_reset()
2430
2431         * gst-libs/gst/audio/gstbaseaudiosink.c:
2432         (gst_base_audio_sink_skew_slaving),
2433         (gst_base_audio_sink_change_state):
2434         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2435         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2436         Reset reported time when we (re)create the ringbuffer.
2437
2438 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2439
2440         * ext/alsa/gstalsamixertrack.c:
2441           (gst_alsa_mixer_track_update_alsa_capabilities):
2442           Make sure playback volumes aren't accidentally overwritten by
2443           capture volumes if an alsa mixer track has both playback and
2444           capture capabilities: we create two GstMixerTracks in that
2445           case, so make sure we query only the alsa capabilities that
2446           refer to the type of GstMixerTrack we created from the dual
2447           capability alsa element. Should fix issues with Audigy2 sound
2448           cards (#518082).
2449
2450 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2451
2452         * tests/check/pipelines/oggmux.c: (test_pipeline):
2453           Don't use deprecated function.
2454
2455 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2456
2457         * gst/playback/gstdecodebin2.c:
2458         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2459         Check for NULL cases and log them, creating ghostpads can, for example,
2460         fail when the pad returns wrong caps.
2461
2462         * gst/playback/gstplaybin2.c: (perform_eos):
2463         When pushing out the EOS event, collect the return value and warn when
2464         something failed.
2465
2466 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2467
2468         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2469         (gst_riff_create_video_template_caps):
2470         Add support for DVCPRO.
2471
2472 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2473
2474         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2475           Change default scaling method from nearest-neighbour to bilinear.
2476
2477 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2478
2479         * tests/check/libs/video.c:
2480           More checks.
2481
2482 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2483
2484         * gst/subparse/gstsubparse.c: (parser_state_init),
2485           (gst_sub_parse_format_autodetect), (handle_buffer):
2486         * gst/subparse/gstsubparse.h:
2487         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2488           Limit duration to a maximum of five seconds for tmplayer format where
2489           we can guess the duration only from the timestamp of the next line of
2490           text. We don't want to show a text for eternities just because nothing
2491           else is being said for a while.
2492
2493 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2494
2495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2496         (gst_base_rtp_depayload_chain),
2497         (gst_base_rtp_depayload_handle_sink_event),
2498         (gst_base_rtp_depayload_push_full),
2499         (gst_base_rtp_depayload_change_state):
2500         Check sequence numbers, mark input buffers with a discont flag for the
2501         subclass when we detected a gap, drop duplicate buffers. We do this
2502         because one can use the element without a jitterbuffer in front and we
2503         don't want to feed the subclasses invalid or reordered data.
2504         Do an error when the subclass did not provide a process function instead
2505         of crashing.
2506         Some other small cleanups.
2507
2508 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2509
2510         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2511           May just as well use the precalculated uvstride here.
2512
2513 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2514
2515         * docs/plugins/Makefile.am:
2516         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2517         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2518         * docs/plugins/gst-plugins-base-plugins.args:
2519         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2520         * docs/plugins/gst-plugins-base-plugins.interfaces:
2521         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2522         * docs/plugins/inspect/plugin-adder.xml:
2523         * docs/plugins/inspect/plugin-alsa.xml:
2524         * docs/plugins/inspect/plugin-audioconvert.xml:
2525         * docs/plugins/inspect/plugin-audiorate.xml:
2526         * docs/plugins/inspect/plugin-audioresample.xml:
2527         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2528         * docs/plugins/inspect/plugin-cdparanoia.xml:
2529         * docs/plugins/inspect/plugin-decodebin.xml:
2530         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2531         * docs/plugins/inspect/plugin-gdp.xml:
2532         * docs/plugins/inspect/plugin-gio.xml:
2533         * docs/plugins/inspect/plugin-gnomevfs.xml:
2534         * docs/plugins/inspect/plugin-libvisual.xml:
2535         * docs/plugins/inspect/plugin-ogg.xml:
2536         * docs/plugins/inspect/plugin-pango.xml:
2537         * docs/plugins/inspect/plugin-playback.xml:
2538         * docs/plugins/inspect/plugin-queue2.xml:
2539         * docs/plugins/inspect/plugin-subparse.xml:
2540         * docs/plugins/inspect/plugin-tcp.xml:
2541         * docs/plugins/inspect/plugin-theora.xml:
2542         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2543         * docs/plugins/inspect/plugin-uridecodebin.xml:
2544         * docs/plugins/inspect/plugin-video4linux.xml:
2545         * docs/plugins/inspect/plugin-videorate.xml:
2546         * docs/plugins/inspect/plugin-videoscale.xml:
2547         * docs/plugins/inspect/plugin-videotestsrc.xml:
2548         * docs/plugins/inspect/plugin-volume.xml:
2549         * docs/plugins/inspect/plugin-vorbis.xml:
2550         * docs/plugins/inspect/plugin-ximagesink.xml:
2551         * docs/plugins/inspect/plugin-xvimagesink.xml:
2552         * ext/cdparanoia/gstcdparanoiasrc.c:
2553         * ext/ogg/gstoggdemux.c:
2554         * ext/ogg/gstoggdemux.h:
2555         * ext/ogg/gstoggmux.c:
2556         * ext/ogg/gstoggmux.h:
2557         * gst/audioconvert/audioconvert.c:
2558         * gst/audioconvert/audioconvert.h:
2559         * gst/audioconvert/gstaudioconvert.h:
2560         * gst/gdp/gstgdpdepay.h:
2561         * gst/gdp/gstgdppay.h:
2562         * gst/playback/gstdecodebin.c:
2563         * gst/playback/gstdecodebin2.c:
2564         * gst/playback/gstplaybin.c:
2565         * gst/playback/gstplaybin2.c:
2566         * gst/playback/gsturidecodebin.c:
2567         * gst/tcp/gstmultifdsink.c:
2568         * gst/tcp/gstmultifdsink.h:
2569         * gst/tcp/gsttcp.h:
2570
2571         Add some documentation comments, and some new headers to be scanned.
2572         Rename some internal enum declarations (audioconvert's DitherType and
2573         NoiseShapingType, GstUnitType from the TCP elements) to match the
2574         documented GObject type names so that the docs pick them up.
2575         Name the playbin2 docs markups properly so they get picked up. They'll
2576         need renaming back when/if playbin2 becomes playbin.
2577
2578         100% symbol coverage for the plugin docs, booya.
2579
2580 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2581
2582         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2583
2584         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2585         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2586
2587 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2588
2589         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2590
2591         * gst/playback/gstdecodebin.c: (remove_fakesink):
2592         Lock the fakesink before setting the state to NULL and removing it from
2593         the bin so that a concurrent state change cannot interfere. 
2594         Fixes #534331.
2595
2596 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2597
2598         * docs/Makefile.am:
2599         Fix installing plugin documentation when gtk-doc is disabled.
2600
2601 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2602
2603         * gst-libs/gst/rtsp/Makefile.am:
2604         Distribute, don't install md5.h
2605
2606 2008-05-21  Julien Moutte  <julien@fluendo.com>
2607
2608         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2609         instead of SOL_IP, works on more platforms.
2610         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2611         arguments.
2612
2613 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2614
2615         * ext/vorbis/vorbisdec.c:
2616         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2618         Some debug and comment fixes.
2619
2620         * tests/examples/dynamic/addstream.c: (main):
2621         Fix , to ;
2622
2623 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2624
2625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2626         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2627         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2628         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2629         (cleanup_decodebin):
2630         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2631         (connect_element), (gst_decode_group_control_demuxer_pad):
2632         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2633         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2634         (mute_group_type):
2635         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2636         (gst_play_bin_set_property), (handoff), (gen_video_element),
2637         (gen_text_element), (gen_audio_element), (gen_vis_element),
2638         (remove_sinks), (add_sink), (setup_sinks):
2639         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2640         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2641         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2642         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2643         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2644         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2645         (gen_vis_chain), (gst_play_sink_reconfigure),
2646         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2647         (gst_play_sink_request_pad):
2648         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2649         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2650         (cb_newpad):
2651         * gst/playback/test6.c: (new_decoded_pad_cb):
2652         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2653         * tests/check/elements/audiorate.c: (test_injector_chain),
2654         (do_perfect_stream_test):
2655         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2656         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2657         * tests/check/elements/gnomevfssink.c:
2658         * tests/check/elements/textoverlay.c:
2659         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2660         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2661         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2662         * tests/check/pipelines/oggmux.c: (test_pipeline):
2663         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2664         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2665         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2666         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2667         * tests/examples/seek/seek.c: (make_mod_pipeline),
2668         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2669         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2670         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2671         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2672         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2673         (update_fill), (msg_buffering):
2674         Don't use bad gst_element_get_pad().
2675
2676 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2677
2678         * gst-libs/gst/riff/riff-media.c:
2679           Fix wrong method name in docs. Fix calculation of strf fields for
2680           broken mulaw/alaw.
2681   
2682         * gst-libs/gst/riff/riff-read.c:
2683           Whitespace fix and removing double ';'.
2684
2685 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2686
2687         * docs/design/part-playbin2.txt:
2688         Add some leftover doc.
2689
2690 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2691
2692         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2693         Fix copy & paste error in last commit.
2694
2695 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2696
2697         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2698         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2699         other channel positions when source has SIDE channels and dest doesn't
2700         or the other way around.
2701
2702 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2703
2704         Patch by: Henrik Eriksson <henriken at axis dot com>
2705
2706         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2707         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2708         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2709         (gst_multi_fd_sink_get_property):
2710         * gst/tcp/gstmultifdsink.h:
2711         Add support for DSCP QOS. Fixes #469933.
2712
2713 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2714
2715         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2716         Add another test that checks if conversion between standard 1 and 2
2717         channel layouts with and without positions set is working.
2718
2719 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2720
2721         * gst-libs/gst/audio/multichannel.c:
2722         (gst_audio_check_channel_positions):
2723         Allow non-standard 2 channel layouts.
2724         
2725         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2726         Add some tests for converting and remapping non-standard 1 and 2
2727         channel layouts.
2728
2729 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * gst/audioconvert/gstchannelmix.c:
2732         (gst_channel_mix_fill_normalize):
2733         Prevent division by zero if the channel mix matrix contains only
2734         zeroes.
2735
2736 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2737
2738         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2739
2740         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2741         Close a buffer memory leak. Fixes bug #534071.
2742
2743 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2744
2745         * gst-libs/gst/rtsp/gstrtsptransport.h:
2746         Make the GstRTSPTransport struct members public as there are no
2747         setters/getters and it's supposed to be changed directly.
2748         Fixes bug #533087.
2749
2750 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2751
2752         * gst/adder/gstadder.c:
2753         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2754         claim this on the pad template caps.
2755
2756 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2757
2758         * gst-libs/gst/audio/gstbaseaudiosink.c:
2759         (gst_base_audio_sink_sync_latency):
2760         We can only use our optimal calibration if we prerolled before the
2761         latency expired.
2762
2763 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2764
2765         * configure.ac:
2766           Require core CVS for GstBaseSrc buffer caps setting magic.
2767
2768 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2769
2770         * gst/audioconvert/gstaudioconvert.c:
2771         (gst_audio_convert_fixate_channels):
2772         Fix logic in last commit.
2773
2774 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2775
2776         * gst/audioconvert/gstaudioconvert.c:
2777         (gst_audio_convert_fixate_channels):
2778         Passthrough the channel positions if the number of output channels is
2779         the same as the number of input channels, the input had a channel
2780         layout and downstream requests no special one. We did this already for
2781         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2782
2783 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2784
2785         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2786         (gst_gnome_vfs_src_finalize),
2787         (gst_gnome_vfs_src_received_headers_callback),
2788         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2789         * ext/gnomevfs/gstgnomevfssrc.h:
2790         Set the ICY caps on the srcpad from where they get picked up by the base
2791         class now and set on the outgoing buffers.
2792
2793         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2794         (gst_base_audio_src_create):
2795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2796         BaseSrc now sets the caps on outgoing buffers automatically.
2797
2798 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2799
2800         * gst-libs/gst/audio/gstbaseaudiosink.c:
2801         (gst_base_audio_sink_resample_slaving),
2802         (gst_base_audio_sink_skew_slaving),
2803         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2804         (gst_base_audio_sink_async_play),
2805         (gst_base_audio_sink_change_state):
2806         Change the way in which the ringbuffer is started when dealing with a
2807         slaved clock and latency. We now sync to the clock until we reach
2808         upstream latency before starting the ringbuffer. This has the effect
2809         that we can accurately align the master and slave clocks and let the
2810         rate correction code take care of the initial drift or rounding errors
2811         instead of leaving them uncorrected with the old approach.
2812
2813 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2814
2815         * gst/audioconvert/gstaudioconvert.c:
2816         (gst_audio_convert_fixate_channels):
2817         Correctly set the default channel positions when converting to 8
2818         channels.
2819
2820 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2821
2822         * configure.ac:
2823           Error out if we don't have the required version of core.
2824
2825 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2826
2827         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2828           Use data scan helper in aac typefinder and stop scanning
2829           for headers when we've found a type. Also fix potential invalid
2830           memory access when calculating the frame length.
2831
2832 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2833
2834         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2835           (mpeg_sys_is_valid_pack):
2836           Don't modify scan context when we return FALSE in ensure_data, so
2837           it's possible to continue scanning, and we don't end up with a NULL
2838           data pointer and a positive size, which might bite us the next time
2839           we're called. Small constification.
2840
2841 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2842
2843         * gst/adder/gstadder.c:
2844         Adder doesn't support 24 bit samples so don't claim it supports them
2845         in the pad template caps.
2846
2847 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2848
2849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2850         (gst_base_rtp_depayload_chain):
2851         Validate the RTP packet before further processing it. It's just too
2852         dangerous to accept random packets and people are not forced to use a
2853         jitterbuffer or session manager to filter out the bad packets.
2854
2855         * gst-libs/gst/rtp/gstrtpbuffer.c:
2856         (gst_rtp_buffer_set_extension_data),
2857         (gst_rtp_buffer_get_payload_subbuffer):
2858         Small cleanups.
2859         When setting extension data in a buffer that is too small, we fail and
2860         we should not set the extension bit.
2861         Change GST_WARNINGS into g_warning because they really are
2862         programming errors.
2863
2864         * tests/check/libs/rtp.c: (GST_START_TEST):
2865         Catch the g_warnings now in the unit tests and that fact that failing to
2866         set extension data left the extension bit untouched.
2867
2868 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2869
2870         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2871           Revert previous change which made basetransform handle buffer_alloc
2872           and which breaks things badly in the non-passthrough case since it
2873           returned buffers with a different (ie. sometimes smaller) size than
2874           the size requested.
2875
2876 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2877
2878         Patch by: Bernard B <b-gnome at largestprime dot net>
2879
2880         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2881         Fix seqnum compare function for bordercase values and fix the docs
2882         again. Fixes #533075.
2883
2884         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2885         Add a testcase for seqnum compare function.
2886
2887 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2888
2889         * gst/adder/gstadder.c: (gst_adder_setcaps),
2890         (gst_adder_class_init):
2891         Correctly declare the supported endianness on the pad templates
2892         and check for correct endianness in the set caps function. Adder
2893         only supports native endianness.
2894         Also use gst_element_class_set_details_simple().
2895
2896 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2897
2898         * sys/xvimage/xvimagesink.c:
2899           Better debug logging in port value handling. Merging separate port
2900           value loops into one.
2901
2902 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2903
2904         Patch by: Hannes Bistry <hannesb at gmx dot de>
2905
2906         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2907         * gst/tcp/gsttcpserversink.c:
2908         (gst_tcp_server_sink_handle_server_read),
2909         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2910         Fix regression in clientsrc because we did not add the fd to the poll
2911         set anymore. Fixes #532364.
2912         Do some cleanups here and there.
2913
2914 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2915
2916         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2917         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2918         * gst/playback/gstplay-marshal.list:
2919         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2920         Use correct marshallers. GstCaps are a boxed type and no GObject
2921         subclass.
2922
2923 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2924
2925         * win32/common/libgstrtsp.def:
2926         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2927         symbols.
2928
2929 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2930
2931         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2932
2933         * tests/check/elements/audioresample.c:
2934         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2935         (live_switch_push), (GST_START_TEST):
2936         Add unit test for the latest basetransform negotiation changes.
2937         See bug #526768.
2938
2939 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2940
2941         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2942         Fix nv12<->nv21 conversion if stride is larger than width.
2943
2944 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2945
2946         Patch by: Jan Gerber <j at oil21 dot org>
2947
2948         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2949         (gst_ogg_pad_parse_skeleton_fisbone):
2950         * ext/ogg/gstoggdemux.h:
2951         Parse presentation time from skeleton streams and use it as offset
2952         for the timestamps. Fixes bug #530068.
2953
2954 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2955
2956         * gst-libs/gst/audio/gstbaseaudiosink.c:
2957         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2958         Revert previous patch that attempted to more accurately calculate the
2959         initial offset between master and slave clock. The best thing we can do
2960         in general is take the time of both clocks as the diff since we don't
2961         know when the actual preroll happened.
2962
2963 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2964
2965         * gst-libs/gst/pbutils/install-plugins.c:
2966           Fix docs: type and missing word.
2967
2968 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2969
2970         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2971           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2972           for this instead; don't check if we've found enough markers after
2973           each and every step, it's enough to do that only if we've actually
2974           found a new marker.
2975           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2976
2977 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2978
2979         * gst/typefind/gsttypefindfunctions.c:
2980           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2981           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2982           (mpeg_video_stream_type_find):
2983           Move scan helper thingy to the beginning of the file so we can use
2984           it in other typefind functions. Rename it to something more
2985           generic. Also improve handling of things towards the end of the
2986           typefind data: peek as much as we can if we know the size of the
2987           data, rather than just min_size.
2988
2989 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2990
2991         * docs/libs/gst-plugins-base-libs-sections.txt:
2992         * gst-libs/gst/interfaces/colorbalance.c:
2993         * gst-libs/gst/interfaces/colorbalance.h:
2994         * gst-libs/gst/interfaces/colorbalancechannel.c:
2995         * gst-libs/gst/interfaces/colorbalancechannel.h:
2996         * gst-libs/gst/interfaces/tuner.c:
2997         * gst-libs/gst/interfaces/tunerchannel.c:
2998         * gst-libs/gst/interfaces/tunerchannel.h:
2999         * gst-libs/gst/interfaces/tunernorm.c:
3000         * gst-libs/gst/interfaces/tunernorm.h:
3001         * gst-libs/gst/video/video.c:
3002         * gst-libs/gst/video/video.h:
3003         Document the GstTuner and GstColorBalance interfaces, and some
3004         other random API functions that needed it. 70% symbol coverage, woo.
3005
3006 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3007
3008         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3009         Choose to allocate one less segment but require one additional segment
3010         as latency. 
3011
3012         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3013         No need to increment the number of segments in the source.
3014
3015         * gst-libs/gst/audio/gstbaseaudiosink.c:
3016         (gst_base_audio_sink_get_time), (clock_convert_external),
3017         (gst_base_audio_sink_resample_slaving),
3018         (gst_base_audio_sink_skew_slaving),
3019         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3020         (gst_base_audio_sink_async_play):
3021         Remove adding latency when returning the internal time while subtracting
3022         it again when we use the value a little later.
3023         When calculating the end timestamp, we are making a rounding error
3024         with the current algorithm. Ensure that we don't accumulate these
3025         rounding errors when aligning samples by not resampling at all if we
3026         don't need to. Fixes #419351.
3027         Make the initial calibration of the clock slaving a little more
3028         predictable and accurate. Also handle the case where we don't do
3029         clock slaving.
3030
3031 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3032
3033         Based on a patch by:
3034           Björn Benderius <bjoern dot benderius at axis dot com>
3035
3036         * gst/ffmpegcolorspace/avcodec.h:
3037         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3038         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3039         (gst_ffmpegcsp_avpicture_fill):
3040         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3041         * gst/ffmpegcolorspace/imgconvert_template.h:
3042         Add conversions from/to NV12 and NV21 and conversions between those
3043         two formats. Fixes bug #532166.
3044
3045 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3046
3047         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3048         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3049         which happens for example with files smaller than 128kb.
3050
3051 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3052
3053         Patch by: Wouter Cloetens <zombie at e2big dot org>
3054
3055         * gst-libs/gst/rtsp/Makefile.am:
3056         * gst-libs/gst/rtsp/gstrtspconnection.c:
3057         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3058         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3059         (add_auth_header), (gst_rtsp_connection_free),
3060         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3061         (gst_rtsp_connection_set_auth_param),
3062         (gst_rtsp_connection_clear_auth_params):
3063         * gst-libs/gst/rtsp/gstrtspconnection.h:
3064         Add Digest authorization support for RTSP connections. See #532065.
3065
3066         * gst-libs/gst/rtsp/md5.c:
3067         * gst-libs/gst/rtsp/md5.h:
3068         Yeap, another md5 implementation until we can depend on a glib that has
3069         support for it.
3070
3071 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3072
3073         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3074
3075         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3076         Let audioresample use the buffer allocation of basetransform instead
3077         of it's own stuff.
3078
3079         * tests/check/elements/audioresample.c: (alloc_only_48000),
3080         (GST_START_TEST), (audioresample_suite):
3081         Add unit test for the recent basetransform bugfix, where upstream
3082         changes caps to something that can't be passed through anymore.
3083
3084 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3085
3086         * win32/common/config.h.in:
3087           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3088           use the real thing than having "???" unconditionally.
3089
3090 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3091
3092         * gst-libs/gst/audio/gstbaseaudiosink.c:
3093         (gst_base_audio_sink_query):
3094         Report the latency with the new seglatency parameter.
3095
3096         * gst-libs/gst/audio/gstringbuffer.c:
3097         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3098         (gst_ring_buffer_acquire):
3099         * gst-libs/gst/audio/gstringbuffer.h:
3100         Add new field to the ringbufferspec to specify the expected latency
3101         between the underlying device read/write pointer, this is needed
3102         when writing sinks that sit a little closer to the hardware.
3103         Add some more docs for other fields.
3104
3105 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3106
3107         * gst/volume/gstvolume.c: (volume_transform_ip):
3108         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3109         reason instead of crashing later. Might fix bug #509125.
3110
3111 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3112
3113         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3114
3115         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3116         * gst/audioconvert/audioconvert.h:
3117         * gst/audioconvert/gstaudioconvert.c:
3118         (gst_audio_convert_parse_caps),
3119         (structure_has_fixed_channel_positions),
3120         (gst_audio_convert_transform_caps):
3121         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3122         Add support for more than 8 channels and NONE channel layouts. For
3123         more than 8 channels no channel conversion is supported yet, only
3124         format conversions are supported. Fixes bug #398033.
3125
3126         * tests/check/elements/audioconvert.c: (verify_convert),
3127         (GST_START_TEST), (audioconvert_suite):
3128         Add some unit tests by Tim for checking the NONE channel layouts
3129         and more than 8 channels and add some more unit tests for channel
3130         conversions.
3131
3132 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3133
3134         * gst/playback/gstdecodebin2.c: (connect_pad):
3135         When autoplugging fails, set the element back to NULL before
3136         unreffing it.
3137
3138 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         * win32/common/libgstaudio.def:
3141         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3142         symbols.
3143
3144 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3145
3146         * gst/subparse/samiparse.c: (handle_start_sync),
3147         (end_sami_element), (characters_sami):
3148         Remove trailing, leading and double whitespaces.
3149         Correctly timestamp buffers and output the last buffer too.
3150
3151         * tests/check/elements/subparse.c: (GST_START_TEST),
3152         (subparse_suite):
3153         Add a simple unit test for SAMI parsing.
3154
3155 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3156
3157         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3158
3159         * gst/subparse/samiparse.c: (handle_start_sync),
3160         (start_sami_element), (end_sami_element), (characters_sami),
3161         (sami_context_reset):
3162         Only output characters inside the "sync" elements. There could be
3163         other elements like "style" that have some content but should
3164         not be printed. Fixes bug #467911.
3165
3166 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3167
3168         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3169         (set_active_source):
3170         * gst/playback/gstplaybasebin.h:
3171         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3172         (playbin_set_audio_mute):
3173         Allow setting -1 as current-audio to mute the current audio stream,
3174         similar to what is done for subtitles. Fixes bug #342294.
3175
3176 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3177
3178         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3179         It's SorensOn and not SorensEn.
3180
3181 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3182
3183         * gst-libs/gst/pbutils/descriptions.c: (formats):
3184           Fix description of video/x-flash-video.
3185
3186 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3187
3188         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3189         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3190         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3191         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3192         Remove some unused code.
3193
3194         * gst/audioconvert/gstaudioquantize.c:
3195         (gst_audio_quantize_free_noise_shaping):
3196         Don't return before freeing the noise shaping history.
3197
3198 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3199
3200         * tests/check/elements/subparse.c: (do_test),
3201           (test_tmplayer_style3b), (subparse_suite):
3202           Add unit test for the tmplayer variant from bug #530962.
3203
3204 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3205
3206         * gst/subparse/gstsubparse.c: (handle_buffer),
3207           (gst_sub_parse_sink_event):
3208         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3209           (tmplayer_parse_line):
3210           Fix parsing of tmplayer subtitle variant where every single line contains
3211           text and there isn't an empty line after each line to determine the
3212           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3213           making sure that we push out the last line of text without a duration if
3214           there's still text left in the buffer at the end.
3215
3216 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3217
3218         * gst/subparse/gstsubparse.c: (feed_textbuf):
3219           Fix detection of discontinuities based on the buffer offset (doesn't work
3220           so well if no buffer offset is set) and also check for the DISCONT buffer
3221           flag. This keeps the parser state from being reset after each buffer in
3222           the unit test.
3223
3224 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3225
3226         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3227           Further fine-tuning: don't absolutely require sequence or GOP headers
3228           (as introduced in the previous commit), but adjust the typefind
3229           probabilities returned accordingly if we don't see them. Also make sure
3230           picture header and first slice are somewhat close to each other (which
3231           is not perfect but still better than requiring a fixed offset or having
3232           no limit at all).
3233
3234 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3235
3236         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3237         (gst_basertppayload_sink_setcaps),
3238         (gst_basertppayload_sink_getcaps):
3239         Rename the setcaps/getcaps function internally to make it clear that
3240         they are called for the sink pad.
3241
3242 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3243
3244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3245         (gst_base_rtp_depayload_class_init),
3246         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3247         (gst_base_rtp_depayload_packet_lost),
3248         (gst_base_rtp_depayload_set_gst_timestamp):
3249         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3250         Catch packet-lost events from the jitterbuffer and convert them into a
3251         vmethod call (lost-packet) so that depayloaders can do something smart.
3252         Also add a default packet-lost function that sends out a segment update
3253         to the decoders.
3254
3255 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3256
3257         * gst/playback/test4.c:
3258         * gst/playback/test5.c:
3259         * gst/playback/test6.c:
3260         * gst/playback/test7.c:
3261           Also include config.h when relying on defines from it. Fixes the
3262           build. Its been a please to serve :)
3263
3264 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3265
3266         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3267         (paint_setup_NV21), (paint_hline_NV12_NV21):
3268         Add support for NV12 and NV21 in videotestsrc
3269
3270 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         * gst/videoscale/gstvideoscale.c:
3273         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3274         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3275         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3276         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3277         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3278         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3279         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3280         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3281         (vs_image_scale_linear_RGB555):
3282         Support 1x1 images as input and output as for example the BBC HQ new
3283         streams have 1x1 GIFs in the playlists for some reason.
3284
3285 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3286
3287         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3288           (try_to_link_1):
3289           If we can't activate one of the decoders we plugged in (such as,
3290           say, musepackdec) for some reason (it might not support push mode,
3291           for example), remove any pad probes that close_pad_link() might
3292           have set up. This makes sure we later don't try to remove a probe
3293           for a pad that doesn't exist any longer, and avoids nast warnings
3294           and probably other things too.
3295
3296 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3297
3298         * gst/typefind/gsttypefindfunctions.c:
3299           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3300           (plugin_init):
3301           Rework mpeg video stream typefinding a bit more: make sure sequence,
3302           GOP, picture and slice headers appear in the order they should and
3303           that we've in fact at least had one of each; fix picture header
3304           detection; decouple picture and slice header check - don't assume
3305           they're at a fixed offset, there may be extra data in between. Also,
3306           announce varying degrees of probability depending on what we found
3307           exactly (multiple pictures, at least one picture, just sequence and
3308           GOP headers). Finally, in _ensure_data(), take into account that we
3309           might be typefinding smaller amounts of data, such as the first
3310           buffer of a stream, so fall back to the minimum size needed as long
3311           as that's available, instead of erroring out if there's less than
3312           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3313           fuzzed file from #399342 as valid.
3314
3315 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3316
3317         * ext/theora/theoradec.c:
3318           Cool kids don't divide by zero.
3319           Treat PAR of x:0 as 1:1.
3320           Fixes #530719.
3321
3322 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3323
3324         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3325           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3326           (mpeg_video_stream_type_find):
3327           Refactor a bit: use context structure to track parsing offset and
3328           size of available data and make the code a bit clearer. Fixes bad
3329           memory access in #356937.
3330
3331 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3332
3333         * gst/playback/test4.c:
3334         * gst/playback/test5.c:
3335         * gst/playback/test6.c:
3336         * gst/tcp/gstmultifdsink.c:
3337           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3338           is defined.
3339
3340 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3341
3342         * gst-libs/gst/audio/gstbaseaudiosink.h:
3343         Clarify some docs.
3344
3345         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3346         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3347         (gst_base_audio_src_set_slave_method),
3348         (gst_base_audio_src_get_slave_method),
3349         (gst_base_audio_src_set_property),
3350         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3351         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3352         Add property and methods for selecting the clock slave method in the
3353         source, like in the sink.
3354         We only implement "none" and "re-timestamp" for now.
3355         API: gst_base_audio_src_set_slave_method()
3356         API: gst_base_audio_src_get_slave_method()
3357
3358 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3359
3360         * gst-libs/gst/rtp/gstrtpbuffer.c:
3361         Fix the docs about the seqnum compare function, it returns a difference.
3362
3363 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3364
3365         * ext/alsa/gstalsadeviceprobe.c:
3366         (gst_alsa_get_device_list): Don't return before freeing up
3367         the allocated structures.
3368
3369 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3370
3371         * gst/playback/gstplaybin.c:
3372           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3373
3374 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3375
3376         * ext/ogg/gstoggdemux.c:
3377           Revert the event part, that should not go in.
3378
3379 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3380
3381         * ext/ogg/gstoggdemux.c:
3382           Don't leak GstPluginFeatures when filtering.
3383
3384 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3385
3386         * sys/xvimage/xvimagesink.c:
3387           Add some logging for cases when grabbing the xv failed.
3388
3389 2008-04-21  David Schleef  <ds@schleef.org>
3390
3391         * ext/ogg/gstoggmux.c:
3392           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3393           packet.  Should conform to what we currently think is the
3394           final Ogg/Dirac muxing spec.
3395
3396 2008-04-21  David Schleef  <ds@schleef.org>
3397
3398         * sys/xvimage/xvimagesink.c:
3399           Fix typo that causes the overlay keying color to bright green
3400           on a 16-bit display.  Dark grey good.  Bright green bad.
3401
3402 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3403
3404         * ext/gnomevfs/gstgnomevfsuri.c:
3405           Add  FIXME comment about using uri-list for source and sink.
3406
3407 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3408
3409         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3410         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3411         vaargs functions to gint. Otherwise the fractions will get 0 set
3412         instead of the correct value on big endian systems. Fixes bug #529018.
3413
3414 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3415
3416         * ext/gnomevfs/gstgnomevfssink.c:
3417         (gst_gnome_vfs_sink_uri_get_protocols):
3418         * ext/gnomevfs/gstgnomevfssrc.c:
3419         (gst_gnome_vfs_src_uri_get_protocols):
3420         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3421         (gst_gnomevfs_get_supported_uris):
3422         Get the list of supported URI schemes in a threadsafe way and use the
3423         same list for the source and sink.
3424
3425 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3426
3427         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3428         (gst_gio_get_supported_protocols):
3429         Don't generate a new supported protocols list on each call but cache
3430         it. It's supposed to be static anyway, this way we only leak it once
3431         per process.
3432
3433         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3434         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3435         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3436         (gst_gio_sink_start):
3437         * ext/gio/gstgiosink.h:
3438         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3439         (gst_gio_src_class_init), (gst_gio_src_finalize),
3440         (gst_gio_src_set_property), (gst_gio_src_get_property),
3441         (gst_gio_src_start):
3442         * ext/gio/gstgiosrc.h:
3443         API: Add "file" properties where one can set a GFile as
3444         source/destination.
3445
3446         Add locking to the properties and use
3447         gst_element_class_set_details_simple() instead of a static
3448         GstElementDetails struct.
3449
3450 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3451
3452         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3453         (plugin_init):
3454         Add "mpp" and "mp+" as possible extensions for MusePack files.
3455
3456         Add typefinding for MusePack StreamVersion 8 files and include the
3457         stream version in the caps.
3458
3459 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3460
3461         * gst-libs/gst/rtp/gstrtppayloads.c:
3462         (gst_rtp_payload_info_for_name):
3463         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3464
3465 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3466
3467         * configure.ac:
3468           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3469           (NB: this only affects compilation of some of the examples).
3470           Remove some configure.ac cruft that's not needed any longer.
3471
3472 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3473
3474         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3475         Don't validate the payload if there isn't any.
3476         Fixes #525915
3477
3478 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3479
3480         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3481         Use g_atomic_int_set() instead of gst_atomic_int_set().
3482
3483 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3484
3485         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3486         Return NULL instead of a gchar * array with one NULL element if we
3487         don't get any supported URI schemes from GIO.
3488
3489 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3490
3491         * gst/audiotestsrc/gstaudiotestsrc.c:
3492           Remove cpp style commented old code.
3493
3494 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3495
3496         * gst/playback/gstdecodebin2.c:
3497           Fix signal docs.
3498
3499 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3500
3501         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3502           (gst_text_overlay_init):
3503           Fix textoverlay unit test again by making the supposed default
3504           value for the wait-text property the actual default value.
3505           Also fix Since: tag for new property.
3506
3507 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3510           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3511           (gst_video_format_get_pixel_stride),
3512           (gst_video_format_get_component_width),
3513           (gst_video_format_get_component_height),
3514           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3515           (gst_video_format_convert):
3516           Add guards to these functions to ensure sane input values.
3517
3518         * tests/check/libs/video.c:
3519           Fix unit test not to create caps with width=0 and height=0.
3520
3521 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3522
3523         * docs/design/draft-keyframe-force.txt:
3524         Fix typo.
3525
3526         * gst/playback/gstqueue2.c: (update_buffering),
3527         (gst_queue_handle_src_query):
3528         Set buffering mode in the messages.
3529         Set buffering percent in the query.
3530
3531         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3532         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3533         Do some more fancy things based on the buffering method in use.
3534
3535 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3536
3537         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3538         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3539         (msg_buffering), (main):
3540         Add basic download reports to seek using the new buffering API.
3541
3542 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3543
3544         * gst/playback/gstqueue2.c: (update_buffering),
3545         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3546         (gst_queue_src_checkgetrange_function):
3547         Include extra buffering stats in the buffering message.
3548         Implement BUFFERING query.
3549
3550         * gst/playback/gsturidecodebin.c: (do_async_start),
3551         (do_async_done), (type_found), (setup_streaming), (setup_source),
3552         (gst_uri_decode_bin_change_state):
3553         Only add decodebin2 when the type is found in streaming mode.
3554         Make uridecodebin async to PAUSED even when we don't have decodebin2
3555         added yet.
3556
3557 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3558
3559         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3560         Filter cdda from the supported URI schemes. We can't support
3561         musicbrainz tags and everything else one expects from a cdda source
3562         with GIO. Fixes bug #526794.
3563
3564 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3565
3566         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3567         (gst_xvimagesink_buffer_alloc):
3568         Fix calculation of 'expected size' for YV12 buffers.
3569         Be a little more verbose in the debug output for buffer-alloc'ed
3570         buffers which turn out to have the wrong size.
3571
3572 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * NEWS:
3575         * RELEASE:
3576         * gst-plugins-base.doap:
3577           Merge other changes from 0.10.19 release branch.
3578
3579 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3580
3581         * gst-libs/gst/audio/gstbaseaudiosink.c:
3582           (gst_base_audio_sink_class_init):
3583         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3584           (gst_base_audio_src_class_init):
3585         * gst/playback/gstplayback.c: (plugin_init):
3586         * gst/volume/gstvolume.c: (plugin_init):
3587           Work around missing bits of thread-safety on older GLibs some
3588           more to avoid assertions when starting up multiple playbin
3589           objects concurrently (see #512382).
3590
3591 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3592
3593         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3594           Remove some more fields.
3595
3596 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3597
3598         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3599
3600         * configure.ac:
3601         Actually build dlls when cross-compiling with mingw32.
3602         Fixes bug #526247.
3603
3604 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3605
3606         * configure.ac:
3607           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3608
3609 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3610
3611         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3612         (msg_buffering), (connect_bus_signals), (main):
3613         Add statusbar.
3614         Add buffering support with feedback in the statusbar.
3615
3616 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3617
3618         * ext/ogg/gstoggmux.c:
3619           Fix sample pipeline description.
3620
3621 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3622
3623         * docs/plugins/Makefile.am:
3624         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3625         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3626         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3627           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3628
3629         * docs/plugins/gst-plugins-base-plugins.args:
3630         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3631         * docs/plugins/gst-plugins-base-plugins.interfaces:
3632         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3633         * docs/plugins/inspect/plugin-adder.xml:
3634         * docs/plugins/inspect/plugin-alsa.xml:
3635         * docs/plugins/inspect/plugin-audioconvert.xml:
3636         * docs/plugins/inspect/plugin-audiorate.xml:
3637         * docs/plugins/inspect/plugin-audioresample.xml:
3638         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3639         * docs/plugins/inspect/plugin-cdparanoia.xml:
3640         * docs/plugins/inspect/plugin-decodebin.xml:
3641         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3642         * docs/plugins/inspect/plugin-gdp.xml:
3643         * docs/plugins/inspect/plugin-gnomevfs.xml:
3644         * docs/plugins/inspect/plugin-libvisual.xml:
3645         * docs/plugins/inspect/plugin-ogg.xml:
3646         * docs/plugins/inspect/plugin-pango.xml:
3647         * docs/plugins/inspect/plugin-playback.xml:
3648         * docs/plugins/inspect/plugin-queue2.xml:
3649         * docs/plugins/inspect/plugin-subparse.xml:
3650         * docs/plugins/inspect/plugin-tcp.xml:
3651         * docs/plugins/inspect/plugin-theora.xml:
3652         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3653         * docs/plugins/inspect/plugin-uridecodebin.xml:
3654         * docs/plugins/inspect/plugin-video4linux.xml:
3655         * docs/plugins/inspect/plugin-videorate.xml:
3656         * docs/plugins/inspect/plugin-videoscale.xml:
3657         * docs/plugins/inspect/plugin-videotestsrc.xml:
3658         * docs/plugins/inspect/plugin-volume.xml:
3659         * docs/plugins/inspect/plugin-vorbis.xml:
3660         * docs/plugins/inspect/plugin-ximagesink.xml:
3661         * docs/plugins/inspect/plugin-xvimagesink.xml:
3662           Update introspection data.
3663
3664         * ext/ogg/gstoggmux.c:
3665           Document oggmux.
3666
3667         * gst/playback/gstdecodebin2.c:
3668           Don't use gtk-doc style comment start for private stuff, but make it
3669           formatted like this for consistency.
3670
3671 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3672
3673         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3674         (gst_decode_bin_init), (gst_decode_bin_dispose),
3675         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3676         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3677         (analyze_new_pad), (connect_pad), (expose_pad),
3678         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3679         (gst_decode_group_expose), (gst_decode_group_free),
3680         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3681         Remove fakesink hack, we can now implement this more elegantly.
3682         Added property to bypass typefinding.
3683         Removed underrun callback and demuxer pad probe, we now use the srcpad
3684         probe to expose groups.
3685         API::sink-caps property
3686
3687         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3688         Guard against multiple emissions of the no_more_pads signal, which
3689         happens when we are dealing with chained oggs.
3690
3691         * gst/playback/gsturidecodebin.c: (remove_decoders),
3692         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3693         (setup_source):
3694         For streams, use our own typefind element and plug our queue after it.
3695         We will need this to determine the type of buffering to use for the
3696         queue soon.
3697
3698 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3699
3700         * gst-libs/gst/audio/gstbaseaudiosink.c:
3701         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3702         Guard against over and underflows because of clock slaving.
3703         When we are using our own clock, still compensate for any calibrations
3704         that we might have done to our clock.
3705
3706 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3707
3708         * ext/theora/theoradec.c: (theora_handle_type_packet),
3709         (theora_dec_chain):
3710         Don't try to do anything fancy with the return code from pushing an
3711         event, it does not have enough information to turn it into a
3712         GST_FLOW_ERROR.
3713
3714 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3715
3716         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3717         (gst_ogg_demux_chain_elem_pad):
3718         Add small debug line.
3719         Pass return code from the internal decoder instead of the too generic
3720         GST_FLOW_ERROR.
3721
3722 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3723
3724         * gst-libs/gst/cdda/Makefile.am:
3725         * gst-libs/gst/cdda/base64.c:
3726         * gst-libs/gst/cdda/base64.h:
3727         * gst-libs/gst/cdda/gstcddabasesrc.c:
3728         (gst_cddabasesrc_calculate_musicbrainz_discid):
3729         Use GLib's base64 implementation instead of our own.
3730
3731 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3732
3733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3734         (gst_ogg_demux_read_chain):
3735         Refix oggdemux, we only have a problem if we failed to find a chain and
3736         we are not EOF.
3737
3738 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3739
3740         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3741
3742         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3743         (gst_ogg_demux_read_chain):
3744         When we fail to find a BOS page and we and up with no chain, error out
3745         properly instead of segfaulting. Fixes #525665.
3746
3747 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3748
3749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3750         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3751         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3752         no-more-pads...
3753
3754 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3755
3756         * gst/playback/gstqueue2.c: (update_out_rates),
3757         (gst_queue_open_temp_location_file),
3758         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3759         (gst_queue_handle_src_query), (gst_queue_set_property):
3760         Update the estimated input data when we push out a buffer.
3761         Add some debug info about the temp file.
3762         Only forward src events when we are not using a temp file.
3763         Don't block the duration query, we need to find something better.
3764         Don't leak the temp filename.
3765
3766 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3767
3768         * configure.ac:
3769         Require GLib 2.12 and liboil 0.3.14.
3770
3771         * gst/volume/gstvolume.c: (volume_process_double):
3772         Unconditionally use liboil 0.3.14 function.
3773
3774 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3775
3776         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3777         ms-gsm can have arbitrarty sample rates. See #481354.
3778
3779 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3780
3781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3782         MP4S is generic MPEG-4, not a microsoft variant.
3783
3784 2008-03-27  Michael Smith <msmith@fluendo.com>
3785
3786         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3787           Check the body CRC (if set) when depayloading.
3788           Fixes #522401.
3789
3790 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3791
3792         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3793           Fix Since: version for new property.
3794
3795 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3796
3797         * gst-libs/gst/rtsp/gstrtspconnection.c:
3798         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3799         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3800         Don't error when poll_wait returns EAGAIN.
3801
3802 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3803
3804         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3805         The queue is never filled when there are no buffers in the queue at all.
3806         Fixes #523993.
3807
3808 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3809
3810         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3811         (init_group), (free_group), (gst_play_bin_init),
3812         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3813         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3814         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3815         (gst_play_bin_set_current_video_stream),
3816         (gst_play_bin_set_current_audio_stream),
3817         (gst_play_bin_set_current_text_stream),
3818         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3819         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3820         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3821         (activate_group), (deactivate_group), (setup_next_source),
3822         (save_current_group), (gst_play_bin_change_state):
3823         Update some docs.
3824         Add new locks and conds to protect pipeline creation and group
3825         switching.
3826         Implement the sub-uri property.
3827         Keep track of pending uridecodebin creation and configure the output
3828         pipeline after all streams are configured.
3829         Propagate subtitle encoding to the uridecodebins.
3830         Implement getting the video/audio/visualisation elements.
3831         Use input-selector for stream switching.
3832         If we are asked to do visualisation, prefer to autoplug raw sinks
3833         instead of sinks that accept encoded data.
3834
3835 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3836
3837         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3838         (gst_play_sink_init), (gst_play_sink_dispose),
3839         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3840         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3841         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3842         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3843         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3844         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3845         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3846         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3847         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3848         * gst/playback/gstplaysink.h:
3849         Add methods to get audio/video/vis elements.
3850         Add methods to set the font description for the overlay.
3851         Remove properties, we're using this element with its methods only.
3852         Add support for subtitles.
3853         Rearrange the locking a bit to not use the object lock for protecting
3854         the pipeline construction.
3855         Try to use the volume and mute property on the sink when its available.
3856         Implement the mute option with volume when the sink does not have a mute
3857         property.
3858         Only add volume element when the sink has no volume property.
3859         Only do visualisations with raw audio pads.
3860
3861 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3862
3863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3864         (gst_text_overlay_init), (gst_text_overlay_set_property),
3865         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3866         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3867         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3868         (gst_text_overlay_change_state):
3869         * ext/pango/gsttextoverlay.h:
3870         Add property to configure waiting for text on the textpad or not, with
3871         the default behaviour being the old one (always wait for text before
3872         rendering the video). This default behaviour is usually not the best one
3873         because the text stream can very sparse and could require queueing a lot
3874         of video.
3875         Fix the flushing and EOS handing so that we don't mix up their meaning.
3876
3877 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * gst/playback/gsturidecodebin.c:
3880         (gst_uri_decode_bin_autoplug_factories),
3881         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3882         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3883         (gst_uri_decode_bin_set_property),
3884         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3885         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3886         (proxy_autoplug_factories_signal), (make_decoder),
3887         (source_new_pad), (setup_source):
3888         Add a readonly source property and notify.
3889         Add new lock for protecting the construction of the pipeline.
3890         Keep track of the decodebins we plugged.
3891         Correctly proxy the autoplug signal so that it actually continues.
3892         Proxy subtitle-encoding to the decodebins.
3893
3894 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3895
3896         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3897         (text_toggle_cb), (update_streams), (main):
3898         Rearrange some buttons in playbin2 and make some other boxes insensitive
3899         when needed.
3900         Add language codes to subtitle selection boxes when we gind the right
3901         tags for the streams.
3902
3903 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3904
3905         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3906         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3907         (gst_decode_bin_set_subs_encoding),
3908         (gst_decode_bin_get_subs_encoding),
3909         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3910         (deactivate_free_recursive):
3911         Protect caps property with the object lock.
3912         Protect encoding property with the object lock.
3913         Keep list of elements we added that have the subtitle-encoding property.
3914         Distribute the subtitle-encoding to all of the elements when it
3915         changes.
3916
3917 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3918
3919         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3920         Small debug improvement.
3921
3922         * gst-libs/gst/audio/gstbaseaudiosink.c:
3923         (gst_base_audio_sink_render):
3924         Fix bug in determining the sample start/stop position, we want to base
3925         this decision on the fact that we are going forwards or backwards, not
3926         slower or faster. This fixes some ugly resync warnings when playing at
3927         very slow speeds.
3928
3929 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3930
3931         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3932         Correctly set the supported URI schemes and don't leave
3933         some schemes in the middle or at the start at NULL.
3934
3935 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3936
3937         * tests/check/elements/gdpdepay.c:
3938           Make test compile without unused function/variable warnings on PPC.
3939  
3940 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3941
3942         * configure.ac:
3943         * ext/alsa/gstalsamixerelement.c:
3944         (gst_alsa_mixer_element_class_init):
3945         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3946         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3947         * ext/cdparanoia/gstcdparanoiasrc.c:
3948         (gst_cd_paranoia_src_class_init):
3949         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3950         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3951         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3952         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3953         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3954         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3956         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3957         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3958         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3959         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3960         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3961         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3962         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3963         (gst_audio_filter_template_class_init):
3964         * gst-libs/gst/audio/gstbaseaudiosink.c:
3965         (gst_base_audio_sink_class_init):
3966         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3967         (gst_base_audio_src_class_init):
3968         * gst-libs/gst/cdda/gstcddabasesrc.c:
3969         (gst_cdda_base_src_class_init):
3970         * gst-libs/gst/interfaces/mixertrack.c:
3971         (gst_mixer_track_class_init):
3972         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3973         (gst_base_rtp_depayload_class_init):
3974         * gst-libs/gst/rtp/gstbasertppayload.c:
3975         (gst_basertppayload_class_init):
3976         * gst/audioconvert/gstaudioconvert.c:
3977         (gst_audio_convert_class_init):
3978         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3979         * gst/audioresample/gstaudioresample.c:
3980         (gst_audioresample_class_init):
3981         * gst/audiotestsrc/gstaudiotestsrc.c:
3982         (gst_audio_test_src_class_init):
3983         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3984         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3986         (preroll_unlinked):
3987         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3988         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3989         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3990         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3991         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3992         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3993         (gst_stream_selector_class_init):
3994         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3995         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3996         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3997         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3998         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3999         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4000         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4001         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4002         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4003         * gst/videotestsrc/gstvideotestsrc.c:
4004         (gst_video_test_src_class_init):
4005         * gst/volume/gstvolume.c: (gst_volume_class_init):
4006         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4007         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4010         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4012         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4013         static strings (i.e. all). This gives us less memory usage,
4014         fewer allocations and thus less memory defragmentation. Depend
4015         on core CVS for this. Fixes bug #523806.
4016
4017 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4018
4019         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4020         Filter http and https protocols. GIO/GVfs handles them but it's
4021         impossible to implement iradio/icecast with it. Better use
4022         souphttpsrc or something else for this.
4023
4024         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4025         If getting the file informations by a query fails try it with the
4026         seek-to-end trick too.
4027
4028 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4029
4030         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4031         (gst_volume_base_init), (gst_volume_class_init),
4032         (volume_process_double), (volume_process_float),
4033         (volume_transform_ip), (plugin_init):
4034         memset buffers to zero if we get a GAP buffer. We usually see a
4035         buffer as one unit so let's handle it as one and don't care about
4036         volume changes while processing one buffer.
4037         Also clean up some stuff a bit.
4038
4039 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4040
4041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4042         (gst_audio_convert_create_silence_buffer),
4043         (gst_audio_convert_transform):
4044         Make audioconvert GAP-aware by outputting silence buffers when the
4045         input has the GAP flag set. This is up to 8x faster.
4046         Based on a patch by Stefan Kost. Fixes bug #517813.
4047
4048 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4049
4050         * gst/volume/gstvolume.c: (volume_process_double):
4051         Use oil_scalarmultiply_f64_ns() for double processing when it's
4052         available at compile time.
4053
4054 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4055
4056         * configure.ac:
4057         Fix lrint/lrintf checks to actually work. These functions are
4058         in libm on Linux at least so try to link to it.
4059
4060 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4061
4062         * configure.ac:
4063         Back to development - 0.10.18.1
4064
4065 === release 0.10.18 ===
4066
4067 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4068
4069         * configure.ac:
4070           releasing 0.10.18, "I will follow"
4071
4072 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4073
4074         * configure.ac:
4075         * win32/common/config.h:
4076         0.10.17.4 pre-release
4077
4078 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4079
4080         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4081         Use GST_STR_NULL when trying to print strings that could be NULL because
4082         this might crash on some platforms. See #520808.
4083
4084 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4085
4086         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4087
4088         * gst-libs/gst/rtsp/gstrtspconnection.c:
4089         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4090         (read_line), (gst_rtsp_connection_read_internal):
4091         Generic Windows fixes that makes libgstrtsp work on Windows when
4092         coupled with the new GstPoll API. See #520808.
4093
4094 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4095
4096         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4097
4098         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4099           If seeking to a new position succeeds don't simply return from
4100           create() without creating a buffer. Do this only in the case
4101           seeking to the new position fails. Fixes bug #523054.
4102
4103 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4106           (gst_video_format_from_rgba32_masks):
4107           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4108           (#522635).
4109
4110         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4111           Add unit test for the RGB caps parsing and creation, checking for
4112           internal consistency of the new API and consistency of the API with
4113           the old GST_VIDEO_CAPS_* defines.
4114
4115 2008-03-14  David Schleef  <ds@schleef.org>
4116
4117         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4118           because -base is in freeze.
4119
4120 2008-03-14  David Schleef  <ds@schleef.org>
4121
4122         Patch by: William M. Brack
4123
4124         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4125
4126 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4127
4128         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4129         (gst_selector_pad_chain):
4130         * gst/playback/gststreamselector.h:
4131         Revert change that caused regression until a real fix is found.
4132         Fixes #522203.
4133
4134 2008-03-12  Michael Smith <msmith@fluendo.com>
4135
4136         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4137         * gst-libs/gst/audio/gstringbuffer.h:
4138           Rename recently added buffer types to make more sense.
4139         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4140         (gst_alsasink_write):
4141           Adapt for above API changes.
4142           Fixes bug #520523.
4143
4144 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4145
4146         * win32/common/libgstnetbuffer.def:
4147         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4148
4149 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4150
4151         * configure.ac:
4152         * win32/common/config.h:
4153         0.10.17.3 pre-release
4154
4155 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4158         (gst_base_audio_src_create):
4159         Fix duration when no clock was provided. Fixes #520300.
4160
4161 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4162
4163         Patch by: Olivier Crete  <tester at tester ca>
4164
4165         * docs/libs/gst-plugins-base-libs-sections.txt:
4166         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4167         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4168         Add trivial function to compare GstNetAddress. See #520626.
4169         API: GstNetBuffer::gst_netaddress_equal
4170
4171 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4172
4173         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4174         Update mode property docs, it's deprecated now.
4175
4176 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4177
4178         * gst-libs/gst/rtsp/gstrtspconnection.c:
4179         (gst_rtsp_connection_create):
4180         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4181         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4182         * gst/tcp/gstmultifdsink.h:
4183         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4184         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4185         Remove GstPollMode from gstpoll constructor.
4186
4187 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4188
4189         * configure.ac:
4190         * win32/common/config.h:
4191         0.10.17.2 pre-release
4192
4193 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4194
4195         * gst/Makefile.am:
4196         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4197         them twice
4198
4199         * win32/common/libgstinterfaces.def:
4200         * win32/common/libgstrtp.def:
4201         Add new API to the defs
4202
4203 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4204
4205         Patch by: Mersad Jelacic  <mersad at axis dot com>
4206
4207         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4208         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4209         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4210         possible to specify the sample size in bits. (#509637)
4211
4212 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4213
4214         * tests/check/libs/mixer.c:
4215           Add a few simple checks for the new message types.
4216
4217 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         * docs/libs/gst-plugins-base-libs-sections.txt:
4220         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4221           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4222           (gst_mixer_message_get_type),
4223           (gst_mixer_message_parse_option_changed),
4224           (gst_mixer_message_parse_options_list_changed):
4225         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4226           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4227           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4228           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4229           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4230           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4231
4232 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4233
4234         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4235           (gst_mixer_options_get_values):
4236         * gst-libs/gst/interfaces/mixeroptions.h:
4237           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4238           (_GstMixerOptions), (_GstMixerOptionsClass):
4239           API: add GstMixerOptions::get_values vfunc (#519906)
4240
4241 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4242
4243         * configure.ac:
4244         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4245         plug-ins are included/excluded. (#498222)
4246
4247 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4248
4249         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4250         Add typefinder for IMelody files, using audio/x-imelody.
4251         See bug #519516.
4252
4253 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4254
4255         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4256         * ext/alsa/gstalsasink.c: (set_hwparams):
4257         * ext/alsa/gstalsasrc.c: (set_hwparams):
4258         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4259         * ext/ogg/gstoggmux.h:
4260         * ext/ogg/gstogmparse.c:
4261         * gst-libs/gst/audio/audio.c:
4262         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4263         * gst-libs/gst/pbutils/missing-plugins.c:
4264         (gst_missing_uri_sink_message_new),
4265         (gst_missing_element_message_new),
4266         (gst_missing_decoder_message_new),
4267         (gst_missing_encoder_message_new):
4268         * gst-libs/gst/rtp/gstbasertppayload.c:
4269         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4270         (gst_rtcp_packet_bye_get_reason):
4271         * gst/audioconvert/gstaudioconvert.c:
4272         * gst/audioresample/gstaudioresample.c:
4273         * gst/ffmpegcolorspace/imgconvert.c:
4274         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4275         * gst/typefind/gsttypefindfunctions.c:
4276         * gst/videoscale/vs_4tap.c:
4277         * gst/videoscale/vs_4tap.h:
4278         * sys/v4l/gstv4lelement.c:
4279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4280         * sys/v4l/v4l_calls.c:
4281         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4282         (gst_v4lsrc_try_capture):
4283         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4284         (gst_ximagesink_ximage_new):
4285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4286         (gst_xvimagesink_xvimage_new):
4287         * tests/check/elements/audioconvert.c:
4288         * tests/check/elements/audioresample.c:
4289         (fail_unless_perfect_stream):
4290         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4291         * tests/check/elements/decodebin.c:
4292         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4293         (setup_gdpdepay_streamheader):
4294         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4295         (setup_gdppay_streamheader):
4296         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4297         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4298         * tests/check/elements/textoverlay.c:
4299         * tests/check/elements/videorate.c: (setup_videorate):
4300         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4301         * tests/check/elements/volume.c: (setup_volume):
4302         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4303         * tests/check/elements/vorbistag.c:
4304         * tests/check/generic/clock-selection.c:
4305         * tests/check/generic/states.c: (setup), (teardown):
4306         * tests/check/libs/cddabasesrc.c:
4307         * tests/check/libs/video.c:
4308         * tests/check/pipelines/gio.c:
4309         * tests/check/pipelines/oggmux.c:
4310         * tests/check/pipelines/simple-launch-lines.c:
4311         (simple_launch_lines_suite):
4312         * tests/check/pipelines/streamheader.c:
4313         * tests/check/pipelines/theoraenc.c:
4314         * tests/check/pipelines/vorbisdec.c:
4315         * tests/check/pipelines/vorbisenc.c:
4316         * tests/examples/seek/scrubby.c:
4317         * tests/examples/seek/seek.c: (query_positions_elems),
4318         (query_positions_pads):
4319         * tests/icles/stress-xoverlay.c: (myclock):
4320         Correct all relevant warnings found by the sparse semantic code
4321         analyzer. This include marking several symbols static, using
4322         NULL instead of 0 for pointers and using "foo (void)" instead
4323         of "foo ()" for declarations.
4324
4325         * win32/common/libgstrtp.def:
4326         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4327
4328 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4329
4330         Patch by: José Alburquerque <jaalburqu svn gnome org>
4331
4332         * gst/playback/gstplaybin2.c:
4333           Make the function signature of the _get_*_tags() functions match
4334           the signature of the vfuncs they implement, ie. return a
4335           GstTagList rather than a GstStructure, which is more correct,
4336           even if one is typedef'ed to the other (#518940).
4337
4338 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4339
4340         * gst-libs/gst/rtsp/gstrtspconnection.c:
4341           Don't include unix headers unconditionally (fixes #518037).
4342
4343 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4346           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4347           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4348           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4349           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4350           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4351           (gst_video_format_is_packed), (video_format_is_packed):
4352           Add unit test that makes sure that the strides, offsets and
4353           sizes returned for the various YUV formats by the new video API
4354           match the old reference implementation in videotestsrc.
4355
4356 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4359           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4360           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4361           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4362           (gst_video_format_get_pixel_stride),
4363           (gst_video_format_get_component_width),
4364           (gst_video_format_get_component_height),
4365           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4366         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4367           (GST_VIDEO_FORMAT_Y42B):
4368           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4369
4370 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4371
4372         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4373           YV12 is I420 with swapped components 1 and 2, so the offset of
4374           component 1 for I420 should be the offset for component 2 for YV12
4375           and vice versa.
4376
4377 2008-02-29  Rene Stadler  <mail@renestadler.de>
4378
4379         * sys/v4l/gstv4lelement.c:
4380         Add missing semicolon to fix indentation.
4381
4382 2008-02-29  Julien Moutte  <julien@fluendo.com>
4383
4384         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4385         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4386         if we can do SPDIF output.
4387         * ext/alsa/gstalsa.h:
4388         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4389         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4390         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4391         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4392         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4393         to support AC3, EC3 and IEC958 buffers.
4394
4395 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4398           (gst_mixer_message_parse_mute_toggled),
4399           (gst_mixer_message_parse_record_toggled),
4400           (gst_mixer_message_parse_volume_changed),
4401           (gst_mixer_message_parse_option_changed):
4402           De-cruft and fix message type assertions (NULL is not a really
4403           valid mixer message type string).
4404
4405 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4406
4407         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4408         When negotiating, actually start from a format that we can support
4409         instead of from the too generic template.
4410
4411 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4412
4413         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4414         Enable vis setting.
4415
4416         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4417         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4418         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4419         (gen_vis_chain):
4420         Implement vis switching while playing.
4421
4422 2008-02-28  David Schleef  <ds@schleef.org>
4423
4424         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4425
4426 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4427
4428         Patch by: Peter Kjellerstedt  <pkj at axis com>
4429
4430         * gst/tcp/Makefile.am:
4431         * gst/tcp/fdsetstress.c:
4432         * gst/tcp/gstfdset.c:
4433         * gst/tcp/gstfdset.h:
4434         Removed fdset and stress test, they are now known as GstPoll in
4435         core. 
4436
4437         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4438         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4439         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4440         (gst_multi_fd_sink_handle_client_write),
4441         (gst_multi_fd_sink_queue_buffer),
4442         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4443         (gst_multi_fd_sink_stop):
4444         * gst/tcp/gstmultifdsink.h:
4445         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4446         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4447         (gst_tcp_gdp_read_caps):
4448         * gst/tcp/gsttcp.h:
4449         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4450         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4451         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4452         * gst/tcp/gsttcpclientsink.h:
4453         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4454         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4455         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4456         * gst/tcp/gsttcpclientsrc.h:
4457         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4458         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4459         * gst/tcp/gsttcpserversink.h:
4460         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4461         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4462         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4463         * gst/tcp/gsttcpserversrc.h:
4464         Port to GstPoll. See #505417.
4465
4466 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4467
4468         Patch by: Peter Kjellerstedt  <pkj at axis com>
4469
4470         * gst-libs/gst/rtsp/gstrtspconnection.c:
4471         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4472         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4473         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4474         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4475         (gst_rtsp_connection_flush):
4476         * gst-libs/gst/rtsp/gstrtspconnection.h:
4477         Use GstPoll for the rtsp connection. See #505417.
4478
4479 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4480
4481         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4482         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4483         Add combo box for visualisations, populate it with a factory list
4484         of all visualisation plugins, configure vis plugin instance in
4485         playbin2. 
4486
4487 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4488
4489         * tests/check/libs/rtp.c: (GST_START_TEST):
4490         Add check for RTP buffer defaults, padding and marker bit API.
4491
4492 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4493
4494         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4495         Use memcpy() instead of upcasting a byte array to long *. This
4496         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4497         This should be ported to GCheckSum once we can use GLib 2.16.
4498         Partially fixes bug #500833.
4499
4500 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4503           Push tag event after the newsegment event. Log the pointer of
4504           the buffer we're actually going to push rather than the buffer
4505           we're feeding to _make_metadata_writable().
4506
4507 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4508
4509         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4510         Comment smoke typefinder for now. The smokedec plugin needs one
4511         frame per buffer but we have no parser yet, thus it simply crashes
4512         in most situations.
4513
4514 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4515
4516         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4517         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4518
4519 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4520
4521         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4522         (plugin_init):
4523         Add midi typefinder, copied from the timidity plugin.
4524
4525 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4528
4529         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4530         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4531           (subparse_suite):
4532           Forward slashes at the beginning and end of a line also signify
4533           italics (Fixes: #518162).
4534
4535 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4536
4537         * tests/check/gst-plugins-base.supp:
4538         Add a suppression for a cached value in GIO that wasn't moved
4539         while moving gio from -bad to -base.
4540
4541 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4542
4543         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4544
4545         * configure.ac:
4546         Don't hardcode -Wall and -Werror for configure checks, this fails
4547         with non-GCC compilers. Fixes bug #517991.
4548
4549 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4550
4551         * gst/audioconvert/gstaudioconvert.c:
4552         * gst/audioconvert/gstaudioquantize.c:
4553         * gst/audioconvert/gstaudioquantize.h:
4554           Make audioconvert gap aware. If noiseshaping is used, wait for
4555           noiseshaping to converge before marking as GAP. Fixes #517813.
4556
4557 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4558
4559         * gst/audiotestsrc/gstaudiotestsrc.c:
4560           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4561
4562 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4563
4564         * ext/gnomevfs/gstgnomevfssink.c:
4565         (gst_gnome_vfs_sink_handle_event):
4566         Return FALSE when seeking for a new segment fails instead
4567         of silently ignoring the failure and appending every buffer
4568         that comes for the new segment.
4569
4570 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4571
4572         * gst/playback/gstplaysink.c: (find_property),
4573         (gst_play_sink_find_property), (gen_video_chain),
4574         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4575         Recursively search the sink element for a last-frame property so that we
4576         can also find the property in autovideosink and friends that don't
4577         always proxy the internal sink properties.
4578
4579 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         * gst-libs/gst/audio/multichannel.c:
4582           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4583           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4584           (gst_audio_set_structure_channel_positions_list),
4585           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4586           (gst_audio_fixate_channel_positions):
4587           Fix confusing terminology in docs and code: structure fields are
4588           'fields' and not 'properties'.
4589
4590 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4591
4592         * gst-libs/gst/audio/multichannel.c:
4593           (gst_audio_check_channel_positions), (add_list_to_struct):
4594           Give more useful warning messages if one of the channel
4595           layout enums passed to us is invalid and if the "channels"
4596           field in the caps has a GType we don't expect.
4597
4598 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4599
4600         * gst-libs/gst/audio/multichannel.c:
4601           Fix typo in docs blurb.
4602
4603 2008-02-19  Julien Moutte  <julien@fluendo.com>
4604
4605         Patch by: Josep Torra Valles <josep@fluendo.com>
4606
4607         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4608         typefind lookup to fix typefinding on HD clips.
4609
4610 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4611
4612         * gst/playback/gstscreenshot.c:
4613         * gst/playback/gstscreenshot.h:
4614           Fix up copyright (I rewrote the GStreamer-0.10 code for
4615           this from scratch back in the days).
4616
4617 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4618
4619         * gst/playback/Makefile.am:
4620         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4621         (create_element), (gst_play_frame_conv_convert):
4622         * gst/playback/gstscreenshot.h:
4623         Add screenshot conversion code from totem.
4624
4625         * gst/playback/gstplay-marshal.list:
4626         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4627         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4628         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4629         Implement frame property to get a color-unconverted snapshot.
4630         Implement convert-frame action signal to get a converted snapshot image.
4631         Configure connection speed in uridecodebin.
4632         Document some more properties.
4633
4634         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4635         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4636         (gst_play_sink_get_last_frame):
4637         * gst/playback/gstplaysink.h:
4638         Use last-buffer property of the video sink to get a video snapshot.
4639
4640         * tests/examples/seek/seek.c: (shot_cb), (main):
4641         Add snapshot button for playbin2 and use the frame property to save the
4642         frame as a png in the current directory.
4643
4644 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4645
4646         Patch by: Josep Torra Valles <josep at fluendo dot com>
4647
4648         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4649         (plugin_init):
4650         Add typefinding support for h264 elementary streams.
4651         Fixes bug #517420.
4652
4653 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4654
4655         * configure.ac:
4656           Require CVS of core for new API in collectpads.
4657
4658         * gst/adder/gstadder.c:
4659           Use new API to make adder sparse stream aware.
4660
4661 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4662
4663         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4664         (no_more_pads_cb):
4665         Get the object data correct so that we can remove our channels
4666         correctly.
4667
4668         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4669         (gen_vis_chain), (gst_play_sink_reconfigure),
4670         (gst_play_sink_request_pad):
4671         Add option to disable async behaviour in the sinks when possible. This
4672         makes it possible to avoid an audio queue when dealing with
4673         visualisations.
4674         Add option to add a queue for the audio path.
4675
4676         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4677         (main):
4678         Disable the vis checkbox to match the defaults of playbin2.
4679         Only get the stream info when we need to.
4680
4681 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4682
4683         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4684         (gst_gio_base_sink_set_stream):
4685         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4686         (gst_gio_base_src_set_stream):
4687         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4688         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4689         Don't use async operations as they require a running main loop.
4690         This makes us block again when closing streams and unable
4691         to mount the enclosing volume of an URI if it isn't yet.
4692
4693 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4694
4695         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4696         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4697         (gen_vis_chain), (gst_play_sink_reconfigure),
4698         (gst_play_sink_request_pad):
4699         Move tee in front of the audio and vis pipelines.
4700         Add queue for audio for now.
4701         Add visualisation support.
4702
4703         * tests/examples/seek/seek.c: (main):
4704         Visualisation is by default disabled.
4705
4706 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4707
4708         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4709         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4710         Improve debugging a bit.
4711
4712         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4713         * ext/gio/gstgiosink.h:
4714         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4715         * ext/gio/gstgiosrc.h:
4716         Try to mount the enclosing volume of a GFile if it isn't mounted
4717         yet. This requires us to wait for an async operation to finish, done
4718         with an nested GMainLoop. Authentication is not supported yet, will
4719         come later.
4720
4721 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4722
4723         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4724         (gst_play_bin_set_property), (gst_play_bin_get_property),
4725         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4726         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4727         (gst_play_sink_get_mute), (gen_audio_chain):
4728         * gst/playback/gstplaysink.h:
4729         Add mute property.
4730
4731         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4732         (gst_selector_pad_chain):
4733         * gst/playback/gststreamselector.h:
4734         Make sure we forward the event only once.
4735
4736         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4737         Add and implement the mute button for playbin2.
4738
4739 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4740
4741         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4742
4743         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4744         Add some more debug info.
4745         Make sure we never return a negative delay. Fixes #516246.
4746
4747 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4750           Revert patch that makes the sink hold the object lock when
4751           calling snd_pcm_delay(), since it breaks playback for me.
4752
4753 2008-02-12  Julien Moutte  <julien@fluendo.com>
4754
4755         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4756         some seek flags when changing rate.
4757
4758 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4759
4760         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4761         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4762         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4763         Fix potential leaks.
4764
4765         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4766         Fix leak when there is no function configured.
4767
4768 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4769
4770         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4771         (gst_v4lsrc_buffer_finalize):
4772         Correctly chain up the finalize method.
4773
4774 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4775
4776         * ext/gio/gstgiostreamsink.c:
4777         * ext/gio/gstgiostreamsrc.c:
4778         Add documentation and example code for giostreamsink/giostreamsrc.
4779
4780         * tests/check/pipelines/gio.c: (GST_START_TEST):
4781         Ask the GMemoryOutputStream for the data instead of assuming that
4782         the pointer to the data stayed the same. It could've been realloc'ed.
4783
4784 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         * ext/gio/gstgiosink.c:
4787         * ext/gio/gstgiosrc.c:
4788         Make the documentation of giosink/giosrc complete, large parts
4789         are based on the gnomevfssink/gnomevfssrc docs.
4790
4791 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4792
4793         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4794         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4795         * docs/plugins/gst-plugins-base-plugins.args:
4796         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4797         * docs/plugins/gst-plugins-base-plugins.interfaces:
4798         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4799         * docs/plugins/gst-plugins-base-plugins.signals:
4800         * docs/plugins/inspect/plugin-adder.xml:
4801         * docs/plugins/inspect/plugin-audioconvert.xml:
4802         * docs/plugins/inspect/plugin-audiorate.xml:
4803         * docs/plugins/inspect/plugin-audioresample.xml:
4804         * docs/plugins/inspect/plugin-decodebin.xml:
4805         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4806         * docs/plugins/inspect/plugin-gdp.xml:
4807         * docs/plugins/inspect/plugin-gio.xml:
4808         * docs/plugins/inspect/plugin-gnomevfs.xml:
4809         * docs/plugins/inspect/plugin-libvisual.xml:
4810         * docs/plugins/inspect/plugin-ogg.xml:
4811         * docs/plugins/inspect/plugin-pango.xml:
4812         * docs/plugins/inspect/plugin-playback.xml:
4813         * docs/plugins/inspect/plugin-queue2.xml:
4814         * docs/plugins/inspect/plugin-subparse.xml:
4815         * docs/plugins/inspect/plugin-theora.xml:
4816         * docs/plugins/inspect/plugin-uridecodebin.xml:
4817         * docs/plugins/inspect/plugin-videorate.xml:
4818         * docs/plugins/inspect/plugin-videoscale.xml:
4819         * docs/plugins/inspect/plugin-volume.xml:
4820         * docs/plugins/inspect/plugin-vorbis.xml:
4821         Add the GIO documentation again and while at that run make update.
4822
4823 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4826         * ext/alsa/gstalsasink.c: (set_swparams):
4827         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4828           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4829           against libasound >= 1.0.16, since it's been deprecated in
4830           0.10.16, and alignment is always 1 then, apparently. (#512899)
4831
4832 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * gst/playback/gstplaybin.c: (gen_audio_element):
4835         * gst/playback/gstplaysink.c: (gen_audio_chain):
4836           Handle case where we can't create the volume element a bit
4837           better (#514307).
4838
4839 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4840
4841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4842         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4843           Add support for https protocol. Fixes #510229.
4844
4845 2008-02-11  Julien Moutte  <julien@fluendo.com>
4846         
4847         Patch by: Alan Peevers <peeves@pacbell.net>
4848
4849         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4850         lock when calling alsa methods.
4851
4852 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4853
4854         * gst/typefind/gsttypefindfunctions.c:
4855           Bump rank of jpeg and png typefinders, which will return maximum
4856           probability in the most common cases (thus short-circuiting more
4857           expensive typefinders like the mp3 one for these two quite common
4858           image types).
4859
4860 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4861
4862         * ext/theora/theoraparse.c:
4863         Fix long description of the theora parser to be more verbose than just
4864         the type name.
4865
4866 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4867
4868         Patch by: Branko Čibej <brane at xbc dot nu>
4869
4870         * sys/xvimage/xvimagesink.c:
4871         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4872         Fixes bug #515654.
4873
4874 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4875
4876         * gst/playback/gstplaybasebin.c:
4877         Set is_dynamic as True if there are elements with both request
4878         and sometimes src pad templates instead of breaking out when it
4879         finds the first pad template that is a src.
4880
4881 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4882
4883         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4884         (update_streams), (video_combo_cb), (audio_combo_cb),
4885         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4886         Add some stream switching and volume gui for playbin2.
4887
4888 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4889
4890         * gst/playback/gstplay-marshal.list:
4891         Added marshal for streamselector Tags.
4892
4893         * gst/playback/gstplaybasebin.c: (set_active_source):
4894         Streamselector now selects pads based on the pad object instead of its
4895         name.
4896
4897         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4898         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4899         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4900         (gst_play_bin_get_text_tags),
4901         (gst_play_bin_set_current_video_stream),
4902         (gst_play_bin_set_current_audio_stream),
4903         (gst_play_bin_set_current_text_stream),
4904         (gst_play_bin_set_property), (gst_play_bin_get_property),
4905         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4906         Remove option to mute streams with the current-a/v/t property, we have
4907         this functionality in the flags.
4908         Add signals to notify when the number of A/V/T channels changed.
4909         Add action signals to get tags for the A/V/T streams.
4910         Implement setting the current A/V/T stream.
4911         Rearrange some things to simplify stream selection.
4912         Implement volume.
4913
4914         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4915         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4916         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4917         (activate_vis), (gst_play_sink_reconfigure):
4918         * gst/playback/gstplaysink.h:
4919         Add and implement volume setting methods.
4920
4921         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4922         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4923         (gst_selector_pad_event), (gst_stream_selector_class_init),
4924         (gst_stream_selector_init), (gst_stream_selector_finalize),
4925         (gst_stream_selector_set_property),
4926         (gst_stream_selector_get_property),
4927         (gst_stream_selector_get_linked_pad),
4928         (gst_stream_selector_request_new_pad):
4929         * gst/playback/gststreamselector.h:
4930         Add pad properties for tags and status of pads.
4931         Keep tags on pads.
4932         Make active pad selection based on pad object instead of name.
4933
4934 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4935
4936         * configure.ac:
4937           Revert last change as we now check in gtk-doc.m4 for sed.
4938
4939 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4940
4941         * configure.ac:
4942         Find and subst SED when building the docs.
4943
4944 2008-02-08  Julien Moutte  <julien@fluendo.com>
4945
4946         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4947         (main): Make sure bus signals are reconnected when pressing STOP
4948         and then PLAY again for a parse launch pipeline. Fix a ref leak
4949         on the bus.
4950         * win32/common/config.h: Updated.
4951
4952 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4953
4954         * configure.ac:
4955         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4956         pre-releases or releases.
4957
4958 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4959
4960         * configure.ac:
4961         * ext/gio/Makefile.am:
4962         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4963         reporting
4964
4965 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4966
4967         * docs/plugins/Makefile.am:
4968         Add the headers which need scanning for the GIO plugin. The rest of
4969         the docs still need migrating.
4970
4971 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4972
4973         * ext/Makefile.am:
4974         * tests/check/Makefile.am:
4975         * tests/check/pipelines/.cvsignore:
4976         Add gio in a few more places.
4977
4978 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4979
4980         * configure.ac:
4981         * ext/Makefile.am:
4982         * tests/check/Makefile.am:
4983         Move gio plugin from -bad and mark as experimental.
4984
4985 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4986
4987         * gst-libs/gst/interfaces/mixeroptions.c:
4988         * gst-libs/gst/interfaces/mixertrack.c:
4989         Comment out a couple of other things which break the build when
4990         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4991
4992 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4993
4994         * docs/libs/gst-plugins-base-libs-sections.txt:
4995           Fix pbutils header.
4996
4997 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4998
4999         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5000         Fix compiler warning.
5001
5002 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5003
5004         Patch by: Peter Kjellerstedt  <pkj at axis com>
5005
5006         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5007         Clear the addrinfo struct using memset. Fixes #514937.
5008
5009 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5010
5011         * gst/tcp/gstfdset.h:
5012         Remove unused field to same some memory.
5013
5014         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5015         Mark action signals as such.
5016
5017 2008-02-06  Michael Smith <msmith@fluendo.com>
5018
5019         * ext/theora/theoradec.c: (_theora_granule_frame),
5020         (_inc_granulepos):
5021           Increment granulepos for new-bitstream versions appropriately.
5022           Fixes #514623.
5023
5024 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5025
5026         * tests/examples/seek/seek.c: (do_seek),
5027         (rate_spinbutton_changed_cb), (update_streams), (main):
5028         Remove obsolete stream_time reset after flushing seek, core does that
5029         automatically now.
5030         Improve accuracy of speed spinbutton.
5031         Only do playbin2 stuff when we actually use it.
5032
5033 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * tests/check/Makefile.am:
5036           Revert previous change of the test environment's GST_PLUGIN_PATH.
5037           The problem is not with the plugins, but with element factories
5038           and only occurs if elements are split out from existing plugins
5039           or if plugins change name (see #512740).
5040
5041 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * tests/check/Makefile.am:
5044           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5045           with the core's plugins first and our local build directories last,
5046           since we might be building against an installed core, and that
5047           core's plugin directory may contain older or other versions of
5048           our own -base plugins, but we really do want to test our local
5049           ones (if there are multiple plugins or element factories with the
5050           same name, those inspected last will trump those read in earlier).
5051           Fixes #512740 for the most part.
5052
5053 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5054
5055         * configure.ac:
5056         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5057         Use gmtime_r if available as gmtime is not MT-safe.
5058         Fixes bug #511810.
5059
5060 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5061
5062         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5063         Cast glong to time_t as time_t might have a different type on
5064         other platforms, like FreeBSD, and we get a compiler warning
5065         otherwise. Fixes bug #511825.
5066
5067 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5068
5069         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5070         (get_group), (get_n_pads), (gst_play_bin_get_property),
5071         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5072         (autoplug_select_cb), (deactivate_group):
5073         Remove stream-info, we going for something easier.
5074         Refactor getting the current group.
5075         Implement getting the number of audio/video/text streams.
5076
5077         * gst/playback/gststreamselector.c:
5078         (gst_stream_selector_class_init), (gst_stream_selector_init),
5079         (gst_stream_selector_get_property),
5080         (gst_stream_selector_request_new_pad),
5081         (gst_stream_selector_release_pad):
5082         * gst/playback/gststreamselector.h:
5083         Add property for number of pads.
5084
5085         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5086         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5087         (text_toggle_cb), (update_streams), (msg_async_done),
5088         (msg_state_changed), (main):
5089         Block slider callback when updating the slider position.
5090         Add gui elements for controlling playbin2.
5091         Add callback for async_done that updates position/duration.
5092
5093 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5094
5095         * docs/plugins/Makefile.am:
5096         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5097         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5098         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5099         * docs/plugins/gst-plugins-base-plugins.interfaces:
5100         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5101           First round of plugin docs cleansups.
5102
5103         * docs/plugins/inspect/plugin-adder.xml:
5104         * docs/plugins/inspect/plugin-alsa.xml:
5105         * docs/plugins/inspect/plugin-audioconvert.xml:
5106         * docs/plugins/inspect/plugin-audiorate.xml:
5107         * docs/plugins/inspect/plugin-audioresample.xml:
5108         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5109         * docs/plugins/inspect/plugin-cdparanoia.xml:
5110         * docs/plugins/inspect/plugin-decodebin.xml:
5111         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5112         * docs/plugins/inspect/plugin-gdp.xml:
5113         * docs/plugins/inspect/plugin-gnomevfs.xml:
5114         * docs/plugins/inspect/plugin-libvisual.xml:
5115         * docs/plugins/inspect/plugin-ogg.xml:
5116         * docs/plugins/inspect/plugin-pango.xml:
5117         * docs/plugins/inspect/plugin-subparse.xml:
5118         * docs/plugins/inspect/plugin-tcp.xml:
5119         * docs/plugins/inspect/plugin-theora.xml:
5120         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5121         * docs/plugins/inspect/plugin-video4linux.xml:
5122         * docs/plugins/inspect/plugin-videorate.xml:
5123         * docs/plugins/inspect/plugin-videoscale.xml:
5124         * docs/plugins/inspect/plugin-videotestsrc.xml:
5125         * docs/plugins/inspect/plugin-volume.xml:
5126         * docs/plugins/inspect/plugin-vorbis.xml:
5127         * docs/plugins/inspect/plugin-ximagesink.xml:
5128         * docs/plugins/inspect/plugin-xvimagesink.xml:
5129           Regenerate.
5130
5131         * ext/ogg/Makefile.am:
5132         * ext/ogg/gstoggmux.c:
5133         * ext/ogg/gstoggmux.h:
5134           Add header for oggmux. the c-file needs a doc blob still.
5135
5136 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5137
5138         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5139
5140         * gst-libs/gst/rtp/gstrtpbuffer.c:
5141         (gst_rtp_buffer_set_extension_data):
5142         * gst-libs/gst/rtp/gstrtpbuffer.h:
5143         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5144         Add gst_rtp_buffer_set_extension_data() 
5145         Add a unit test for this addition. Fixes #511478.
5146         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5147
5148 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5149
5150         * configure.ac:
5151         Back to CVS
5152
5153 === release 0.10.17 ===
5154
5155 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5156
5157         * configure.ac:
5158           releasing 0.10.17, "Peanut Butter and Jelly"
5159
5160 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5161
5162         * gst-libs/gst/interfaces/mixeroptions.c:
5163         * gst-libs/gst/interfaces/mixertrack.c:
5164         Also remove the conditional registration of the signals
5165         that disappeared with the ABI change in 0.10.14
5166
5167 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5168
5169         * gst-libs/gst/rtsp/gstrtspconnection.c:
5170         Revert patch to gstrtspconnection.c for brown paper bag
5171         release of -base. Re-opens: #511825
5172
5173 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5174
5175         * gst-libs/gst/interfaces/mixeroptions.h:
5176         * gst-libs/gst/interfaces/mixertrack.h:
5177         Change the way these deprecated function pointers are removed
5178         so that the compiled ABI is unconditionally smaller. This 
5179         sets in stone an ABI break that actually occurred when the
5180         things were deprecated in 0.10.14, which seems to be the best
5181         fix as the only known users are oss-mixer and sunaudio-mixer in 
5182         gst-plugins-good.
5183         Fixes: #513018
5184
5185 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         * win32/common/libgstpbutils.def:
5188           Export the two new _get_type() functions which are needed
5189           by the python bindings.
5190
5191 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5192
5193         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5194         Cast glong to time_t as time_t might have a different type on
5195         other platforms, like FreeBSD, and we get a compiler warning
5196         otherwise. Fixes bug #511825.
5197
5198 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5199
5200         * gst-libs/gst/audio/gstaudiofilter.c:
5201         (gst_audio_filter_class_init):
5202         Initialize the GstRingerBuffer class to get it's debug category
5203         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5204         category and otherwise we get some g_critical(). Fixes bug #512334.
5205
5206 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5207
5208         * configure.ac:
5209         Back to CVS
5210
5211 === release 0.10.16 ===
5212
5213 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5214
5215         * configure.ac:
5216           releasing 0.10.16, "Scheduled Interruption"
5217
5218 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5219
5220         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5221
5222         * gst-libs/gst/rtp/gstrtpbuffer.c:
5223         (gst_rtp_buffer_get_extension_data):
5224         Fix typos and wrong extension check. Fixes #511274.
5225
5226 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5227
5228         * po/sk.po:
5229         Oops - add new sk.po mentioned in the LINGUAS I just committed
5230
5231 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5232
5233         * po/LINGUAS:
5234         Add ca translation to the disted list.
5235
5236         * win32/vs6/libgstsdp.dsp:
5237         Convert line endings to CRLF
5238
5239 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5240
5241         * win32/MANIFEST:
5242         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5243
5244 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5245
5246         * win32/common/libgstsdp.def:
5247         * win32/common/libgstvideo.def:
5248         Add new API declarations
5249
5250 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5251
5252         * ext/theora/gsttheoradec.h:
5253         * ext/theora/gsttheoraparse.h:
5254         * ext/theora/theoradec.c:
5255         * ext/theora/theoraparse.c:
5256         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5257         and parser by inspecting the bitstream version of the incoming data.
5258
5259 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5260
5261         * configure.ac:
5262         * pkgconfig/Makefile.am:
5263         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5264         * pkgconfig/gstreamer-audio.pc.in:
5265         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5266         * pkgconfig/gstreamer-cdda.pc.in:
5267         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5268         * pkgconfig/gstreamer-fft.pc.in:
5269         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5270         * pkgconfig/gstreamer-floatcast.pc.in:
5271         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5272         * pkgconfig/gstreamer-interfaces.pc.in:
5273         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5274         * pkgconfig/gstreamer-netbuffer.pc.in:
5275         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5276         * pkgconfig/gstreamer-pbutils.pc.in:
5277         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5278         * pkgconfig/gstreamer-riff.pc.in:
5279         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5280         * pkgconfig/gstreamer-rtp.pc.in:
5281         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5282         * pkgconfig/gstreamer-rtsp.pc.in:
5283         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5284         * pkgconfig/gstreamer-sdp.pc.in:
5285         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5286         * pkgconfig/gstreamer-tag.pc.in:
5287         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5288         * pkgconfig/gstreamer-video.pc.in:
5289         Provide one pkg-config file for every gst-plugins-base library.
5290         This makes linking to those libraries much more intuitive and
5291         provides standard pkg-config behaviour for them. Fixes bug #499697.
5292
5293 2008-01-13  David Schleef  <ds@schleef.org>
5294
5295         * gst/videoscale/vs_4tap.c:
5296           Fix valgrind error on 4tap scaling method.
5297
5298 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5299
5300         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5301         Include Winsock2.h for VS6 and use a different way initialize
5302         hints structure so it can build with VS6.
5303         * win32/MANIFEST:
5304         * win32/vs6/libgstsdp.dsp:
5305         * win32/common/libgstsdp.def:
5306         Add new files for libgstsdp.
5307         * win32/vs6/grammar.dsp:
5308         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5309         * win32/vs6/gst_plugins_base.dsw:
5310         * win32/vs6/libgstdecodebin.dsp:
5311         * win32/vs6/libgstdecodebin2.dsp:
5312         * win32/vs6/libgstplaybin.dsp:
5313         * win32/vs6/libgstvolume.dsp:
5314         Add new dependencies to the link list.
5315
5316 2008-01-13  Julien Moutte  <julien@fluendo.com>
5317
5318         * win32/common/config.h:
5319         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5320         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5321         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5322         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5323         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5324         * win32/common/interfaces-enumtypes.c:
5325         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5326         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5327         (gst_mixer_track_flags_get_type),
5328         (gst_tuner_channel_flags_get_type):
5329         * win32/common/multichannel-enumtypes.c:
5330         (gst_audio_channel_position_get_type):
5331         * win32/common/pbutils-enumtypes.c:
5332         (gst_install_plugins_return_get_type):
5333         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5334         in the win32 build directory.
5335
5336 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5337
5338         * tests/check/Makefile.am:
5339         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5340
5341         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5342         * tests/check/elements/playbin.c:
5343         * tests/check/libs/mixer.c: (test_element_interface_supported),
5344         (gst_implements_interface_init):
5345         * tests/check/libs/rtp.c: (GST_START_TEST):
5346         Fix various assignment type mismatches.
5347
5348 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5349
5350         * configure.ac:
5351         * gst-libs/gst/rtsp/Makefile.am:
5352         Add test to see if hstrerror is available or if we need libresolv
5353         (Solaris) for it, then use it in libgstrtsp.
5354
5355 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5356
5357         * gst-libs/gst/tag/Makefile.am:
5358         Fix include path order
5359
5360 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5361
5362         * gst-libs/gst/pbutils/install-plugins.c:
5363         (gst_install_plugins_context_copy),
5364         (gst_install_plugins_context_get_type):
5365         * gst-libs/gst/pbutils/install-plugins.h:
5366         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5367         for bindings.
5368
5369 2008-01-11  Michael Smith <msmith@fluendo.com>
5370
5371         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5372         (_theora_granule_frame), (_theora_granule_start_time),
5373         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5374           Adapt for post-alpha meaning of granulepos, when we
5375           have a newer version of libtheora.
5376         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5377         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5378         (theora_enc_is_discontinuous), (theora_enc_chain):
5379           Likewise.
5380         * tests/check/Makefile.am:
5381           Link libtheora into theoraenc test so we can check which version of
5382           libtheora we're testing against.
5383         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5384         (check_buffer_granulepos),
5385         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5386         (theoraenc_suite):
5387           Adapt tests to check the values that are now defined for theora; make
5388           the tests backwards-adapt the passed values if we're running against an
5389           old libtheora.
5390           Fixes #497964
5391
5392 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5393
5394         * gst-libs/gst/audio/gstbaseaudiosink.c:
5395           (gst_base_audio_sink_class_init):
5396         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5397           (gst_base_audio_src_class_init):
5398           Ref audio clock class from a thread-safe context to make sure
5399           we're not bit by GObjects lack of thread-safety here (#349410),
5400            however unlikely that may be in practice.
5401
5402 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5403
5404         * autogen.sh:
5405           Add -Wno-portability to the automake parameters to stop warnings
5406           about GNU make extensions being used. We require GNU make in almost
5407           every Makefile anyway.
5408           
5409         * configure.ac:
5410           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5411           at the same time is required for per target flags.
5412
5413 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5416           Post an error message if we can't pull as many bytes as we need
5417           for the tag. This makes sure the user gets to see a proper error
5418           message if a file with a partial ID3 tag is fed to decodebin, and
5419           not a 'no ID3 tag demuxer' error, which would be confusing
5420           (see #508138).
5421
5422 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5423
5424         * gst-libs/gst/pbutils/descriptions.c: (formats):
5425           Add description strings for ID3, APE, and ICY tags.
5426
5427 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * gst/playback/gstdecodebin.c: (try_to_link_1):
5430           Make sure we error out correctly if we can't activate one of
5431           the elements we've added.  Fixes #508138.
5432           
5433 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5434
5435         Patch by: Bastien Nocera <hadess at hadess net>
5436
5437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5438           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5439           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5440           the volume is the same for all channels. This works around
5441           some problem in alsa that leaves us with inconsistent state
5442           for some reason (#486840).
5443
5444 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5445
5446         Patch by: Jerone Young <jerone at gmail com>
5447
5448         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5449           If there's no mixer track by the name of 'Master' or 'Front',
5450           check if there's one called 'PCM' before trying the generic
5451           fallback logic (fixes #506928, where we pick 'Mic' as master
5452           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5453
5454 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5455
5456         * gst/playback/gstplay-enum.c:
5457         (register_gst_autoplug_select_result),
5458         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5459         (gst_play_flags_get_type):
5460         * gst/playback/gstplay-enum.h:
5461         Add enums for configuration flags.
5462
5463         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5464         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5465         (gst_play_bin_get_property), (no_more_pads_cb),
5466         (autoplug_select_cb), (gst_play_bin_change_state):
5467         Merge mode with flags.
5468         Add more property getters/setters, defaults and docs.
5469         Add properties to get number of audio/video/text streams.
5470         Create sink object in _init so that we can always rely on it being
5471         there.
5472
5473         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5474         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5475         (activate_vis), (gst_play_sink_reconfigure),
5476         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5477         (gst_play_sink_change_state):
5478         * gst/playback/gstplaysink.h:
5479         Use flags to configure the sink pipelines.
5480         Add tee before audio pipeline so that we can use it for visualisations.
5481         Start working on integrating visualisations.
5482         Remove mode, we can do everything with the flags now.
5483         Add method to configue the sink pipeline.
5484
5485 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5486
5487         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5488           (check_buffer_timestamp), (check_buffer_duration):
5489           Turn these functions into macros so we can see right away
5490           where the failure occured.
5491
5492 2008-01-05  Julien Moutte  <julien@fluendo.com>
5493
5494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5495         debugging information to understand how X calculates the stride
5496         for XvImages.
5497
5498 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5499
5500         * gst/volume/Makefile.am:
5501         * gst/volume/gstvolume.c: (volume_choose_func),
5502         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5503         (volume_setup):
5504         * gst/volume/gstvolume.h:
5505         Use GstAudioFilter as base class for the volume element instead of
5506         plain GstBaseTransform.
5507
5508 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5509
5510         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5511         Don't set element details for the abstract GstAudioFilter class.
5512
5513 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5514
5515         * gst-libs/gst/audio/gstaudiofilter.c:
5516         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5517         Implement get_unit_size() vmethod of GstBaseTransform.
5518
5519 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5520
5521         * gst-libs/gst/pbutils/Makefile.am:
5522         * gst-libs/gst/pbutils/pbutils.h:
5523         Use glib-enum generator to have a proper enum GType for
5524         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5525
5526 2007-12-31  David Schleef  <ds@schleef.org>
5527
5528         * tests/check/Makefile.am:
5529         * tests/check/pipelines/theoraenc.c:
5530           Reenable theoraenc test, which fails on the buildbot but
5531           not locally.
5532
5533 2007-12-31  David Schleef  <ds@schleef.org>
5534
5535         * docs/libs/.cvsignore:
5536         * docs/plugins/.cvsignore:
5537           Add *-undeclared.txt to fix buildbot.
5538
5539 2007-12-31  David Schleef  <ds@schleef.org>
5540
5541         * tests/check/Makefile.am:
5542           Second attempt at disabling theoraenc test long enough to
5543           get buildbot to compile -base.
5544
5545 2007-12-31  David Schleef  <ds@schleef.org>
5546
5547         * tests/check/pipelines/theoraenc.c:
5548           Disable theoraenc test long enough to get the buildbot to
5549           compile a recent -base.
5550
5551 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5552
5553         * tests/examples/seek/seek.c: (stop_cb):
5554         Make sure we reset the slider value to 0.0 without racing against a
5555         possible g_idle that sets it to something else.
5556
5557 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5558
5559         * sys/ximage/ximagesink.c:
5560         fix typo
5561
5562 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5563
5564         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5565         * gst-libs/gst/rtsp/gstrtspdefs.h:
5566         Add Location header so that we can start implementing redirects.
5567         See #506025.
5568
5569 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5570
5571         * gst/subparse/gstssaparse.c:
5572         combine if's
5573
5574 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5575
5576         * gst/subparse/gstssaparse.c:
5577         remove duplicate log message
5578
5579 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5580
5581         * ext/libvisual/visual.c: (gst_visual_chain):
5582         Fix 'xyz may be used uninitialized' compiler warnings caused
5583         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5584         abort() in any case but properly report the error.
5585
5586 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5587
5588         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5589         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5590         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5591         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5592         (autoplug_select_cb), (activate_group), (deactivate_group),
5593         (setup_next_source), (save_current_group),
5594         (gst_play_bin_change_state):
5595         Code cleanups.
5596         Remove next-uri, we can use the uri property just fine.
5597         Fix some crasher.
5598         Unref uridecodebin when switching.
5599         Fix going to READY.
5600
5601         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5602         (gst_play_sink_init), (gst_play_sink_dispose),
5603         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5604         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5605         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5606         (gst_play_sink_set_property), (gst_play_sink_get_property),
5607         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5608         (gen_vis_element), (gst_play_sink_get_mode),
5609         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5610         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5611         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5612         (gst_play_sink_change_state):
5613         * gst/playback/gstplaysink.h:
5614         Add some locking to make things threadsafe.
5615
5616         * gst/playback/test7.c: (about_to_finish_cb):
5617         Fix test.
5618
5619 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5622           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5623           (gst_video_scale_transform):
5624           Don't claim to be able to handle/transform caps that can't really
5625           be handled by the currently selected scaling method (here: RGB or
5626           packed YUV with 4-tap method). Also add locking to method property.
5627
5628         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5629           (test_basetransform_based):
5630           Some test pipelines for the above (not entirely valgrind clean yet
5631           apparently).
5632
5633 2007-12-21  David Schleef  <ds@schleef.org>
5634
5635         * gst-libs/gst/video/video.c:
5636         * gst-libs/gst/video/video.h:
5637           Add additional RGBA and RGB-24 video formats.
5638
5639 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5640
5641         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5642           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5643           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5644         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5645           (cddabasesrc_suite):
5646           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5647           deprecated in the future (see #498924).
5648
5649 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5650
5651         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5652           Don't leak event.
5653
5654 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5655
5656         * gst-libs/gst/riff/riff-read.c:
5657         Use GST_ROUND_UP_2 macro
5658
5659 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5660
5661         * gst/playback/.cvsignore:
5662           Ignore more.
5663
5664 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5667         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5668           (set_active_source):
5669         * gst/playback/gstplaybasebin.h:
5670         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5671           (setup_sinks), (playbin_set_subtitles_visible):
5672           Make switching off of subtitles work. To avoid all kind of
5673           problems with unlinking of the subtitle input, we just keep
5674           the subtitle inputs linked as they are and tell textoverlay
5675           not to render them. Fixes #373011.
5676           Other subtitle switching issues (esp. when there are both
5677           external and in-stream subtitles) remain. They'll be solved
5678           in playbin2.
5679
5680 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5681
5682         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5683         Init the pad segment too.
5684
5685 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5686
5687         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5688         (gst_audioringbuffer_open_device),
5689         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5690         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5691         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5692         (gst_audio_sink_create_ringbuffer):
5693         Improve debug output.
5694
5695         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5696         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5697         Prevent some functions from doing things and failing when the
5698         ringbuffer is not yet acquired.
5699
5700 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5701
5702         * gst-libs/gst/interfaces/interfaces.h:
5703           Also remove interfaces.h from CVS as it is not needed anymore.
5704
5705 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5706
5707         * gst-libs/gst/interfaces/Makefile.am:
5708           interfaces.h is not used anymore so remove it from the build
5709           process.
5710
5711 2007-12-17  David Schleef  <ds@schleef.org>
5712
5713         * gst/videotestsrc/gstvideotestsrc.c:
5714         * gst/videotestsrc/gstvideotestsrc.h:
5715           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5716           for testing vertical refresh synchronization.
5717
5718 2007-12-17  David Schleef  <ds@schleef.org>
5719
5720         * docs/libs/gst-plugins-base-libs-sections.txt:
5721         * gst-libs/gst/video/video.c:
5722         * gst-libs/gst/video/video.h:
5723           Add new GstVideFormat enum and write a bunch of helper functions
5724           based around it.
5725
5726 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * Makefile.am:
5729           Use new common/win32.mak.
5730
5731 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5732
5733         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5734         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5735         Add debug info.
5736         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5737         the parent state change function, just like the audiosink, because the
5738         parent waits for the element to finish its processing before completing
5739         the state change. This makes going to PAUSED a lot snappier.
5740         When going from READY to PAUSED, don't allow the ringbuffer to start
5741         yet.
5742
5743 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5744
5745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5746         Yet another fix for broken software that produce files with an empty
5747         blockalign field. Instead of completely failing, make a second attempt
5748         at guessing the width/depth by looking at strf->size.
5749
5750 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5753           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5754         * gst-libs/gst/pbutils/install-plugins.c:
5755           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5756         * gst-libs/gst/pbutils/missing-plugins.c:
5757           (gst_missing_plugin_message_get_installer_detail),
5758           (gst_missing_encoder_installer_detail_new):
5759         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5760         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5761           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5762           avoid compiler warnings (#503930).
5763
5764 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5765
5766         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5767         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5768         for jpeg video streams.
5769         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5770         for the above modification.
5771
5772 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5773
5774         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5775           (gst_x_overlay_handle_events):
5776           More guards (we don't want klass to end up being NULL).
5777
5778 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5779
5780         * configure.ac:
5781         * gst/volume/gstvolume.c: (gst_volume_init):
5782           Use new gst_base_transform_set_gap_aware() function as volume
5783           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5784           for this.
5785
5786 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5787
5788         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5789         Don't go to READY on EOS as this avoids testing of seeking and
5790         restarting after EOS, use the stop button when you want to READY.
5791         Don't try to do a flushing seek in segment-done, it does not make
5792         sense to use this for gapless playback and is not needed.
5793
5794 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5795
5796         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5797         (reset_rate_timer), (update_in_rates), (update_out_rates),
5798         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5799         (gst_queue_chain), (gst_queue_loop):
5800         Use separate timers for input and output rates.
5801         Pause measuring the output rate when we block for more data.
5802         See #503262.
5803
5804 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5805
5806         * gst/playback/gstqueue2.c: (gst_queue_chain):
5807         Pause the timer to measure the input rate when we block because the
5808         queue is filled. See #503262.
5809
5810 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5811
5812         Patch by: Peter Kjellerstedt  <pkj at axis com>
5813
5814         * gst-libs/gst/rtsp/gstrtspconnection.c:
5815         (gst_rtsp_connection_free):
5816         Close control sockets. Fixes #503440.
5817
5818 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5819
5820         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5821         Expose the right pad in the right place with the right element.
5822
5823 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * gst-libs/gst/pbutils/descriptions.c: (formats):
5826           Add description for 'private' dts caps (who come up with that name?).
5827
5828 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * Makefile.am:
5831           Add check-exports target and run it with 'make check'.
5832
5833         * configure.ac:
5834           Be stricter about what we export in our libraries: change regexp so that
5835           we only export _gst_foo(), but not __gst_foo().
5836
5837         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5838         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5839           Change internal functions to __gst_foo so they dont' get exported.
5840
5841         * win32/common/libgstaudio.def:
5842           Add missing symbols.
5843
5844 2007-12-11  David Schleef  <ds@schleef.org>
5845
5846         * ChangeLog: remove conflict markers
5847
5848 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         * ext/gnomevfs/Makefile.am:
5851         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5852           Use gst_tag_freeform_string_to_utf8() here, which also takes
5853           into account any character sets specified by the user via
5854           environment variables.
5855
5856 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5857
5858         * gst/audioconvert/Makefile.am:
5859         Also link to libm.
5860
5861 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5862
5863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5864         No need for floating point operations here. avoids having to link
5865         against the math library too.
5866
5867 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5868
5869         * gst-libs/gst/pbutils/descriptions.c: (formats),
5870           (format_info_get_desc):
5871         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5872           (GST_START_TEST):
5873           Add one or two missing formats.  Generate ADPCM description
5874           dynamically depending on layout/format.
5875
5876 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5877
5878         * configure.ac:
5879           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5880
5881 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5882
5883         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5884
5885         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5886           Some .srt files start with chunk number 0 and not chunk number 1,
5887           recognise and accept those as well (fixes #502497).
5888
5889         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5890           (test_src):
5891           Add unit test for the above.
5892
5893 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5894
5895         * gst/playback/gstplay-enum.c:
5896         (register_gst_autoplug_select_result),
5897         (gst_autoplug_select_result_get_type):
5898         * gst/playback/gstplay-enum.h:
5899         Add missing files.
5900
5901 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5902
5903         * gst/playback/Makefile.am:
5904         Group decodebin2 and uridecodebin into the same plugin so that they
5905         can share the GEnumType.
5906
5907         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5908         (_gst_select_accumulator), (gst_decode_bin_class_init),
5909         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5910         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5911         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5912         Add signal to sort factories instead of the more awkward autoplug-select
5913         signal.
5914         Modify autoplug_select so that we can try, skip or expose the
5915         autopluggin of an element on a pad.
5916
5917         * gst/playback/gstfactorylists.c: (compare_ranks),
5918         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5919         (element_filter), (gst_factory_list_get_elements),
5920         (gst_factory_list_debug), (gst_factory_list_filter):
5921         * gst/playback/gstfactorylists.h:
5922         Simplify the API, allow getting elements based on mask.
5923
5924         * gst/playback/gstplay-marshal.list:
5925         Add some more marshallers.
5926
5927         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5928         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5929         (autoplug_select_cb), (activate_group):
5930         Add support for managing non-raw sinks by providing a custom element and
5931         sink list to decodebin2.
5932         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5933         decodebin2.
5934
5935         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5936         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5937         * gst/playback/gstplaysink.h:
5938         Add support for raw and non-raw sinks. 
5939         Add support to force sinks selected by playbin2.
5940         Don't plug raw converters for non-raw sinks.
5941
5942         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5943         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5944         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5945         (plugin_init):
5946         Use right accumulators.
5947         Proxy new signal.
5948
5949 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5950
5951         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5952         Use runnning time as the base time instead of the timestamp.
5953         Spotted by Saur on IRC.
5954
5955 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5956
5957         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5958         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5959
5960 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5961
5962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5963         (gst_ogg_demux_read_chain):
5964         If we find a new serial number but it does not contain a BOS page, make
5965         sure we initialize the chain to NULL because else we will try to scan it
5966         and crash. Fixes #500763
5967
5968 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5969
5970         * gst/playback/Makefile.am:
5971         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5972         (get_feature_array), (decoders_filter), (sinks_filter),
5973         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5974         (gst_factory_list_filter):
5975         * gst/playback/gstfactorylists.h:
5976         Refactor some common code to filter factories and check caps compat.
5977
5978         * gst/playback/gstdecodebin.c:
5979         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5980         (gst_decode_bin_init), (gst_decode_bin_dispose),
5981         (gst_decode_bin_autoplug_continue),
5982         (gst_decode_bin_autoplug_factories),
5983         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5984         (find_compatibles):
5985         * gst/playback/gstplaybin.c:
5986         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5987         (gst_play_bin_init), (gst_play_bin_finalize),
5988         (autoplug_factories_cb), (activate_group):
5989         * gst/playback/gstqueue2.c:
5990         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5991         (proxy_autoplug_continue_signal),
5992         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5993         (proxy_drained_signal):
5994         Add some more debug info and use factor filtering code.
5995
5996 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5997
5998         * gst/audiotestsrc/gstaudiotestsrc.c:
5999         * gst/volume/gstvolume.c:
6000         * gst/volume/gstvolume.h:
6001           Add GAP-flag support.
6002
6003 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6004
6005         * tests/examples/seek/seek.c: (main): Increase the range of the
6006         rate selector as I would like to test QOS behavior at higher
6007         forward and reverse playback speed like say 64x.
6008
6009 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6010
6011         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6012         (audioresample_query), (audioresample_query_type),
6013         (gst_audioresample_set_property):
6014         Implement latency query.
6015
6016 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6017
6018         * gst-libs/gst/audio/gstbaseaudiosink.c:
6019         (gst_base_audio_sink_drain):
6020         Our EOS time contains the base_time, _wait_eos() expects a running_time
6021         so we have to subtract the base_time again before calling the function.
6022         This fixes an EOS regression where the base_time was added twice and EOS
6023         took longer and longer in certain situations.
6024         Fixes #498767.
6025
6026 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6027
6028         * docs/libs/gst-plugins-base-libs-sections.txt:
6029         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6030         (gst_base_audio_sink_set_provide_clock),
6031         (gst_base_audio_sink_get_provide_clock),
6032         (gst_base_audio_sink_set_slave_method),
6033         (gst_base_audio_sink_get_slave_method),
6034         (gst_base_audio_sink_set_property),
6035         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6036         (gst_base_audio_sink_none_slaving),
6037         (gst_base_audio_sink_handle_slaving):
6038         * gst-libs/gst/audio/gstbaseaudiosink.h:
6039         Expose methods for some object properties so that subclasses can more
6040         easily configure them.
6041         Added slave method none, that completely disables slaving to the
6042         internal clock.
6043         API: gst_base_audio_sink_set_provide_clock()
6044         API: gst_base_audio_sink_get_provide_clock()
6045         API: gst_base_audio_sink_set_slave_method()
6046         API: gst_base_audio_sink_get_slave_method()
6047
6048         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6049         (gst_base_audio_src_set_provide_clock),
6050         (gst_base_audio_src_get_provide_clock),
6051         (gst_base_audio_src_set_property),
6052         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6053         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6054         Expose methods for some object properties so that subclasses can more
6055         easily configure them.
6056         API: gst_base_audio_src_set_provide_clock()
6057         API: gst_base_audio_src_get_provide_clock()
6058
6059 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6060
6061         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6062
6063         * gst-libs/gst/sdp/gstsdpmessage.c:
6064         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6065
6066 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6067
6068         * tests/check/libs/fft.c: (GST_START_TEST):
6069         Fix scaling to really have dB instead of something else.
6070
6071 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6072
6073         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6074         GTK version, use it.
6075
6076 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6077
6078         * tests/examples/seek/seek.c: (main): Try to support stable version
6079         of GTK.
6080
6081 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * gst/playback/README:
6084         * gst/playback/test7.c:
6085           Fix the build + little README update.
6086
6087 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6088
6089         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6090         Add playbin2 seek pipeline.
6091
6092 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6093
6094         * gst/playback/Makefile.am:
6095         * gst/playback/gstplayback.c: (plugin_init):
6096         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6097         (eos_cb), (about_to_finish_cb), (main):
6098         Add playbin2.
6099         Added gapless playback example.
6100
6101         * gst/playback/gstplaybasebin.c:
6102         * gst/playback/gstplaybasebin.h:
6103         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6104         * gst/playback/gstqueue2.c:
6105         * gst/playback/test.c:
6106         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6107         (pad_removed_cb):
6108         * gst/playback/gststreaminfo.h:
6109         Change email.
6110
6111         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6112         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6113         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6114         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6115         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6116         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6117         (drained_cb), (unlink_group), (activate_group),
6118         (setup_next_source), (gst_play_bin_change_state),
6119         (gst_play_bin2_plugin_init):
6120         Added raw first version of playbin2. Does chained oggs and gapless
6121         playback fine. No support for raw sinks yet. No visualisations or
6122         subtitles yet.
6123
6124         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6125         (gst_play_sink_class_init), (gst_play_sink_init),
6126         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6127         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6128         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6129         (gst_play_sink_set_property), (gst_play_sink_get_property),
6130         (post_missing_element_message), (free_chain), (add_chain),
6131         (activate_chain), (gen_video_chain), (gen_text_element),
6132         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6133         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6134         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6135         (gst_play_sink_send_event), (gst_play_sink_change_state):
6136         * gst/playback/gstplaysink.h:
6137         Added Element that abstracts the sinks and their pipelines for playbin2.
6138
6139 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6140
6141         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6142         (gst_selector_pad_class_init), (gst_selector_pad_init),
6143         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6144         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6145         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6146         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6147         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6148         (gst_stream_selector_init), (gst_stream_selector_set_property),
6149         (gst_stream_selector_get_linked_pad),
6150         (gst_stream_selector_getcaps),
6151         (gst_stream_selector_is_active_sinkpad),
6152         (gst_stream_selector_activate_sinkpad),
6153         (gst_stream_selector_get_linked_pads),
6154         (gst_stream_selector_request_new_pad),
6155         (gst_stream_selector_release_pad):
6156         * gst/playback/gststreamselector.h:
6157         Improve streamselector, make it select and unselect the current pad more
6158         intelligently. 
6159         Subclass GstPad for the sinkpads of the selector.
6160         Handle segments more correctly.
6161         Fix caps negotiation.
6162         Implement release_pad.
6163
6164 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6165
6166         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6167         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6168         (remove_fakesink):
6169         Add drained signal fired when decodebin finishes decoding the data.
6170         Remove deprecated STATE_DIRTY message.
6171
6172         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6173         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6174         (analyse_source), (proxy_drained_signal), (make_decoder),
6175         (source_new_pad), (value_list_append_structure_list),
6176         (handle_redirect_message), (handle_message):
6177         Proxy the new drained signal.
6178         Handle pad removed from decodebin.
6179         Handle redirect messages by sorting multiple redirections based on the
6180         connection speed.
6181
6182 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6183
6184         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6185
6186         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6187         Fix leaking headers. Fixes #496761.
6188
6189 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6190
6191         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6192
6193         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6194         (gst_ximagesink_change_state):
6195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6196         Don't leak the PAR on errors. Fixes #496731.
6197
6198 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6201           (gst_tag_from_id3_user_tag):
6202           Add mapping for audio cd discid tags, so we can extract
6203           them from tags as well (see #347848). Also compare identifiers
6204           in ID3v2 TXXX frames in a case-insensitive way to increase
6205           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6206
6207 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6208
6209         * gst-plugins-base.doap:
6210         Oops, fix the release name.
6211
6212 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6213
6214         * gst-plugins-base.doap:
6215         Add 0.10.15 release
6216
6217 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6218
6219         * configure.ac:
6220         Back to CVS
6221
6222 === release 0.10.15 ===
6223
6224 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6225
6226         * configure.ac:
6227           releasing 0.10.15, "No need to argue"
6228
6229 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6230
6231         * win32/vs6/libgstfft.dsp:
6232         Convert line endings to DOS.
6233
6234 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6235
6236         * win32/vs6/gst_plugins_base.dsw:
6237         * win32/vs6/libgstfft.dsp:
6238         * win32/MANIFEST:
6239         Add a project file for fft plugin and remove socket
6240         based plugin which don't build from the workspace.
6241         * win32/vs6/libgstaudio.dsp:
6242         * win32/vs6/libgstrtp.dsp:
6243         * win32/vs6/libgsttag.dsp:
6244         Convert line endings back to DOS.
6245         Fixes #496724
6246
6247 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6248
6249         * win32/vs6/libgstinterfaces.dsp:
6250         * win32/vs6/libgstrtsp.dsp:
6251         Convert line endings back to DOS
6252
6253 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6254
6255         * gst-libs/gst/fft/kiss_fft_f32.h:
6256         * gst-libs/gst/fft/kiss_fft_f64.h:
6257         * gst-libs/gst/fft/kiss_fft_s16.h:
6258         * gst-libs/gst/fft/kiss_fft_s32.h:
6259         Don't include malloc.h which doesn't exist on Mac OSX.
6260         Instead, pull in glib.h and use g_malloc/g_free for 
6261         consistency. Fixes: #496548
6262
6263 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6264
6265         * gst/playback/gstdecodebin2.c:
6266           Dont leak ghostpad. Fixes #475451.
6267
6268 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6269
6270         * docs/design/design-decodebin.txt:
6271         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6272         Update some more docs and comments.
6273
6274 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         Patch by: Sebastien Moutte  <sebastien moutte net>
6277
6278         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6279           (gst_rtcp_unix_to_ntp):
6280         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6281           Fix some C99-isms and and a missing function that some versions of
6282           MSVC don't like too much (#494346).
6283
6284         * win32/vs6/gst_plugins_base.dsw:
6285         * win32/vs6/libgstaudio.dsp:
6286         * win32/vs6/libgstrtp.dsp:
6287         * win32/vs6/libgsttag.dsp:
6288           Update vs6 projects files (#494346).
6289
6290 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6291
6292         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6293
6294         * win32/common/libgstaudio.def:
6295         * win32/common/libgstcdda.def:
6296         * win32/common/libgstinterfaces.def:
6297         * win32/common/libgstnetbuffer.def:
6298         * win32/common/libgstpbutils.def:
6299         * win32/common/libgstrtp.def:
6300         * win32/common/libgstrtsp.def:
6301         * win32/common/libgsttag.def:
6302         * win32/common/libgstvideo.def:
6303           More missing symbols to export (fixes #493986).
6304
6305 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6306
6307         * docs/libs/gst-plugins-base-libs-sections.txt:
6308         * gst-libs/gst/fft/gstfftf32.c:
6309         * gst-libs/gst/fft/gstfftf32.h:
6310         * gst-libs/gst/fft/gstfftf64.c:
6311         * gst-libs/gst/fft/gstfftf64.h:
6312         * gst-libs/gst/fft/gstffts16.c:
6313         * gst-libs/gst/fft/gstffts16.h:
6314         * gst-libs/gst/fft/gstffts32.c:
6315         * gst-libs/gst/fft/gstffts32.h:
6316         * tests/check/libs/fft.c: (GST_START_TEST):
6317         Remove the magnitude and phase calculation functions as these have
6318         very special use cases and can't even be used for the spectrum
6319         element. Also adjust the docs to mention some properties of the used
6320         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6321
6322 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6325           (finish_source):
6326           Avoid crash when there are external subtitles (fixes #491722).
6327
6328 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6331         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6332           'Could not open resource for writing' is not an acceptable
6333           error message when we can't open the audio device (see #492334),
6334           even less so when we're trying to open it to record something.
6335
6336 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6337
6338         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6339
6340         * win32/common/libgstrtp.def:
6341           Add some more missing symbols (#492813).
6342
6343 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6344
6345         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6346
6347         * tests/check/elements/audioconvert.c: (verify_convert):
6348           Add check to make sure that the out caps have a channel layout
6349           set on them where they should have one.
6350
6351 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6352
6353         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6354
6355         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6356         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6357           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6358           (#492306).
6359
6360         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6361           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6362           (it disappeared in GLib 2.14.0) (#492306).
6363
6364         * gst-libs/gst/sdp/Makefile.am:
6365         * gst-libs/gst/sdp/gstsdpmessage.c:
6366           Fix includes and LIBS for win32/Mingw (#492306).
6367
6368         * tests/examples/dynamic/addstream.c (pause_play_stream):
6369           Use more portable g_usleep() instead of sleep() (#492306).
6370
6371 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6372
6373         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6374
6375         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6376           (gst_ring_buffer_parse_caps):
6377           Return NULL instead of an enum that happens to be 0, fixes warning
6378           on MSVC (#492114).
6379
6380         * gst-libs/gst/audio/gstringbuffer.h:
6381           No trailing commas in enum list (for gcc-2.9x).
6382
6383         * gst/videotestsrc/videotestsrc.c: (random_char):
6384           Make information loss explicit instead of implicitly truncating to
6385           eight bits via the return value.  Fixes runtime error on MSVC when
6386           using the debug CRT (#492114).
6387
6388         * win32/common/config.h.in:
6389           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6390
6391         * win32/common/libgstinterfaces.def:
6392         * win32/common/libgstrtp.def:
6393           Export a few more symbols (#492114).
6394
6395 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6396
6397         * gst-libs/gst/audio/audio.c:
6398         * gst-libs/gst/audio/audio.h:
6399           Readd the deprecation guards, but preserve compilability.
6400
6401 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6402
6403         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6404           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6405           Preserve channel layout when fixating the number of channels in the
6406           output caps, or make sure there's a suitable channel position layout
6407           set on the caps if required. Fixes #430677.
6408
6409 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6410
6411         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6412           Make sure the pipeline really operates in push mode as it should
6413           in this case.
6414
6415 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6416
6417         * gst-libs/gst/audio/audio.h:
6418           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6419           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6420           (ie. normal cvs builds) will fail.
6421
6422 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6423
6424         * docs/libs/Makefile.am:
6425         * gst-libs/gst/audio/audio.c:
6426         * gst-libs/gst/audio/audio.h:
6427         * gst-libs/gst/interfaces/mixer.c:
6428           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6429
6430 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6433           (test_channel_layout_value_intersect), (audio_suite):
6434           Add simple unit test to make sure GstValue intersection
6435           of channel layouts works the way I think it does.
6436
6437 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6438
6439         * docs/libs/gst-plugins-base-libs-sections.txt:
6440         * gst-libs/gst/audio/gstaudiofilter.h:
6441         * gst-libs/gst/interfaces/mixer.h:
6442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6443         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6444         * gst-libs/gst/sdp/gstsdpmessage.c:
6445           Fix the docs according to what gtk-doc complained about.
6446
6447 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6448
6449         * tests/icles/stress-playbin.c:
6450           Fix the build.
6451
6452 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6453
6454         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6455         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6456           Post nice/more useful error message if we don't have a decoder for
6457           the primary type.
6458
6459 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6460
6461         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6462         Be a bit more useful, unblock the pads after we fired the no-more-pads
6463         signal so that we can use the signal to inspect and connect all pads
6464         without having to keep extra state outside of decodebin.
6465
6466 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * gst/playback/gsturidecodebin.c:
6469         (gst_uri_decode_bin_autoplug_continue),
6470         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6471         Implement default signal handler so that we return TRUE when nothing is
6472         connected.
6473
6474 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6475
6476         * gst-libs/gst/riff/riff-media.c:
6477         (gst_riff_wavext_add_channel_layout),
6478         (gst_riff_wave_add_default_channel_layout),
6479         (gst_riff_wavext_get_default_channel_mask),
6480         (gst_riff_create_audio_caps):
6481         Use the ALSA channel layout as default for wav files without channel
6482         layout information. This fixes playback of chan-id.wav on 5.1 systems
6483         for example. Also refactor the channel layout setting a bit and add
6484         more default channel orders. Fixes #489010.
6485
6486 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6487
6488         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6489           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6490           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6491           instead.
6492
6493 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6496         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6497         (gst_decode_bin_set_subs_encoding),
6498         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6499         (gst_decode_bin_get_property), (analyze_new_pad):
6500         Move subtitle encoding property to decodebin2 so that it can set the
6501         property value on all elements that it autoplugs and that require it.
6502         Make caps refcounting more consistent in get/set.
6503
6504         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6505         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6506         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6507         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6508         (proxy_autoplug_continue_signal),
6509         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6510         (make_decoder):
6511         Proxy properties and relevant signals from the internal decodebin.
6512         Make properties MT safe.
6513
6514 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6517         * gst-libs/gst/tag/tags.c:
6518           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6519           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6520
6521         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6522           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6523
6524         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6525           (gst_tag_to_vorbis_comments):
6526           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6527           just mapping everything I found in the wild) (#414539).
6528
6529 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6530
6531         Inspired by patch of: René Stadler <mail at renestadler dot de>
6532
6533         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6534         (gst_decode_bin_autoplug_continue),
6535         (gst_decode_bin_autoplug_factories),
6536         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6537         (find_compatibles):
6538         * gst/playback/gstplay-marshal.list:
6539         Remove the autoplug-sort signal and replace it with a binding friendly
6540         autoplug-select signal.
6541         Add an autoplug-factories signal that can be used to generate a list of
6542         factories to try to autoplug.
6543         Add the GstPad to the autoplugging signal args as it might be needed to
6544         make a good factory selection.
6545         Fix up the marshallers for this. Fixes #407282.
6546
6547 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6548
6549         * gst-libs/gst/tag/gsttagdemux.c:
6550           Don't abort with an assertion if we receive a seek event with
6551           a start type of NONE (see launchpad bug #155878).
6552
6553 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6554
6555         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6556         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6557         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6559         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6560         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6561         Make sure that before we clean up the X resources, we shutdown and join
6562         the event thread.
6563         Also make sure the event thread does not shut down immediatly after
6564         startup because the running variable is not yet correctly set.
6565         Fixes #378770. 
6566
6567 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6568
6569         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6570         Make the window for a race in typefind and shutting down smaller until
6571         we figure out the right locking here. Avoids #485753 usually.
6572
6573         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6574         Remove unneeded lock causing a race in typefind and shutting down.
6575         Fixes #485753.
6576
6577         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6578         Also remove sinks when going to NULL because we might not complete the
6579         state change to PAUSED, causing the PAUSED->READY state change not to
6580         happen.
6581
6582 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6583
6584         * gst-libs/gst/audio/gstbaseaudiosink.c:
6585         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6586         Also explicitly release the ringbuffer when going to NULL because it
6587         is required in the setcaps function, before the state change to PAUSED
6588         completes.
6589
6590 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * tests/icles/.cvsignore:
6593         * tests/icles/Makefile.am:
6594         * tests/icles/stress-playbin.c:
6595           Does what it says on the tin.
6596
6597 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6598
6599         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6600         Fix queue negotiation. See #486758.
6601
6602 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6603
6604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6605         (gst_xvimagesink_xwindow_new),
6606         (gst_xvimagesink_update_colorbalance),
6607         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6608
6609         Fix handling of some of the X atoms. If the last parameter is True,
6610         XInternAtom won't create the atom if it doesn't exist, and therefore
6611         might return None. This causes X errors on Xv implementations that
6612         don't provide the colour balance attributes.
6613
6614 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         * gst-libs/gst/tag/gstvorbistag.c:
6617         * tests/check/libs/tag.c:
6618           Extract vorbis comment LICENSE tags correctly.
6619
6620 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6623
6624         * gst-libs/gst/tag/gstid3tag.c:
6625         * tests/check/libs/tag.c:
6626           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6627
6628 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * gst-libs/gst/tag/gsttagdemux.c:
6631           Don't error out when a buggy downstream element doesn't
6632           handle the newsegment event we send properly (especially
6633           not without posting a meaningful error message on the
6634           bus). See bug #471370 and launchpad bug #136264.
6635
6636 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         * gst-libs/gst/audio/gstbaseaudiosink.c:
6639         (gst_base_audio_sink_drain):
6640         Use new basesink method to make our EOS drain interruptable.
6641
6642 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6643
6644         * gst-libs/gst/rtp/gstrtppayloads.c:
6645         Fix silly search-replace oversight.
6646
6647 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6648
6649         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6650
6651         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6652         (gst_basertppayload_set_outcaps):
6653         Fix caps memleak. Fixes #484989.
6654
6655
6656 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6657
6658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6659         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6660         Fix debug output.
6661
6662 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6663
6664         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6665         (gst_base_audio_src_create):
6666         Also handle the case where there is no clock set on the audio source,
6667         like in the unit tests.
6668
6669 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6670
6671         * gst-libs/gst/rtp/gstrtppayloads.c:
6672         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6673         to avoid compiler warnings
6674
6675 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6676
6677         * gst/playback/gstdecodebin.c: (type_found),
6678         (gst_decode_bin_change_state):
6679         * gst/playback/gstdecodebin2.c: (type_found),
6680         (gst_decode_bin_change_state):
6681         Don't disconnect the have_type signal because we never reconnect it
6682         later on. Instead keep a variable to see if we already detected a type.
6683
6684 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6685
6686         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6687         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6688         (type_found):
6689         Unlink the signal handler when we found the type, we're not going to do
6690         anything sensible with more type_found signals anyway.
6691
6692 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6693
6694         * gst-libs/gst/tag/gsttagdemux.c:
6695           Don't leak caps.
6696
6697 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * gst-libs/gst/tag/Makefile.am:
6700         * gst-libs/gst/tag/gsttagdemux.c:
6701         * gst-libs/gst/tag/gsttagdemux.h:
6702           API: add GstTagDemux base class for simple tag demuxers.
6703
6704         * docs/libs/gst-plugins-base-libs-docs.sgml:
6705         * docs/libs/gst-plugins-base-libs-sections.txt:
6706           Add GstTagDemux to docs.
6707
6708 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6709
6710         * gst-libs/gst/rtp/gstrtpbuffer.c:
6711         (gst_rtp_buffer_get_payload_subbuffer):
6712         Fix bug introduced with last commit which inverted the logic and
6713         caused all buffers to be dropped. Fixes #483620.
6714         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6715
6716 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6717
6718         * gst-libs/gst/rtp/gstrtpbuffer.c:
6719           Replace g_return_if_val (as it could be disabled), with regular return
6720           and warning.
6721
6722 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6723
6724         * tests/check/pipelines/simple-launch-lines.c:
6725           Print message name and not just number.
6726
6727 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6728
6729         * gst-libs/gst/audio/gstbaseaudiosink.c:
6730         (gst_base_audio_sink_async_play):
6731         When slaved to the clock, don't try to align a sample with the previous
6732         one when going to PLAYING again.
6733
6734 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6735
6736         * tests/examples/snapshot/snapshot.c:
6737           Fix the build.
6738
6739 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6740
6741         * gst-libs/gst/sdp/gstsdpmessage.h:
6742         Add RFC 3556 bandwidth modifiers.
6743
6744 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6745
6746         * docs/libs/gst-plugins-base-libs-docs.sgml:
6747         * docs/libs/gst-plugins-base-libs-sections.txt:
6748         * gst-libs/gst/rtp/gstrtppayloads.c:
6749         Update documentation.
6750
6751 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6752
6753         * gst-libs/gst/rtp/Makefile.am:
6754         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6755         (gst_rtp_payload_info_for_name):
6756         * gst-libs/gst/rtp/gstrtppayloads.h:
6757         Added new file and header to deal with payload info.
6758
6759         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6760         (gst_rtp_buffer_default_clock_rate):
6761         * gst-libs/gst/rtp/gstrtpbuffer.h:
6762         Payload specific stuff is move to new headers.
6763         Implement _default_clock rate using the new payload function.
6764
6765         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6766         (gst_sdp_parse_line):
6767         * gst-libs/gst/sdp/gstsdpmessage.h:
6768         Add some more comments.
6769
6770 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6771
6772         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6773         (sdp_check_header), (sdp_type_find), (plugin_init):
6774         Add typefind function for application/sdp.
6775         Remove some old dirac typefind code that was ifdeffed out.
6776
6777 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6778
6779         * win32/common/libgstaudio.def:
6780         Add new exported functions.
6781         * win32/vs6/grammar.dsp:
6782         Add autogeneration and copy of some autegenerated files from win32/common
6783         for rtsp library.
6784         * win32/vs6/libgstaudioconvert.dsp:
6785         Add gstaudioquantize.c to the build.
6786         * win32/vs6/libgstinterfaces.dsp:
6787         Add videoorientation.c to the build.
6788         * win32/vs6/libgstriff.dsp:
6789         Add libgsttag to the link libraries list.
6790         * win32/vs6/libgstvolume.dsp:
6791         Add liboil to the link.
6792         * win32/vs6/gst_plugins_base.dsw:
6793         * win32/vs6/libgstrtsp.dsp:
6794         * win32/common/libgstrtsp.def:
6795         Add files to build libgstrtsp library.
6796         
6797 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6798
6799         * tests/examples/snapshot/snapshot.c: (main):
6800         Print error when pipeline failed to construct.
6801
6802 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         * configure.ac:
6805         * gst-libs/gst/tag/gstid3tag.c:
6806         * gst-libs/gst/tag/gstvorbistag.c:
6807           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6808           and ID3v2 tags.
6809
6810 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * gst-libs/gst/floatcast/floatcast.h:
6813           Don't include config.h in an installed public header, this
6814           might break compilation of applications that don't have such
6815           a header and doesn't necessarily do what it's supposed to do
6816           anyway (ie. check for the lrint/lrintf defines) (#442065).
6817           Add docs for the various macros and document how this header
6818           has to be used (link against libm, etc.); add a few FIXMEs;
6819           include math.h for non-c99 code path.  Based on patch by
6820           Jan Schmidt.
6821           
6822 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6823
6824         * configure.ac:
6825         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6826         of duplicating these macros in configure.ac.
6827
6828 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6829
6830         * po/hu.po:
6831         * po/sv.po:
6832         * po/uk.po:
6833           Updated translations to 0.10.14
6834
6835 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6836
6837         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6838
6839         * po/pl.po:
6840           Added Polish translation.
6841
6842 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6843
6844         translated by: Ilkka Tuohela <hile@iki.fi>
6845
6846         * po/fi.po:
6847           Added Finnish translation.
6848
6849 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6850
6851         translated by: Jorge González González <aloriel@gmail.com>
6852
6853         * po/es.po:
6854           Added Spanish translation.
6855
6856 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6857
6858         translated by: Mogens Jaeger <mogens@jaeger.tf>
6859
6860         * po/da.po:
6861           Added Danish translation.
6862
6863 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6864
6865         translated by: Funda Wang <fundawang@linux.net.cn>
6866
6867         * po/zh_CN.po:
6868           Added Chinese (simplified) translation.
6869
6870 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6871
6872         translated by: Alexander Shopov <ash@contact.bg>
6873
6874         * po/bg.po:
6875           Added Bulgarian translation.
6876
6877 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6878
6879         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6880         Fix compilation wrt printf arguments.
6881
6882 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6883
6884         * configure.ac:
6885         * tests/examples/Makefile.am:
6886         * tests/examples/snapshot/.cvsignore:
6887         * tests/examples/snapshot/Makefile.am:
6888         * tests/examples/snapshot/snapshot.c: (main):
6889         Add simple snapshot example program using appsink.
6890
6891 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6892
6893         * tests/check/generic/states.c:
6894           Improved state change unit test.
6895
6896 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6897
6898         * docs/plugins/.cvsignore:
6899         * tests/check/.cvsignore:
6900           Ignore registries in any format.
6901
6902 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6903
6904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6905         (gst_base_rtp_depayload_chain),
6906         (gst_base_rtp_depayload_set_gst_timestamp):
6907         Only copy timestamp on outgoing packets if the depayloader did not set
6908         one.
6909         Also copy duration on outgoing packets.
6910
6911 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6912
6913         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6914         (gst_basertppayload_set_outcaps):
6915         Fix compilation because of missing %d in printf.
6916         When fixating caps, fixate what we can and throw away all remaining
6917         unfixed caps, subclasses should do something smart if they need to.
6918
6919 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6920
6921         * ext/gnomevfs/gstgnomevfssrc.c:
6922           Improve debug logs a bit and be more verbose if things go wrong.
6923
6924 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6925
6926         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6927         (gst_text_overlay_set_property):
6928         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6929         * gst-libs/gst/audio/gstbaseaudiosink.c:
6930         (gst_base_audio_sink_render):
6931         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6932         (gst_rtcp_unix_to_ntp):
6933         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6934         * gst/playback/gstqueue2.c:
6935         * tests/examples/seek/seek.c: (set_scale):
6936         Fix a bunch of compile warnings shown with Forte.
6937
6938         * gst/audiorate/gstaudiorate.c:
6939         Always pull in config.h before including any system headers.
6940
6941 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6942
6943         * gst/playback/gstqueue2.c: (update_buffering),
6944         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6945         (gst_queue_handle_sink_event), (gst_queue_chain),
6946         (gst_queue_push_one), (gst_queue_sink_activate_push),
6947         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6948         Also fix #476514 for queue2.
6949
6950 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6953         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6954         (gst_base_rtp_depayload_chain),
6955         (gst_base_rtp_depayload_handle_sink_event),
6956         (gst_base_rtp_depayload_push_full),
6957         (gst_base_rtp_depayload_set_gst_timestamp),
6958         (gst_base_rtp_depayload_change_state):
6959         Remove code to deal with RTP to GST time conversion, we now just copy
6960         the GST timestamp we receive to the outgoing buffers.
6961         Handle segment and flushes correctly.
6962
6963         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6964         When we have no valid input timestamp, use the previous rtp timestamp on
6965         the outgoing RTP packet instead of the RTP base time.
6966
6967 2007-09-15  David Schleef  <ds@schleef.org>
6968
6969         * ext/alsa/gstalsa.c:
6970         * ext/alsa/gstalsadeviceprobe.c:
6971         * ext/alsa/gstalsamixer.c:
6972         * ext/alsa/gstalsasink.c:
6973         * ext/alsa/gstalsasrc.c:
6974           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6975
6976 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6977
6978         * gst-libs/gst/rtp/gstbasertppayload.c:
6979         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6980         Add some debug info when negotiating caps.
6981
6982 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6983
6984         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6985         A buffer with an empty payload is also a valid buffer.
6986
6987 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6988
6989         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6990         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6991         (gst_basertppayload_change_state):
6992         Make sure we start our RTP timestamp from the random base RTP
6993         timestamp even if the buffer timestamp starts from some random value.
6994
6995 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6996
6997         * configure.ac:
6998         * tests/examples/Makefile.am:
6999         * tests/examples/dynamic/.cvsignore:
7000         * tests/examples/dynamic/Makefile.am:
7001         * tests/examples/dynamic/addstream.c: (create_stream),
7002         (pause_play_stream), (message_received), (eos_message_received),
7003         (perform_step), (main):
7004         Add simple exmple app to demonstrate starting and pausing live and
7005         non-live bins in a PLAYING pipeline.
7006
7007 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7008
7009         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7010         typefind for QCP files (RFC #3625)
7011
7012 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7013
7014         * gst-libs/gst/audio/gstbaseaudiosink.c:
7015         (gst_base_audio_sink_init):
7016         Disable pull mode scheduling, we're not ready for it yet and it subtly
7017         breaks a lot of things.
7018
7019 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7020
7021         * tests/check/elements/libvisual.c:
7022           Test all libvisual plugins, not just the first one; this reproduces
7023           bug #450336 quite easily.  Looks like a problem with the 'jess'
7024           visualisation.
7025
7026 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * tests/check/Makefile.am:
7029         * tests/check/elements/.cvsignore:
7030         * tests/check/elements/libvisual.c:
7031           Add basic libvisual test case in an attempt to reproduce bug #450336.
7032           Doesn't reproduce that bug, but some other crasher instead (invalid
7033           free), at least with make elements/libvisual.forever and the bumscope
7034           plugin on x86-64/gutsy. Leaving test disabled for now.
7035
7036 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7037
7038         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7039
7040         * gst-libs/gst/rtsp/gstrtspconnection.c:
7041         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7042         (read_body), (gst_rtsp_connection_receive):
7043         Make sure we can not cancel in the middle of receiving a message.
7044         Fixes #475731.
7045
7046 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         Patch by: Josep Torra Valles <josep@fluendo.com>
7049
7050         * gst/playback/gstplaybasebin.c:
7051           Increase upper limit for audio queue a bit; fixes preroll problem
7052           with playbin and decodebin2 when playing a quicktime trailer with
7053           multichannel audio via http (#464666).
7054
7055 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7056
7057         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7058         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7059         (gst_base_audio_src_provide_clock),
7060         (gst_base_audio_src_set_property),
7061         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7062         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7063         Allow othe clocks than the internal clock to be used for the pipeline.
7064         Add property to disable clock provide.
7065         API: GstBaseAudioSrc::provide-clock
7066
7067 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7068
7069         * gst/playback/gstdecodebin2.c:
7070           Don't leak request pads. Fixes #475395.
7071
7072 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7073
7074         Patch by: René Stadler <mail at renestadler dot de>
7075
7076         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7077         (gst_ximage_buffer_class_init):
7078         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7079         (gst_xvimage_buffer_class_init):
7080         Correctly chain up finalize with the parent class to prevent
7081         memory leaks. Fixes #474880.
7082
7083 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7084
7085         * gst/volume/gstvolume.c: (volume_choose_func):
7086         * tests/check/elements/volume.c: (GST_START_TEST):
7087         Revert the latest change: floating point samples are allowed to
7088         have any value, not only values in the range [-1,1]. Thanks to Andy
7089         Wingo for noticing.
7090         Also fix processing of int32 samples with volumes > 4 by making the
7091         unity value smaller which prevents overflows.
7092
7093 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         * gst-libs/gst/rtp/gstrtpbuffer.c:
7096         * tests/check/libs/rtp.c:
7097           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7098
7099 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7100
7101         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7102
7103         * gst-libs/gst/rtp/gstrtpbuffer.c:
7104           Fix up GstRTPHeader helper struct so that compilers will not under
7105           any circumstances add padding in between our fields, as currently
7106           happens with MSVC on win32, because that would lead to us sending
7107           out RTP payloads with broken RTP headers (#471194).
7108           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7109           
7110         * tests/check/Makefile.am:
7111         * tests/check/libs/.cvsignore:
7112         * tests/check/libs/rtp.c:
7113           Add some simple unit tests for GstRTPBuffer. Some are disabled
7114           because the code tested still needs fixing (set_csrc() does not work).
7115
7116 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * win32/MANIFEST:
7119         * win32/common/gstrtsp-enumtypes.c:
7120         * win32/common/gstrtsp-enumtypes.h:
7121         * win32/common/interfaces-enumtypes.c:
7122         * win32/common/interfaces-enumtypes.h:
7123         * win32/common/multichannel-enumtypes.c:
7124           Add rtsp enumtypes (#474384) and update others.
7125
7126 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7127
7128         * configure.ac:
7129           Fix configure check for HAVE_LIBXML_HTML.
7130
7131 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7132
7133         * tests/check/libs/.cvsignore:
7134           Ignore more, in case the build bots work again one day.
7135
7136 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7137
7138         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7139
7140         * configure.ac:
7141         * gst-libs/gst/Makefile.am:
7142         * gst-libs/gst/fft/Makefile.am:
7143         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7144         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7145         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7146         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7147         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7148         * gst-libs/gst/fft/gstfft.h:
7149         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7150         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7151         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7152         * gst-libs/gst/fft/gstfftf32.h:
7153         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7154         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7155         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7156         * gst-libs/gst/fft/gstfftf64.h:
7157         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7158         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7159         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7160         * gst-libs/gst/fft/gstffts16.h:
7161         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7162         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7163         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7164         * gst-libs/gst/fft/gstffts32.h:
7165         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7166         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7167         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7168         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7169         * gst-libs/gst/fft/kiss_fft_f32.h:
7170         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7171         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7172         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7173         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7174         * gst-libs/gst/fft/kiss_fft_f64.h:
7175         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7176         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7177         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7178         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7179         * gst-libs/gst/fft/kiss_fft_s16.h:
7180         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7181         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7182         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7183         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7184         * gst-libs/gst/fft/kiss_fft_s32.h:
7185         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7186         (kiss_fftr_f32), (kiss_fftri_f32):
7187         * gst-libs/gst/fft/kiss_fftr_f32.h:
7188         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7189         (kiss_fftr_f64), (kiss_fftri_f64):
7190         * gst-libs/gst/fft/kiss_fftr_f64.h:
7191         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7192         (kiss_fftr_s16), (kiss_fftri_s16):
7193         * gst-libs/gst/fft/kiss_fftr_s16.h:
7194         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7195         (kiss_fftr_s32), (kiss_fftri_s32):
7196         * gst-libs/gst/fft/kiss_fftr_s32.h:
7197         * gst-libs/gst/fft/kiss_version:
7198         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7199         * pkgconfig/gstreamer-plugins-base.pc.in:
7200         Add libgstfft, a FFT library based on Kiss FFT which is
7201         BSD licensed. Supported sample formats are int16, int32,
7202         float and double. For those formats a real FFT and IFFT
7203         can be done, different windowing functions can be applied
7204         and functions for extracting the magnitude and phase exist.
7205         Fixes #468619.
7206
7207         * docs/libs/Makefile.am:
7208         * docs/libs/gst-plugins-base-libs-docs.sgml:
7209         * docs/libs/gst-plugins-base-libs-sections.txt:
7210         Integrate libgstfft into the docs.
7211
7212         * tests/check/Makefile.am:
7213         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7214         Add unit tests for libgstfft, currently only testing the FFT.
7215         Unit tests for IFFT will follow soon.
7216
7217 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7218
7219         Patch by: Peter Kjellerstedt  <pkj at axis com>
7220
7221         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7222         (gst_sdp_message_init), (gst_sdp_message_uninit),
7223         (is_multicast_address), (gst_sdp_message_as_text),
7224         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7225         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7226         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7227         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7228         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7229         (gst_sdp_media_init), (gst_sdp_media_uninit),
7230         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7231         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7232         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7233         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7234         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7235         * gst-libs/gst/sdp/gstsdpmessage.h:
7236         Separate INIT_ARRAY() and related macros into two versions, one for
7237         structures and one for pointers (e.g., INIT_ARRAY() and
7238         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7239         lists of emails and phone numbers.
7240         Add missing const as appropriate.
7241         Change all gint to guint since they all actually represent unsigned
7242         values.
7243         Do not use time as a variable name as it shadows the global time().
7244         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7245         Actually implement gst_sdp_message_add_time().
7246         Make gst_sdp_message_add_time() take repeat times as an argument.
7247         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7248         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7249         misspelled as badwidth).
7250         gst-indented and a little clean up. Fixes #471067.
7251
7252 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7253
7254         * gst/volume/gstvolume.c: (volume_choose_func),
7255         (volume_process_double), (volume_process_double_clamp),
7256         (volume_process_float_clamp):
7257         Correctly clamp float/double samples in the [-1.0,1.0] range to
7258         prevent weird effects.
7259         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7260         Add unit tests for all samples types that had none before.
7261
7262 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         * gst-libs/gst/rtp/gstrtpbuffer.c:
7265           Need to include stdlib.h for abs() here too.
7266
7267 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7268
7269         * gst/playback/gststreaminfo.c:
7270           Fix build.
7271
7272 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7273
7274         * gst/playback/gststreaminfo.c:
7275           Clean up some half-disabled code and comment.
7276
7277 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7278
7279         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7280
7281         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7282         (gst_base_rtp_payload_audio_handle_event):
7283         Return FALSE from the event handler to let the parent class handle the
7284         event. Fixes #446766.
7285
7286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7287         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7288         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7289
7290         * gst-libs/gst/rtp/gstbasertppayload.c:
7291         Bump the MTU to 1400.
7292
7293 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7294
7295         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7296         Add an audio/x-nsf typefind function for the nsfdec element.
7297
7298 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7299         * gst/playback/gstplaybasebin.c:
7300         Included "myth://" on stream_uris list for enable buffering to mythtv files
7301
7302 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7303
7304         * docs/libs/gst-plugins-base-libs-sections.txt:
7305         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7306         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7307         (gst_rtcp_unix_to_ntp):
7308         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7309         Fix parsing of RB blocks.
7310         Fix docs.
7311         Added helper functions to convert to/from UNIX and NTP time.
7312         API: gst_rtcp_ntp_to_unix()
7313         API: gst_rtcp_unix_to_ntp()
7314
7315         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7316         (gst_rtp_buffer_get_header_len),
7317         (gst_rtp_buffer_get_extension_data),
7318         (gst_rtp_buffer_get_payload_subbuffer),
7319         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7320         (gst_rtp_buffer_ext_timestamp):
7321         * gst-libs/gst/rtp/gstrtpbuffer.h:
7322         Fix some more docs.
7323         Implement handling of packets with extensions.
7324         Fix padding check in _validate().
7325         Added function to get extension data.
7326         API: gst_rtp_buffer_get_header_len()
7327         API: gst_rtp_buffer_get_extension_data()
7328
7329 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7330
7331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7332         (gst_base_rtp_depayload_class_init),
7333         (gst_base_rtp_depayload_set_gst_timestamp):
7334         Add some more docs for the queue-delay property and fix a typo in a
7335         comment.
7336
7337         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7338         Fix typo.
7339
7340 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7341
7342         * gst-libs/gst/audio/gstbaseaudiosink.c:
7343         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7344         (gst_base_audio_sink_change_state):
7345         When skew slaving, try to hover around the middle of a segment so that
7346         we at most drift by half a segment.
7347         If we are aligning in the oposite direction of the clock skew, we don't
7348         have to resync.
7349
7350 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7351
7352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7353         (gst_base_rtp_depayload_setcaps),
7354         (gst_base_rtp_depayload_set_gst_timestamp):
7355         Be less silly with the segment start, just apply the clock-base to the
7356         timestamp.
7357
7358 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7359
7360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7361         (gst_base_rtp_depayload_class_init),
7362         (gst_base_rtp_depayload_finalize),
7363         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7364         (gst_base_rtp_depayload_handle_sink_event),
7365         (gst_base_rtp_depayload_set_gst_timestamp),
7366         (gst_base_rtp_depayload_change_state):
7367         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7368         Deprecate the queue handling thread thing and remove the code.
7369         Use new method to calculate the extended timestamp.
7370
7371 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7372
7373         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7374         (gst_rtcp_packet_sdes_copy_entry):
7375         Use g_strndup which does exactly what we want.
7376
7377         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7378         (gst_rtp_buffer_ext_timestamp):
7379         * gst-libs/gst/rtp/gstrtpbuffer.h:
7380         Add helper function to compare seqnums.
7381         Add helper function to calculate extended timestamps.
7382         API: gst_rtp_buffer_compare_seqnum()
7383         API: gst_rtp_buffer_ext_timestamp()
7384
7385 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7386
7387         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7388         (gst_rtcp_packet_sdes_get_entry),
7389         (gst_rtcp_packet_sdes_copy_entry):
7390         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7391         Fix and document SDES item data function.
7392         Add new function that makes a proper copy of SDES item data.
7393         API: gst_rtcp_packet_sdes_copy_entry()
7394
7395 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7396
7397         * configure.ac:
7398         * gst/Makefile.am:
7399           The tcp and subparse plugins are under gst, but not totaly free of
7400           dependencies. Handle selection inconfigure.ac, so that they show up
7401           on the final list of what is build and what is not. Maybe they should
7402           better be moved to ext.
7403
7404 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7405
7406         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7407
7408         * configure.ac:
7409         * gst/Makefile.am:
7410           Check if libxml provides HTML parser which subparse needs.
7411           Fixes #451970.
7412
7413 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7414
7415         * ext/alsa/gstalsa.c:
7416           Fix typo and compilation on big endian systems.
7417
7418 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7419
7420         * gst/subparse/gstssaparse.c:
7421           Convert SSA newline codes into actual newline characters (#470766).
7422
7423 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7424
7425         * docs/libs/gst-plugins-base-libs-sections.txt:
7426         * gst-libs/gst/pbutils/install-plugins.c:
7427         * gst-libs/gst/pbutils/install-plugins.h:
7428         * tests/check/libs/pbutils.c:
7429           API: also add gst_install_plugins_supported() while we're at it
7430           (see #470456).
7431
7432 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7433
7434         * docs/libs/gst-plugins-base-libs-sections.txt:
7435         * gst-libs/gst/pbutils/missing-plugins.c:
7436         * gst-libs/gst/pbutils/missing-plugins.h:
7437         * tests/check/libs/pbutils.c:
7438           API: add gst_missing_*_installer_detail_new() convenience API so
7439           that applications that know exactly what they're missing can request
7440           installer detail strings for those items directly instead of having
7441           to first create a dummy missing-plugin message and then get the
7442           installer detail string from that.  Fixes #470456.
7443
7444 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7445
7446         * gst/playback/gstdecodebin.c: (close_pad_link):
7447         We need to set up delayed-linking whenever the caps are non-fixed,
7448         not just when there are multiple types - use gst_pad_is_fixed()
7449         to test.
7450
7451 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         * gst-libs/gst/pbutils/missing-plugins.c:
7454           (gst_missing_plugin_message_get_installer_detail):
7455           Add missing separator in PID fallback case.
7456
7457 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7458
7459         * ext/alsa/Makefile.am:
7460         There is no GST_PLUGINS_BASE_LIBS defined.
7461         
7462         * ext/alsa/gstalsa.c:
7463         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7464         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7465         Add support for ALSA 24-bit formats.
7466         snd_pcm_delay can return an error code, especially
7467         during XRUNS. In that case, the best we can do is assume
7468         delay = 0.
7469
7470         * gst/audioconvert/Makefile.am:
7471         Add flags from -base before any more-remote dependencies.
7472
7473 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7474
7475         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7476
7477         * gst/volume/gstvolume.c: (volume_choose_func),
7478         (volume_update_real_volume), (gst_volume_set_volume),
7479         (gst_volume_init), (volume_process_int32),
7480         (volume_process_int32_clamp), (volume_process_int24),
7481         (volume_process_int24_clamp), (volume_process_int16),
7482         (volume_process_int16_clamp), (volume_process_int8),
7483         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7484         * gst/volume/gstvolume.h:
7485         Add support for int32, int24 and int8 to the volume element.
7486         Fixes #445529.
7487
7488 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7489
7490         * tests/examples/Makefile.am:
7491           Fix even more.
7492
7493 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7494
7495         * configure.ac:
7496         * docs/libs/Makefile.am:
7497         * docs/libs/gst-plugins-base-libs-docs.sgml:
7498         * docs/libs/gst-plugins-base-libs-sections.txt:
7499         * ext/gnomevfs/gstgnomevfssrc.c:
7500         * ext/gnomevfs/gstgnomevfssrc.h:
7501         * gst-libs/gst/Makefile.am:
7502         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7503         * pkgconfig/gstreamer-plugins-base.pc.in:
7504         * sys/v4l/v4lsrc_calls.c:
7505         * tests/examples/Makefile.am:
7506         * win32/common/config.h:
7507           Revert unwanted commit. many thanks to moap. I want a fix for 
7508           https://thomas.apestaart.org/moap/trac/ticket/239
7509
7510 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7511
7512         * gst/volume/gstvolume.c:
7513           Move passthrough below gst_object_sync_values(). Fixes #442654.
7514
7515 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7516
7517         * gst-libs/gst/audio/audio.c:
7518         Clarify the docs a little.
7519
7520 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7521
7522         * gst/volume/gstvolume.c:
7523           Enable liboil for float and add more details about problems with
7524           int16.
7525
7526 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7527
7528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7529         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7530
7531 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7532
7533         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7534         When calculating the first timestamp of the buffers, don't go below 0
7535         and clip the samples because the offset was on the eos page.
7536         Fixes #466717.
7537
7538 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7539
7540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7541         (gst_ogg_demux_collect_chain_info):
7542         Also submit the eos page when trying to find the first timestamp.
7543         See #466717.
7544
7545 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7546
7547         * gst-libs/gst/audio/audio.h:
7548         Use gst_util_uint64_scale() instead of doing the math
7549         with double for GST_FRAMES_TO_CLOCK_TIME() and
7550         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7551         prevents rounding errors. Fixes #467667.
7552
7553 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7554
7555         * gst-libs/gst/rtsp/gstrtspconnection.c:
7556         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7557         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7558         * gst-libs/gst/rtsp/gstrtspconnection.h:
7559         Small cleanups.
7560         On shutdown, don't read the control socket yet.
7561         Set timeout value correctly in all cases.
7562         Add function to check if the server accepts reads or writes.
7563         API: gst_rtsp_connection_poll()
7564
7565         * gst-libs/gst/rtsp/gstrtspdefs.h:
7566         Fix compilation with -pedantic.
7567         Add enum for _poll.
7568
7569 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7570
7571         Patch by: Olivier Crete  <tester at tester ca>
7572
7573         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7574         (gst_basertppayload_getcaps):
7575         * gst-libs/gst/rtp/gstbasertppayload.h:
7576         Add getcaps vfunc to basertppayload. See #465146.
7577
7578 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7581         Only post buffering messages when we are a stream.
7582
7583 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7584
7585         * gst-libs/gst/pbutils/install-plugins.c:
7586         * gst-libs/gst/pbutils/missing-plugins.c:
7587           Small docs fix and addition.
7588
7589 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7590
7591         * tests/icles/.cvsignore:
7592         * tests/icles/Makefile.am:
7593         * tests/icles/test-textoverlay.c:
7594           Add a dumb little test for textoverlay alignments.
7595
7596 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         Patch by: Dan Williams  <dcbw redhat com>
7599
7600         * ext/pango/gsttextoverlay.c:
7601         * ext/pango/gsttextoverlay.h:
7602           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7603           "silent" property so there's a Since tag in the API reference.
7604
7605 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7606
7607         * gst-libs/gst/rtp/gstbasertppayload.c:
7608         (gst_basertppayload_set_outcaps):
7609         * gst-libs/gst/rtp/gstbasertppayload.h:
7610         Improve caps negotiation so that downstream elements can confiure
7611         certain RTP properties by fixing them on the caps. See #465146.
7612         Add docs.
7613
7614 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * docs/libs/gst-plugins-base-libs-sections.txt:
7617         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7618         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7619           Mark as deprecated some macros which were presumably meant to be
7620           private API and accidentally exposed in the public header file.
7621           Also actually _init() lock (only works at the moment because the
7622           struct is zeroed out when created and the initial values in the
7623           mutex struct are zeroes too). (#459585)
7624
7625 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7626
7627         * docs/libs/Makefile.am:
7628           Remove cruft and do some cleanups.
7629
7630         * docs/libs/gst-plugins-base-libs-docs.sgml:
7631           Prepare for comming gtkdoc features (rebase against online docs).
7632
7633 2007-08-10  Michael Smith <msmith@fluendo.com>
7634
7635         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7636           Debug output fixes.
7637         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7638         (GST_START_TEST):
7639           Change the number of buffers used; 500 is too many and leads to
7640           timeouts.
7641
7642 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * gst/playback/gstqueue2.c:
7645         * gst/videorate/gstvideorate.c:
7646           Printf format fixes (#465028).
7647
7648 2007-08-09  Michael Smith <msmith@fluendo.com>
7649
7650         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7651           If we have a large (> 1 second) discontinuity, push a series of
7652           smaller buffers rather than a single very large buffer. Avoids
7653           unreasonably large single buffer allocations when encountering a
7654           large gap.
7655         * tests/check/elements/audiorate.c: (GST_START_TEST),
7656         (audiorate_suite):
7657           Add a test for this.
7658
7659 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7660
7661         * gst/playback/gstplaybasebin.c: (group_commit),
7662         (queue_remove_probe), (queue_threshold_reached):
7663
7664         Patch by: Josep Torra Valles <josep@fluendo.com>
7665         Fixes: #465015
7666         Make sure we remove the check_queues buffer probe from the 
7667         correct queue to avoid racily going back to "buffering 99%" when
7668         buffering is actually complete.
7669
7670         Also, fix the spelling of Josep's surname in the ChangeLog.
7671
7672 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7673
7674         * ext/ogg/gstoggmux.c:
7675           Do not leak oggmux instance.
7676         
7677         * ext/vorbis/vorbisenc.c:
7678           Also log values.
7679
7680 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7681
7682         * po/hu.po:
7683         * po/it.po:
7684         * po/nl.po:
7685         * po/uk.po:
7686         * po/vi.po:
7687           Updated translations.
7688
7689 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7690
7691         patch by: Yang Hong <hongyang@redflag-linux.com>
7692
7693         * ext/pango/gsttextoverlay.c:
7694         * ext/pango/gsttextoverlay.h:
7695           Add 'silent' property to GstTimeOverlay. Fixes #462979
7696
7697 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7698
7699         Patch by: Josep Torra Valles <josep@fluendo.com>
7700
7701         * docs/plugins/gst-plugins-base-plugins.args:
7702         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7703         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7704         (gst_uri_decode_bin_get_property), (gen_source_element):
7705         Add connection-speed property. Fixes #464690.
7706
7707 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7708
7709         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7710
7711         * configure.ac:
7712         * gst-libs/gst/rtsp/Makefile.am:
7713         * gst-libs/gst/rtsp/gstrtspconnection.c:
7714         (gst_rtsp_connection_connect):
7715         Fix compilation on windows. Fixes #464320.
7716
7717 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7718
7719         Patch by: Josep Torra Valles <josep@fluendo.com>
7720
7721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7722         (gst_play_base_bin_init), (queue_threshold_reached),
7723         (gen_source_element), (setup_substreams),
7724         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7725         (gst_play_base_bin_get_streaminfo_value_array):
7726         * gst/playback/gstplaybasebin.h:
7727         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7728         (gst_play_bin_set_property), (gst_play_bin_get_property),
7729         (gst_play_bin_handle_redirect_message):
7730         Move connection-speed property from playbin to playbasebin so that we
7731         can also configure it in source elements that have the connection-speed
7732         property. Fixes #464028.
7733         Add some debug info here and there.
7734
7735 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7736
7737         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7738         Properly respond to conversion queries. Fixes #464079.
7739
7740 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7741
7742         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7743         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7744         (gst_audio_test_src_init_sine_table),
7745         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7746         * gst/audiotestsrc/gstaudiotestsrc.h:
7747         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7748         Also set the default volume to the default value specified in the
7749         GParamSpec.
7750
7751 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7752
7753         Patch by: Jens Granseuer <jensgr at gmx dot net>
7754
7755         * gst/audioconvert/gstaudioquantize.c:
7756         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7757
7758 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7759
7760         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7761         Add rdt manager for rdt transport.
7762         Fix parsing of RDT transport.
7763
7764 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7765
7766         * configure.ac:
7767         Back to CVS
7768
7769 === release 0.10.14 ===
7770
7771 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7772
7773         * configure.ac:
7774           releasing 0.10.14, "Light Years Ahead"
7775
7776 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7777
7778         * tests/check/libs/audio.c: (GST_START_TEST):
7779         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7780
7781 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7782
7783         * gst-libs/gst/audio/audio.c:
7784         When clipping a buffer with no timestamp, assume it is
7785         within the segment without warnings.
7786
7787         Fixes: #460978
7788
7789 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7792         Fire the signal on the object, not the interface.
7793
7794 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7795
7796         * gst-libs/gst/rtsp/.cvsignore:
7797         Ber. Don't include the full path, idiot.
7798
7799 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7800
7801         * gst-libs/gst/rtsp/.cvsignore:
7802         Ignore generated files.
7803
7804 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7805
7806         * gst-libs/gst/interfaces/Makefile.am:
7807         * gst-libs/gst/interfaces/interfaces-marshal.list:
7808         * gst-libs/gst/interfaces/rtspextension.c:
7809         * gst-libs/gst/interfaces/rtspextension.h:
7810         * gst-libs/gst/rtsp/Makefile.am:
7811         * gst-libs/gst/rtsp/gstrtsp.h:
7812         * gst-libs/gst/rtsp/gstrtspextension.c:
7813         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7814         (gst_rtsp_extension_detect_server),
7815         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7816         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7817         (gst_rtsp_extension_configure_stream),
7818         (gst_rtsp_extension_get_transports),
7819         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7820         * gst-libs/gst/rtsp/gstrtspextension.h:
7821         * gst-libs/gst/rtsp/rtsp-marshal.list:
7822         Move the rtspextension.h interface into gstrtspextension.h
7823         as part of libgstrtsp instead of libgstinterfaces, because it's
7824         only for use within plugins, not applications. 
7825         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7826         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7827         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7828         is abstract.
7829
7830 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7831
7832         * gst-libs/gst/interfaces/Makefile.am:
7833         * gst-libs/gst/interfaces/interfaces-marshal.list:
7834         * gst-libs/gst/interfaces/rtspextension.c:
7835         (gst_rtsp_extension_iface_init),
7836         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7837         * gst-libs/gst/interfaces/rtspextension.h:
7838         Fix marshaller for the send signal.
7839         Add URL to stream selection interface method.
7840
7841 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7842
7843         * gst-libs/gst/riff/Makefile.am:
7844         Pull in our dependencies from -base before those from outside.
7845
7846 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7847
7848         * docs/libs/gst-plugins-base-libs-sections.txt:
7849         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7850         * gst-libs/gst/rtsp/gstrtspbase64.h:
7851         API: gst_rtsp_base64_decode_ip()
7852         Added function to decode Base64 in-place.
7853
7854 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7855
7856         * tests/check/libs/.cvsignore:
7857         Ignore the mixer test binary.
7858
7859 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7860
7861         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7862         Gratuitous comment change to trigger a rebuild on the buildbots.
7863
7864 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7865
7866         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7867         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7868         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7869         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7870         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7871         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7872         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7873         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7874         (gst_sdp_media_get_attribute_val):
7875         * gst-libs/gst/sdp/gstsdpmessage.h:
7876         Constify args where we can.
7877
7878 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * gst-libs/gst/interfaces/Makefile.am:
7881         * gst-libs/gst/interfaces/rtspextension.c:
7882         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7883         (gst_rtsp_extension_detect_server),
7884         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7885         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7886         (gst_rtsp_extension_configure_stream),
7887         (gst_rtsp_extension_get_transports),
7888         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7889         * gst-libs/gst/interfaces/rtspextension.h:
7890         Move interface for RTSP extensions from -good to here.
7891         Added helper methods to invoke interface methods.
7892
7893 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7894
7895         * docs/libs/gst-plugins-base-libs-sections.txt:
7896         * gst-libs/gst/rtsp/gstrtspdefs.h:
7897         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7898         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7899         (gst_rtsp_message_init_response),
7900         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7901         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7902         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7903         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7904         (gst_rtsp_message_get_body), (dump_key_value):
7905         * gst-libs/gst/rtsp/gstrtspmessage.h:
7906         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7907         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7908         (gst_rtsp_range_parse):
7909         * gst-libs/gst/rtsp/gstrtsprange.h:
7910         * gst-libs/gst/rtsp/gstrtsptransport.c:
7911         * gst-libs/gst/rtsp/gstrtspurl.c:
7912         Fix some more RTSP docs.
7913         Add some missing methods for dealing with messages.
7914
7915 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7916
7917         * docs/libs/gst-plugins-base-libs-docs.sgml:
7918         * docs/libs/gst-plugins-base-libs-sections.txt:
7919         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7920         * gst-libs/gst/rtsp/gstrtspbase64.h:
7921         * gst-libs/gst/rtsp/gstrtspconnection.c:
7922         (gst_rtsp_connection_connect), (add_auth_header),
7923         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7924         (read_body), (gst_rtsp_connection_receive),
7925         (gst_rtsp_connection_next_timeout),
7926         (gst_rtsp_connection_reset_timeout),
7927         (gst_rtsp_connection_set_auth):
7928         * gst-libs/gst/rtsp/gstrtspconnection.h:
7929         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7930         * gst-libs/gst/rtsp/gstrtspdefs.h:
7931         * gst-libs/gst/rtsp/gstrtspmessage.h:
7932         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7933         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7934         (gst_rtsp_range_parse):
7935         * gst-libs/gst/rtsp/gstrtspurl.h:
7936         Added beginnings of RTSP documentation.
7937
7938 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7939
7940         * docs/libs/Makefile.am:
7941         * docs/libs/gst-plugins-base-libs-docs.sgml:
7942         * docs/libs/gst-plugins-base-libs-sections.txt:
7943         * gst-libs/gst/sdp/gstsdp.h:
7944         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7945         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7946         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7947         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7948         (gst_sdp_message_get_attribute_val),
7949         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7950         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7951         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7952         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7953         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7954         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7955         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7956         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7957         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7958         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7959         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7960         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7961         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7962         (gst_sdp_media_get_attribute_val_n),
7963         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7964         (print_media), (gst_sdp_message_dump):
7965         * gst-libs/gst/sdp/gstsdpmessage.h:
7966         Document the SDP library.
7967         Add some of the missing SDPMedia methods.
7968
7969 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7970
7971         * configure.ac:
7972         * gst-libs/gst/Makefile.am:
7973         * gst-libs/gst/rtsp/Makefile.am:
7974         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7975         * gst-libs/gst/rtsp/gstrtspbase64.h:
7976         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7977         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7978         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7979         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7980         (parse_response_status), (parse_request_line), (parse_line),
7981         (gst_rtsp_connection_read), (read_body),
7982         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7983         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7984         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7985         (gst_rtsp_connection_set_auth):
7986         * gst-libs/gst/rtsp/gstrtspconnection.h:
7987         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7988         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7989         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7990         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7991         (gst_rtsp_find_method):
7992         * gst-libs/gst/rtsp/gstrtspdefs.h:
7993         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7994         (gst_rtsp_message_new), (gst_rtsp_message_init),
7995         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7996         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7997         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7998         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7999         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8000         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8001         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8002         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8003         (gst_rtsp_message_dump):
8004         * gst-libs/gst/rtsp/gstrtspmessage.h:
8005         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8006         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8007         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8008         * gst-libs/gst/rtsp/gstrtsprange.h:
8009         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8010         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8011         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8012         (range_as_text), (rtsp_transport_mode_as_text),
8013         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8014         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8015         (gst_rtsp_transport_free):
8016         * gst-libs/gst/rtsp/gstrtsptransport.h:
8017         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8018         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8019         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8020         * gst-libs/gst/rtsp/gstrtspurl.h:
8021         * gst-libs/gst/sdp/Makefile.am:
8022         * gst-libs/gst/sdp/gstsdp.h:
8023         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8024         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8025         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8026         (gst_sdp_attribute_init), (gst_sdp_message_new),
8027         (gst_sdp_message_init), (gst_sdp_message_uninit),
8028         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8029         (gst_sdp_media_uninit), (gst_sdp_media_free),
8030         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8031         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8032         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8033         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8034         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8035         (gst_sdp_message_get_attribute_val),
8036         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8037         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8038         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8039         (gst_sdp_media_get_attribute_val_n),
8040         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8041         (read_string), (read_string_del), (gst_sdp_parse_line),
8042         (gst_sdp_message_parse_buffer), (print_media),
8043         (gst_sdp_message_dump):
8044         * gst-libs/gst/sdp/gstsdpmessage.h:
8045         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8046         Move SDP and RTSP from helper objects in -good to a reusable library.
8047         Use a proper gst_ namespace.
8048
8049 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8050
8051         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8052         (vorbis_dec_flush_decode):
8053         Use the new buffer clipping function from gstaudio here.
8054
8055 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8056
8057         * docs/libs/gst-plugins-base-libs-sections.txt:
8058         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8059         * gst-libs/gst/audio/audio.h:
8060         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8061         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8062         Also add deprecation guards for gst_audio_structure_set_int() to the
8063         header.
8064
8065 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8066
8067         * docs/libs/gst-plugins-base-libs-sections.txt:
8068           Cleanup the docs.
8069
8070 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8071
8072         Patch by: Dan Williams <dcbw at redhat dot com>
8073
8074         * gst/playback/gstplaybasebin.c:
8075         (gst_play_base_bin_get_streaminfo_value_array):
8076         Don't return NULL when querying the stream info value array but instead
8077         return an empty array. Fixes #459204.
8078
8079 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8080
8081         * gst/playback/gsturidecodebin.c:
8082           Init debug category before using it.
8083
8084 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8085
8086         * gst-libs/gst/interfaces/mixer.h:
8087         Add padding vars in place of the signal pointers
8088         when building with DISABLE_DEPRECATED so that the
8089         interface structure doesn't change size.
8090
8091 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8092
8093         * docs/libs/gst-plugins-base-libs-sections.txt:
8094         * ext/alsa/gstalsamixer.c:
8095         * ext/alsa/gstalsamixer.h:
8096         * ext/alsa/gstalsamixerelement.c:
8097         * ext/alsa/gstalsamixertrack.c:
8098         * gst-libs/gst/interfaces/mixer.c:
8099         * gst-libs/gst/interfaces/mixer.h:
8100         * gst-libs/gst/interfaces/mixeroptions.c:
8101         * gst-libs/gst/interfaces/mixeroptions.h:
8102         * gst-libs/gst/interfaces/mixertrack.c:
8103         * gst-libs/gst/interfaces/mixertrack.h:
8104         * tests/check/Makefile.am:
8105         * tests/check/libs/mixer.c:
8106
8107         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8108         Fixes: #152864 
8109
8110         Add support for notifying mixer changes on the message bus, and
8111         implement it in alsamixer.
8112
8113         API: gst_mixer_get_mixer_flags
8114         API: gst_mixer_message_parse_mute_toggled
8115         API: gst_mixer_message_parse_record_toggled
8116         API: gst_mixer_message_parse_volume_changed
8117         API: gst_mixer_message_parse_option_changed
8118         API: GstMixerMessageType
8119         API: GstMixerFlags
8120
8121 2007-07-20  Michael Smith <msmith@fluendo.com>
8122
8123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8124         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8125           xcontext->im_format is only for testing XShm support (as the header
8126           file comments document). Use xvimage->im_format for everything else.
8127           Avoids spurious warnings on buffer allocation before setcaps.
8128
8129 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8130
8131         * tests/examples/volume/Makefile.am:
8132         * tests/icles/Makefile.am:
8133           We should use $(LIBM).
8134
8135 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8136
8137         * tests/icles/Makefile.am:
8138           This needs -lm.
8139
8140 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8141
8142         * gst-libs/gst/rtp/gstbasertppayload.c:
8143         (gst_basertppayload_class_init), (gst_basertppayload_init),
8144         (gst_basertppayload_set_property),
8145         (gst_basertppayload_get_property):
8146         Don't break ABI, restore previous ranges. Keep the default random
8147         selection of timestamp and seqnum offset but as soon as the app sets a
8148         specific value, use that one.
8149
8150 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8151
8152         Patch by: Bastien Nocera <hadess at hadess dot net>
8153
8154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8155         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8156         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8157         * sys/xvimage/xvimagesink.h:
8158         Add option to turn off double-buffering for debugging purposes.
8159         Fixes #437169.
8160
8161 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8162
8163         Patch by: Jorn Baayen <jorn at openedhand dot com>
8164
8165         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8166         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8167         (gst_ximagesink_init), (gst_ximagesink_class_init):
8168         * sys/ximage/ximagesink.h:
8169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8170         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8171         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8172         * sys/xvimage/xvimagesink.h:
8173         add 'handle-expose' property. Useful for video widgets which may want to
8174         be in control of Expose behaviour. Fixes #380625
8175
8176 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8177
8178         * gst-libs/gst/rtp/gstbasertppayload.c:
8179         (gst_basertppayload_class_init), (gst_basertppayload_init),
8180         (gst_basertppayload_event), (gst_basertppayload_push),
8181         (gst_basertppayload_set_property),
8182         (gst_basertppayload_get_property),
8183         (gst_basertppayload_change_state):
8184         * gst-libs/gst/rtp/gstbasertppayload.h:
8185         Fix ranges of rtp payloader properties so that the full range can be
8186         used in addition to -1 (random).
8187         Fix wrong seqnum reporting in caps.
8188         Fixes #420326.
8189
8190 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8191
8192         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8193         (gst_video_rate_query):
8194         Use boilerplate.
8195         Add latency query, might not be perfect yet but already works a lot
8196         better. Fixes #442557.
8197
8198 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8199
8200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8201         (gst_xvimagesink_setcaps):
8202         * sys/xvimage/xvimagesink.h:
8203         After a caps change, redraw our borders to avoid garbage left there
8204         when the image format changes to a smaller size, like 16:9 -> 4:3
8205         Also, hold the flow_lock a bit longer in the set_caps while we're
8206         fiddling with the xcontext.
8207
8208 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8209
8210         * Makefile.am:
8211         * configure.ac:
8212         * tests/Makefile.am:
8213         Remove bogus check for libcheck, since we check for
8214         gstreamer-check and it pulls in the required info from there, and we
8215         weren't actually _using_ the information for libcheck ourselves
8216         anyway.
8217
8218 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8219
8220         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8221         (gst_ffmpeg_caps_to_pixfmt):
8222         Fix the r_mask test for RGBA32 on little-endian.
8223         Fix a stupid typo that would have obviously broken 
8224         compilation on big-endian, if anyone was testing.
8225
8226 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8227
8228         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8229         (paint_hline_str4):
8230         * gst/videotestsrc/videotestsrc.h:
8231         Add alpha to the color struct.
8232         Use a default alpha value of 255 instead of 128.
8233
8234 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8235
8236         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8237         (setup_source):
8238         Clear the dynamic pads counter when starting a new uri. This makes
8239         reusing playbin work again.
8240         Fixes #454264.
8241
8242 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8243
8244         * configure.ac:
8245           Use pkg-config to locate check.
8246
8247 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * configure.ac:
8250         * tests/check/elements/volume.c: (GST_START_TEST):
8251           Fix 'make check' build against core CVS.
8252
8253 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8254
8255         * gst-libs/gst/interfaces/propertyprobe.c:
8256         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8257         * gst-libs/gst/tag/gstvorbistag.c:
8258           Make gtk-doc happy.
8259
8260 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8261
8262         * gst-libs/gst/audio/gstbaseaudiosink.c:
8263         (gst_base_audio_sink_callback):
8264           Quick hack to make audiosinks stop at EOS when operating in
8265           pull-mode; needs to be fixed properly some day.
8266
8267 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8268
8269         * docs/libs/gst-plugins-base-libs-sections.txt:
8270           Fix location of includes in the docs.
8271
8272 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8273
8274         * gst/ffmpegcolorspace/avcodec.h:
8275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8276         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8277         (gst_ffmpegcsp_avpicture_fill):
8278         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8279         (img_get_alpha_info):
8280         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8281         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8282         end of the word. Partially fixes #451908
8283
8284 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8285
8286         * docs/libs/Makefile.am:
8287         * docs/plugins/Makefile.am:
8288           Simplify --extra-dir as gtkdoc scans recursively.
8289
8290 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8291
8292         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8293         (gst_adder_request_new_pad):
8294         Make getcaps more robust by not using the proxycaps function. This makes
8295         sure that we don't end up recursively calling getcaps upstream.
8296         See #316248.
8297
8298 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8299
8300         * gst/audioconvert/audioconvert.c:
8301         Include math.h to fix compilation.
8302
8303 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8304
8305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8306         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8307         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8308         format, as produced by some dc1394 cameras like the iSight.
8309         See http://www.fourcc.org/yuv.php#IYU1
8310
8311 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8312
8313         * gst/audioconvert/Makefile.am:
8314         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8315         (check_default), (audio_convert_prepare_context),
8316         (audio_convert_clean_context), (audio_convert_convert):
8317         * gst/audioconvert/audioconvert.h:
8318         * gst/audioconvert/gstaudioconvert.c:
8319         (gst_audio_convert_dithering_get_type),
8320         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8321         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8322         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8323         * gst/audioconvert/gstaudioconvert.h:
8324         * gst/audioconvert/gstaudioquantize.c:
8325         (gst_audio_quantize_setup_noise_shaping),
8326         (gst_audio_quantize_free_noise_shaping),
8327         (gst_audio_quantize_setup_dither),
8328         (gst_audio_quantize_free_dither),
8329         (gst_audio_quantize_setup_quantize_func),
8330         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8331         * gst/audioconvert/gstaudioquantize.h:
8332         Implement dithering and noise shaping in audioconvert. By default now
8333         TPDF dithering (and no noise shaping) will be used when converting
8334         from a higher bit depth to 20 bit depth or smaller, otherwise
8335         everything will be as it is now.
8336         For the last audioconvert in a pipeline it would make sense to
8337         use some kind of noise shaping, enabling it by default for all
8338         conversions would give undesired results though. Fixes #360246.
8339         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8340         (GST_START_TEST):
8341         Adjust unit test for the new audioconvert.
8342
8343 2007-06-28  Wim Taymans  <wim@fluendo.com>
8344
8345         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8346         Use other metrics as well when estimating the buffer level.
8347
8348 2007-06-28  Wim Taymans  <wim@fluendo.com>
8349
8350         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8351         Small debug improvement.
8352
8353         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8354         (plugin_init):
8355         Tweak the rate estimation period.
8356         When calculating the buffer filledness in rate estimation mode, don't
8357         mix it with other metrics.
8358
8359 2007-06-28  Wim Taymans  <wim@fluendo.com>
8360
8361         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8362         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8363         When creating the groups, allow for a 5 second, unlimited buffers
8364         preroll phase after which we expose the group.
8365         When the group is exposed, use a small number of buffers up to a 2
8366         second limit. Also disconnect the overrun signal from multiqueue when we
8367         exposed the group because it is not needed anymore.
8368
8369 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8372           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8373           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8374           (#451707); also, output some debugging info when dealing with
8375           freeform strings.
8376
8377         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8378           Add unit test for the above.
8379
8380 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8381
8382         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8383           Add description for Windows Media RTP caps.
8384
8385         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8386           Remove RTP fields that don't define the format from caps.
8387
8388 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8389
8390         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8391           Skip empty buffers, but not empty header buffers. That way the original
8392           vorbisdec unit test still passes (#451145); also, take into account
8393           that those empty packets might carry a granulepos.
8394
8395         * tests/check/Makefile.am:
8396         * tests/check/elements/vorbisdec.c:
8397         (_create_codebook_header_buffer), (_create_audio_buffer),
8398         (GST_START_TEST), (vorbisdec_suite):
8399           Add unit test that sends an empty packet.
8400
8401 2007-06-27  Wim Taymans  <wim@fluendo.com>
8402
8403         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8404         Don't error out on 0-sized packets, just emit a warning because this is
8405         not a fatal error. Fixes #451145.
8406
8407 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8408
8409         * docs/plugins/gst-plugins-base-plugins.args:
8410         * docs/plugins/gst-plugins-base-plugins.signals:
8411         * docs/plugins/inspect/plugin-adder.xml:
8412         * docs/plugins/inspect/plugin-alsa.xml:
8413         * docs/plugins/inspect/plugin-audioconvert.xml:
8414         * docs/plugins/inspect/plugin-audiorate.xml:
8415         * docs/plugins/inspect/plugin-audioresample.xml:
8416         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8417         * docs/plugins/inspect/plugin-cdparanoia.xml:
8418         * docs/plugins/inspect/plugin-decodebin.xml:
8419         * docs/plugins/inspect/plugin-decodebin2.xml:
8420         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8421         * docs/plugins/inspect/plugin-gdp.xml:
8422         * docs/plugins/inspect/plugin-gnomevfs.xml:
8423         * docs/plugins/inspect/plugin-libvisual.xml:
8424         * docs/plugins/inspect/plugin-ogg.xml:
8425         * docs/plugins/inspect/plugin-pango.xml:
8426         * docs/plugins/inspect/plugin-playbin.xml:
8427         * docs/plugins/inspect/plugin-subparse.xml:
8428         * docs/plugins/inspect/plugin-tcp.xml:
8429         * docs/plugins/inspect/plugin-theora.xml:
8430         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8431         * docs/plugins/inspect/plugin-video4linux.xml:
8432         * docs/plugins/inspect/plugin-videorate.xml:
8433         * docs/plugins/inspect/plugin-videoscale.xml:
8434         * docs/plugins/inspect/plugin-videotestsrc.xml:
8435         * docs/plugins/inspect/plugin-volume.xml:
8436         * docs/plugins/inspect/plugin-vorbis.xml:
8437         * docs/plugins/inspect/plugin-ximagesink.xml:
8438         * docs/plugins/inspect/plugin-xvimagesink.xml:
8439           Update docs with caps info.
8440
8441 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8442
8443         * po/POTFILES.in:
8444           Add more files with translatable strings (#450875).
8445
8446 2007-06-23  Edward Hervey  <edward@fluendo.com>
8447
8448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8449         The chain should be freed if we error out here, else it will leak.
8450         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8451         (cleanup_decodebin):
8452         Don't forget to *properly* remove the signals, else it will leak.
8453
8454 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8455
8456         * MAINTAINERS:
8457         Updating all the maintainers files
8458
8459 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8460
8461         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8462         (main):
8463           Destroy and recreate parse-launch based pipeline after stop to be able
8464           to play again. Reorder some code and add more comments.
8465
8466 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8467
8468         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8469         When handling a delayed-caps notification case, mark
8470         the group as dynamic so that the nbdynamic count is
8471         incremented and decremented correctly. Fixes: #449156
8472         Patch by: Wim Taymans <wim@fluendo.com>
8473
8474 2007-06-19  Andy Wingo  <wingo@pobox.com>
8475
8476         * gst-libs/gst/audio/gstbaseaudiosink.c
8477         (gst_base_audio_sink_init): Enable pull-mode operation.
8478
8479 2007-06-19  Michael Smith <msmith@fluendo.com>
8480
8481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8482           Change minimum rate back to 1000 to allow low-sample-rate wav files
8483           to play back.
8484
8485 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8486
8487         * po/vi.po:
8488           Update translations.
8489
8490 2007-06-15  David Schleef  <ds@schleef.org>
8491
8492         * gst/playback/gstqueue2.c:
8493           Fix compile error from ignored return value.
8494
8495 2007-06-15  Michael Smith <msmith@fluendo.com>
8496
8497         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8498           Update tmpbuf for all neccesary rows, not just one, as is required
8499           when downscaling.
8500           Fixes #402076.
8501
8502 2007-06-15  Michael Smith <msmith@fluendo.com>
8503
8504         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8505         (eos_buffer_probe):
8506           Add a test that ensures we set DELTA_UNIT on all non-header,
8507           non-video buffers, if we have a video stream.
8508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8509         (gst_ogg_mux_process_best_pad):
8510           Move setting delta_pad to earlier, where we inspect all pads, so
8511           that leading audio pages don't get DELTA_UNIT unset if they come
8512           before the first DELTA_UNIT from video pages. Fixes the newly-added
8513           test. Fixes #385527.
8514
8515 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8516
8517         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8518           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8519           fails on the p5-ppc64 build bot and the failure looks like it is due
8520           to the same issue as #348114, ie. a compiler bug.
8521
8522 2007-06-13  Edward Hervey  <edward@fluendo.com>
8523
8524         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8525         Fix build on MacOSX.
8526
8527 2007-06-13  Wim Taymans  <wim@fluendo.com>
8528
8529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8530         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8531         Fix compilation on mingw. Fixes #446972.
8532
8533 2007-06-12  Wim Taymans  <wim@fluendo.com>
8534
8535         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8536
8537         * gst/playback/gstqueue2.c: (update_buffering),
8538         (gst_queue_locked_enqueue):
8539         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8540         also update the buffering status when receiving events. Fixes #446551.
8541
8542 2007-06-11  Wim Taymans  <wim@fluendo.com>
8543
8544         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8545
8546         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8547         (gst_queue_handle_src_query):
8548         Wait for preroll before attempting to forward a duration query upstream.
8549         Fixes #445505.
8550
8551 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8552
8553         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8554         (gst_base_rtp_depayload_set_gst_timestamp):
8555         Use G_GINT64_CONSTANT macro for int64 constant.
8556         * win32/common/libgstinterfaces.def:
8557         * win32/common/libgsttag.def:
8558         Add new exported functions.
8559
8560 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8561
8562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8563           The BOS page of the first Dirac video stream needs to come before
8564           the BOS page of any Vorbis streams or other audio streams, just like
8565           it is with Theora.
8566
8567 2007-06-07  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8570         Fix compilation.
8571
8572 2007-06-06  Wim Taymans  <wim@fluendo.com>
8573
8574         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8575
8576         * gst/playback/gstqueue2.c: (gst_queue_init),
8577         (gst_queue_handle_sink_event), (gst_queue_chain),
8578         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8579         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8580         (gst_queue_src_activate_pull):
8581         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8582         Does not yet completely work because duration queries upstream won't
8583         block yet.
8584
8585 2007-06-06  Wim Taymans  <wim@fluendo.com>
8586
8587         * configure.ac:
8588         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8589         Some more fseeko checks.
8590
8591 2007-06-06  Wim Taymans  <wim@fluendo.com>
8592
8593         * configure.ac:
8594         check for large file support.
8595
8596 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8597
8598         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8599
8600         * gst/subparse/gstsubparse.c: (parse_subrip),
8601         (subviewer_unescape_newlines), (parse_subviewer),
8602         (gst_sub_parse_data_format_autodetect),
8603         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8604         * gst/subparse/gstsubparse.h:
8605         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8606         * tests/check/elements/subparse.c: (GST_START_TEST),
8607         (subparse_suite):
8608         Add a unit test for both SubViewer formats.
8609
8610 2007-06-01  Michael Smith <msmith@fluendo.com>
8611
8612         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8613           Don't overflow intermediate values when seeking to large time values
8614           in audiotestsrc.
8615
8616 2007-06-05  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8619         (gst_queue_create_read), (gst_queue_read_item_from_file),
8620         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8621         Include stdio to define fseeko.
8622
8623 2007-06-05  Wim Taymans  <wim@fluendo.com>
8624
8625         Patch by: Edward Hervey  <edward@fluendo.com>
8626
8627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8628         (gst_v4lsrc_query):
8629         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8630
8631 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8632
8633         * gst-libs/gst/riff/Makefile.am:
8634         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8635           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8636           our own implementation.
8637
8638 2007-06-05  Wim Taymans  <wim@fluendo.com>
8639
8640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8641         (gst_base_rtp_depayload_setcaps),
8642         (gst_base_rtp_depayload_set_gst_timestamp),
8643         (gst_base_rtp_depayload_change_state):
8644         Handle timestamp wraparound.
8645
8646 2007-06-05  Wim Taymans  <wim@fluendo.com>
8647
8648         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8649         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8650         (gst_uri_decode_bin_change_state):
8651         Make sure we name srcpads uniquely even when using different internal
8652         decodebins.
8653         Signal no-more-pads when no more dynamic elements exist.
8654         Remove pads on cleanup.
8655
8656 2007-06-05  Wim Taymans  <wim@fluendo.com>
8657
8658         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8659
8660         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8661         (gst_queue_init), (gst_queue_finalize),
8662         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8663         (gst_queue_create_read), (gst_queue_read_item_from_file),
8664         (gst_queue_open_temp_location_file),
8665         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8666         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8667         (gst_queue_is_empty), (gst_queue_is_filled),
8668         (gst_queue_change_state), (gst_queue_set_temp_location),
8669         (gst_queue_set_property):
8670         Add support for filebased buffering. Fixes #441264.
8671
8672 2007-06-05  Wim Taymans  <wim@fluendo.com>
8673
8674         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8675         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8676         (caps_notify_group_cb), (gst_decode_group_new),
8677         (gst_decode_group_free):
8678         Add support for delayed caps fixation when autoplugging.
8679         Optimize cases where a multiqueue is not needed/wanted, like right after
8680         anything that is not a demuxer.
8681
8682 2007-06-05  Wim Taymans  <wim@fluendo.com>
8683
8684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8685         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8686         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8687         consideratly speedup ogg chain detection by not trying to find a base
8688         timestamp for skeleton streams. 
8689
8690 2007-06-05  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8693         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8694         (gst_multi_fd_sink_remove_flush),
8695         (gst_multi_fd_sink_remove_client_link),
8696         (gst_multi_fd_sink_handle_client_write),
8697         (gst_multi_fd_sink_handle_clients):
8698         * gst/tcp/gstmultifdsink.h:
8699         Add support for remove_flush.
8700
8701 2007-06-05  Wim Taymans  <wim@fluendo.com>
8702
8703         * docs/design/draft-keyframe-force.txt:
8704         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8705         (theora_enc_chain):
8706         Add draft design for forcing keyframes in encoders and implement in
8707         theoraenc.
8708
8709 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8710
8711         * configure.ac:
8712           Back to CVS
8713
8714 === release 0.10.13 ===
8715
8716 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8717
8718         * configure.ac:
8719           releasing 0.10.13, "What's Going on?"
8720
8721 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8722
8723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8724         In riff, the depth is stored in the size field but it just means that
8725         the least significant bits are cleared. We can therefore just play
8726         the sample as if it had a depth == width. Fixes: #440997
8727
8728         Patch by: Wim Taymans <wim@fluendo.com> 
8729         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8730
8731 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8732
8733         * gst-libs/gst/floatcast/floatcast.h:
8734         Define inline when needed on win32 builds. Fixes: #441295
8735         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8736
8737 2007-05-29  Wim Taymans  <wim@fluendo.com>
8738
8739         * gst/playback/gstplaybasebin.c: (queue_overrun),
8740         (no_more_pads_full):
8741         Stop buffering when the group is commited because the queues filled up.
8742         Fixes #442024.
8743
8744 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8745
8746         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8747         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8748         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8749         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8750         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8751         * ext/alsa/gstalsamixer.h:
8752         * ext/alsa/gstalsamixerelement.c:
8753         (gst_alsa_mixer_element_interface_supported),
8754         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8755         (gst_alsa_mixer_element_set_property),
8756         (gst_alsa_mixer_element_get_property),
8757         (gst_alsa_mixer_element_change_state):
8758         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8759         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8760         (gst_mixer_option_changed):
8761         * gst-libs/gst/interfaces/mixer.h:
8762         Revert commits towards #152864 made so far. We'll pick it up again
8763         after the 0.10.13 release.
8764
8765 2007-05-24  Wim Taymans  <wim@fluendo.com>
8766
8767         * gst-libs/gst/audio/gstbaseaudiosink.c:
8768         (gst_base_audio_sink_render):
8769         After an interrupt (PAUSED/flush) assume that the next sample should not
8770         be aligned to the previous sample. Fixes #417992.
8771
8772 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8775           Don't add channels and rate fields to the template caps for
8776           audio/x-dts, as wavparse might not always be able to set them,
8777           which would then lead to 'caps are not a real subset of the
8778           template caps' warnings.
8779
8780 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8781
8782         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8783         Handle unknown or invalid pads without crashing, as might occur if
8784         a media file like an mp3 is specified as a subtitle file.
8785         Fixes: #410039
8786
8787 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8788
8789         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8790         (setup_sinks):
8791         Block the subtitle bin output queue before ghosting it and linking,
8792         then unblock after. This avoids spurious not-linked errors caused 
8793         by the queue starting up (because it gets linked when it is ghosted). 
8794         Fixes: #350299
8795
8796 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8797
8798         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8799         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8800         file. Avoids flukes where the input gets typefound to some valid but
8801         useless type.
8802
8803 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8804
8805         * tests/check/Makefile.am:
8806         * tests/check/elements/.cvsignore:
8807         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8808         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8809           Add unit test for gnomevfssink seeking and position reporting for
8810           file:// URIs.
8811
8812 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8813
8814         Patch by: Mark Nauwelaerts <manauw at skynet be>
8815
8816         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8817         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8818         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8819         * ext/gnomevfs/gstgnomevfssink.h:
8820           Fix position reporting, especially after a seek (from upstream),
8821           see #412648.
8822
8823 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * ext/cdparanoia/gstcdparanoiasrc.c:
8826           Repair umlaut.
8827
8828 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8829
8830         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8831         Specify the full valid range for MP3 samplerates. Fixes a regression
8832         caused by extra header checks since the last release.
8833
8834 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8835
8836         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8838         Fix a locking-order bug I introduced with my changes the other day.
8839         Patch by Mike Smith.
8840
8841 2007-05-21  Michael Smith <msmith@fluendo.com>
8842
8843         * ext/theora/theoradec.c: (theora_handle_data_packet):
8844           Don't look inside 0-length packets (which indicate duplicated
8845           frames)
8846
8847 2007-05-21  Wim Taymans  <wim@fluendo.com>
8848
8849         * ext/cdparanoia/gstcdparanoiasrc.c:
8850         (gst_cd_paranoia_src_read_sector):
8851         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8852         (gst_base_audio_src_create):
8853         Small cleanups.
8854
8855         * ext/theora/theoradec.c: (theora_dec_sink_event):
8856         Fix typo.
8857
8858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8859         (gst_base_rtp_depayload_set_gst_timestamp):
8860         Add some FIXME
8861
8862         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8863         And some debug info when a FIXME path is hit.
8864
8865 2007-05-21  Wim Taymans  <wim@fluendo.com>
8866
8867         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8868         (gst_base_rtp_audio_payload_class_init),
8869         (gst_base_rtp_audio_payload_init),
8870         (gst_base_rtp_audio_payload_finalize),
8871         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8872         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8873         (gst_base_rtp_payload_audio_handle_event):
8874         Some cleanups, remove minptime property as it is now in the parent
8875         class.
8876         Override parent class event function.
8877
8878         * gst-libs/gst/rtp/gstbasertppayload.c:
8879         (gst_basertppayload_class_init), (gst_basertppayload_init),
8880         (gst_basertppayload_event), (gst_basertppayload_set_property),
8881         (gst_basertppayload_get_property):
8882         * gst-libs/gst/rtp/gstbasertppayload.h:
8883         Add min-ptime property.
8884         Add handle-event vmethod. Fixes #415001.
8885
8886 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8887
8888         * gst-libs/gst/audio/gstbaseaudiosink.c
8889           (gst_base_audio_sink_change_state):
8890           Fix typo in comment.
8891
8892         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8893           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8894           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8895           close_link):
8896         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8897           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8898           Remove trailing whitespaces in comments.
8899
8900         * gst/volume/Makefile.am:
8901           Fix tabs.
8902
8903 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8904
8905         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8906
8907         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8908           set_option, get_option, _gst_reserved):
8909           Revert reordering functions (keep ABI).
8910
8911 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8912
8913         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8914         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8915         (gst_ximagesink_show_frame):
8916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8917         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8918         (gst_xvimagesink_show_frame):
8919         When we create our own window, indicate that we handle the 
8920         WM_DELETE client message from the window manager, so that it won't 
8921         kill our window (and our app) along with it. Handle ClientMessage,
8922         post an error on the bus, and close the window. Further buffers
8923         arriving will result in a FlowError because the window has been
8924         destroyed.
8925
8926         Fixes: #393975
8927
8928         Clean up the X event handling loop and make them the same for
8929         both xvimagesink and ximagesink while I'm at it.
8930
8931 2007-05-17  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8934         Make decodebin2 autoplug depayloaders too.
8935
8936         * gst/playback/gsturidecodebin.c: (source_new_pad):
8937         Set the newly created decoder in a usable state when autoplugging a
8938         dynamic source such as RTSP.
8939
8940 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8941
8942         * gst/playback/gststreaminfo.c: (cb_probe):
8943           Ignore video-codec tag for audio streams and ignore audio-codec tags
8944           for video streams. Should make codec name collection a bit more
8945           robust against sloppy demuxers that send tag events containing both
8946           tags down each pad.
8947
8948 2007-05-17  Wim Taymans  <wim@fluendo.com>
8949
8950         * gst/playback/gstqueue2.c: (update_rates):
8951         Tweak the buffering thresholds a little.
8952         Update the buffer size with the previously calculate rate instead of
8953         only when we calculate a new rate so that we get smoother buffering
8954         updates.
8955
8956         * gst/playback/Makefile.am:
8957         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8958         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8959         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8960         (gst_uri_decode_bin_get_property), (unknown_type),
8961         (add_element_stream), (no_more_pads_full), (no_more_pads),
8962         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8963         (gen_source_element), (has_all_raw_caps), (analyse_source),
8964         (remove_decoders), (make_decoder), (remove_source),
8965         (source_new_pad), (setup_source), (decoder_query_init),
8966         (decoder_query_duration_fold), (decoder_query_duration_done),
8967         (decoder_query_position_fold), (decoder_query_position_done),
8968         (decoder_query_latency_fold), (decoder_query_latency_done),
8969         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8970         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8971         (gst_uri_decode_bin_change_state), (plugin_init):
8972         New element that intergrates a source, optional buffering element and
8973         decodebin.
8974
8975 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8976
8977         * configure.ac:
8978           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8979           (also has a .pc file, so we don't need the fallback check any
8980           longer). Fixes #438840.
8981
8982 2007-05-17  Wim Taymans  <wim@fluendo.com>
8983
8984         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8985         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8986         (apply_segment), (apply_buffer), (update_buffering),
8987         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8988         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8989         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8990         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8991         (plugin_init):
8992         fix build.
8993
8994 2007-05-17  Wim Taymans  <wim@fluendo.com>
8995
8996         * gst/playback/Makefile.am:
8997         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8998         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8999         (gst_queue_getcaps), (gst_queue_bufferalloc),
9000         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9001         (apply_buffer), (update_buffering), (reset_rate_timer),
9002         (update_rates), (gst_queue_locked_flush),
9003         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9004         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9005         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9006         (gst_queue_loop), (gst_queue_handle_src_event),
9007         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9008         (gst_queue_src_activate_push), (gst_queue_change_state),
9009         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9010         On our way to playbin2 this is the new network queue that does buffering
9011         all by itself using high and low watermarks. It can also measure up and
9012         downstream bandwidth to optimally size the queue.
9013
9014 2007-05-17  Michael Smith <msmith@fluendo.com>
9015
9016         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9017         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9018           Use the segment->last_stop value to calculate the next timestamp to
9019           generate after a seek; not the segment->start value.
9020
9021 2007-05-15  David Schleef  <ds@schleef.org>
9022
9023         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9024           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9025
9026 2007-05-15  Wim Taymans  <wim@fluendo.com>
9027
9028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9029         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9030         Some more chained streaming ogg timestamp fixes.
9031
9032 2007-05-15  Wim Taymans  <wim@fluendo.com>
9033
9034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9035         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9036         (gst_ogg_demux_handle_page):
9037         Add some FIXMEs.
9038         Fix chain start/stop segment handling based on patch by
9039         <ahalda at cs dot mcgill dot ca> see #320984.
9040
9041 2007-05-15  Michael Smith <msmith@fluendo.com>
9042
9043         * configure.ac:
9044           We don't require a C++ compiler. So don't require one.
9045
9046 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9047
9048         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9049           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9050           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9051           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9052           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9053           gst_alsa_mixer_update_track):
9054           Apply some of the cleanup Tim suggested in #152864 afterwards.
9055
9056 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9057
9058         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9059
9060         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9061           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9062           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9063           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9064           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9065           gst_alsa_mixer_handle_source_callback,
9066           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9067           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9068           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9069           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9070           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9071           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9072         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9073         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9074           gst_alsa_mixer_element_interface_supported,
9075           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9076           gst_alsa_mixer_element_set_property,
9077           gst_alsa_mixer_element_get_property,
9078           gst_alsa_mixer_element_change_state):
9079         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9080         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9081           gst_mixer_option_changed):
9082         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9083           volume_changed, option_changed, _gst_reserved):
9084           Implement notification for alsamixer. Fixes #152864
9085
9086 2007-05-14  David Schleef  <ds@schleef.org>
9087
9088         * gst/videotestsrc/videotestsrc.c:
9089         * gst/videotestsrc/videotestsrc.h:
9090           Add support for video/x-raw-bayer.
9091
9092 2007-05-12  David Schleef  <ds@schleef.org>
9093
9094         * sys/xvimage/xvimagesink.c:
9095           Add some sanity checking for the XVImage size returned by X.
9096           Related to #377400.
9097
9098 2007-05-12  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9101         (gst_base_rtp_depayload_setcaps),
9102         (gst_base_rtp_depayload_set_gst_timestamp):
9103         Parse and use additional caps fields as described in updated
9104         application/x-rtp caps spec.
9105
9106 2007-05-12  Wim Taymans  <wim@fluendo.com>
9107
9108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9109         (gst_ogg_demux_collect_chain_info):
9110         If there is a stream in a chain without any data packets, ignore the
9111         stream in the total length calculations. Might be related to #436820.
9112
9113 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9114
9115         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9116         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9117         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9118         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9119         (plugin_init):
9120
9121         Consolidate and re-work our mpeg system stream detection to probe
9122         more packets and produce a higher confidence result. Fixes a
9123         regression caused by lowering the typefind probability last year
9124         - related to bug #397810. Remove the redundant MPEG-1 specific 
9125         typefind function, as the new one detects both MPEG-1 & MPEG-2
9126         happily.
9127
9128         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9129         little. 
9130
9131         Tested against my media test directory, with some improvements and
9132         no regressions.
9133
9134 2007-05-10  Wim Taymans  <wim@fluendo.com>
9135
9136         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9137         (queue_out_of_data):
9138         Connect to the new queue "pushing" signal instead of the broken
9139         "running" one.
9140
9141 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9142
9143         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9144         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9145         Move variable declaration before the first instruction.
9146         * gst/videotestsrc/videotestsrc.c:
9147         Define M_PI if it's not defined yet.
9148         * win32/common/libgstrtp.def:
9149         Add new exported functions.
9150
9151 2007-05-09  Michael Smith <msmith@fluendo.com>
9152
9153         * ext/theora/theoradec.c: (theora_handle_type_packet):
9154           gst_pad_push_event() does not return a GstFlowReturn!
9155
9156 2007-05-09  Wim Taymans  <wim@fluendo.com>
9157
9158         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9159         * tests/examples/seek/seek.c: (do_seek):
9160         Some small cosmetic changes.
9161
9162 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9163
9164         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9165           gst_adder_change_state):
9166         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9167           segment_pending, segment_position, segment_rate):
9168           Handle playback-rate on adder.
9169
9170 2007-05-07  Michael Smith <msmith@fluendo.com>
9171
9172         * ext/theora/gsttheoradec.h:
9173         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9174         (theora_dec_sink_event), (theora_handle_comment_packet),
9175         (theora_handle_type_packet), (theora_dec_change_state):
9176           Don't push events (newsegment, tags) before initialising the
9177           decoder.
9178           This is neccesary for seeking to work correctly in gnonlin.
9179
9180 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9181
9182         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9183         * gst/adder/gstadder.c:
9184         * gst/audiotestsrc/gstaudiotestsrc.c
9185           (gst_audio_test_src_create_white_noise):
9186         * gst/videotestsrc/gstvideotestsrc.c:
9187         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9188           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9189           volume_sink_template, volume_src_template, gst_volume_init,
9190           volume_process_double, volume_process_int16,
9191           volume_process_int16_clamp):
9192           Doc fixes and formatting.
9193
9194 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9195
9196         * tests/check/Makefile.am:
9197         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9198           Minimal check for volume's GstController usability; also another
9199           test for #422295.
9200
9201 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9202
9203         * gst-libs/gst/cdda/gstcddabasesrc.c:
9204         (gst_cdda_base_src_add_track):
9205           Fix it so that it (a) makes sense and (b) doesn't break
9206           everything cdda-related including the unit test.
9207
9208 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9209
9210         * gst-libs/gst/cdda/gstcddabasesrc.c:
9211         (gst_cdda_base_src_add_track):
9212           Fix build when disabling asserts.
9213
9214 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9215
9216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9217           When XShm is not available, we might get row strides that are not
9218           rounded up to multiples of four; this is bad, because virtually
9219           every RGB-processing element in GStreamer assumes rowstrides are
9220           rounded up to multiples of four, so let's allocate at least enough
9221           memory to avoid crashes in this case. The image will still be
9222           displayed distorted though if this happens, so that still needs
9223           fixing (maybe by allocating a bigger image with an 'even' width
9224           and then clipping it appropriately when rendering - something for
9225           Xlib aficionados in any case).
9226
9227 2007-05-03  Michael Smith <msmith@fluendo.com>
9228
9229         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9230           If a buffer doesn't have a timestamp, assume it's contiguous with
9231           the previous buffer, and synthesise timestamps appropriately.
9232
9233 2007-05-03  Edward Hervey  <edward@fluendo.com>
9234
9235         * tests/check/elements/videorate.c: (GST_START_TEST):
9236         Set buffer timestamp to a valid value in order to test the buffer
9237         really does stay in videorate.
9238
9239 2007-05-03  Edward Hervey  <edward@fluendo.com>
9240
9241         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9242         There is no sensible way to handle incoming buffers which don't have a
9243         valid timestamp. We therefore discard them and wait for the next one.
9244
9245 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9246
9247         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9248         * gst/playback/gstdecodebin2.c: (plugin_init):
9249           Better error message for text files.
9250
9251 2007-04-29  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9254         Fix offset bug in generation RR packets.
9255
9256 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9257
9258         * ext/theora/theoradec.c: (_theora_granule_time),
9259         (theora_dec_push_forward), (theora_handle_data_packet),
9260         (theora_dec_decode_buffer): Calculate buffer duration correctly
9261         to generate a perfect stream (#433888).
9262         * gst/audioresample/gstaudioresample.c:
9263         (audioresample_check_discont): Glib provides ABS.
9264
9265 2007-04-27  Wim Taymans  <wim@fluendo.com>
9266
9267         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9268         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9269         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9270         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9271         (gst_rtcp_packet_bye_set_reason):
9272         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9273         Fix RB block parsing and writing.
9274         Add support for constructing BYE packets.
9275
9276 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9277
9278         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9279         (gst_base_audio_src_create):
9280         * po/POTFILES.in:
9281           When posting a warning message because samples were dropped, post
9282           something more intelligible than he default error message for clock
9283           errors which is just confusing in this context (#432984).
9284
9285 2007-04-25  Wim Taymans  <wim@fluendo.com>
9286
9287         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9288         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9289         (read_packet_header), (gst_rtcp_packet_move_to_next),
9290         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9291         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9292         (gst_rtcp_packet_sdes_get_item_count),
9293         (gst_rtcp_packet_sdes_first_item),
9294         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9295         (gst_rtcp_packet_sdes_first_entry),
9296         (gst_rtcp_packet_sdes_next_entry),
9297         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9298         (gst_rtcp_packet_sdes_add_entry):
9299         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9300         Implement code to write SR, RR and SDES packets.
9301
9302 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9303
9304         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9305
9306         * sys/ximage/ximagesink.c:
9307           Fix build if XShm is not available (#432362).
9308
9309 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9310
9311         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9312         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9313         pointers to random memory which are passed to g_free() when
9314         audio_convert_prepare_context() is called the first time.
9315
9316 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9317
9318         Patch by: Dan Williams <dcbw redhat com>
9319
9320         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9321           Don't leak incoming buffer if gst_pad_push() returns a
9322           non-OK flow. Fixes #432755.
9323          
9324         * tests/check/elements/videorate.c: (GST_START_TEST),
9325         (videorate_suite):
9326           Unit test for the above by Yours Truly.
9327
9328 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9329
9330         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9331         (gst_adder_sink_event), (gst_adder_collected):
9332           Fix non-flushing segmented seeks, Fixes #340060 for me
9333
9334 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9335
9336         Patch by: Olivier Crete  <tester at tester ca>
9337
9338         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9339         (gst_base_rtp_audio_payload_class_init),
9340         (gst_base_rtp_audio_payload_init),
9341         (gst_base_rtp_audio_payload_dispose):
9342           Chain up to parent class in dispose function; get rid of
9343           unnecessary 'diposed' flag in private structure (#415001).
9344
9345 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * docs/libs/gst-plugins-base-libs.types:
9348         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9349         (gst_base_rtp_audio_payload_class_init):
9350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9351         * gst-libs/gst/rtp/gstbasertppayload.c:
9352           Some minor docs fixes and additions; also add missing 'Since' bits.
9353
9354 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9355
9356         Patch by: Zeeshan Ali  <zeenix gmail com>
9357
9358         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9359         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9360         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9361         (gst_base_rtp_audio_payload_push):
9362         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9363           The recently-added gst_base_rtp_audio_payload_push() should take an
9364           object of type GstBaseRTPAudioPayload as first argument (#431672).
9365
9366 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9367
9368         * gst/audioresample/gstaudioresample.c:
9369           Make more functions static, just because we can.
9370
9371 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9372
9373         * tests/check/elements/audioresample.c:
9374           Add unit test for audioresample shutdown crasher (#420106).
9375
9376 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9377
9378         * gst/subparse/gstsubparse.c:
9379         * gst/subparse/samiparse.c:
9380           Use GST_DISABLE_XML here
9381
9382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9383         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9384         (gst_xvimagesink_buffer_alloc),
9385         (gst_xvimagesink_navigation_send_event):
9386         * sys/xvimage/xvimagesink.h:
9387           Include stdlib.h when using atoi.
9388           
9389         * tests/check/elements/playbin.c: (playbin_suite):
9390           Use GST_DISABLE_REGISTRY here
9391
9392 2007-04-19  Michael Smith  <msmith@fluendo.com>
9393
9394         * ext/theora/gsttheoraenc.h:
9395         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9396         (theora_enc_sink_event), (theora_enc_change_state):
9397           Track initialisation state; don't try to use encoder state if we're
9398           not initialised (it'll segfault).
9399
9400 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9401
9402         * tests/check/pipelines/.cvsignore:
9403         Fix build.
9404
9405 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9406
9407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9408         Allow random depths between 1 and 32 instead of only multiplies of 8.
9409
9410 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9411
9412         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9413         Set the maximum number of channels for PCM and float in the correct
9414         place to have it also used when creating the template caps.
9415
9416 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9417
9418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9419         Correctly support 4, 6 and 8 channels with normal PCM and float
9420         wav files.
9421
9422         Fix the depth and signedness calculation in extensible wav files and
9423         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9424         mask is found.
9425
9426         Add support for float, alaw and mulaw in extensible wav files.
9427
9428         This allows correct playback of all but 5 files from
9429         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9430         
9431         (gst_riff_create_audio_template_caps):
9432         Add voxware and float formats to the template caps.     
9433
9434 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9435
9436         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9437
9438         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9439         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9440
9441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9442         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9443         Use the correct format strings for integer formats.
9444
9445 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9446
9447         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9448           Don't use pad_alloc_buffer_and_set_caps to create a small header
9449           packet, or, worse, to create a big temporary video buffer using the
9450           src pad.
9451
9452 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9453
9454         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9455         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9456           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9457           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9458
9459 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9460
9461         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9462           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9463           streamheader_suite):
9464           Add another test set up for failure
9465
9466 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9467
9468         * tests/check/Makefile.am:
9469         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9470           GST_START_TEST, streamheader_suite, main):
9471           Add a test for the streamheader bug Wim fixed.
9472
9473 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9474
9475         * ext/theora/theoradec.c: (theora_dec_sink_event):
9476         Fix misleading comment.
9477
9478 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9479
9480         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9481           More sanity checks for the header fields.
9482
9483 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9486           Try encodings from all environment variables, not just those in the
9487           first environment variable that is set.
9488
9489 2007-04-12  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9492         (gst_video_rate_chain):
9493         Add some debug.
9494
9495         * tests/check/elements/videorate.c: (GST_START_TEST),
9496         (videorate_suite):
9497         Added check for videorate changing caps handling. Closes #421834.
9498
9499 2007-04-12  Michael Smith  <msmith@fluendo.com>
9500
9501         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9502           Use scale functions to avoid overflow when calculating duration of 
9503           vorbis buffers.
9504
9505 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         * docs/libs/gst-plugins-base-libs-sections.txt:
9508         * gst-libs/gst/tag/tag.h:
9509         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9510           API: add gst_tag_freeform_string_to_utf8() (#405072).
9511
9512         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9513           Use gst_tag_freeform_string_to_utf8() here.
9514
9515 2007-04-12  Wim Taymans  <wim@fluendo.com>
9516
9517         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9518         (gst_gdp_pay_sink_event):
9519         Make sure we set the IN_CAPS flag correctly.
9520
9521         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9522         Get the IN_CAPS flag before we call functions that mess with the flags.
9523
9524 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9525
9526         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9527           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9528           Only stamp buffers with offset/offset_end right before they get
9529           pushed.  This ensures offset continuity, which was not the case
9530           before as shown by
9531           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9532
9533 2007-04-06  Wim Taymans  <wim@fluendo.com>
9534
9535         * gst/playback/gstplaybin.c: (add_sink),
9536         (gst_play_bin_change_state):
9537         Activate sync in playbin, we are ready to handle it for live streams.
9538
9539 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         * tests/check/elements/playbin.c:
9542         (test_sink_usage_video_only_stream), (playbin_suite):
9543           Add small test for stream-info-value-array code paths.
9544
9545 2007-04-05  Wim Taymans  <wim@fluendo.com>
9546
9547         * gst-libs/gst/audio/gstbaseaudiosink.c:
9548         (gst_base_audio_sink_skew_slaving):
9549         Don't try to create invalid calibration parameters by making the
9550         internal time go backwards, instead make external time go forward.
9551
9552 2007-04-05  Wim Taymans  <wim@fluendo.com>
9553
9554         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9555
9556         * gst/playback/gstplaybasebin.c: (add_stream):
9557         Fix leak in add_stream(), when g_value_set_object() increases the
9558         refcount of streaminfo object. Fixes #426250.
9559
9560 2007-04-03  David Schleef  <ds@schleef.org>
9561
9562         * gst/videotestsrc/gstvideotestsrc.c:
9563         * gst/videotestsrc/gstvideotestsrc.h:
9564         * gst/videotestsrc/videotestsrc.c:
9565         * gst/videotestsrc/videotestsrc.h:
9566           Add a test pattern called "circular", which has concentric
9567           rings with varying radial frequency.  The main purpose of this
9568           pattern is to test fidelity loss in a filter or scaler element.
9569           Notably, this pattern is scale invariant, and is optimally viewed
9570           with a width (and height) of 400.
9571
9572 2007-04-03  Wim Taymans  <wim@fluendo.com>
9573
9574         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9575
9576         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9577         (deactivate_free_recursive):
9578         Decodebin2 doesn't unref pads it obtains in some occasions:
9579         - multiqueue src pads, when either connecting further or exposing
9580         - sink pads of new autoplugged elements
9581         - peer pads when recursively freeing elements
9582         Fixes #425455.
9583
9584 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9585
9586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9587         Add audio/x-raw-float support, now that audioconvert support
9588         non-native endianness floats.
9589
9590 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9591
9592         * docs/libs/gst-plugins-base-libs-docs.sgml:
9593           gstreamer-plugins-base.pc doesn't exist, it's
9594           gstreamer-plugins-base-0.10.pc.
9595
9596 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9597
9598         Patch by: René Stadler <mail at renestadler dot de>
9599         with some minor changes
9600
9601         * gst-libs/gst/floatcast/floatcast.h:
9602         Use more efficient float endianness conversion functions that don't
9603         involve 2 function calls per value.
9604         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9605         (check_default), (audio_convert_prepare_context):
9606         * gst/audioconvert/gstaudioconvert.c:
9607         (gst_audio_convert_parse_caps), (make_lossless_changes):
9608         Support non-native endianness floats as input and output.
9609         Fixes #339838.
9610         * tests/check/elements/audioconvert.c: (verify_convert),
9611         (GST_START_TEST):
9612         Add unit tests for the non-native endianness float conversions.
9613
9614 2007-03-29  Wim Taymans  <wim@fluendo.com>
9615
9616         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9617         (gst_base_rtp_depayload_base_init),
9618         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9619         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9620         (gst_base_rtp_depayload_set_gst_timestamp),
9621         (gst_base_rtp_depayload_change_state),
9622         (gst_base_rtp_depayload_set_property),
9623         (gst_base_rtp_depayload_get_property):
9624         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9625         Add Private structure.
9626         Bring element code to 2007.
9627         Parse clock-base caps param and use it when generating the
9628         newsegment.
9629         Reset variables before going to PAUSED.
9630         Fix some docs.
9631
9632 2007-03-29  Wim Taymans  <wim@fluendo.com>
9633
9634         * docs/libs/gst-plugins-base-libs-docs.sgml:
9635         * docs/libs/gst-plugins-base-libs-sections.txt:
9636         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9637         (gst_base_rtp_audio_payload_get_adapter):
9638         Add RTCP docs.
9639         Fix some more docs.
9640
9641         * gst-libs/gst/rtp/Makefile.am:
9642         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9643         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9644         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9645         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9646         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9647         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9648         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9649         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9650         (gst_rtcp_packet_sr_get_sender_info),
9651         (gst_rtcp_packet_sr_set_sender_info),
9652         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9653         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9654         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9655         (gst_rtcp_packet_sdes_get_chunk_count),
9656         (gst_rtcp_packet_sdes_first_chunk),
9657         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9658         (gst_rtcp_packet_sdes_first_item),
9659         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9660         (gst_rtcp_packet_bye_get_ssrc_count),
9661         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9662         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9663         (gst_rtcp_packet_bye_get_reason_len),
9664         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9665         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9666         Add new helper object for parsing and creating RTCP messages.
9667
9668 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9669
9670         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9671         PCM samples with width=8 must be always unsigned, no matter what
9672         depth they have.
9673
9674 2007-03-29  Andy Wingo  <wingo@pobox.com>
9675
9676         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9677         perfect offsets also, not just timestamps.
9678
9679         * tests/check/elements/videorate.c (test_more): Test that given
9680         any incoming offsets, that videorate produces perfect offsets.
9681
9682 2007-03-29  Wim Taymans  <wim@fluendo.com>
9683
9684         * gst-libs/gst/riff/riff-ids.h:
9685         Add some more RIFF formats.
9686
9687 2007-03-29  Wim Taymans  <wim@fluendo.com>
9688
9689         * gst-libs/gst/rtp/gstrtpbuffer.c:
9690         (gst_rtp_buffer_default_clock_rate):
9691         * gst-libs/gst/rtp/gstrtpbuffer.h:
9692         Fix fixed payload names and docs.
9693         Added method to get the default clock rates of fixed payload types.
9694         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9695
9696 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9697
9698         * tests/check/pipelines/.cvsignore:
9699         Add new vorbisdec test to cvsignore.
9700
9701 2007-03-28  Wim Taymans  <wim@fluendo.com>
9702
9703         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9704         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9705         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9706         (gst_base_audio_sink_set_property),
9707         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9708         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9709         (gst_base_audio_sink_skew_slaving),
9710         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9711         (gst_base_audio_sink_async_play):
9712         * gst-libs/gst/audio/gstbaseaudiosink.h:
9713         Store private stuff in GstBaseAudioSinkPrivate.
9714         Add configurable clock slaving modes property.
9715         API:: GstBaseAudioSink::slave-method property
9716         Some more latency reporting tweaks.
9717         Added skew based clock slaving correction and make it the default until
9718         the resampling method is more robust.
9719
9720 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9721
9722         * gst/audioconvert/audioconvert.c:
9723         Add docs to the integer pack functions and implement proper
9724         rounding. Before we had rounding towards negative infinity, i.e.
9725         always the smaller number was taken. Now we use natural rounding,
9726         i.e. rounding to the nearest integer and to the one with the largest
9727         absolute value for X.5. The old rounding introduced some minor
9728         distortions. Fixes #420079
9729         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9730         Fix one unit test that assumed the old rounding and added unit tests
9731         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9732         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9733         rounding from signed int32 to signed/unsigned int16.
9734
9735 2007-03-27  Michael Smith  <msmith@fluendo.com>
9736
9737         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9738         (gst_audio_convert_transform_caps):
9739           Fix typo in debug line introduced recently, as pointed out on irc.
9740
9741 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9742
9743         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9744         * tests/check/libs/tag.c: (GST_START_TEST):
9745           Make sure we parse floating-point numbers in vorbis comments
9746           correctly with either '.' or ',' as separator, no matter what
9747           the current locale is. Add unit test for this too.
9748
9749 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9750
9751         Patch by: René Stadler  <mail at renestadler de>
9752
9753         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9754           When writing out floating-point numbers to vorbis comment tags, always
9755           use the same character as separator no matter what the current locale is
9756           (fixes #423051).
9757
9758         * tests/check/libs/tag.c: (GST_START_TEST):
9759           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9760
9761 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9762
9763         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9764           vorbis_handle_data_packet):
9765           Correctly set DURATION to generate a timestamp-continuous stream.
9766           One bug left at the end; see
9767           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9768         * tests/check/Makefile.am:
9769         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9770           Add a test to check this.  Without the above patch this test fails.
9771
9772 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9773
9774         * gst-libs/gst/rtp/Makefile.am:
9775         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9776
9777 2007-03-23  Michael Smith  <msmith@fluendo.com>
9778
9779         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9780         (gst_video_rate_reset), (gst_video_rate_chain):
9781           If videorate changes caps, we can no longer use the old buffer
9782           (which may have a different size, incompatible with our caps).
9783           So don't do that; just duplicate the new frame more times.
9784
9785 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9786
9787         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9788         Remove playbin's override of the set_clock vmethod. It's irrelevant
9789         after Wim's commit on the 19th.
9790
9791 2007-03-22  Wim Taymans  <wim@fluendo.com>
9792
9793         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9794         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9795         * ext/gnomevfs/gstgnomevfssrc.h:
9796         Don't cache file sizes. Fixes #341078.
9797
9798 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9799
9800         * gst/playback/gstplaybin.c: (add_sink):
9801           Use GST_PTR_FORMAT to log caps. 
9802
9803 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9804
9805         Patch by: Young-Ho Cha <ganadist at chollian net>
9806
9807         * gst/subparse/samiparse.c: (handle_start_font):
9808           Special-case some more colour names that pango doesn't handle by
9809           default. Fixes #420578.
9810
9811 2007-03-20  Michael Smith  <msmith@fluendo.com>
9812
9813         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9814           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9815           that marks EOS internally. After that, libvorbis will buffer all
9816           input data, and encode none of it, eventually leading to memory
9817           exhaustion.
9818
9819 2007-03-19  Wim Taymans  <wim@fluendo.com>
9820
9821         * gst/playback/gstdecodebin.c: (remove_fakesink):
9822         Don't post STATE_DIRTY anymore.
9823
9824         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9825         (gst_play_bin_change_state):
9826         Remove stream_time reset in seek handling, core does that now.
9827         Disable clocking for live pipelines by forcing a NULL clock to the
9828         complete pipeline, core is too smart now for our previous hack.
9829         We can always autoplug in PAUSED now.
9830
9831 2007-03-17  David Schleef  <ds@schleef.org>
9832
9833         * REQUIREMENTS:  Update this file, change the formatting to make
9834         it more consistent, plus more machine readable.
9835
9836 2007-03-16  Michael Smith  <msmith@fluendo.com>
9837
9838         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9839         (strip_width_64), (append_with_other_format):
9840           Previous fix was too simplistic, and broke the tests. Use a better
9841           approach; only strip 64 from widths for integer audio.
9842
9843 2007-03-16  Michael Smith  <msmith@fluendo.com>
9844
9845         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9846         (gst_audio_convert_transform_caps):
9847           We don't support 64 bit integer audio, so don't try to claim we can.
9848           Stops us producing caps don't match our template caps.
9849           Update comments.
9850
9851 2007-03-15  Michael Smith  <msmith@fluendo.com>
9852
9853         * gst/audioresample/gstaudioresample.c:
9854         (audioresample_check_discont), (audioresample_transform):
9855           Don't trigger discontinuities for very small imperfections; a filter
9856           flush will sound bad, and many plugins have rounding errors leading
9857           to these.
9858
9859 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9860
9861         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9862
9863         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9864         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9865         API: add "min-ptime" property to RTP base audio payloader.
9866         API: add gst_base_rtp_audio_payload_push().
9867         API: add gst_base_rtp_audio_payload_get_adapter().
9868         Fixes #415001
9869         Indentation/whitespace/documentation fixes.
9870
9871 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9872
9873         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9874         (audioresample_transform_size), (audioresample_do_output),
9875         (audioresample_transform), (audioresample_pushthrough): Handle
9876         discontinuous streams.
9877         * gst/audioresample/gstaudioresample.h:
9878         * tests/check/elements/audioresample.c:
9879         (test_discont_stream_instance), (GST_START_TEST),
9880         (audioresample_suite): Add a test for discontinuous streams.
9881         * win32/common/config.h: Updated.
9882
9883 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9884
9885         * po/af.po:
9886         * po/az.po:
9887         * po/cs.po:
9888         * po/en_GB.po:
9889         * po/it.po:
9890         * po/nb.po:
9891         * po/nl.po:
9892         * po/or.po:
9893         * po/sq.po:
9894         * po/sr.po:
9895         * po/sv.po:
9896         * po/uk.po:
9897         * po/vi.po:
9898           Update translations from translation project.
9899
9900 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9901
9902         * gst/audioresample/debug.h:
9903         * gst/audioresample/resample.c: (resample_init):
9904           Since I really am not interested in a debug line for each sample
9905           being processed, move the library's debugging to its own category,
9906           libaudioresample
9907
9908 2007-03-13  Michael Smith  <msmith@fluendo.com>
9909
9910         * ext/theora/theoradec.c: (theora_handle_type_packet):
9911           Since the plugin doesn't support anything other than 4:2:0 right
9912           now, post an error and fail if we get something else. Won't matter
9913           until libtheora supports the other pixel formats, but hopefully
9914           that'll be soon...
9915
9916 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9917
9918         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9919         Use gst_guint64_to_gdouble for conversion.
9920         * win32/MANIFEST:
9921         Add new files to the win32 MANIFEST.
9922         * win32/common/libgstaudio.def:
9923         * win32/common/libgstpbutils.def:
9924         Add new exported functions.
9925         * win32/vs6/gst_plugins_base.dsw:
9926         * win32/vs6/libgstdecodebin.dsp:
9927         * win32/vs6/libgstplaybin.dsp:
9928         Change the link to libgstpbutils.lib.
9929         * win32/vs6/libgstdecodebin2.dsp:
9930         Add a new project for decodebin2.
9931         * win32/vs6/libgstpbutils.dsp:
9932         Add a new project for pbutils.
9933
9934 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9937           Also accept partial dates with only year and month,
9938           like 1999-12-00 (fixes #410396 even more).
9939
9940         * tests/check/libs/tag.c: (GST_START_TEST):
9941           Add unit test for the above.
9942
9943 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9944
9945         * tests/check/elements/subparse.c: (GST_START_TEST),
9946         (subparse_suite):
9947           Add unit test for MPL2 subtitle format (#413799).
9948
9949 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9950
9951         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9952
9953         * gst/subparse/Makefile.am:
9954         * gst/subparse/gstsubparse.c:
9955         (gst_sub_parse_data_format_autodetect),
9956         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9957         (gst_subparse_type_find):
9958         * gst/subparse/gstsubparse.h:
9959         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9960         * gst/subparse/mpl2parse.h:
9961           Add support for MPL2 subtitle format (#413799).
9962
9963 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         * configure.ac:
9966           We require core CVS for the new buffer metadata copy functions.
9967
9968 2007-03-09  Wim Taymans  <wim@fluendo.com>
9969
9970         * gst-libs/gst/tag/gstid3tag.c:
9971         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9972         Fixes #414496.
9973
9974         Patch by: Alex Lancaster <alexl at users sourceforge net>
9975
9976 2007-03-09  Wim Taymans  <wim@fluendo.com>
9977
9978         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9979         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9980         Improve adapter usage and comments.
9981
9982 2007-03-09  Wim Taymans  <wim@fluendo.com>
9983
9984         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9985         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9986         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9987         Use new metadata copy function.
9988
9989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9990         (gst_ffmpegcsp_transform):
9991         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9992         Basetransform copied the metadata for us.
9993
9994 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9997         (gst_text_overlay_video_event):
9998           Some more logging. Only accept newsegment events in TIME format and
9999           send a WARNING message if they are not in TIME format.
10000
10001         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10002         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10003         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10004         * gst/subparse/gstsubparse.h:
10005           No need to allocate GstSegment structure dynamically, just put it
10006           into the instance structure; ignore newsegment events in BYTE
10007           format and in particular don't let it overwrite our saved TIME
10008           segment from the last seek.
10009
10010 2007-03-09  Michael Smith  <msmith@fluendo.com>
10011
10012         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10013           Replace AC3 typefinder with one that isn't terrible, and actually
10014           works usefully.
10015
10016 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10017
10018         * gst/audioconvert/gstaudioconvert.c:
10019         (gst_audio_convert_transform):
10020           fix error category and translatable string
10021           
10022
10023 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10024
10025         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10026         * pkgconfig/gstreamer-plugins-base.pc.in:
10027           Fix up utils => pbutils here too.
10028
10029 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * gst/subparse/gstsubparse.c: (handle_buffer):
10032           Break out of loop in chain function as soon as possible if we get
10033           a non-OK flow return.
10034
10035 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10036
10037         * tests/check/elements/alsa.c: (GST_START_TEST):
10038         Unref the mixer if the state change fails too (if the
10039         alsa devices are inaccessible, for example)
10040
10041 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10042
10043         * tests/check/Makefile.am:
10044         Don't test libvisual elements in the states check, because libvisual
10045         seems to leak internally.
10046
10047         Re-enable the alsa and states tests now that there's new suppressions
10048         in gst.supp.
10049
10050         * tests/check/elements/alsa.c: (GST_START_TEST):
10051         Don't leak the alsamixer we instantiated.
10052
10053 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10054
10055         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10056         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10057         (gst_ximagesink_finalize):
10058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10059         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10060         Move some cleanup stuff from the state change handler into a _reset()
10061         function that can be called from _finalize(). This ensures that things
10062         get freed even if (for some reason) the NULL->READY state transition
10063         fails in the parent class.
10064         Even if a parent state change fails, process our downward state change
10065         logic instead of bailing out early.
10066         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10067
10068 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10069
10070         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10071         Extra log line.
10072
10073         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10074         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10075         Use pango_font_description_set_family_static instead of 
10076         pango_font_description_set_family to save a string copy (it was
10077         leaking due to the strdup anyway)
10078
10079         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10080         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10081         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10082         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10083         Chain up in finalize.
10084
10085 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         * gst-libs/gst/interfaces/mixertrack.c:
10088         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10089         (gst_mixer_track_set_property):
10090           API: add "untranslated-label" property which should be set by
10091           implementations at construct time (#414645).
10092
10093         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10094         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10095           Set "untranslated-label" when constructing mixer track objects.
10096
10097         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10098           Unit test to check the above.
10099
10100 2007-03-07  Wim Taymans  <wim@fluendo.com>
10101
10102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10103         Fix confusing debug message.
10104
10105 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10106
10107         * gst-plugins-base.doap:
10108         update doap file with new version
10109
10110 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10111
10112         * configure.ac:
10113         Back to CVS
10114
10115 === release 0.10.12 ===
10116
10117 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10118
10119         * configure.ac:
10120           releasing 0.10.12, "Zombie Horde"
10121
10122 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10123
10124         * configure.ac:
10125         Bump version to 0.10.11.4 pre-release
10126
10127 2007-03-06  Wim Taymans  <wim@fluendo.com>
10128
10129         * gst-libs/gst/audio/gstbaseaudiosink.c:
10130         (gst_base_audio_sink_async_play):
10131         Fix regression that made GStreamer skip the first samples of audio.
10132         Fixes #414684.
10133
10134 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10135
10136         * configure.ac:
10137         Bump version to 0.10.11.3 pre-release
10138
10139 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10140
10141         * po/POTFILES.in:
10142           Update paths for the rename from utils to pbutils to fix the build.
10143
10144 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         * gst-libs/gst/pbutils/Makefile.am:
10147           Change directory to install headers in from gst/utils to gst/pbutils
10148           as well.
10149
10150 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10151
10152         * configure.ac:
10153         * docs/libs/gst-plugins-base-libs-docs.sgml:
10154         * docs/libs/gst-plugins-base-libs-sections.txt:
10155         * gst-libs/gst/Makefile.am:
10156         * gst-libs/gst/interfaces/mixer.c:
10157         * gst-libs/gst/pbutils/Makefile.am:
10158         * gst-libs/gst/pbutils/descriptions.c:
10159         (gst_pb_utils_get_source_description),
10160         (gst_pb_utils_get_sink_description),
10161         (gst_pb_utils_get_decoder_description),
10162         (gst_pb_utils_get_encoder_description),
10163         (gst_pb_utils_get_element_description),
10164         (gst_pb_utils_add_codec_description_to_tag_list),
10165         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10166         * gst-libs/gst/pbutils/descriptions.h:
10167         * gst-libs/gst/pbutils/install-plugins.c:
10168         * gst-libs/gst/pbutils/install-plugins.h:
10169         * gst-libs/gst/pbutils/missing-plugins.c:
10170         (gst_missing_uri_source_message_new),
10171         (gst_missing_uri_sink_message_new),
10172         (gst_missing_element_message_new),
10173         (gst_missing_decoder_message_new),
10174         (gst_missing_encoder_message_new),
10175         (gst_missing_plugin_message_get_description):
10176         * gst-libs/gst/pbutils/missing-plugins.h:
10177         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10178         * gst-libs/gst/pbutils/pbutils.h:
10179         * gst-libs/gst/utils/Makefile.am:
10180         * gst-libs/gst/utils/base-utils.c:
10181         * gst-libs/gst/utils/base-utils.h:
10182         * gst-libs/gst/utils/descriptions.c:
10183         * gst-libs/gst/utils/descriptions.h:
10184         * gst-libs/gst/utils/install-plugins.c:
10185         * gst-libs/gst/utils/install-plugins.h:
10186         * gst-libs/gst/utils/missing-plugins.c:
10187         * gst-libs/gst/utils/missing-plugins.h:
10188         * gst-plugins-base.spec.in:
10189         * gst/playback/Makefile.am:
10190         * gst/playback/gstdecodebin.c:
10191         * gst/playback/gstdecodebin2.c:
10192         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10193         (gen_source_element):
10194         * gst/playback/gstplaybin.c: (plugin_init):
10195         * tests/check/Makefile.am:
10196         * tests/check/libs/pbutils.c: (GST_START_TEST),
10197         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10198         * tests/check/libs/utils.c:
10199           rename utils to pbutils
10200
10201 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10202
10203         * docs/plugins/Makefile.am:
10204         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10205         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10206         * docs/plugins/inspect/plugin-decodebin2.xml:
10207         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10208         Add documentation for decodebin2 that indicates that the API
10209         is still unstable.
10210
10211 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10212
10213         * configure.ac:
10214         Update to 0.10.11.2 (0.10.12 pre-release)
10215
10216 2007-03-01  Wim Taymans  <wim@fluendo.com>
10217
10218         * gst-libs/gst/audio/gstbaseaudiosink.c:
10219         (gst_base_audio_sink_async_play):
10220         base time is irrelevant here.
10221
10222 2007-03-01  Wim Taymans  <wim@fluendo.com>
10223
10224         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10225         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10226         Improve debugging.
10227
10228         * gst-libs/gst/audio/gstbaseaudiosink.c:
10229         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10230         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10231         Improve latency and clock slaving calculations.
10232         Improve slave clock calibration.
10233
10234         * gst-libs/gst/audio/gstringbuffer.c:
10235         (gst_ring_buffer_commit_full):
10236         When we are asked to render N sample to 0 bytes, return N.
10237
10238 2007-03-01  Wim Taymans  <wim@fluendo.com>
10239
10240         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10241         (gst_alsasink_write), (gst_alsasink_reset):
10242         * ext/alsa/gstalsasink.h:
10243         Remove unused dispose function.
10244         Rename lock to not interfere with alsasrc lock.
10245
10246         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10247         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10248         (gst_alsasrc_read), (gst_alsasrc_reset):
10249         * ext/alsa/gstalsasrc.h:
10250         Implement finalize function.
10251         Use lock to protect alsa access.
10252         Implement _reset.
10253         Fine tune sw params.
10254
10255 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10256
10257         * configure.ac:
10258           Convert to new AG_GST style.
10259
10260 2007-02-28  Wim Taymans  <wim@fluendo.com>
10261
10262         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10263
10264         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10265         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10266         Fix race condition when rapidly switching visualisations in playbin.
10267         Fixes #401029.
10268
10269 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10270
10271         * tests/check/Makefile.am:
10272         Include local stuff before system installed things in LDFLAGS and
10273         CFLAGS.
10274
10275 2007-02-28  Wim Taymans  <wim@fluendo.com>
10276
10277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10278         Improve debugging.
10279
10280 2007-02-28  Wim Taymans  <wim@fluendo.com>
10281
10282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10283         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10284         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10285         Fix duration and timestamping, taking latency into account.
10286         Implement latency query.
10287
10288 2007-02-28  Wim Taymans  <wim@fluendo.com>
10289
10290         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10291         (gst_audio_clock_new):
10292         Fix clock name.
10293
10294         * gst-libs/gst/audio/gstbaseaudiosink.c:
10295         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10296         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10297         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10298         (gst_base_audio_src_create):
10299         Improve latency query code.
10300         Use proper clock names.
10301
10302 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10303
10304         * tests/check/generic/states.c: (GST_START_TEST):
10305           Copy the states.c test from core again
10306         * tests/check/Makefile.am:
10307           ignore cdio and cdparanoiasrc
10308
10309 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10310
10311         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10312         (double_hq), (audio_convert_get_func_index), (check_default),
10313         (audio_convert_prepare_context), (audio_convert_convert):
10314           Also make valgrind happy and avoid copying data in some cases.
10315
10316 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10317
10318         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10319         (double_hq), (audio_convert_get_func_index),
10320         (audio_convert_prepare_context), (audio_convert_convert):
10321         * gst/audioconvert/gstaudioconvert.c:
10322         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10323         (gst_audio_convert_transform_caps):
10324         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10325         (audioconvert_suite):
10326           Don't run inplace if that overwrites source data as we go. Add more
10327           tests. Fixes #339837 even more.
10328
10329 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10330
10331         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10332         (msg_segment_done): Fix various seeking bugs (Slider was not
10333         updating when doing a non flushing seek, Reverse playback 
10334         on segment seek was wrong).
10335
10336 2007-02-26  Wim Taymans  <wim@fluendo.com>
10337
10338         * tests/examples/seek/seek.c: (stop_seek):
10339         When we stop scrubbing, don't leave the pipeline PLAYING when we
10340         requested a PAUSED state.
10341
10342 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10343
10344         Patch by: René Stadler <mail at renestadler de>
10345
10346         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10347           Parse date strings in vorbis comments that have an invalid (zero)
10348           month or day (#410396).
10349
10350         * tests/check/libs/tag.c: (GST_START_TEST):
10351           Test case for the above.
10352
10353 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10354
10355         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10356
10357         * configure.ac:
10358         * ext/alsa/Makefile.am:
10359         * gst/audiotestsrc/Makefile.am:
10360           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10361
10362 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10363
10364         * gst/playback/gstplaybin.c:
10365           Improve docs: point out that the application needs to assist playbin
10366           with buffering.
10367
10368 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * gst-libs/gst/utils/install-plugins.c:
10371         * gst-libs/gst/utils/missing-plugins.c:
10372         * tests/check/libs/utils.c: (missing_msg_check_getters):
10373           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10374           to just 'gstreamer'. Document the caps string component of the
10375           decoder/encoder detail a bit better, since not everyone will be
10376           familiar with the GStreamer media type/caps system (but they better
10377           enjoy nested itemized lists).
10378
10379 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10380
10381         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10382         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10383           Fix copying of GstNetBuffer (would crash before, or at least lead to
10384           invalid memory access, #410772), for now by copying the GstBuffer copy
10385           code from the core over here so we can copy the GstBuffer fields on a
10386           provided buffer instance (of type GstNetBuffer in this case). Would be
10387           better to fix this with some support by the core though (and in the long
10388           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10389
10390         * tests/check/Makefile.am:
10391           Enable unit test for GstNetBuffer.
10392
10393 2007-02-22  Andy Wingo  <wingo@pobox.com>
10394
10395         * gst-libs/gst/audio/gstbaseaudiosink.c
10396         (gst_base_audio_sink_init): Disable pull-mode activation until we
10397         figure out how to make audio sinks go to PLAYING.
10398
10399 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10400
10401         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10402         (double_hq), (audio_convert_get_func_index),
10403         (audio_convert_prepare_context), (audio_convert_convert):
10404         * gst/audioconvert/audioconvert.h:
10405         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10406         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10407         * gst/audioconvert/gstchannelmix.h:
10408         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10409           Add float as an intermediate format, as well as float mixing. Enable
10410           test that was failing before. Fixes #339837
10411
10412 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10413
10414         * tests/examples/seek/seek.c: (do_seek):
10415         Undo the previous commit: -1 as a stop time implies that the stop
10416         time is the end of file, clearing any previously configured segment.
10417
10418 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10419
10420         * tests/examples/seek/seek.c: (do_seek):
10421         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10422
10423 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10424
10425         * gst/volume/gstvolume.c: (volume_process_int16),
10426         (volume_process_int16_clamp), (volume_set_caps):
10427           Unbreak volume, value remains gint.
10428
10429 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10430
10431         * gst/volume/gstvolume.c: (volume_choose_func),
10432         (volume_update_real_volume), (gst_volume_set_volume),
10433         (gst_volume_init), (volume_process_double), (volume_process_float),
10434         (volume_process_int16), (volume_process_int16_clamp),
10435         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10436         * gst/volume/gstvolume.h:
10437           Extend float audio support (double) and some int->uint cleanups.
10438
10439 2007-02-20  Edward Hervey  <edward@fluendo.com>
10440
10441         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10442         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10443         (sort_end_pads), (gst_decode_group_expose),
10444         (gst_decode_group_hide):
10445         Don't free groups from the streaming threads. Just put them aside and
10446         free them in dispose.
10447
10448 2007-02-20  Edward Hervey  <edward@fluendo.com>
10449
10450         * gst/playback/gstdecodebin2.c: (connect_element),
10451         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10452         (sort_end_pads), (gst_decode_group_expose):
10453         Handle dynamic pads within groups.
10454         Sort pads before exposing them in order to make playbin happy.
10455         There still is a race with the multiqueue filling up. This should be
10456         solved separately.
10457         Fixes #398721
10458
10459 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10460
10461         * gst-libs/gst/utils/base-utils.c:
10462         * gst-libs/gst/utils/descriptions.c:
10463         * gst-libs/gst/utils/install-plugins.c:
10464         * gst-libs/gst/utils/missing-plugins.c:
10465           Some more docs (and descriptions for two subtitle formats).
10466
10467 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         * gst-libs/gst/audio/audio.c:
10470           Fix documentation.
10471
10472 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         Patch by: Yves Lefebvre  <ivanohe abacom com>
10475
10476         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10477           Don't leak caps. Fixes #408278.
10478
10479 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10480
10481         * ext/cdparanoia/gstcdparanoiasrc.h:
10482         * ext/ogg/gstoggdemux.h:
10483         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10484         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10485         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10486         * gst-libs/gst/audio/audio.h:
10487         * gst-libs/gst/audio/gstaudiofilter.h:
10488         * gst-libs/gst/interfaces/videoorientation.h:
10489         * gst/adder/gstadder.h:
10490           More docs coverage and some ChangeLog surgery (add missing names)
10491
10492 2007-02-15  Wim Taymans  <wim@fluendo.com>
10493
10494         * sys/ximage/ximagesink.c:
10495         (gst_ximagesink_calculate_pixel_aspect_ratio):
10496         * sys/xvimage/xvimagesink.c:
10497         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10498         Small constifications.
10499
10500 2007-02-15  Wim Taymans  <wim@fluendo.com>
10501
10502         * gst-libs/gst/audio/gstbaseaudiosink.c:
10503         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10504         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10505         (gst_base_audio_sink_async_play),
10506         (gst_base_audio_sink_change_state):
10507         Answer latency query.
10508         Use configured latency when syncing.
10509         Fix clock slaving.
10510
10511         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10512         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10513         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10514         Fix possible memleak.
10515         Implement latency query.
10516         Small cleanups.
10517
10518 2007-02-15  Wim Taymans  <wim@fluendo.com>
10519
10520         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10521         Ignore errors in reset, these are not fatal. They also grab the element
10522         lock which is already taking when this function is called. Fixes
10523         #405451.
10524
10525 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10526
10527         * configure.ac:
10528           Remove 'tests/examples/xerror/Makefile' from output files again.
10529
10530 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10531
10532         * configure.ac:
10533         * docs/plugins/Makefile.am:
10534           Also crossref against gst-plugins-base-libs.
10535
10536 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10537
10538         * configure.ac:
10539         * docs/libs/Makefile.am:
10540         * docs/plugins/Makefile.am:
10541           Add crossreferences to glib/gobject/gstream docs.
10542
10543         * gst-libs/gst/audio/audio.h:
10544           Source formatting.
10545
10546         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10547           Add own debug category.
10548
10549 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10550
10551         Patch by: René Stadler <mail at renestadler de>
10552
10553         * gst-libs/gst/tag/gstvorbistag.c:
10554           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10555           (#403597).
10556
10557 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * gst/playback/gstplaybasebin.c: (setup_source):
10560           When we have external subtitles and wait for the subtitle decodebin
10561           to get up and running, we set up a (sync) bus handler for the
10562           subtitle decodebin, so we can stop waiting when it posts an error
10563           message. However, we should do that before we set the subtitle
10564           decodebin's state to playing, otherwise things are racy and we might
10565           miss error messages posted before we had a chance to set up the bus.
10566           This should finally fix totem hanging on .txt pseudo-subtitle files.
10567           
10568 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10569
10570         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10571           Use gst_gdouble_to_guint64 for conversions.
10572         * win32/common/config.h.in:
10573           Add a define for GST_INSTALL_PLUGINS_HELPER
10574         * win32/common/libgstaudio.def:
10575         * win32/common/libgstcdda.def:
10576         * win32/common/libgstnetbuffer.def:
10577         * win32/common/libgstrtp.def:
10578         * win32/common/libgutils.def:
10579           Add new exported functions.
10580         * win32/vs6/gst_plugins_base.dsw:
10581         * win32/vs6/libgstdecodebin.dsp:
10582         * win32/vs6/libgstnetbuffer.dsp:
10583         * win32/vs6/libgstplaybin.dsp:
10584         * win32/vs6/libgstrtp.dsp:
10585         * win32/vs6/libgstvorbis.dsp:
10586         * win32/vs6/libgstcdda.dsp:
10587         * win32/vs6/libgstgdp.dsp:
10588         * win32/vs6/libgstutils.dsp:
10589           Update and add new project files.
10590
10591 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10594         (subrip_remove_unhandled_tags), (parse_subrip):
10595           For SubRip (.srt) subtitles, ignore all markup tags we don't
10596           handle (like font tags, for example).
10597
10598         * tests/check/elements/subparse.c:
10599           Add test for this.
10600
10601 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10602
10603         * gst/playback/gstdecodebin.c: (add_fakesink),
10604         (gst_decode_bin_change_state):
10605         * gst/playback/gstdecodebin2.c: (add_fakesink),
10606         (gst_decode_bin_change_state):
10607           Don't error out if there is no fakesink in the NULL to READY state
10608           change, since when decodebin is re-used, we're only adding the
10609           fakesink element in READY to PAUSED.
10610
10611         * tests/check/elements/decodebin.c:
10612         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10613         (decodebin_suite):
10614           Minimal unit test to make sure we can use the same decodebin
10615           instance twice (at least with audiotestsrc input).
10616
10617 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10620           Try to get devic-name from device string first, and from handle only
10621           as fallback (seems to yield better results and is more robust
10622           against buggy probing code on the application side).
10623
10624 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10627
10628         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10629         (gst_alsa_find_device_name):
10630         * ext/alsa/gstalsa.h:
10631         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10632         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10633           Improve device-name detection a bit, especially in the case where
10634           the device is not actually open (#405020, #405024). Move common code
10635           into gstalsa.c instead of duplicating it.
10636
10637 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         * gst/audioconvert/gstaudioconvert.c:
10640           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10641
10642 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10643
10644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10645         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10646         (gst_xvimagesink_interface_supported),
10647         (gst_xvimagesink_probe_get_properties),
10648         (gst_xvimagesink_probe_probe_property),
10649         (gst_xvimagesink_probe_needs_probe),
10650         (gst_xvimagesink_probe_get_values),
10651         (gst_xvimagesink_property_probe_interface_init),
10652         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10653         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10654         (gst_xvimagesink_get_type):
10655         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10656         for XVAdaptors so that one can choose the adaptor to use with 
10657         gstreamer-properties.
10658
10659 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10660
10661         * gst/audioconvert/gstaudioconvert.c:
10662           Also mention that a conversion from double to float is suboptimal still.
10663
10664 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * gst-libs/gst/audio/gstaudiofilter.c:
10667         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10668           Clear our formats structure and free the caps contained in it when
10669           shutting down.
10670
10671 2007-02-05  Andy Wingo  <wingo@pobox.com>
10672
10673         * gst-libs/gst/audio/gstbaseaudiosink.c
10674         (gst_base_audio_sink_callback): Update basesink->offset so that we
10675         pull monotonically increasing offsets instead of, um, seeking back
10676         to 0 each time. Fixes alsasrc ! alsasink!
10677
10678 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * gst/videoscale/gstvideoscale.c:
10681           A width and height of 1 makes us crash, so increase minimum size to
10682           2x2 pixels until someone feels like fixing this (#404512).
10683
10684 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10687           Add small test to make sure request pads are cleaned up properly
10688           even if oggmux never changes state out of NULL.
10689
10690 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10691
10692         * tests/check/libs/utils.c: (GST_START_TEST):
10693           Fix unit test. Turns out things work much better when you
10694           NULL-terminate string arrays. Should make p5 build bot happy again.
10695
10696 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * gst-libs/gst/audio/Makefile.am:
10699         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10700         (gst_audio_filter_template_base_init),
10701         (gst_audio_filter_template_class_init),
10702         (gst_audio_filter_template_init),
10703         (gst_audio_filter_template_set_property),
10704         (gst_audio_filter_template_get_property),
10705         (gst_audio_filter_template_setup),
10706         (gst_audio_filter_template_filter),
10707         (gst_audio_filter_template_filter_inplace), (plugin_init):
10708           Oops, forgot to commit fixed-up example.
10709
10710 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10711
10712         * docs/libs/gst-plugins-base-libs-sections.txt:
10713         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10714         (gst_audio_filter_class_init), (gst_audio_filter_init),
10715         (gst_audio_filter_set_caps),
10716         (gst_audio_filter_class_add_pad_templates):
10717         * gst-libs/gst/audio/gstaudiofilter.h:
10718           Port GstAudioFilter to 0.10. This change technically breaks
10719           API and ABI (and thus also every library developer's heart),
10720           but seems justifiable on the grounds that the base class was
10721           completely unusable before (ie. would crash immediately when
10722           actually used). Fixes #403963 (and eventually also #403572).
10723           Also document all of this a bit.
10724
10725 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         * gst-libs/gst/utils/install-plugins.c:
10728         (gst_install_plugins_spawn_child):
10729         * tests/check/libs/utils.c:
10730         (test_base_utils_install_plugins_do_callout):
10731           Lowering log level to see why things fail on the p5 build bot;
10732           fix some typos in unit test messages.
10733
10734 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10735
10736         * tests/check/libs/utils.c:
10737         (test_base_utils_install_plugins_do_callout):
10738           Don't hard-code temp directory for test helper; use GLib functions
10739           to write out file and do error checking etc.
10740
10741 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * gst-libs/gst/utils/Makefile.am:
10744         * gst-libs/gst/utils/base-utils.h:
10745         * gst-libs/gst/utils/install-plugins.c:
10746         (gst_install_plugins_context_set_xid),
10747         (gst_install_plugins_context_new),
10748         (gst_install_plugins_context_free),
10749         (gst_install_plugins_get_helper),
10750         (gst_install_plugins_spawn_child),
10751         (gst_install_plugins_return_from_status),
10752         (gst_install_plugins_installer_exited),
10753         (gst_install_plugins_async), (gst_install_plugins_sync),
10754         (gst_install_plugins_return_get_name),
10755         (gst_install_plugins_installation_in_progress):
10756         * gst-libs/gst/utils/install-plugins.h:
10757           API: add API for applications to initiate installation of missing
10758           plugins, ie. gst_install_plugins_async() primarily.
10759           Based on libgimme-codec by Ryan Lortie.
10760
10761         * configure.ac:
10762           Add --with-install-plugins-helper configure option so distros can specify
10763           the path of the helper script or program to call when plugin installation
10764           is requested (distros: please do any argument munging in this helper
10765           script instead of patching GStreamer to pass arguments differently
10766           to another program directly).
10767
10768         * docs/libs/gst-plugins-base-libs-docs.sgml:
10769         * docs/libs/gst-plugins-base-libs-sections.txt:
10770           Build and document new API.
10771
10772         * tests/check/libs/utils.c: (result_cb),
10773         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10774         (libgstbaseutils_suite):
10775           Some simple checks for the new API.
10776
10777 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * tests/check/elements/audioconvert.c: (test_float_conversion):
10780           Add small test for 32bit float <=> 64bit float conversion (works
10781           only one way so far, 32=>64 produces structured noise).
10782
10783 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10784
10785         * gst/audioconvert/gstaudioconvert.c:
10786         (set_structure_widths_32_and_64), (make_lossless_changes):
10787           We don't support floats with a width of 40, 48 or 56 bits.
10788
10789 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10790
10791         * gst/audioconvert/audioconvert.c: (float), (double),
10792         (audio_convert_get_func_index):
10793         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10794         (make_lossless_changes):
10795           Support for 64-bit float audio in audioconvert (#339837)
10796
10797 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         Patch by: Holger Wansing  <linux wansing-online de>
10800
10801         * po/LINGUAS:
10802         * po/de.po:
10803           Add German translation (#352069).
10804
10805 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10806
10807         reviewed by: Wim Taymans <wim@fluendo.com>
10808
10809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10810         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10811         Use newly added GstCollectPads API to free the allocated resources in
10812         the GstOggPad structures (#402393).
10813
10814 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10815
10816         * gst/playback/gstplaybin.c: (gen_vis_element):
10817           Add audioresample+audioconvert in front of the visualisation
10818           element, so that elements like libvisual 0.4 that don't support all
10819           samplerates can work.
10820
10821           Fixes: #402505
10822
10823 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10824
10825         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10826         (gst_play_base_bin_get_streaminfo_value_array):
10827           Take some locks and make a copy of the streaminfo value array we
10828           maintain while holding the lock, so that the application can
10829           retrieve the stream-info as a value array in a thread-safe way.
10830
10831 2007-01-30  Wim Taymans  <wim@fluendo.com>
10832
10833         * gst/audioconvert/gstaudioconvert.c:
10834         Don't fail on 0 sized buffers. Fixes #396835.
10835
10836 2007-01-29  David Schleef  <ds@schleef.org>
10837
10838         * gst/typefind/gsttypefindfunctions.c:
10839           Detect BBCD as video/x-dirac, so we can play raw dirac
10840           streams.
10841
10842 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * ext/theora/theoraenc.c: (theora_enc_chain):
10845           Check return value of theora_encode_header(), or we might try to
10846           allocate a random number of bytes. theora_encode_header() can fail
10847           if libtheora has been compiled with encoding support disabled.
10848           Fixes #398110.
10849
10850 2007-01-29  Wim Taymans  <wim@fluendo.com>
10851
10852         * tests/check/gst/.cvsignore:
10853         Do as buildbot says.
10854
10855 2007-01-29  Wim Taymans  <wim@fluendo.com>
10856
10857         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10858         Fix strides in libvisual. Gst uses X strides.
10859         Inspired by: <ed at catmur dot co dot uk> and 
10860         <tim at centricular dot net>
10861         Fixes #401118.
10862
10863 2007-01-27  Wim Taymans  <wim@fluendo.com>
10864
10865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10866         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10867         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10868         (gst_ogg_demux_perform_seek),
10869         (gst_ogg_demux_bisect_forward_serialno),
10870         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10871         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10872         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10873         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10874         * ext/ogg/gstoggdemux.h:
10875         Properly propagate streaming errors when we are scanning the file for
10876         chains so that we don't crash when shut down. Might fix some crashers
10877         when quickly switching oggs in RB such as #332503 and #378436.
10878
10879 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10882           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10883           error code as well.
10884
10885 2007-01-25  Wim Taymans  <wim@fluendo.com>
10886
10887         * gst/playback/gstplaybasebin.c: (remove_source):
10888         Don't try to disconnect a signal from a finalized object.
10889
10890 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10891
10892         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10893           Cast lock macro parameters to make sure we're actually accessing the
10894           lock member at the right class level. Free list itself in _dispose()
10895           as well and NULL it in case dispose gets called multiple times.
10896
10897 2007-01-25  Edward Hervey  <edward@fluendo.com>
10898
10899         * gst/playback/gstdecodebin2.c:
10900         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10901         Free GstDecodeGroups no longer used.
10902         (gst_decode_group_expose):
10903         Don't unlock too many times !
10904         (deactivate_free_recursive):
10905         Free iterator once we're done with it.
10906         Fix for recursively deactivating elements (stop at ghostpads).
10907
10908 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         * gst/playback/gstplaybin.c: (handoff):
10911           Fix up caps on the frame buffer before we save it and potentially
10912           make it accessible to other threads via g_object_get; also use
10913           gst_buffer_replace() instead of gst_mini_object_replace().
10914
10915 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10916
10917         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10918           Make getting the current frame thread-safe.
10919
10920 2007-01-25  Edward Hervey  <edward@fluendo.com>
10921
10922         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10923         (gst_decode_group_new), (gst_decode_group_free):
10924         Set queues to bigger sizes to cope with HD contents.
10925         Fix some mutex freeing and add comment about MT safe methods.
10926
10927 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10930         (gst_text_overlay_text_event):
10931           Don't unnecessarily ref (and then leak) upstream events if the text
10932           pad is not linked. Fixes #399948.
10933
10934         * tests/check/gst-plugins-base.supp:
10935           Add suppression for pango on edgy/x86 for textoverlay test.
10936
10937 2007-01-24  Wim Taymans  <wim@fluendo.com>
10938
10939         * gst-libs/gst/rtp/gstrtpbuffer.h:
10940         Add some more fixed payloads.
10941
10942 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10945           Error out properly if we get an error from libogg while reading the
10946           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10947
10948 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10951           Don't leak mutex.
10952
10953         * tests/check/elements/playbin.c:
10954         (test_sink_usage_video_only_stream),
10955         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10956         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10957         (test_missing_suburisource_handler),
10958         (test_missing_primary_decoder), (playbin_suite):
10959           Run all tests once with decodebin and once with decodebin2.
10960           One test does not pass yet with decodebin2.
10961
10962 2007-01-23  Edward Hervey  <edward@fluendo.com>
10963
10964         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10965         Fix the cases where oggmux doesn't properly figure out that all
10966         sinkpads have gone EOS, and therefore doesn't push out the remaining
10967         buffers and the final EOS event.
10968         Fixes #363379
10969
10970 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10971
10972         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10974         Don't lock on navigation event push, just on keysym to string.
10975         Fixes #397673 again.
10976
10977 2007-01-22  Edward Hervey  <edward@fluendo.com>
10978
10979         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10980         (get_current_group), (group_demuxer_event_probe),
10981         (gst_decode_group_expose), (deactivate_free_recursive),
10982         (gst_decode_group_free):
10983         Cleanups.
10984         Don't forget to emit 'no-more-pads' once a group is exposed.
10985         Cleanup elements from a DecodeGroup once we remove it.
10986         Protect call to gst_decode_group_expose() with the decodebin lock.
10987
10988 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10989
10990         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10992         Looking at Xorg code i can't figure out if that XKeysymToString
10993         function is thread sensible or not. Lock it just in case as
10994         recommended by Radek Doulik <rodo at ximian dot com>.
10995
10996 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10997
10998         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11000         Lock that X Call as well. Fixes #397673.
11001
11002 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11005           Don't go into an endless loop if the file starts with 00 00 01 2X,
11006           like quicktime redirect files might. Fixes #396042.
11007
11008         * tests/check/Makefile.am:
11009         * tests/check/gst/.cvsignore:
11010         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11011         (typefindfunctions_suite):
11012           Add unit test for the above.
11013
11014 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11017           On second thought, use "depth" field rather than "bpp" field.
11018
11019 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11022           Camtasia caps apparently need a bpp field (#398875).
11023
11024 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11027         (gen_source_element), (gst_play_base_bin_change_state):
11028           Attempt at a better error message in case we don't have the required
11029           URI handler installed; post missing-plugin message also when we're
11030           missing an URI handler for the subtitle URI; clean up properly also
11031           when an error occurs and we never made it to PAUSED state.
11032
11033         * tests/check/elements/playbin.c: (GST_START_TEST),
11034         (playbin_suite):
11035           Check that we're also getting a missing-plugin messsage for a
11036           missing subtitle URI handler (and clean up properly).
11037
11038 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11041           Plug a few reference leaks.
11042
11043 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11046           Lower probability a bit if the marker isn't right at the start,
11047           to decrease the chance of false positives.
11048
11049 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11052           Small mpeg2 system stream typefinding improvement: make typefinder
11053           probe a bit into the stream instead of just looking for a marker
11054           at the beginning. Fixes #397810.
11055
11056 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11057
11058         * gst/audioconvert/gstchannelmix.c:
11059           Remove compatibility cruft for prehistoric GLib versions.
11060
11061 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/playback/Makefile.am:
11064         * gst/playback/gstdecodebin.c: (close_pad_link):
11065         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11067         (gst_play_base_bin_handle_message_func), (unknown_type):
11068           Let decodebin be the element to post missing-plugin messages for
11069           missing decoders (rather than playbin); make playbin implement
11070           GstBin::handle_message so we can suppress missing-plugin messages
11071           for types we're not handling on purpose (don't want to bring up an
11072           installer in those cases).
11073
11074 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11075
11076         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11077         * gst-libs/gst/tag/gstvorbistag.c:
11078         (gst_tag_list_to_vorbiscomment_buffer):
11079         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11080           Fix potentially unaligned access (#397207).
11081
11082 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11083
11084         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11085         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11086         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11087         (main):
11088           Allow to toggle looping while it plays. Fix callback prototype. Clean
11089           up code a bit more. Add copyright header.
11090
11091 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11092
11093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11094           Red and blue mask was swapped (spotted by Dan Williams).
11095
11096 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11097
11098         * gst-libs/gst/tag/gstid3tag.c:
11099         * gst-libs/gst/tag/gstvorbistag.c:
11100           Use new beats-per-minute tag from core.
11101
11102 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11103
11104         * po/POTFILES.in:
11105           Add new files with translatable strings, so they actually make it
11106           into the template file one day.
11107
11108 2007-01-12  Andy Wingo  <wingo@pobox.com>
11109
11110         * gst-libs/gst/audio/gstbaseaudiosink.c
11111         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11112         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11113         stuff, as the base class handles this now. Actually tell the ring
11114         buffer to start.
11115         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11116         How did this work before? Maybe I'm not as awesome a programmer as
11117         I think.
11118
11119         * gst-libs/gst/audio/gstbaseaudiosrc.c
11120         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11121         of a pad function.
11122
11123 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11124
11125         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11126           Remove more fields so that the application can better blacklist
11127           formats that have been tried before.
11128
11129 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * gst-libs/gst/audio/mixerutils.h:
11132           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11133           used when compiling with c++ compilers as well.
11134
11135 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * gst/typefind/gsttypefindfunctions.c:
11138           Fix comment.
11139
11140 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/playback/gstplaybin.c: (post_missing_element_message),
11143         (gen_video_element), (gen_text_element), (gen_audio_element),
11144         (gen_vis_element):
11145           Post missing-plugin messages also when we error out because
11146           converters, textoverlay or auto*sinks are missing (#161922).
11147
11148 2007-01-10  Wim Taymans  <wim@fluendo.com>
11149
11150         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11151         (is_demuxer_element), (new_caps):
11152         * gst/playback/gstplaybasebin.c: (source_new_pad):
11153         Fix the case where we try to ref a NULL element when we delay a link
11154         because of unfixed caps.
11155         Set the state of autoplugged decodebins to PAUSED.
11156         RTSP now works in playbin, we can remove it from the blacklist.
11157
11158 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * gst/playback/Makefile.am:
11161         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11162         (unknown_type), (setup_subtitle), (gen_source_element):
11163         * gst/playback/gstplaybin.c: (plugin_init):
11164           Post missing-plugin messages on the bus for missing sources and
11165           missing decoders/demuxers/depayloaders; fix error code used when
11166           we're missing an URI handler source; for media types that we are not
11167           handling on purpose at the moment, don't print "don't know how to
11168           handle xyz" messages to the terminal or post missing-plugin
11169           messages on the bus.
11170
11171         * tests/check/elements/playbin.c: (create_playbin),
11172         (GST_START_TEST), (gst_codec_src_uri_get_type),
11173         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11174         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11175         (gst_codec_src_init_type), (gst_codec_src_base_init),
11176         (gst_codec_src_create), (gst_codec_src_class_init),
11177         (gst_codec_src_init), (plugin_init), (playbin_suite):
11178           Add some tests for the missing-plugin stuff.
11179
11180 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11181
11182         * configure.ac:
11183         * gst-libs/gst/Makefile.am:
11184         * gst-libs/gst/utils/Makefile.am:
11185         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11186         * gst-libs/gst/utils/base-utils.h:
11187         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11188         (find_format_info), (caps_are_rtp_caps),
11189         (gst_base_utils_get_source_description),
11190         (gst_base_utils_get_sink_description),
11191         (gst_base_utils_get_decoder_description),
11192         (gst_base_utils_get_encoder_description),
11193         (gst_base_utils_get_element_description),
11194         (gst_base_utils_add_codec_description_to_tag_list),
11195         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11196         * gst-libs/gst/utils/descriptions.h:
11197         * gst-libs/gst/utils/missing-plugins.c:
11198         (missing_structure_get_type), (copy_and_clean_caps),
11199         (gst_missing_uri_source_message_new),
11200         (gst_missing_uri_sink_message_new),
11201         (gst_missing_element_message_new),
11202         (gst_missing_decoder_message_new),
11203         (gst_missing_encoder_message_new),
11204         (missing_structure_get_string_detail),
11205         (missing_structure_get_caps_detail),
11206         (gst_missing_plugin_message_get_installer_detail),
11207         (gst_missing_plugin_message_get_description),
11208         (gst_is_missing_plugin_message):
11209         * gst-libs/gst/utils/missing-plugins.h:
11210           API: add new libgstbaseutils library with functions
11211           - to create and parse missing-plugins messages
11212           - that provide (translated) descriptions for caps/decoders/sources/etc.
11213           Closes #392393.
11214
11215         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11216         * pkgconfig/gstreamer-plugins-base.pc.in:
11217           Add new lib.
11218
11219         * docs/libs/gst-plugins-base-libs-docs.sgml:
11220         * docs/libs/gst-plugins-base-libs-sections.txt:
11221           Generate docs for new lib and API.
11222
11223         * tests/check/Makefile.am:
11224         * tests/check/libs/.cvsignore:
11225         * tests/check/libs/utils.c: (missing_msg_check_getters),
11226         (GST_START_TEST), (libgstbaseutils_suite):
11227           Add some basic unit tests.
11228
11229 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11230
11231         * ext/ogg/Makefile.am:
11232           Dist gstoggdemux.h to fix 'make distcheck'.
11233
11234         * sys/v4l/Makefile.am:
11235           Fix 'make distcheck' even more.
11236
11237 2007-01-09  Wim Taymans  <wim@fluendo.com>
11238
11239         * docs/plugins/Makefile.am:
11240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11241         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11242         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11243         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11244         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11245         (gst_ogg_demux_perform_seek):
11246         * ext/ogg/gstoggdemux.h:
11247         Added docs.
11248         Add some more comments.
11249         Small cleanups.
11250
11251 2007-01-09  Wim Taymans  <wim@fluendo.com>
11252
11253         * ext/theora/theoradec.c:
11254         * ext/vorbis/vorbisdec.c:
11255         * gst-libs/gst/audio/gstringbuffer.c:
11256         (gst_ring_buffer_commit_full):
11257         * gst-libs/gst/audio/gstringbuffer.h:
11258         * gst-libs/gst/rtp/gstrtpbuffer.c:
11259         * gst-libs/gst/tag/gstvorbistag.c:
11260         Small documentation updates/fixes
11261
11262 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         * configure.ac:
11265           Require core CVS HEAD for Andy's basesrc/sink API additions.
11266
11267 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11270
11271         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11272         (plugin_init):
11273           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11274           on flac.sf.net (there appear to be other versions of the first
11275           ogg page in the wild) (#391365).
11276
11277 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         * configure.ac:
11280           Check if localtime_r() is available.
11281
11282         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11283           If localtime_r() is not available, fall back to localtime(). Should
11284           fix build on MingW (#393310).
11285
11286 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11289         * gst/subparse/gstsubparse.h:
11290           Remove spurious 1000 subtrahend when calculating the timestamp from
11291           the frame number and the frame rate . Also, use the frames/second
11292           value specified in the first line of the file, if one is specified
11293           there. Should fix #357503.
11294
11295         * tests/check/elements/subparse.c: (do_test),
11296         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11297         (subparse_suite):
11298           Add some basic unit tests for the microdvd subtitle format.
11299
11300 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11301
11302         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11303
11304         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11305         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11306         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11307         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11308         (gst_xvimagesink_set_xwindow_id),
11309         (gst_xvimagesink_set_event_handling),
11310         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11311         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11312         Fixes: #390076.
11313         Add an adaptor property to select a specific XV adaptor.
11314         * sys/xvimage/xvimagesink.h:
11315
11316 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11317
11318         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11319         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11320         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11321         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11322         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11323         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11324         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11325         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11326         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11327         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11328         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11329         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11330         Use flow_lock much more to protect every access to xwindow.
11331         Try to catch erros while creating images in case some drivers are
11332         just generating an XError when the requested image is too big.
11333         Should fix : #354698, #384008, #384060.
11334         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11335         Implement some stress testing of setting window xid.
11336
11337 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11338
11339         * win32/common/libgsaudio.def:
11340           Add new exported function.
11341         * win32/common/libgstogg.dsp:
11342           Add gstoggaviparse.c to the build.
11343         * win32/common/libgstvideoscale.dsp:
11344           Add vs_4tap.c to the build.
11345         * win32/common/libgstvorbis.dsp:
11346           Add vorbistag.c to the build.
11347         
11348 2007-01-06  Andy Wingo  <wingo@pobox.com>
11349
11350         * gst-libs/gst/audio/gstbaseaudiosink.c
11351         (gst_base_audio_sink_class_init)
11352         (gst_base_audio_sink_init): 
11353         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11354         to baseaudiosink, and tell basesink that we can work in pull mode.
11355         This way the ring buffer thread drives the pipeline directly, if
11356         pull mode is possible. There is some lingering nastiness regarding
11357         capsnego, however.
11358         (gst_base_audio_sink_callback): Implement the callback to pull
11359         data. This interface is a bit light, though -- it should get a
11360         GstFlowReturn return value at least.
11361
11362 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11363
11364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11365         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11366         * gst/playback/gstdecodebin2.c:
11367         (gst_decode_group_check_if_blocked):
11368           Printf format and missing argument fixes.
11369
11370 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11371
11372         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11373         (gst_ogm_parse_change_state):
11374         Activate pads before adding them to the element.
11375
11376 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * tests/examples/seek/scrubby.c: (main):
11379         * tests/examples/seek/seek.c: (main):
11380           Call g_thread_init() first thing in main() (see #391278).
11381
11382 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * tests/check/Makefile.am:
11385         * tests/check/libs/.cvsignore:
11386         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11387         (netbuffer_suite):
11388           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11389           for the time being, since it's broken, see #393099.
11390
11391 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * tests/check/Makefile.am:
11394           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11395
11396 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11397
11398         * configure.ac:
11399           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11400           so that GST_BASE_CFLAGS can go inbetween them, making sure
11401           we use uninstalled gst-libs headers
11402         * docs/libs/Makefile.am:
11403         * ext/alsa/Makefile.am:
11404         * ext/cdparanoia/Makefile.am:
11405         * ext/gnomevfs/Makefile.am:
11406         * ext/libvisual/Makefile.am:
11407         * ext/ogg/Makefile.am:
11408         * ext/theora/Makefile.am:
11409         * ext/vorbis/Makefile.am:
11410         * gst-libs/gst/audio/Makefile.am:
11411         * gst-libs/gst/cdda/Makefile.am:
11412         * gst-libs/gst/interfaces/Makefile.am:
11413         * gst-libs/gst/riff/Makefile.am:
11414         * gst-libs/gst/rtp/Makefile.am:
11415         * gst-libs/gst/tag/Makefile.am:
11416         * gst/adder/Makefile.am:
11417         * gst/audioconvert/Makefile.am:
11418         * gst/audiorate/Makefile.am:
11419         * gst/audioresample/Makefile.am:
11420         * gst/playback/Makefile.am:
11421         * gst/tcp/Makefile.am:
11422         * gst/videoscale/Makefile.am:
11423         * gst/volume/Makefile.am:
11424         * sys/ximage/Makefile.am:
11425         * sys/xvimage/Makefile.am:
11426         * tests/icles/Makefile.am:
11427           adapt
11428
11429 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11430
11431         * gst-libs/gst/interfaces/xoverlay.c:
11432         (gst_x_overlay_handle_events):
11433         * gst-libs/gst/interfaces/xoverlay.h:
11434         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11435         (gst_ximagesink_set_xwindow_id),
11436         (gst_ximagesink_set_event_handling),
11437         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11438         (gst_ximagesink_get_property), (gst_ximagesink_init),
11439         (gst_ximagesink_class_init):
11440         * sys/ximage/ximagesink.h:
11441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11442         (gst_xvimagesink_set_xwindow_id),
11443         (gst_xvimagesink_set_event_handling),
11444         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11445         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11446         (gst_xvimagesink_class_init):
11447         * sys/xvimage/xvimagesink.h:
11448         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11449         Add a method to the XOverlay interface to allow disabling of 
11450         event handling in x[v]imagesink elements. This will let X events
11451         propagate to parent windows which can be usefull in some cases.
11452         Be carefull that the application is then responsible of pushing
11453         navigation events and expose events to the video sink.
11454         Fixes: #387138.
11455
11456 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         * gst-libs/gst/tag/gstvorbistag.c:
11459         * tests/check/libs/tag.c: (GST_START_TEST):
11460           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11461           (fixes #392070).
11462
11463 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         * configure.ac:
11466         * docs/Makefile.am:
11467         * docs/design/Makefile.am:
11468           Dist design docs.
11469
11470 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11471
11472         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11473         typo. Fixes: #390063.
11474
11475 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11476
11477         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11479         caps leak.
11480         * win32/common/config.h: Updated.
11481
11482 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11483
11484         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11485         (setup_gdpdepay_streamheader):
11486         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11487         (setup_gdppay_streamheader):
11488           Fix the dp tests, but activating the pads for the streamheader tests
11489           too and cleaning up conditionaly
11490
11491 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11492
11493         * gst/ffmpegcolorspace/avcodec.h:
11494         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11495         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11496         (gst_ffmpegcsp_avpicture_fill):
11497         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11498         (img_get_alpha_info):
11499         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11500         other end of the word. Fixes: #387073.
11501
11502         Add some inconsequential branch hints in a couple of places.
11503
11504 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11505
11506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11507         (gst_ffmpeg_caps_to_smpfmt):
11508           The "signed" field in raw audio caps is of boolean type, trying to
11509           extract the value with _get_int() will fail (fix to keep in sync with
11510           the copy in gst-ffmpeg)
11511
11512 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11513
11514         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11515         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11516         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11517         (cleanup_gdpdepay):
11518         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11519         * tests/check/elements/subparse.c: (teardown_subparse):
11520         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11521         * tests/check/elements/videorate.c: (cleanup_videorate):
11522         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11523         * tests/check/elements/volume.c: (cleanup_volume):
11524         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11525         (cleanup_vorbisdec):
11526         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11527         (cleanup_vorbistag):
11528           consistent pad (de)activation
11529
11530 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11533           Forgot to register the extensions.
11534
11535 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11536
11537         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11538         (plugin_init):
11539           Add typefinder for VIVO files (my christmas present to the 90s).
11540
11541 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * gst/playback/gstdecodebin.c: (type_found):
11544           Special-case the text/plain media type: we only want to recognise it
11545           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11546           parser, but not if the entire stream is of text/plain type. If the
11547           entire stream is text/plain, we should just error out.
11548
11549           This fixes playback of audio files with lyrics in totem. Totem can't
11550           distinguish between text files and subtitle files and passes any
11551           .txt file with the same basename as the main file to playbin as
11552           suburi, and playbin will then throw a 'subtitle found, but no video
11553           stream' error, which isn't entirely helpful. See #380342.
11554
11555           Also, with this change we'll show a slightly more correct error
11556           message in case totem passes a playlist file to us (although a
11557           custom error message wording instead of the default text would
11558           probably not be a bad idea either).
11559
11560           Same problem also needs to be fixed for playbin+decodebin2.
11561
11562         * tests/check/Makefile.am:
11563         * tests/check/elements/decodebin.c: (src_handoff_cb),
11564         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11565         (decodebin_suite):
11566           Add simple unit test for decodebin for the above.
11567
11568 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11569
11570         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11571         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11572           Refuse to change state to READY when we failed to create any of the
11573           required elements in our instance init function.
11574
11575 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * docs/libs/gst-plugins-base-libs-sections.txt:
11578           Small docs fixes/updates.
11579
11580         * gst-libs/gst/video/gstvideosink.h:
11581           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11582           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11583           removed from the base sink API between 0.9.6 and 0.9.7).
11584           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11585           accessor macros, so we don't do a runtime GObject type check every
11586           time we use them.
11587
11588 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11589
11590         * Makefile.am:
11591         * gst-plugins-base.doap:
11592         * gst-plugins-base.spec.in:
11593           add doap file
11594
11595 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11596
11597         Patch by: Jens Granseuer <jensgr at gmx net>
11598
11599         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11600         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11601         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11602         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11603         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11604           Declare variables at the beginning of a block. Fixes #383195.
11605
11606 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11607
11608         * configure.ac:
11609         Bump version nano - back to CVS.
11610
11611
11612 === release 0.10.11 ===
11613
11614 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11615
11616         * configure.ac:
11617           releasing 0.10.11, "Dumb things"
11618
11619 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11620
11621         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11622         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11623         Handle the case where an element has multiple pads with 
11624         unfixed caps as well as still possibly producing more dynamic 
11625         pads by storing each case as a distinct entry in the dynamic list.
11626         Fixes #38223 again.
11627
11628 2006-12-04  Wim Taymans  <wim@fluendo.com>
11629
11630         * gst/playback/gstdecodebin.c: (close_pad_link):
11631         Fix #382223, add more dynamic caps handling.
11632
11633 2006-12-04  Wim Taymans  <wim@fluendo.com>
11634
11635         * gst-libs/gst/audio/gstringbuffer.h:
11636         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11637         (gst_netaddress_set_ip4_interface),
11638         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11639         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11640         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11641         (gst_netaddress_get_ttl):
11642         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11643         * gst/playback/gstdecodebin.c: (close_pad_link):
11644         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11645         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11646         * win32/common/config.h:
11647
11648 2006-12-01  Michael Smith  <msmith@fluendo.com>
11649
11650         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11651           Delete bad debug code.
11652           Fixes #381219
11653
11654 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11655
11656         * gst/videoscale/vs_4tap.c:
11657         * win32/MANIFEST:
11658         * win32/common/config.h:
11659         * win32/vs8/libgstvideoscale.vcproj:
11660         Fix compilation on win32 under VS8
11661         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11662         Partially fixes #381175
11663
11664 2006-11-30  Michael Smith  <msmith@fluendo.com>
11665
11666         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11667         (GST_START_TEST):
11668           It would be very bad if, after a discont buffer, we thought every
11669           single following buffer was also discont. So, add to the test to
11670           ensure that this isn't the case.
11671           
11672         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11673           ... it was the case. So fix it.
11674
11675 2006-11-28  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst/playback/gstplaybasebin.c: (check_queue_event):
11678         Improve debug.
11679
11680         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11681         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11682         padtemplate caps. Refixes #357577.
11683
11684 2006-11-28  Wim Taymans  <wim@fluendo.com>
11685
11686         * gst/playback/gstplaybasebin.c: (check_queue_event),
11687         (queue_threshold_reached), (queue_out_of_data),
11688         (gen_preroll_element):
11689         Add event probe to see when EOS is in a queue and we can disable the
11690         underrun signals. Fixes #357577.
11691
11692 2006-11-28  Edward Hervey  <edward@fluendo.com>
11693
11694         * gst/playback/Makefile.am:
11695         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11696         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11697         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11698         (gst_decode_bin_init), (gst_decode_bin_dispose),
11699         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11700         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11701         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11702         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11703         (connect_element), (expose_pad), (type_found),
11704         (pad_added_group_cb), (pad_removed_group_cb),
11705         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11706         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11707         (are_raw_caps), (multi_queue_overrun_cb),
11708         (multi_queue_underrun_cb), (gst_decode_group_new),
11709         (get_current_group), (group_demuxer_event_probe),
11710         (gst_decode_group_control_demuxer_pad),
11711         (gst_decode_group_control_source_pad),
11712         (gst_decode_group_check_if_blocked),
11713         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11714         (gst_decode_group_hide), (gst_decode_group_free),
11715         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11716         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11717         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11718         (plugin_init):
11719         New decodebin2 element.
11720         Closes #370092
11721         * gst/playback/gstplay-marshal.list:
11722         Added marshallers for new signals in decodebin2
11723         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11724         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11725         is set.
11726
11727 2006-11-28  Wim Taymans  <wim@fluendo.com>
11728
11729         * gst/playback/gstplaybasebin.c: (setup_source),
11730         (gst_play_base_bin_change_state):
11731         Disable rtsp:// uris for the release, it's not good enough yet.
11732         Remove unused var.
11733
11734 2006-11-26  Wim Taymans  <wim@fluendo.com>
11735
11736         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11737         (theora_dec_push_forward), (theora_dec_push_reverse),
11738         (theora_handle_data_packet), (theora_dec_decode_buffer),
11739         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11740         (theora_dec_chain_forward), (theora_dec_chain):
11741         Implement reverse playback.
11742
11743         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11744         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11745         (vorbis_dec_chain_forward):
11746         Clear buffers used for reverse playback in _reset.
11747         No need to set the eos flag, we clip samples using the segment.
11748
11749 2006-11-24  Wim Taymans  <wim@fluendo.com>
11750
11751         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11752         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11753         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11754         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11755         Some cleanups.
11756         Handle continued pages in reverse mode.
11757
11758 2006-11-24  Wim Taymans  <wim@fluendo.com>
11759
11760         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11761         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11762         (vorbis_dec_flush_decode):
11763         Small cleanups.
11764         Don't try to add invalid timestamps.
11765         Clipping will unref the buffer.
11766
11767 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11768
11769         * gst/adder/gstadder.h:
11770         * gst/audiotestsrc/gstaudiotestsrc.h:
11771           remove obsolete _factory_init protos
11772
11773 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11774
11775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11776           Fix spacing in debug message.
11777
11778 2006-11-23  Wim Taymans  <wim@fluendo.com>
11779
11780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11781         (gst_ogg_demux_chain):
11782         Don't just ignore return values from _pad_push().
11783         Small debug improvements.
11784
11785 2006-11-23  Michael Smith  <msmith@fluendo.com>
11786
11787         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11788           If our incoming buffer is marked as DISCONT, then increment the page
11789           number (so that the discontinuity is marked in the final ogg
11790           bitstream) and flush the previous page.
11791
11792 2006-11-22  Michael Smith  <msmith@fluendo.com>
11793
11794         * ext/theora/gsttheoraenc.h:
11795         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11796         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11797         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11798         (theora_enc_chain), (theora_enc_change_state):
11799           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11800
11801         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11802         (GST_START_TEST), (theoraenc_suite):
11803           Enable discontinuity test, fix it.
11804
11805 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11808         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11809         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11810         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11811         (gst_text_overlay_change_state):
11812         * ext/pango/gsttextoverlay.h:
11813           Some textoverlay fixes: for one, in the video chain function,
11814           actually wait for a text buffer to come in if there is none at the
11815           moment and there should be one; also, deal more gracefully with
11816           incoming buffers that do not have a timestamp or duration; discard
11817           text buffer when not needed any longer. Fixes #341681.
11818
11819         * tests/check/Makefile.am:
11820         * tests/check/elements/.cvsignore:
11821         * tests/check/elements/textoverlay.c:
11822         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11823         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11824         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11825         (test_video_waits_for_text_send_text_newsegment_thread),
11826         (test_video_waits_for_text_shutdown_element),
11827         (test_render_continuity_push_video_buffers_thread),
11828         (textoverlay_suite):
11829           Add some unit tests for textoverlay.
11830
11831 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11832
11833         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11834           Avoid integer underflow when the found probability for mp3 is
11835           smaller than the 'penalty' we subtract if there's not a clean
11836           mp3 header sync at offset 0.
11837
11838 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11839
11840         * docs/libs/gst-plugins-base-libs-sections.txt:
11841           Add some new symbols to the docs
11842
11843 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11844
11845         * tests/check/Makefile.am:
11846         * tests/check/elements/ffmpegcolorspace.c:
11847         (ffmpegcolorspace_suite):
11848           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11849           (for now not for valgrinding though, since it takes too long).
11850
11851 2006-11-20  Wim Taymans  <wim@fluendo.com>
11852
11853         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11854         (gst_ffmpeg_pixfmt_to_caps):
11855         Fix RGBA32 caps. Fixes #357038.
11856
11857 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * gst-libs/gst/interfaces/mixertrack.h:
11860           Add FIXME so we can add some padding here in 0.11
11861
11862 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11865           Fix GstBaseRTPAudioPayload structure so the whole GObject
11866           inheritance business actually works (parent class instance structure
11867           must always come first in the derived class instance structure).
11868
11869 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * gst/videotestsrc/Makefile.am:
11872         * tests/check/Makefile.am:
11873           Make sure our checks and the videotestsrc plugin link against the
11874           local uninstalled gst libs and not any installed gst libs that
11875           might happen to exist as well.
11876
11877         * tests/check/elements/adder.c: (message_received),
11878         (test_event_message_received), (test_play_twice_message_received):
11879         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11880           Fix compiler warnings when compiling against core with disabled
11881           debugging system.
11882
11883 2006-11-16  Michael Smith  <msmith@fluendo.com>
11884
11885         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11886         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11887           Fix audiorate, so that it accurately sets offsets and timestamps.
11888           Doesn't change the fundamental algorithmic decisions; so should be
11889           safe.
11890
11891         * tests/check/Makefile.am:
11892           Enable audiorate test now that it passes.
11893
11894 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11895
11896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11897           clear xv when going to NULL, remove // commented non-existant proto
11898
11899         * tests/examples/seek/seek.c: (main):
11900           add missing tooltip description for scrub and play_scrub
11901
11902 2006-11-14  David Schleef  <ds@schleef.org>
11903
11904         * configure.ac:
11905           Bump liboil requirement to 0.3.8.
11906         * gst-libs/gst/riff/riff-media.c:
11907           Add Dirac fourcc.
11908         * gst/videoscale/vs_image.h:
11909         * gst/videoscale/vs_scanline.h:
11910           Use liboil's stdint.h.
11911         * gst/videotestsrc/videotestsrc.c:
11912           Remove liboil related ifdef's, since they aren't needed now, and
11913           won't work with future versions.
11914
11915 2006-11-14  David Schleef  <ds@schleef.org>
11916
11917         * gst/videoscale/Makefile.am:
11918         * gst/videoscale/gstvideoscale.c:
11919         * gst/videoscale/gstvideoscale.h:
11920         * gst/videoscale/vs_4tap.c:
11921         * gst/videoscale/vs_4tap.h:
11922         * gst/videoscale/vs_image.c:
11923         * gst/videoscale/vs_image.h:
11924         * gst/videoscale/vs_scanline.c:
11925         * gst/videoscale/vs_scanline.h:
11926           Add a 4-tap image scaler.  Theoretically looks much prettier.
11927           The tap calculation could use some improvement.
11928
11929 2006-11-14  Wim Taymans  <wim@fluendo.com>
11930
11931         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11932
11933         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11934         (gst_riff_parse_strf_iavs):
11935         * gst/subparse/gstsubparse.c: (convert_encoding):
11936         * gst/tcp/gstmultifdsink.c:
11937         (gst_multi_fd_sink_handle_client_write):
11938         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11939         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11940         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11941         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11942         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11943         (gst_ximagesink_ximage_new):
11944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11945         Various gsize and gssize printf fixes. Fixes #372507.
11946
11947 2006-11-13  Wim Taymans  <wim@fluendo.com>
11948
11949         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11950         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11951         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11952         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11953         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11954         * ext/vorbis/vorbisdec.h:
11955         First stab at vorbis reverse playback.
11956
11957 2006-11-13  Wim Taymans  <wim@fluendo.com>
11958
11959         * gst-libs/gst/audio/gstbaseaudiosink.c:
11960         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11961         * gst-libs/gst/audio/gstbaseaudiosink.h:
11962         Make the clock sync code more accurate wrt resampling and playback
11963         at different rates.
11964         
11965         * gst-libs/gst/audio/gstringbuffer.c:
11966         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11967         * gst-libs/gst/audio/gstringbuffer.h:
11968         Use better algorithm to interpolate sample rates. 
11969
11970 2006-11-13  Michael Smith  <msmith@fluendo.com>
11971
11972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11973           Improve a debug line slightly.
11974
11975         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11976           Call gst_riff_init() in plugin_init, to avoid getting errors from
11977           the debug system (unrelated changes to another plugin made this turn
11978           up; not sure why).
11979
11980 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11983
11984         * win32/common/libgsttag.def:
11985           Add missing symbol (#366492).
11986
11987 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11988
11989         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11990           Don't unref a NULL pad.
11991
11992 2006-11-09  Wim Taymans  <wim@fluendo.com>
11993
11994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11995         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11996         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11997         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11998         (gst_ogg_demux_loop):
11999         Implement first stab at reverse playback.
12000
12001 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12002
12003         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12004         (gst_riff_create_video_template_caps):
12005           add h263/h264 variants to the caps, Fixes #363118
12006
12007 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12008
12009         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12010         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12011           Use g_strerror instead of strerror so we get UTF-8.
12012
12013 2006-11-03  David Schleef  <ds@schleef.org>
12014
12015         * ext/ogg/gstoggdemux.c:
12016         * ext/ogg/gstoggmux.c:
12017           Add/remove KW-DIRAC header here, since it is ogg-specific.
12018
12019 2006-11-03  Michael Smith  <msmith@fluendo.com>
12020
12021         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12022           Recognise more mpeg4 elementary video streams.
12023
12024 2006-11-02  Edward Hervey  <edward@fluendo.com>
12025
12026         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12027         Lower the probability of mp3 typefinding functions if we don't find a
12028         valid mp3 header at the start of the file.
12029         Closes #369482
12030
12031 2006-11-02  Wim Taymans  <wim@fluendo.com>
12032
12033         * ext/theora/gsttheoradec.h:
12034         * ext/theora/theoradec.c: (gst_theora_dec_init),
12035         (theora_dec_sink_event), (theora_dec_chain_forward),
12036         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12037         (theora_dec_chain):
12038         Document and partially implement an algorithm for doing reverse playback
12039         of theora video.
12040
12041 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12044
12045         * win32/common/config.h:
12046         * win32/common/interfaces-enumtypes.c:
12047         * win32/common/libgsttag.def:
12048         * win32/vs8/gst-plugins-base.sln:
12049         * win32/vs8/libgstaudioresample.vcproj:
12050         * win32/vs8/libgstinterfaces.vcproj:
12051         * win32/vs8/libgstogg.vcproj:
12052         * win32/vs8/libgstriff.vcproj:
12053         * win32/vs8/libgsttag.vcproj:
12054         * win32/vs8/libgsttheora.vcproj:
12055         * win32/vs8/libgstvideoscale.vcproj:
12056         * win32/vs8/libgstvorbis.vcproj:
12057           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12058           to libgsttag.def; add missing dependencies for some vs8 projects;
12059           re-arrange placement of .def files in vs8 projects (#366334).
12060
12061 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12062
12063         * ext/ogg/gstogg.c:
12064           Remove unused variable.
12065
12066         * ext/ogg/gstoggdemux.c:
12067           Fix Wim's surname in plugin description.
12068
12069 2006-10-31  Wim Taymans  <wim@fluendo.com>
12070
12071         * gst-plugins-base.spec.in:
12072         spec new .h file. Fixes #368310.
12073
12074 2006-10-31  Michael Smith  <msmith@fluendo.com>
12075
12076         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12077         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12078         (gst_multi_fd_sink_get_stats),
12079         (gst_multi_fd_sink_remove_client_link),
12080         (gst_multi_fd_sink_queue_buffer),
12081         (gst_multi_fd_sink_handle_clients):
12082         * gst/tcp/gstmultifdsink.h:
12083           Make using the remove or clear signals threadsafe.
12084           Make calling get-stats with an invalid fd not segfault.
12085           Fixes 368273.
12086
12087 2006-10-31  Wim Taymans  <wim@fluendo.com>
12088
12089         * gst-libs/gst/rtp/Makefile.am:
12090         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12091         (gst_base_rtp_audio_payload_init):
12092         Fix and activate base audio payloader.
12093
12094 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12095
12096         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12097         (plugin_init):
12098           Add typefinder for QuickTime Image Files (see #366156).
12099
12100 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12101
12102         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12103           Another typo fix (#366212).
12104
12105 2006-10-27  Wim Taymans  <wim@fluendo.com>
12106
12107         * gst/volume/gstvolume.c: (volume_transform_ip):
12108         Use stream time to synchronize volume property instead of rather random
12109         timestamps. This is needed when gnonlin does its time shifting.
12110
12111 2006-10-27  Wim Taymans  <wim@fluendo.com>
12112
12113         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12114
12115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12116         Remove the pad from the element in release_pad. Fixes #364812.
12117
12118 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12122           Explicitly create our custom buffer classes at a thread-safe
12123           location as well, since g_type_class_ref() doesn't seem to be
12124           entirely thread-safe either (#365501; also see #349410).
12125
12126 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12127
12128         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12129         (gst_riff_parse_info):
12130           If strings in INFO chunk are not UTF-8, do something similar to
12131           what we do for ID3v1 tags: check a number of environment variables
12132           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12133           character sets to try, otherwise try the current locale and/or fall
12134           back on ISO-8859-1. Fixes #360552.
12135
12136 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * gst/videotestsrc/gstvideotestsrc.c:
12139         (gst_video_test_src_pattern_get_type),
12140         (gst_video_test_src_set_pattern):
12141         * gst/videotestsrc/gstvideotestsrc.h:
12142         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12143         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12144         (gst_video_test_src_checkers8):
12145         * gst/videotestsrc/videotestsrc.h:
12146           Add a bunch of exciting new checkers patterns.
12147
12148 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12149
12150         * gst/subparse/Makefile.am:
12151         * gst/subparse/gstsubparse.c:
12152         (gst_sub_parse_data_format_autodetect),
12153         (gst_sub_parse_format_autodetect), (handle_buffer),
12154         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12155         * gst/subparse/gstsubparse.h:
12156         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12157         (parse_tmplayer):
12158         * gst/subparse/tmplayerparse.h:
12159           Add support for TMPlayer-type subtitles (#362845).
12160
12161         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12162         (GST_START_TEST), (subparse_suite):
12163           Add some basic unit tests for the above.
12164
12165 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * tests/check/elements/audiorate.c: (test_injector_base_init),
12168         (test_injector_class_init), (test_injector_chain),
12169         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12170         (GST_START_TEST), (audiorate_suite):
12171           More tests for audiorate: inject buffers to check behaviour when
12172           buffers overlap.
12173
12174 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12175
12176         * tests/check/Makefile.am:
12177         * tests/check/elements/.cvsignore:
12178         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12179         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12180           Add some basic unit tests for audiorate. Disabled at the moment
12181           since it doesn't pass yet (see bug #363119).
12182
12183 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12184
12185         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12186         (parse_subrip), (handle_buffer):
12187           Add missing closing tags for markup and fix broken markup,
12188           otherwise pango won't render anything (fixes #357531). Also,
12189           make sure the text we send out is always NUL-terminated
12190           (better safe than sorry etc.).
12191
12192         * tests/check/elements/subparse.c: (test_srt_do_test),
12193         (test_srt):
12194           Some more tests for .srt incl. tests for the above stuff.
12195
12196 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12197
12198         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12200         Patch by: Stefan Kost  <ensonic@users.sf.net>
12201         Try to redraw borders only when needed. Apparently this consumes
12202         resources on small devices... :-O (#363607)
12203
12204 2006-10-20  Michael Smith  <msmith@fluendo.com>
12205
12206         * gst/tcp/gstmultifdsink.c:
12207         (gst_multi_fd_sink_client_queue_buffer):
12208           If caps change, then update the client's idea of the caps so that we
12209           don't end up re-sending streamheaders for every single buffer after
12210           the caps change.
12211
12212 2006-10-20  Michael Smith  <msmith@fluendo.com>
12213
12214         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12215         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12216           Set caps on pushed buffers; fix up refcounting of caps objects.
12217
12218 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12221         (plugin_init):
12222           Typefind mmsh header data packet to application/x-mmsh (#362625).
12223
12224 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12225
12226         * tests/check/Makefile.am:
12227         * tests/check/elements/.cvsignore:
12228         * tests/check/elements/subparse.c: (buffer_from_static_string),
12229         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12230         (GST_START_TEST), (subparse_suite):
12231           Add very simple unit test for subparse.
12232
12233 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12234
12235         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12236         (parse_subrip):
12237           Strip trailing newlines from subtitle text output.
12238
12239 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12242         (gst_sub_parse_change_state):
12243           Fix memleak; clear subparse->textbuf n state change function.
12244
12245 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst/subparse/gstsubparse.c:
12248         (gst_sub_parse_data_format_autodetect):
12249           Don't require subrip (.srt) files to start with a chunk number of 1.
12250
12251 2006-10-18  Wim Taymans  <wim@fluendo.com>
12252
12253         * gst-libs/gst/audio/gstbaseaudiosink.c:
12254         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12255         * gst-libs/gst/audio/gstbaseaudiosink.h:
12256         Extract rate from the NEWSEGMENT event.
12257         Use commit_full to also take rate adjustment into account when writing
12258         samples to the ringbuffer.
12259         
12260         * gst-libs/gst/audio/gstringbuffer.c:
12261         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12262         (gst_ring_buffer_read):
12263         * gst-libs/gst/audio/gstringbuffer.h:
12264         Added _commit_full() to also take rate into account.
12265         Use simple interpolation algorithm to resample audio.
12266         API: gst_ring_buffer_commit_full()
12267
12268         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12269         * tests/examples/seek/seek.c: (segment_done):
12270         Don't try to seek with 0.0 rate, just pause instead.
12271         Remove bogus debug line.
12272
12273 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12276         (setup_source):
12277           Catch async errors when starting up the subtitle bin, so we can
12278           stop waiting and continue with the main film instead of hanging
12279           forever. Fixes #339366.
12280
12281         * tests/check/elements/playbin.c: (playbin_suite):
12282           Enable unit test for the above.
12283
12284 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * tests/check/Makefile.am:
12287         * tests/check/elements/.cvsignore:
12288         * tests/check/elements/playbin.c: (GST_START_TEST),
12289         (gst_red_video_src_uri_get_type),
12290         (gst_red_video_src_uri_get_protocols),
12291         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12292         (gst_red_video_src_uri_handler_init),
12293         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12294         (gst_red_video_src_create), (gst_red_video_src_class_init),
12295         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12296           Some small and basic unit tests for playbin; not very useful yet,
12297           but at least a start.
12298
12299 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * gst/playback/gstplaybin.c: (setup_sinks):
12302           The old pad activation spiel.
12303
12304 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12305
12306         * gst/playback/gstplaybasebin.c: (setup_source):
12307           Don't hang forever if the subbin already fails to start up in 
12308           the state change to PAUSED (#339366).
12309
12310 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12311
12312         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12313         (gst_tuner_set_channel), (gst_tuner_get_channel),
12314         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12315         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12316         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12317         (gst_tuner_find_channel_by_name):
12318           Fix some function guards, add some more function guards.
12319
12320 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12321
12322         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12323         (remove_element_chain):
12324         Don't return a pad from get_our_ghost_pad unless it is actually the
12325         one we want.
12326         Change a cast in remove_element_chain slightly.
12327
12328 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12329
12330         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12331         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12332         Segment seeking needs to use the rate and set stop to -1.
12333
12334 2006-10-13  Wim Taymans  <wim@fluendo.com>
12335
12336         * gst-libs/gst/audio/gstbaseaudiosink.c:
12337         (gst_base_audio_sink_setcaps):
12338         Don't crash when ringbuffer is not yet created.
12339         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12340         Fixes #361634.
12341
12342         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12343         * gst/playback/gststreamselector.c:
12344         (gst_stream_selector_request_new_pad):
12345         Activate pads befre adding them to running elements.
12346
12347 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12348
12349         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12350         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12351         updater when we start grabing the slider. Don't wait for the
12352         pipeline to be PAUSED.
12353
12354 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12355
12356         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12357         (gst_mixer_set_volume), (gst_mixer_get_volume),
12358         (gst_mixer_set_mute), (gst_mixer_set_option),
12359         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12360         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12361         (gst_mixer_option_changed):
12362           Guard mixer interface functions against bogus arguments.
12363
12364 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12365
12366         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12367         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12368         (msg_state_changed), (main): Use state-changed messages to trigger
12369         start/stop of scale update timer. Indeed the scale slider was
12370         jumping here and there because the update timer was activated 
12371         before seek completed. This fixes instant applying of rate changes
12372         by pressing the spinbutton like a crazy man !
12373
12374 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12377
12378         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12379         (gst_basertppayload_finalize):
12380           Fix two small memory leaks (#361456).
12381
12382 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12383
12384         * tests/examples/seek/seek.c: (do_seek),
12385         (rate_spinbutton_changed_cb): When changing spinbutton we try
12386         to change the rate on the fly.
12387
12388 2006-10-10  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst-libs/gst/riff/riff-ids.h:
12391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12392         (gst_riff_create_audio_template_caps):
12393         Add WMS caps.
12394
12395 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12396
12397         Patch by: Josep Torra Valles <josep@fluendo.com>
12398
12399         * ext/gnomevfs/gstgnomevfssink.c:
12400         * ext/gnomevfs/gstgnomevfssrc.c:
12401         Fix URI interface implementation return type.
12402         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12403         Fix what looks like a copy/paste issue when assigning values.
12404         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12405         (gst_audio_filter_template_get_type):
12406         Cast to prevent Forte warnings.
12407         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12408         Fix URI interface implementation return type.
12409         gst_pad_query_position requires a signed integer pointer as
12410         3rd parameter, GstClockTime is unsigned.
12411         * gst/audioconvert/audioconvert.c:
12412         Fix integer overflow when treated as signed.
12413         * gst/audioresample/resample.c: (resample_add_input_data):
12414         Cast to prevent warnings on Forte.
12415         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12416         Fix integer overflow when treated as signed.
12417         * gst/ffmpegcolorspace/imgconvert_template.h:
12418         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12419         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12420         (cleanup_decodebin):
12421         Who initialises a guint to -1!
12422         Cast function pointers to prevent warnings on Forte.
12423         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12424         (queue_threshold_reached):
12425         Cast function pointers correctly to prevent warnings on Forte.
12426         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12427         Cast function pointers correctly to prevent warnings on Forte.
12428         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12429         Obvious change to unsigned, 0xEF > max signed char.
12430         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12431         GstClockTime is unsigned, initialise correctly.
12432         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12433         Cast so pointer arithemetic doesn't cause warnings on Forte.
12434         * gst/videorate/gstvideorate.c:
12435         Use correct return value.
12436         * tests/examples/seek/scrubby.c:
12437         GstClockTime is unsigned, initialise correctly.
12438
12439 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12442
12443         * gst/typefind/gsttypefindfunctions.c:
12444           Recognise XML files and XML-like files shorter than 256 bytes as
12445           well (fixes #359237).
12446
12447 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12448
12449         Patch by: Renato Filho <renato.filho@indt.org.br>
12450         
12451         * gst/typefind/gsttypefindfunctions.c:
12452         Added typefind functions to video/x-nuv media.
12453         
12454 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12455
12456         * gst-libs/gst/interfaces/xoverlay.c:
12457         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12458           Some more guards against invalid input.
12459
12460 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12461
12462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12463         Useless goto.
12464         * tests/examples/seek/seek.c: (do_seek),
12465         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12466         seek example to experiment with rates != 1.0 (reverse playback !)
12467
12468 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12469
12470         * gst-libs/gst/interfaces/xoverlay.c:
12471           Unref message in doc-example (spotted by Robert McQueen)
12472
12473 2006-10-06  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12476         (mpeg1_parse_header), (mpeg1_sys_type_find):
12477         printf fix.
12478
12479 2006-10-06  Wim Taymans  <wim@fluendo.com>
12480
12481         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12482         (close_pad_link):
12483         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12484         Activate dynamic pads before adding them to the element.
12485
12486 2006-10-06  Michael Smith  <msmith@fluendo.com>
12487
12488         * gst-libs/gst/floatcast/floatcast.h:
12489           Fix obviously-bogus macros; use the correct types.
12490
12491 2006-10-06  Wim Taymans  <wim@fluendo.com>
12492
12493         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12494         (gst_base_rtp_depayload_change_state):
12495         Also call parent state change function to activate pads.
12496
12497         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12498         (mpeg1_parse_header), (mpeg1_sys_type_find):
12499         Add some more debug info in mpeg typefinding.
12500
12501 2006-10-06  Michael Smith  <msmith@fluendo.com>
12502
12503         * ext/theora/theoradec.c: (theora_dec_chain):
12504           Zero byte theora packets are valid and well-defined; don't warn on
12505           them.
12506
12507 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12508
12509         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12510         (gst_multi_fd_sink_get_stats), (find_limits),
12511         (gst_multi_fd_sink_queue_buffer):
12512           API: add dropped_buffers to the get-stats GValueArray
12513
12514 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * ext/alsa/gstalsadeviceprobe.c:
12517         (gst_alsa_device_property_probe_get_values):
12518         * ext/alsa/gstalsasink.c: (set_hwparams):
12519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12520         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12522         (gst_ogg_mux_process_best_pad):
12523         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12524         (gst_ogg_parse_chain):
12525         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12526         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12527         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12528         (gst_vorbis_enc_buffer_check_discontinuous):
12529         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12530         * gst-libs/gst/audio/gstbaseaudiosink.c:
12531         (gst_base_audio_sink_render):
12532         * gst-libs/gst/cdda/gstcddabasesrc.c:
12533         (gst_cdda_base_src_handle_track_seek):
12534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12535         (gst_base_rtp_depayload_push_full):
12536         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12537         * gst/audioresample/resample.c: (resample_input_pushthrough):
12538         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12539         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12540         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12541         (wavpack_type_find):
12542         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12543         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12544         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12545         * tests/check/elements/volume.c: (GST_START_TEST):
12546           Printf format fixes.
12547
12548 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12549
12550         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12551           Fix a simple mistake (see the docs)
12552           Fixes #359580
12553
12554 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12555
12556         * docs/plugins/Makefile.am:
12557         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12558         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12559         * docs/plugins/gst-plugins-base-plugins.args:
12560         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12561         * docs/plugins/inspect/plugin-adder.xml:
12562         * docs/plugins/inspect/plugin-alsa.xml:
12563         * docs/plugins/inspect/plugin-audioconvert.xml:
12564         * docs/plugins/inspect/plugin-audiorate.xml:
12565         * docs/plugins/inspect/plugin-audioresample.xml:
12566         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12567         * docs/plugins/inspect/plugin-cdparanoia.xml:
12568         * docs/plugins/inspect/plugin-decodebin.xml:
12569         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12570         * docs/plugins/inspect/plugin-gdp.xml:
12571         * docs/plugins/inspect/plugin-gnomevfs.xml:
12572         * docs/plugins/inspect/plugin-libvisual.xml:
12573         * docs/plugins/inspect/plugin-ogg.xml:
12574         * docs/plugins/inspect/plugin-pango.xml:
12575         * docs/plugins/inspect/plugin-playbin.xml:
12576         * docs/plugins/inspect/plugin-subparse.xml:
12577         * docs/plugins/inspect/plugin-tcp.xml:
12578         * docs/plugins/inspect/plugin-theora.xml:
12579         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12580         * docs/plugins/inspect/plugin-video4linux.xml:
12581         * docs/plugins/inspect/plugin-videorate.xml:
12582         * docs/plugins/inspect/plugin-videoscale.xml:
12583         * docs/plugins/inspect/plugin-videotestsrc.xml:
12584         * docs/plugins/inspect/plugin-volume.xml:
12585         * docs/plugins/inspect/plugin-vorbis.xml:
12586         * docs/plugins/inspect/plugin-ximagesink.xml:
12587         * docs/plugins/inspect/plugin-xvimagesink.xml:
12588           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12589
12590 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12591
12592         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12593
12594         * ext/vorbis/Makefile.am:
12595         * ext/vorbis/vorbis.c: (plugin_init):
12596         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12597         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12598         * ext/vorbis/vorbisparse.h:
12599         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12600         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12601         (gst_vorbis_tag_parse_packet):
12602         * ext/vorbis/vorbistag.h:
12603           Add new vorbistag element which derives from vorbisparse
12604           and is essentially the same as well, only that it implements
12605           the GstTagSetter interface and can modify the stream's
12606           vorbiscomment on the fly (#335635).
12607
12608         * tests/check/Makefile.am:
12609         * tests/check/elements/.cvsignore:
12610         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12611         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12612         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12613         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12614           Add unit test for new vorbistag element.
12615
12616 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12619         (vorbis_parse_push_headers), (vorbis_parse_chain):
12620           Set BOS flag in packet structure to fix 'jump depends
12621           on unitialized value' errors in valgrind; various minor
12622           clean-ups.
12623
12624 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12625
12626         * gst/playback/gstdecodebin.c: (close_pad_link):
12627         Fix typo in a debug statement.
12628
12629         * gst/playback/gstplaybasebin.c: (probe_triggered),
12630         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12631         (gen_source_element), (source_new_pad), (analyse_source),
12632         (setup_source):
12633         When handling no_more_pads in new_decoded_pad, make sure to treat
12634         subtitle pads correctly. Fixes playback with subtitle files.
12635
12636         Move a recurring message to LOG level.
12637
12638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12639         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12640         which ends up as -1 when cast to an int. Make the logic handle the
12641         max value as an unsigned mask and only change the colorkey when it's
12642         a value we recognise.
12643
12644 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12645
12646         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12647         Removed empty * between paragraphs
12648
12649 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12650
12651         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12652         * gst-libs/gst/rtp/README:
12653         Moved some documentation into .c file
12654
12655 2006-09-29  Wim Taymans  <wim@fluendo.com>
12656
12657         * gst/playback/gstdecodebin.c: (no_more_pads):
12658         Fix compilation.
12659
12660 2006-09-29  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/playback/gstdecodebin.c: (new_caps):
12663         Remove g_print
12664
12665         * gst/playback/gstplaybin.c:
12666         Add some docs.
12667
12668 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12669
12670         * tests/check/Makefile.am:
12671           Re-enable cddabasesrc test to see if it works again
12672           now.
12673
12674 2006-09-29  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12677         (gen_source_element):
12678         Handle invalid URIs a bit more gracefully.
12679
12680 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12681
12682         * tests/check/pipelines/oggmux.c:
12683           Remove obsolete comment.
12684
12685 2006-09-29  Michael Smith  <msmith@fluendo.com>
12686
12687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12688         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12689         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12690         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12691         (gst_ogg_mux_collected):
12692           Commit patch from James "Doc" Livingston, adds proper EOS handling
12693           in oggmux. GStreamer can, for the first time ever, create a valid
12694           Ogg file! Yay!
12695
12696         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12697         (oggmux_suite):
12698           Reenable tests now that they pass.
12699
12700 2006-09-29  Wim Taymans  <wim@fluendo.com>
12701
12702         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12703         Stop reading commands when EOF (we read 0) as well.
12704
12705 2006-09-28  Wim Taymans  <wim@fluendo.com>
12706
12707         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12708         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12709         (find_dynamic), (unlinked), (close_link):
12710         Implement delayed caps linking needed for element with a lot of
12711         different caps on the src pads that get fixed at runtime.
12712         Improve management of dynamic elements.
12713
12714         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12715         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12716         (gen_preroll_element), (remove_groups), (unknown_type),
12717         (add_element_stream), (no_more_pads_full), (no_more_pads),
12718         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12719         (new_decoded_pad), (setup_subtitle), (array_has_value),
12720         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12721         (analyse_source), (remove_decoders), (make_decoder),
12722         (remove_source), (setup_source), (finish_source), (prepare_output),
12723         (gst_play_base_bin_change_state):
12724         * gst/playback/gstplaybasebin.h:
12725         Use more _CAST instead of full type checking casts.
12726         Small cleanups, plug some leaks.
12727         Handle dynamic sources.
12728         Add some helper functions to create lists of strings used for
12729         blacklisting and other stuff.
12730         Refactor some code dealing with analysing the source.
12731         Re-enable sources without pads (like cd:// or other selfcontained
12732         elements).
12733
12734 2006-09-28  Wim Taymans  <wim@fluendo.com>
12735
12736         * gst-libs/gst/audio/gstbaseaudiosink.c:
12737         (gst_base_audio_sink_render):
12738         When we have a timestamp, we can still perform clipping.
12739         When we have no clock, we must play the sample ASAP.
12740
12741 2006-09-28  Wim Taymans  <wim@fluendo.com>
12742
12743         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12744         Set caps on outgoing buffers.
12745
12746         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12747         (gst_video_rate_event), (gst_video_rate_chain):
12748         * gst/videorate/gstvideorate.h:
12749         Fix videorate some more. Fixes #357977
12750
12751 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12752
12753         * tests/check/elements/adder.c: (adder_suite):
12754           Don't set timeout to 6 seconds when we're running
12755           in valgrind ... (and how is 6 seconds longer than
12756           the default anyway?)
12757
12758 2006-09-28  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12761         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12762         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12763         Keep sink and src segment to keep track of time and support more
12764         input formats.
12765         Fix bogus next_offset and run_time calculation, don't understand how
12766         this could have worked before. Fixes #357976.
12767         Remove some unneeded vars.
12768
12769 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         * gst/playback/gstplaybin.c: (remove_sinks):
12772           Only remove visualisation from visbin if there is a visbin (or:
12773           don't throw warnings when closing totem without playing a file).
12774
12775 2006-09-27  Wim Taymans  <wim@fluendo.com>
12776
12777         * gst-libs/gst/audio/gstbaseaudiosink.c:
12778         (gst_base_audio_sink_render):
12779         Add some more info in a WARNING.
12780
12781         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12782         (gst_base_audio_src_create):
12783         Handle PAUSE in create function, use new -core addition to
12784         wait for playing. Fixes pausing and resuming capture from an
12785         audiosrc.
12786
12787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12788         (gst_ring_buffer_read):
12789         Constify some more.
12790         Caller supports interrupted reads now.
12791
12792 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12793
12794         * tests/check/Makefile.am:
12795           Another attempt to make the gen64 buildbot happy.
12796
12797 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12798
12799         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12800
12801         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12802         (gst_visual_chain), (gst_visual_change_state):
12803           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12804           correctly. Fixes #357800
12805
12806 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12807
12808         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12809           Add timeout to _get_state() so we see which pipeline it is
12810           that causes trouble on the gen64 build bot.
12811
12812 2006-09-27  Wim Taymans  <wim@fluendo.com>
12813
12814         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12815         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12816         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12817         (gst_base_rtp_depayload_set_gst_timestamp):
12818         the source pad always uses fixed caps.
12819
12820 2006-09-27  Wim Taymans  <wim@fluendo.com>
12821
12822         * docs/libs/gst-plugins-base-libs-docs.sgml:
12823         * docs/libs/gst-plugins-base-libs-sections.txt:
12824         * gst-libs/gst/audio/gstaudioclock.c:
12825         * gst-libs/gst/audio/gstaudioclock.h:
12826         * gst-libs/gst/audio/gstaudiosink.c:
12827         * gst-libs/gst/audio/gstaudiosink.h:
12828         * gst-libs/gst/audio/gstaudiosrc.c:
12829         * gst-libs/gst/audio/gstbaseaudiosink.c:
12830         (gst_base_audio_sink_render):
12831         * gst-libs/gst/audio/gstbaseaudiosink.h:
12832         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12833         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12834         * gst-libs/gst/audio/gstringbuffer.h:
12835         Added docs for the audio libs.
12836
12837 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12838
12839         * tests/check/Makefile.am:
12840           Temporarily disable test that fails on the bots for unknown reasons.
12841
12842 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12843
12844         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12845         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12846         Moved AudioCodecType into priv
12847         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12848
12849 2006-09-25  Wim Taymans  <wim@fluendo.com>
12850
12851         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12852         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12853         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12854         (new_pad):
12855         Cleanups and small leak fixes.
12856         Added Depayloaders to valid list of autopluggable elements.
12857
12858 2006-09-25  Wim Taymans  <wim@fluendo.com>
12859
12860         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12861         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12862         (gen_video_element), (gen_text_element), (gen_audio_element),
12863         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12864         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12865         Detect NO_PREROLL state change returns and disable clock distribution to
12866         the sinks so that sync is disabled.
12867         Avoid some type checking and do simple casts instead.
12868         Small cleanups, fix some FIXMEs.
12869         Be more robust when linking user specified elements, catch an report
12870         errors. Fixes #357404.
12871         Fix some leaks in the error paths.
12872
12873 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12874
12875         * ChangeLog:
12876           ChangeLog surgery for missing bug-number
12877
12878 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12879
12880         Patch by: Peter Kjellerstedt  <pkj at axis com>
12881
12882         * gst/playback/test.c:
12883           Fix compilation with uClibc and -Werror (#357591).
12884
12885 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12886
12887         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12888           Parse dates that are followed by a time as well (#357532).
12889
12890         * tests/check/libs/tag.c: (test_vorbis_tags):
12891           Add unit test for this.
12892
12893 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12894
12895         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12896         (gst_audio_convert_transform_caps):
12897         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12898         * gst/videotestsrc/videotestsrc.h:
12899           A few array const-ifications.
12900
12901 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12902
12903         * tests/check/Makefile.am:
12904           See if this makes the build bots happy.
12905
12906         * tests/check/libs/cddabasesrc.c:
12907           UTF8-ise my name.
12908
12909 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12910
12911         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12912
12913         * gst/subparse/samiparse.c: (handle_start_font),
12914         (fix_invalid_entities):
12915           More case-insensitivity for certain tags; recognise entities with
12916           decimal codes as special entities as well (#357330).
12917
12918 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12919
12920         * gst-libs/gst/Makefile.am:
12921           Need to build tag directory before cdda.
12922
12923 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         * docs/libs/gst-plugins-base-libs-sections.txt:
12926         * gst-libs/gst/cdda/Makefile.am:
12927         * gst-libs/gst/cdda/gstcddabasesrc.c:
12928         (gst_cdda_base_src_base_init):
12929         * gst-libs/gst/cdda/gstcddabasesrc.h:
12930         * gst-libs/gst/tag/tag.h:
12931         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12932         (gst_tag_register_musicbrainz_tags):
12933           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12934           depend on libgsttag. This is required so we can extract/read tags like
12935           DISCID without depending on libgstcddabasesrc (which used to register
12936           them).
12937
12938         * gst-libs/gst/tag/gstvorbistag.c:
12939           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12940           tags (also see #347848).
12941
12942         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12943           Log vorbis comments we are actually writing. Const-ify array.
12944
12945 2006-09-23  Wim Taymans  <wim@fluendo.com>
12946
12947         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12948         Improve buffering a bit by avoiding a deadlock because we cannot assume
12949         the underrun is always called.
12950
12951 2006-09-23  Wim Taymans  <wim@fluendo.com>
12952
12953         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12954
12955         * gst-libs/gst/riff/riff-ids.h:
12956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12957         (gst_riff_create_audio_template_caps):
12958         Added MPEG-4 AAC and id and caps. Fixes #357289
12959         Added WMA9 Lossless id.
12960
12961 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12962
12963         * ext/gnomevfs/gstgnomevfssrc.c:
12964           Fix misleading docs addition.
12965
12966         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12967           Get rid of compiler warning the right way.
12968
12969 2006-09-22  Wim Taymans  <wim@fluendo.com>
12970
12971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12972         (gst_base_rtp_depayload_finalize),
12973         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12974         (gst_base_rtp_depayload_push_full),
12975         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12976         (gst_base_rtp_depayload_process),
12977         (gst_base_rtp_depayload_set_gst_timestamp),
12978         (gst_base_rtp_depayload_queue_release):
12979         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12980         Small cleanups.
12981         Fix some leaks.
12982         Refactored the process method and added methods to push from the process
12983         vmethod.
12984         Use _scale functions.
12985         API: gst_base_rtp_depayload_push_ts
12986         API: gst_base_rtp_depayload_push
12987
12988         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12989         timestamps are uint.
12990
12991 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12992
12993         * gst-libs/gst/interfaces/xoverlay.c:
12994           Remove unused statement from doc example.
12995
12996 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12997
12998         * gst-libs/gst/interfaces/videoorientation.c:
12999         (gst_video_orientation_iface_init),
13000         (gst_video_orientation_get_hflip),
13001         (gst_video_orientation_get_vflip),
13002         (gst_video_orientation_get_hcenter),
13003         (gst_video_orientation_get_vcenter),
13004         (gst_video_orientation_set_hflip),
13005         (gst_video_orientation_set_vflip),
13006         (gst_video_orientation_set_hcenter),
13007         (gst_video_orientation_set_vcenter):
13008           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13009           in ChangeLog)
13010
13011 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         * tests/check/Makefile.am:
13014         * tests/check/elements/.cvsignore:
13015         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13016         (create_rgb_conversions), (rgb_conversion_free),
13017         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13018         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13019           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13020           but disable for now since it doesn't pass (something wrong with
13021           RGBA somewhere).
13022
13023 2006-09-21  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst/playback/gstplaybasebin.c: (group_commit),
13026         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13027         (queue_out_of_data), (gen_preroll_element),
13028         (preroll_remove_overrun), (probe_triggered):
13029         Refactor handling of overrun detection.
13030         Separate handling of group completion and deadlock detection when doing
13031         network buffering. This should fix some deadlocks that were not detected
13032         because the group was completed.
13033         Add more comments, improve debugging.
13034
13035 2006-09-21  Wim Taymans  <wim@fluendo.com>
13036
13037         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13038         * tests/check/libs/audio.c:
13039         Some more compilation fixes.
13040
13041 2006-09-21  Wim Taymans  <wim@fluendo.com>
13042
13043         * gst-libs/gst/audio/gstringbuffer.c:
13044         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13045         (gst_ring_buffer_read):
13046         Early morning compilation fix.
13047
13048 2006-09-20  Wim Taymans  <wim@fluendo.com>
13049
13050         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13051         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13052         * tests/check/elements/videorate.c: (GST_START_TEST):
13053         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13054         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13055         Fix some warnings.
13056
13057 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13058
13059         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13060         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13061         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13062           Handcrafted merge to help CVS understanding what I changed and what
13063           not.
13064
13065 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13066
13067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13068         (gst_xvimagesink_get_times):
13069           change colorkey behaviour back according to #354773 comment 6/7
13070
13071 2006-09-19  Michael Smith  <msmith@fluendo.com>
13072
13073         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13074         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13075         (gst_multi_fd_sink_recover_client),
13076         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13077         (gst_multi_fd_sink_get_property):
13078         * gst/tcp/gstmultifdsink.h:
13079           Implement stubbed out properties unit-type, units-soft-max,
13080           units-max, to allow specifying maximum sizes in units other than
13081           buffers.
13082           Fixes #355935
13083
13084 2006-09-19  Wim Taymans  <wim@fluendo.com>
13085
13086         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13087         (gst_riff_create_audio_template_caps):
13088         Reorder the audio formats a bit for clarity.
13089         Detect and create caps for MSGSM and MSN (WAV49).
13090         Fixes #356596.
13091
13092         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13093         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13094         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13095         Small cleanups, move error handling out of normal flow for clarity.
13096
13097 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13098
13099         * docs/libs/gst-plugins-base-libs-docs.sgml:
13100         * docs/libs/gst-plugins-base-libs.types:
13101         * gst-libs/gst/interfaces/Makefile.am:
13102         * gst-libs/gst/interfaces/videoorientation.c:
13103         (gst_video_orientation_get_type),
13104         (gst_video_orientation_iface_init),
13105         (gst_video_orientation_get_hflip),
13106         (gst_video_orientation_get_vflip),
13107         (gst_video_orientation_get_hcenter),
13108         (gst_video_orientation_get_vcenter),
13109         (gst_video_orientation_set_hflip),
13110         (gst_video_orientation_set_vflip),
13111         (gst_video_orientation_set_hcenter),
13112         (gst_video_orientation_set_vcenter):
13113         * gst-libs/gst/interfaces/videoorientation.h:
13114           API: Add new interface to control video orientation (fixes #354908)
13115
13116 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13117
13118         * gst/videotestsrc/gstvideotestsrc.c:
13119           Use G_UNLIKELY in _create and log one more detail.
13120           
13121         (gst_video_test_src_get_times), (gst_video_test_src_create):
13122         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13123           Use gst_util_uint64_scale_int in _get_times().
13124
13125 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13126
13127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13128           Give better warning message (add object and detail).
13129
13130 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13131
13132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13133         (gst_xvimagesink_get_times):
13134           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13135           #354773), use gst_util_uint64_scale_int in _get_times()
13136
13137 2006-09-18  Michael Smith  <msmith@fluendo.com>
13138
13139         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13140           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13141           always true, leading to dropping all timestamps.
13142
13143 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13144
13145         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13146         (gst_visual_chain), (gst_visual_change_state):
13147           update to work also with libvisual 0.4 API, fix double unref (#355914)
13148           
13149         * tools/gst-launch-ext.1.in:
13150         * tools/gst-visualise.1.in:
13151           remove references to old man-pages
13152
13153         * tests/examples/seek/seek.c: (main):
13154           add real meadi-buttons, add tool-tips for the seek-options, arrange
13155           seek options in a table
13156
13157 2006-09-18  Michael Smith  <msmith@fluendo.com>
13158
13159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13160         (gst_ogg_mux_push_buffer):
13161           Don't generate out-of-order timestamps from oggmux, instead clamp
13162           output timestamps to be >= the previously output ts.
13163           Fixes #355595
13164
13165 2006-09-18  Michael Smith  <msmith@fluendo.com>
13166
13167         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13168         (gst_multi_fd_sink_class_init):
13169           Updates, fixes, and typo corrections for multifdsink. No functional
13170           changes.
13171
13172 2006-09-17  Michael Smith  <msmith@fluendo.com>
13173
13174         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13175           Don't crash on truncated files - check that we got an 8 byte buffer
13176           before trying to memcmp it.
13177
13178 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13179
13180         * gst/playback/gstplaybasebin.c: (get_active_source):
13181           Make stream-switching appear instant to the application
13182           (ie. make sure that a g_object_get on 'current-foo' returns
13183           the stream previously set with g_object_set(). Totem needs
13184           this to update stream-related meta-info (like audio-codec)
13185           correctly when switching streams.
13186
13187 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13188
13189         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13190         (gst_alsa_mixer_ensure_track_list):
13191           Try harder to guess which mixer track is the master mixer
13192           track (instead of just taking the first one that has a pvolume).
13193           Fixes #342228.
13194
13195 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13196
13197         reviewed by: <delete if not using a buddy>
13198
13199         * gst-libs/gst/audio/audio.h:
13200         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13201
13202 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13203
13204         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13205         (gst_audio_convert_transform_caps):
13206           Get structure-name just once.
13207
13208 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13209
13210         * tests/check/elements/audioresample.c: (GST_START_TEST):
13211         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13212         * tests/check/elements/volume.c: (GST_START_TEST):
13213         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13214         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13215         (test_pipeline), (GST_START_TEST):
13216         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13217         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13218           Fix big batch of compiler warnings.
13219
13220 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13221
13222         * ext/gnomevfs/gstgnomevfssrc.c:
13223           Add docs about icydemux usage in connection with gnomevfssrc
13224
13225         * ext/libvisual/visual.c:
13226         * ext/ogg/gstoggaviparse.c:
13227         * ext/ogg/gstoggdemux.c:
13228         * ext/ogg/gstoggmux.c:
13229         * ext/ogg/gstoggparse.c:
13230         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13231         * gst-libs/gst/audio/gstaudiosink.c:
13232         * gst-libs/gst/audio/gstaudiosrc.c:
13233         * gst/audiorate/gstaudiorate.c:
13234           More G_OBJECT macro fixing.
13235
13236         * gst/audiotestsrc/gstaudiotestsrc.h:
13237           Fix wrong info in header due to copy & paste
13238
13239 2006-09-15  Wim Taymans  <wim@fluendo.com>
13240
13241         * gst-libs/gst/audio/gstbaseaudiosink.c:
13242         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13243         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13244         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13245         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13246         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13247         Do the delay calculation in the source/sink base classes as this is
13248         specific for the capture/playback mode.
13249         Try to fixate a bit better, like round depth up to a multiple of 8
13250         bigger than width.
13251         Handle underruns correctly by marking DISCONT on buffers and adjusting
13252         timestamps to handle the gap.
13253         Set offset/offset_end correctly on buffers.
13254
13255         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13256         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13257         (gst_ring_buffer_read):
13258         Remove resync and underrun recovery from the ringbuffer.
13259         Fix ringbuffer read code on under/overrun.
13260
13261 2006-09-15  Wim Taymans  <wim@fluendo.com>
13262
13263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13264         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13265         (queue_threshold_reached), (gst_play_base_bin_set_property),
13266         (gst_play_base_bin_get_property):
13267         * gst/playback/gstplaybasebin.h:
13268         Don't use a 0 low watermark when buffering, it is catching starvation
13269         way too late. Instead, use a 3 second queue with 30 and 95
13270         percent low/high watermarks. 
13271         Added queue-min-threshold property to configure low watermark.
13272         Use new _buffering message API.
13273         Make queue_threshold variable big enough to store a uint64 time value.
13274         API: playbin::queue-min-threshold property.
13275
13276 2006-09-15  Wim Taymans  <wim@fluendo.com>
13277
13278         * configure.ac:
13279         We require 0.10.10.1 now because of _wait_preroll().
13280
13281         * gst-libs/gst/audio/gstbaseaudiosink.c:
13282         (gst_base_audio_sink_render):
13283         Use gst_base_sink_wait_preroll().
13284
13285 2006-09-15  Wim Taymans  <wim@fluendo.com>
13286
13287         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13288         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13289         Use DEBUG_OBJECT more.
13290
13291 === release 0.10.10 ===
13292
13293 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13294
13295         patch by: Michael Smith <msmith at fluendo dot com>
13296
13297         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13298         (gst_multi_fd_sink_client_queue_buffer),
13299         (gst_multi_fd_sink_new_client):
13300         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13301         (multifdsink_suite):
13302           Fix implementation of sync-method 'next-keyframe'
13303           Closes #354594
13304
13305 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13306
13307         patch by: Wim Taymans <wim at fluendo dot com>
13308
13309         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13310         This patch removes the RANDOM flag that was incorrectly introduced with
13311         revision 1.91.  Fixes #354590
13312
13313 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13314
13315         * tests/check/Makefile.am:
13316           Random variation in Makefile line to see if it makes the
13317           gen64-base-full bot any happier.
13318
13319 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13320
13321         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13322           Disable test that fails at the moment (killed after timeout).
13323
13324 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13325
13326         Patch by: James Livingston  <doclivingston at gmail.com>
13327
13328         * tests/check/Makefile.am:
13329         * tests/check/pipelines/.cvsignore:
13330         * tests/check/pipelines/oggmux.c: (get_page_codec),
13331         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13332         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13333         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13334         (test_theora_vorbis), (oggmux_suite):
13335           Add simple unit test for oggmux from #337026 with checking for the
13336           EOS flags disabled for the time being.
13337
13338 2006-09-04  Wim Taymans  <wim@fluendo.com>
13339
13340         patch by: Alessandro Dessina <alessandro nnva org>
13341
13342         * ext/ogg/gstoggmux.c:
13343         Add cmml caps to oggmux. Fixes #353912
13344
13345 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13346
13347         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13348           Returning a return value often helps. In this case, we
13349           don't need the return value anyway, so just get rid of it.
13350           Should make build bots much happier.
13351
13352 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13353
13354         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13355         (paint_get_structure), (gst_video_test_src_get_size),
13356         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13357         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13358         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13359         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13360         * gst/videotestsrc/videotestsrc.h:
13361           Add support for AYUV and the various RGBA formats. Initialise
13362           fields of paintinfo structs allocated on the stack.
13363
13364         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13365         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13366         (check_rgb_buf), (videotestsrc_suite):
13367           Add unit tests for videotestsrc's RGB output.
13368
13369 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13370
13371         * gst/videotestsrc/gstvideotestsrc.c:
13372         (gst_video_test_src_pattern_get_type),
13373         (gst_video_test_src_set_pattern):
13374         * gst/videotestsrc/gstvideotestsrc.h:
13375         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13376         (gst_video_test_src_black), (gst_video_test_src_white),
13377         (gst_video_test_src_red), (gst_video_test_src_green),
13378         (gst_video_test_src_blue):
13379         * gst/videotestsrc/videotestsrc.h:
13380           Add more uni-colour patterns ("white", "red", "green", and "blue").
13381
13382 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13383
13384         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13385           Fix stride for YVYU, should be word-aligned (#353658).
13386
13387 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * gst/adder/gstadder.c: (gst_adder_src_event):
13390           Fix build.
13391
13392 2006-08-31  Edward Hervey  <edward@fluendo.com>
13393
13394         * gst/adder/gstadder.c: (forward_event_func),
13395         (gst_adder_src_event), (gst_adder_collected),
13396         (gst_adder_change_state):
13397         * gst/adder/gstadder.h:
13398         Remember the start position asked in the incoming seeks, so we can
13399         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13400         of assuming it will always be 0).
13401
13402 2006-08-31  Edward Hervey  <edward@fluendo.com>
13403
13404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13405         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13406         (gst_ogg_demux_loop):
13407         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13408
13409 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13410
13411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13412         (gst_ffmpegcsp_get_unit_size):
13413           Return FALSE instead of returning a random false unit
13414           size when the format isn't known/supported (even if
13415           this shouldn't happen under normal circumstances).
13416
13417 2006-08-29  Wim Taymans  <wim@fluendo.com>
13418
13419         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13420
13421         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13422         (gst_gnome_vfs_src_start):
13423         Try harder to get the size from a uri by using _info_uri() when
13424         _info_from_handle() does not give us enough info. 
13425         Also follow symlinks when getting the size.
13426         Partially Fixes #332864.
13427
13428 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13431
13432         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13433         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13434         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13435         (gst_alsa_mixer_set_record):
13436         * ext/alsa/gstalsamixertrack.c:
13437         (gst_alsa_mixer_track_update_alsa_capabilities),
13438         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13439         (gst_alsa_mixer_track_update):
13440         * ext/alsa/gstalsamixertrack.h:
13441           Improve and fix mixer track handling, in particular better handling
13442           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13443           separate track objects for tracks that have both capture and playback
13444           volume (and label them differently as well so they're not mistakenly
13445           assumed to be duplicates); classify mixer tracks that only affect
13446           the audible volume of something (rather than the capture volume)
13447           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13448           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13449           (following the meaning documented in the mixer interface header
13450           file); add support for alsa's exclusive cswitch groups; update/sync
13451           state/flags better if mixer settings are changed by another
13452           application. Fixes #336075.
13453
13454 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * gst/playback/gstplaybin.c:
13457           Improve docs: add section about BUFFERING messages sent by playbin.
13458
13459 2006-08-29  Michael Smith  <msmith@fluendo.com>
13460
13461         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13462         (gst_vorbis_enc_buffer_check_discontinuous),
13463         (gst_vorbis_enc_chain):
13464           Ignore explicit DISCONT marked on buffers (which is often spurious,
13465           particularly when using multiple segments), in favour of solely
13466           using the timestamps/durations.
13467
13468 2006-08-29  Edward Hervey  <edward@fluendo.com>
13469
13470         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13471         Don't rely on incoming buffers offset anymore, since it is completely
13472         broken when using multiple segments.
13473         Instead convert the incoming buffers timestamp to running time, and
13474         then convert that value to the offsets.
13475         Also inform GstSegment of the last outputted stop position, which is
13476         needed if we received several segments with an unknown stop value.
13477
13478 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13479
13480         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13481           fix buffer unreffing on a header push failure
13482
13483 2006-08-28  Wim Taymans  <wim@fluendo.com>
13484
13485         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13486         (gst_audio_rate_chain):
13487         Make the metadata of the buffer writable before changing its
13488         flags.
13489
13490 2006-08-28  Wim Taymans  <wim@fluendo.com>
13491
13492         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13493         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13494         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13495         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13496         Fix audiorate some more.
13497         Reset and resync counters on flush and READY.
13498         Handle the DISCONT flag correctly.
13499         Use GstSegment to track position.
13500         Fail when not negotiated.
13501         Fixes #353234.
13502
13503 2006-08-25  Michael Smith  <msmith@fluendo.com>
13504
13505         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13506           Fix spelling.
13507           Remove accidently included debug line.
13508
13509 2006-08-25  Wim Taymans  <wim@fluendo.com>
13510
13511         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13512         Small cleanups.
13513         If a buffer is received with no caps, make the buffer metadata
13514         writable and set the caps, making sure that we don't screw up the
13515         refcounts.
13516
13517 2006-08-25  Michael Smith  <msmith@fluendo.com>
13518
13519         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13520         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13521           Fix memory leaks and misleading debug messages, add a couple of
13522           comments.
13523
13524         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13525         (gst_multi_fd_sink_render):
13526           Do not use gst_buffer_make_writable() in a basesink render method,
13527           as it may incorrectly unref the buffer. Instead, use convoluted
13528           dance to avoid copying the buffer except when we need to.
13529
13530 2006-08-25  Michael Smith  <msmith@fluendo.com>
13531
13532         * ext/vorbis/vorbisenc.c:
13533         (gst_vorbis_enc_buffer_check_discontinuous):
13534           Allow very small discontinuities in the timestamps. These we can't
13535           do anything useful with anyway (because vorbis's timestamps have
13536           only sample granularity), and are commonly produced by elements with
13537           minor bugs. Allow up to 1/2 a sample out.
13538           Fixes #351742.
13539
13540 2006-08-24  Wim Taymans  <wim@fluendo.com>
13541
13542         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13543         (play_scrub_toggle_cb), (main):
13544         Add a checkbox to enable play scrubbing. Makes it possible to disable
13545         normal scrubbing.
13546
13547 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13548
13549         * tests/check/elements/.cvsignore:
13550           make buildbot happy
13551
13552 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13553
13554         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13555         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13556         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13557         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13558         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13559         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13560         (gst_ogm_text_parse_strip_trailing_zeroes),
13561         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13562         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13563           Refactor ogm parse, do better input checking, misc. clean-ups.
13564           Cache incoming events and push them once the source pad has
13565           been created. Don't pass unterminated strings to sscanf().
13566           Strip trailing zeroes from subtitle text output, since they
13567           are not valid UTF-8. Don't push vorbiscomment packets on
13568           the subtitle text pad. Output perfect streams if possible.
13569
13570 2006-08-23  Wim Taymans  <wim@fluendo.com>
13571
13572         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13573         Waits for tasks to settle down so that we clean up correctly for 
13574         valgrind.
13575
13576 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13577
13578         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13579           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13580           actually return return value in taglists_are_equal.
13581
13582 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13583
13584         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13585           Fix crash due to broken bitstream parsing on x86-64: can't make
13586           any assumptions about sizeof(struct) due to alignment/packing
13587           differences on different architectures. Fixes #351790.
13588
13589 2006-08-22  Wim Taymans  <wim@fluendo.com>
13590
13591         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13592         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13593         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13594         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13595         (gst_riff_parse_info):
13596         Protect public functions against bad input.
13597         Do some cleanups.
13598         Fix documentation.
13599
13600 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13601
13602         * gst-libs/gst/riff/riff-ids.h:
13603         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13604           Add voxware audio IDs (even if we can't play it) (#351795).
13605
13606 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13607
13608         * gst-libs/gst/riff/riff-media.c:
13609         (gst_riff_create_video_template_caps),
13610         (gst_riff_create_audio_template_caps),
13611         (gst_riff_create_iavs_template_caps):
13612           Const-ify some arrays and use G_N_ELEMENTS instead
13613           of wasting oodles of RAM on terminator bits.
13614
13615 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13616
13617         * gst-libs/gst/tag/gstvorbistag.c:
13618         (gst_tag_list_to_vorbiscomment_buffer):
13619         * tests/check/libs/tag.c: (GST_START_TEST):
13620           And the same for _to_vorbiscomment_buffer(): allow
13621           id_data_len == 0 for speex.
13622
13623 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13624
13625         * configure.ac:
13626         * docs/plugins/Makefile.am:
13627         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13629         * docs/plugins/inspect/plugin-gdp.xml:
13630         * gst/gdp/Makefile.am:
13631         * tests/check/Makefile.am:
13632           Move GDP plugin to -base from -bad.  Closes #347783.
13633
13634 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13635
13636         * gst-libs/gst/tag/gstvorbistag.c:
13637         (gst_tag_list_from_vorbiscomment_buffer):
13638           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13639           Also add some checks to make sure we don't memcmp() beyond the end of
13640           vorbiscomment buffer if the ID to check for is larger than the buffer.
13641
13642         * tests/check/libs/tag.c: (GST_START_TEST):
13643           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13644
13645 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13646
13647         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13648         (gst_vorbis_enc_set_metadata):
13649           Use vorbis comment utility functions from libgsttag
13650           instead of re-inventing the wheel (partially fixes #347091).
13651
13652 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13653
13654         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13655         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13656         as some that won't.
13657
13658 2006-08-21  Wim Taymans  <wim@fluendo.com>
13659
13660         * docs/libs/Makefile.am:
13661         * docs/libs/gst-plugins-base-libs-sections.txt:
13662         * docs/libs/gst-plugins-base-libs.types:
13663         Don't try to GObject scan the netbuffer as it's not a GObject.
13664         Fixes #351308.
13665
13666         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13667         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13668         Document GstNetBuffer.
13669
13670 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13671
13672         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13673         (audioconvert_suite):
13674           Add testcase for caps-size-explosion
13675
13676 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13677
13678         * gst/audioconvert/gstaudioconvert.c:
13679         (gst_audio_convert_get_unit_size), (set_structure_widths):
13680           Lower debug, use g_assert in _get_unit_size
13681
13682         * gst/audioresample/gstaudioresample.c:
13683         (audioresample_get_unit_size):
13684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13685         (gst_ffmpegcsp_get_unit_size):
13686         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13687           use g_assert in _get_unit_size
13688
13689 2006-08-18  Wim Taymans  <wim@fluendo.com>
13690
13691         * docs/libs/gst-plugins-base-libs-sections.txt:
13692         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13693         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13694         (gst_rtp_buffer_get_payload_buffer):
13695         * gst-libs/gst/rtp/gstrtpbuffer.h:
13696         Document GstRTPBuffer.
13697         Added function to efficiently strip payload headers.
13698         API: gst_rtp_buffer_get_payload_subbuffer()
13699
13700 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13703         (gst_tag_to_vorbis_comments):
13704           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13705           tags and deserialise them properly as well (#347091).
13706           Add some more gtk-doc blurbs and also some g_return_if_fail().
13707
13708         * tests/check/libs/tag.c: (GST_START_TEST),
13709         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13710           More tests.
13711
13712 2006-08-17  Wim Taymans  <wim@fluendo.com>
13713
13714         * ext/ogg/Makefile.am:
13715         * ext/ogg/gstogg.c: (plugin_init):
13716         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13717         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13718         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13719         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13720         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13721         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13722         Added ogg-in-avi parser element. Fixes #140139.
13723
13724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13725         Fixed a bug in oggdemux debug code.
13726
13727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13728         (gst_riff_create_audio_template_caps):
13729         Recognise Ogg in the AVI extensible wave format.
13730
13731 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13732
13733         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13734           Make buffer durations add up (duration should be next_ts-ts for
13735           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13736           from CVS.
13737
13738         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13739         (test_buffer_timestamps), (cddabasesrc_suite):
13740           Add unit test for the above.
13741
13742         * tests/check/Makefile.am:
13743           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13744           to see what happens.
13745
13746 2006-08-16  Wim Taymans  <wim@fluendo.com>
13747
13748         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13749         (gst_alsasink_open):
13750         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13751         (gst_alsasrc_open):
13752         Avoid setting and using a NULL device name.
13753         Print more info when we fail to open a device.
13754
13755 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * docs/libs/gst-plugins-base-libs-sections.txt:
13758         * gst-libs/gst/tag/tag.h:
13759         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13760           API: add gst_tag_parse_extended_comment() (#351426).
13761
13762         * tests/check/Makefile.am:
13763         * tests/check/libs/.cvsignore:
13764         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13765           Add unit test for gst_tag_parse_extended_comment().
13766
13767 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13768
13769         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13771           Fix leak (#351502).
13772
13773 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13774
13775         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13776         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13777         * docs/plugins/gst-plugins-base-plugins.args:
13778         * gst/playback/gstplaybin.c:
13779           Document playbin.
13780           
13781         * docs/plugins/inspect/plugin-adder.xml:
13782         * docs/plugins/inspect/plugin-alsa.xml:
13783         * docs/plugins/inspect/plugin-audioconvert.xml:
13784         * docs/plugins/inspect/plugin-audiorate.xml:
13785         * docs/plugins/inspect/plugin-audioresample.xml:
13786         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13787         * docs/plugins/inspect/plugin-cdparanoia.xml:
13788         * docs/plugins/inspect/plugin-decodebin.xml:
13789         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13790         * docs/plugins/inspect/plugin-gnomevfs.xml:
13791         * docs/plugins/inspect/plugin-ogg.xml:
13792         * docs/plugins/inspect/plugin-pango.xml:
13793         * docs/plugins/inspect/plugin-playbin.xml:
13794         * docs/plugins/inspect/plugin-subparse.xml:
13795         * docs/plugins/inspect/plugin-tcp.xml:
13796         * docs/plugins/inspect/plugin-theora.xml:
13797         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13798         * docs/plugins/inspect/plugin-video4linux.xml:
13799         * docs/plugins/inspect/plugin-videorate.xml:
13800         * docs/plugins/inspect/plugin-videoscale.xml:
13801         * docs/plugins/inspect/plugin-videotestsrc.xml:
13802         * docs/plugins/inspect/plugin-volume.xml:
13803         * docs/plugins/inspect/plugin-vorbis.xml:
13804         * docs/plugins/inspect/plugin-ximagesink.xml:
13805         * docs/plugins/inspect/plugin-xvimagesink.xml:
13806           Update to CVS version.
13807
13808 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13809
13810         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13811         (gst_play_bin_set_property), (gst_play_bin_get_property),
13812         (value_list_append_structure_list),
13813         (gst_play_bin_handle_redirect_message),
13814         (gst_play_bin_handle_message):
13815           API: GstPlayBin::connection-speed
13816           Add "connection-speed" property; re-order redirect messages with
13817           multiple redirect locations depending on the minimum bitrate if
13818           that information is available and a connection speed is set
13819           (#350399).
13820
13821 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13822
13823         * gst/playback/gstplaybin.c:
13824           Update max volume to the same value that the volume element uses.
13825
13826 2006-08-14  Wim Taymans  <wim@fluendo.com>
13827
13828         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13829         Less uglyness..
13830
13831 2006-08-14  Wim Taymans  <wim@fluendo.com>
13832
13833         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13834         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13835         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13836         Add some more debug info.
13837         Don't crash when a seek failed.
13838         Actually return the result of the seek instead of TRUE.
13839         Ignore multiple BOS pages with the same serial so that we don't create
13840         the same stream multiple times.
13841         Post an error when we fail to do the initial seek.
13842
13843 2006-08-13  Wim Taymans  <wim@fluendo.com>
13844
13845         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13846         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13847         Small code cleanup.
13848
13849         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13850         (gst_alsa_mixer_new):
13851         Remove hack that always set the device to hw:0*.
13852         Properly find the card name for whatever device was configured.
13853         Do some better debugging.
13854         Fixes #350784.
13855
13856         * ext/alsa/gstalsamixerelement.c:
13857         (gst_alsa_mixer_element_set_property),
13858         (gst_alsa_mixer_element_change_state):
13859         Cleanups.
13860         Handle setting of a NULL device name better.
13861
13862 2006-08-11  Wim Taymans  <wim@fluendo.com>
13863
13864         * gst/adder/gstadder.c:
13865         Don't clip float values. Fixes #350900.
13866
13867 2006-08-11  Andy Wingo  <wingo@pobox.com>
13868
13869         * gst/tcp/gsttcp.c: Really fix the build?
13870
13871         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13872         fixes the build.
13873
13874 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13875
13876         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13877           Float caps shouldn't have a "signed" field.
13878
13879 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13882           Implement SEEKING query in its most basic form, so that we can
13883           at least check if we're seekable or not (#350655).
13884
13885 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13888           The checks here are not even close to anything that would
13889           justify MAXIMUM probability, lowering to POSSIBLE until someone
13890           fixes the checks (case at hand: quicktime redirection files
13891           might start with 00 00 01 XX and pass the checks here just
13892           fine, see #350399).
13893
13894 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         Patch by: Sjoerd Simons  <sjoerd at luon net>
13897
13898         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13899           Better detection for multipart/x-mixed-replace: accept leading
13900           whitespaces before the boundary marker as well (as our very own
13901           multipartmux used to produce) (#349068).
13902
13903 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         Patch by: Young-Ho Cha  <ganadist at chollian net>
13906
13907         * gst-libs/gst/riff/riff-ids.h:
13908         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13909         (gst_riff_create_audio_template_caps):
13910           Detect DTS audio streams (#350157).
13911
13912 2006-08-05  Andy Wingo  <wingo@pobox.com>
13913
13914         * ext/theora/gsttheoraparse.h:
13915         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13916         (theora_parse_dispose, theora_parse_set_property)
13917         (theora_parse_get_property, theora_parse_munge_granulepos)
13918         (theora_parse_push_buffer, theora_parse_change_state):
13919         API: GstTheoraParse::synchronization-points
13920         Add a property 'synchronization-points' to fix badly synchronized oggs.
13921
13922 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13923
13924         * tests/check/Makefile.am:
13925         * tests/check/libs/.cvsignore:
13926         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13927         (fixed_caps_have_channel_positions), (GST_START_TEST),
13928         (audio_suite), (main):
13929           Add a few tests for the channel position stuff in libgstaudio.
13930
13931 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13932
13933         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13934         (gst_alsa_detect_channels):
13935         * ext/alsa/gstalsasink.c:
13936           Add support for cards that (only) do more than 8 channels,
13937           like the Delta 44 (#345188).
13938
13939         * gst-libs/gst/audio/multichannel.c:
13940         (gst_audio_check_channel_positions):
13941         * gst-libs/gst/audio/multichannel.h:
13942           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13943           unspecified channel position and cannot be combined with any
13944           of the other audio channel positions; adjust position layout
13945           checks accordingly (#345188).
13946
13947 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13948
13949         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13950           Recognise ancient RealAudio files (see #349779).
13951
13952 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13953
13954         Patch by: Jens Granseuer  <jensgr at gmx net>
13955
13956         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13957           Add typefinder for Interplay's MVE format (#348973).
13958
13959 2006-08-02  Wim Taymans  <wim@fluendo.com>
13960
13961         Patch by: Marcel Moreaux <marcelm at luon dot net>
13962
13963         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13964         (gst_base_rtp_depayload_add_to_queue):
13965         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13966         Handle RTP sequence number rollover.
13967         Disable jitterbuffer by default.
13968
13969 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13970
13971         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13972         (audioresample_set_caps):
13973         Don't leak references to the incoming caps. Clean them up when
13974         stopping.
13975
13976         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13977         (gst_video_scale_finalize):
13978         Don't leak our temporary pixel buffer.
13979
13980         * tests/check/Makefile.am:
13981         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13982         (GST_START_TEST), (simple_launch_lines_suite):
13983
13984         Fix leaks and re-enable the test for valgrind checking.
13985
13986 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13987
13988         Patch by: Sjoerd Simons  <sjoerd at luon net>
13989
13990         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13991         (plugin_init):
13992           Add typefind function for multipart/x-mixed-replace (#348916).
13993
13994 2006-07-28  Wim Taymans  <wim@fluendo.com>
13995
13996         * gst/adder/gstadder.c: (gst_adder_setcaps),
13997         (gst_adder_query_duration):
13998         Fix leak in duration query.
13999         Reflow some docs and notes.
14000
14001 2006-07-28  Michael Smith  <msmith@fluendo.com>
14002
14003         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14004         (vorbisenc_suite):
14005           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14006           aspect of it.
14007
14008 2006-07-28  Michael Smith  <msmith@fluendo.com>
14009
14010         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14011         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14012         (gst_vorbis_enc_push_buffer),
14013         (gst_vorbis_enc_buffer_check_discontinuous),
14014         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14015         * ext/vorbis/vorbisenc.h:
14016           Handle discontinuities in the input vorbis stream correctly,
14017           so that the output is properly timestamped (and has good granulepos
14018           values). Needs some oggmux fixes too.
14019
14020 2006-07-27  Wim Taymans  <wim@fluendo.com>
14021
14022         patch by: Kai Vehmanen <kv2004 eca cx>
14023
14024         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14025         (gst_base_rtp_depayload_chain),
14026         (gst_base_rtp_depayload_handle_sink_event),
14027         (gst_base_rtp_depayload_change_state):
14028         Don't send multiple newsegments with different formats.
14029         Fixes #348677.
14030
14031 2006-07-26  Wim Taymans  <wim@fluendo.com>
14032
14033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14034         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14035         Make seeking in ogg more accurate again by doing the more correct
14036         granuletime to stream time conversion.
14037
14038 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14039
14040         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14041         (gst_multi_fd_sink_new_client):
14042           debug a little more understandably
14043           do not use goto as a substitute for break, especially if
14044           break is also being used
14045
14046 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14047
14048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14049         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14050           Remove GLib-2.6 compatibility cruft.
14051
14052 2006-07-24  Wim Taymans  <wim@fluendo.com>
14053
14054         * gst-libs/gst/audio/gstbaseaudiosink.c:
14055         (gst_base_audio_sink_render):
14056         Don't try to align a sample to an unknown value.
14057
14058 2006-07-24  Wim Taymans  <wim@fluendo.com>
14059
14060         * gst-libs/gst/audio/gstbaseaudiosink.c:
14061         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14062         When the audio clock is slaved to another clock, never try to align
14063         samples but trust the rate interpolation algorithm.
14064
14065 2006-07-24  Wim Taymans  <wim@fluendo.com>
14066
14067         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14068         Don't try to calculate silence samples, base class does this much
14069         better now.
14070
14071         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14072         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14073         (gst_ring_buffer_acquire):
14074         Calculate silence samples correctly.
14075
14076         * gst-libs/gst/audio/gstringbuffer.h:
14077         Add _CAST macro.
14078
14079 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14080
14081         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14082           Limit search for the first markup tag to the first few kB of
14083           the file. If we don't find one there, it's highly unlikely that
14084           this is an XML(-ish) file.
14085
14086 2006-07-21  Andy Wingo  <wingo@pobox.com>
14087
14088         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14089         test to the one in vorbisenc. Also commented out.
14090
14091         * tests/check/pipelines/vorbisenc.c: 
14092         (test_discontinuity): New test, commented out until Mike lands
14093         some elite vorbisenc patches.
14094
14095         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14096         Bufferstraw was actually factored out of these tests. Now we share
14097         code yay.
14098
14099         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14100         for bufferstraw addition to gstcheck.
14101
14102 2006-07-21  Wim Taymans  <wim@fluendo.com>
14103
14104         * ext/theora/theoradec.c: (clip_buffer):
14105         Better clipping.
14106
14107 2006-07-21  Wim Taymans  <wim@fluendo.com>
14108
14109         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14110         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14111         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14112         Fix leak.
14113         Avoid type casting when we can.
14114
14115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14116         Fix mem leak.
14117
14118 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14119
14120         * ext/alsa/gstalsamixerelement.c:
14121         (gst_alsa_mixer_element_change_state):
14122           Make state change fail if the specified device can't be opened
14123           for some reason.
14124
14125 2006-07-20  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14128         (cb_newpad), (main):
14129         Example of a small audio/video player using decodebin.
14130
14131 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14132
14133         * gst-libs/gst/riff/riff-ids.h:
14134           Add 'fact' chunk id
14135
14136 2006-07-19  Wim Taymans  <wim@fluendo.com>
14137
14138         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14139         (gst_base_rtp_depayload_chain),
14140         (gst_base_rtp_depayload_change_state):
14141         Don't assert when not negotiated but post a meaningfull 
14142         error message. Fixes #347918.
14143
14144         * gst-libs/gst/rtp/gstbasertppayload.c:
14145         Add comment about better default MTU size.
14146
14147         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14148         Small cleanups, start docs.
14149
14150 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14151
14152         Patch by: Martin Szulecki
14153
14154         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14155           If "device-name" is requested and the device is not
14156           open, try to temporarily open it to obtain this
14157           information (#342494).
14158
14159 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14160
14161         * gst-libs/gst/tag/gstid3tag.c:
14162           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14163
14164         * gst-libs/gst/tag/gsttageditingprivate.h:
14165         * gst-libs/gst/tag/gstvorbistag.c:
14166           Some more random const-ifications.
14167
14168 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14169
14170         * gst-libs/gst/riff/riff-ids.h:
14171         * gst-libs/gst/riff/riff-media.c:
14172         (gst_riff_create_video_template_caps):
14173           Add more FOURCCs (sort list to make stuff easier to find),
14174           add comment what those 16 bytes in struct _gst_riff_strh according to
14175           one avi-dumper are
14176
14177 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14178
14179         * gst-libs/gst/audio/multichannel.c:
14180         (gst_audio_check_channel_positions),
14181         (gst_audio_fixate_channel_positions):
14182           Const-ify two arrays.
14183
14184 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14185
14186         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14187           Fix typo, so that alsasink also advertises 8 channels
14188           if that's supported (tags: can, worms, open, alsa, ph34r).
14189
14190 2006-07-17  Wim Taymans  <wim@fluendo.com>
14191
14192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14193         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14194         *sigh*, when is the compiler going to warn when the comments
14195         are out-of-sync with the code.. Refix case of busted theora
14196         headers with 0 granule pos.
14197
14198 2006-07-14  Wim Taymans  <wim@fluendo.com>
14199
14200         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14201         (gst_base_rtp_depayload_wait),
14202         (gst_base_rtp_depayload_change_state),
14203         (gst_base_rtp_depayload_set_property),
14204         (gst_base_rtp_depayload_get_property):
14205         Fix 99% cpu load by waiting for absolute times on the
14206         clock. Fixes #347300.
14207
14208 2006-07-14  Andy Wingo  <wingo@pobox.com>
14209
14210         * ext/theora/gsttheoraparse.h: 
14211         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14212         (theora_parse_push_headers, theora_parse_clear_queue)
14213         (theora_parse_drain_queue_prematurely, )
14214         (theora_parse_sink_event, theora_parse_change_state): Queue events
14215         until we initialized our state, like in vorbisparse.
14216
14217         * ext/vorbis/vorbisparse.h: 
14218         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14219         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14220         (vorbis_parse_drain_queue_prematurely, )
14221         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14222         until we have initialized our state. Fixes seeking after an
14223         initial pad block.
14224
14225 2006-07-14  Andy Wingo  <wingo@pobox.com>
14226
14227         Patch by: Iain Holmes <iaingnome@gmail.com>
14228         
14229         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14230
14231 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14232
14233         * configure.ac:
14234         Bump nano back to CVS
14235
14236 === release 0.10.9 ===
14237
14238 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14239
14240         * configure.ac:
14241           releasing 0.10.9, "I walk the line"
14242
14243 2006-07-14  Michael Smith  <msmith@fluendo.com>
14244
14245         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14246           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14247           (commonly happens when running this test under valgrind) when trying
14248           to remove the buffer probe.
14249
14250 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14251
14252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14253         Fix missing g_unlock from the previous commit
14254
14255 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14256
14257         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14258         (gst_ximagesink_change_state):
14259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14260         (gst_xvimagesink_change_state):
14261         Implement a locking order to ensure we always take the object lock
14262         before the x_lock and never vice-versa.
14263
14264 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14265
14266         * gst/playback/gstdecodebin.c: (find_compatibles):
14267         Fix a caps leak when linking (#347304)
14268
14269         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14270         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14271         (gst_ximagesink_change_state):
14272         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14273         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14274         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14275         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14276         Don't leak shared memory resources. Use the object lock to protect
14277         against the xcontext disappearing while returning a buffer from the
14278         pipeline. (#347304)
14279
14280 2006-07-12  Edward Hervey  <edward@fluendo.com>
14281
14282         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14283         (vorbis_handle_comment_packet):
14284         gst_tag_list_merge() returns a new object. Take that into account when
14285         using it. This avoids memleak.
14286         Revert previous commit which is not needed.
14287
14288 2006-07-12  Edward Hervey  <edward@fluendo.com>
14289
14290         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14291         Reset the decoder in finalize so that all fields get cleared.
14292
14293 2006-07-12  Wim Taymans  <wim@fluendo.com>
14294
14295         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14296         (gst_base_audio_src_set_clock),
14297         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14298         Don't try to post an error message when setting the clock fails
14299         as this can happen when adding an element to a bin which will then
14300         deadlock. Fixes #347296.
14301
14302 2006-07-12  Edward Hervey  <edward@fluendo.com>
14303
14304         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14305         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14306         (vorbis_handle_type_packet):
14307         Post tag messages on the bus even if we're not initialized.
14308         If we're not initialized, we still postpone the event pushing of tags.
14309
14310 2006-07-12  Wim Taymans  <wim@fluendo.com>
14311
14312         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14313         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14314         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14315         Revert last two changes that broke the freeze.
14316
14317 2006-07-12  Wim Taymans  <wim@fluendo.com>
14318
14319         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14320         basesink calculates silence sample correctly for us.
14321
14322 2006-07-12  Wim Taymans  <wim@fluendo.com>
14323
14324         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14325         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14326         Calculate correct silence samples so we don't fill our ringbuffer
14327         with noise.
14328
14329 2006-07-12  Edward Hervey  <edward@fluendo.com>
14330
14331         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14332         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14333         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14334         * ext/vorbis/vorbisdec.h:
14335         Delay sending events (newsegment, tags) until the decoder is properly
14336         initialized.
14337         Fixes #347295
14338
14339 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14340
14341         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14342         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14343           Patch from #347221 adding a test for audioconvert
14344           channel remappings.
14345
14346 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14347
14348         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14349         (gst_ssa_parse_parse_line):
14350           Don't include the terminating NUL in the buffer size,
14351           it's only there for extra paranoia (would add random
14352           '*' characters at the end of each subtitle since the
14353           terminator itself is not valid UTF-8 technically).
14354           Also fix indenting after boilerplate macro.
14355
14356 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         * gst/playback/gstdecodebin.c: (close_pad_link):
14359           Also emit 'unknown-type' signal (which should really be
14360           called unhandled-type) if we found potential decoders/demuxers
14361           in the registry but none of them worked in the end (as in the
14362           case where the plugins don't exist any longer but are still
14363           listed in the registry). Fixes #329798.
14364
14365 2006-07-08  Andy Wingo  <wingo@pobox.com>
14366
14367         * theoraparse.c (theora_parse_push_buffer)
14368         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14369         Add some more debugging. Fix granulepos reconstruction in the face
14370         of discontinuities.
14371
14372 2006-07-06  Wim Taymans  <wim@fluendo.com>
14373
14374         * gst-libs/gst/audio/gstbaseaudiosink.c:
14375         (gst_base_audio_sink_class_init),
14376         (gst_base_audio_sink_provide_clock):
14377         Use gobject_class instead of G_OBJECT_CLASS (klass)
14378
14379         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14380         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14381         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14382         (gst_base_audio_src_get_time),
14383         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14384         (gst_base_audio_src_create_ringbuffer):
14385         Fix latency and buffer-time constants and properties ala basesink.
14386         Implement pull based scheduling. Fixes #346527.
14387         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14388         one segment.
14389         Refuse slaving to another clock instead of silently not working.
14390         Only provide a clock when we are actually able to do so.
14391         Various small cleanups and compiler hints.
14392
14393 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14394
14395         Patch by: Lutz Mueller <lutz at topfrose de>
14396
14397         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14398         (plugin_init):
14399           Add typefinding for text/html (#346581).
14400
14401 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14402
14403         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14404         (xml_check_first_element), (xml_type_find), (smil_type_find):
14405           Fix SMIL typefinding, make xml_check_first_element() more
14406           useful.
14407
14408 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14409
14410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14411         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14412         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14413         * gst/playback/gstplaybasebin.h:
14414           Protect list of elements with a subtitle-encoding property and
14415           the subtitle encoding member itself with a lock of their own
14416           instead of using the object lock. This prevents a dead-lock in
14417           the element-remove callback in some circumstances when shutting
14418           down playbin.
14419
14420 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14421
14422         * win32/common/libgsttag.def:
14423         Export some new functions.
14424         * win32/vs6/libgstogg.dsp:
14425         Add a link to libgsttag-0.10.lib.
14426
14427 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14428
14429         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14430           Some const-ification.
14431
14432 2006-07-04  Wim Taymans  <wim@fluendo.com>
14433
14434         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14435         Improve checking if we are dealing with a stream. Added some
14436         more uris that need buffering.
14437
14438 2006-07-03  Edward Hervey  <edward@fluendo.com>
14439
14440         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14441         Remove unused variable.
14442
14443 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14444
14445         * Makefile.am:
14446           include lcov.mak
14447         * configure.ac:
14448           add GCOV_LIBS to GST_LIBS
14449
14450 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14451
14452         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14453
14454         * ext/alsa/gstalsasrc.c:
14455           Add 32 bps to template caps and increase channels range
14456           from [1,2] to [1,MAX]. See #346326.
14457
14458 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14459
14460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14461           Recognise 'WMVA' video codec fourcc (#345879).
14462           
14463 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14464          
14465         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14466           Fixed nasty memory leak
14467
14468 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14469
14470         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14471         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14472           fix logging
14473
14474 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14475
14476         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14477         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14478         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14479         Protect remove_fakesink using a mutex, so that we don't try and
14480         remove the fakesink simultaneously from multiple threads.
14481
14482         When going from READY to PAUSED, restore the fakesink, so that
14483         it is there when decodebin gets reused.
14484
14485 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14488         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14489         * gst-libs/gst/rtp/gstbasertppayload.c:
14490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14491         * gst/tcp/gstmultifdsink.c:
14492         * gst/tcp/gsttcpclientsink.c:
14493         * gst/tcp/gsttcpclientsrc.c:
14494         * gst/tcp/gsttcpserversink.c:
14495         * gst/tcp/gsttcpserversrc.c:
14496         * gst/videorate/gstvideorate.c:
14497         * gst/videotestsrc/gstvideotestsrc.c:
14498         * sys/v4l/gstv4ljpegsrc.c:
14499         * sys/v4l/gstv4lmjpegsink.c:
14500         * sys/v4l/gstv4lsrc.c:
14501         * tests/examples/seek/scrubby.c:
14502         * tests/examples/seek/seek.c:
14503           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14504
14505 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14506
14507         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14508           Second field in GEnumValue shouldn't be a description,
14509           but a stringified version of the enum value.
14510
14511 2006-06-22  Wim Taymans  <wim@fluendo.com>
14512
14513         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14514         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14515         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14516         Avoid type checking in buffer casts.
14517         Avoid caps copy in buffer_alloc when we can.
14518         Use pad_peer_accept.
14519
14520 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14521
14522         * gst-libs/gst/tag/tag.h:
14523           Oops, make that 'Since: 0.10.9'.
14524
14525 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14526
14527         * docs/libs/gst-plugins-base-libs-sections.txt:
14528         * gst-libs/gst/tag/tag.h:
14529         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14530         (gst_tag_image_type_get_type):
14531           API: add GstTagImageType enum to describe images contained
14532           in image tags (#345641).
14533
14534 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14535
14536         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14537           Fix warnings with gst-inspect: "buffers-min" property
14538           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14539           typo in property description.
14540
14541 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14542
14543         Patch by: Cody Russell <bratsche at gnome org>
14544
14545         * gst/audioresample/gstaudioresample.c:
14546         (gst_audioresample_class_init):
14547         * gst/playback/gststreamselector.c:
14548         (gst_stream_selector_class_init):
14549         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14550         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14551         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14552         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14553         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14554         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14555         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14556         * gst/videotestsrc/gstvideotestsrc.c:
14557         (gst_video_test_src_class_init):
14558         * gst/volume/gstvolume.c: (gst_volume_class_init):
14559           Avoid unnecessary class cast check in class_init
14560           functions (#337747).
14561
14562 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14563
14564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14565         (gst_text_overlay_video_chain):
14566           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14567           and doesn't validate its input either (and neither did
14568           textoverlay it seems). Let's do that then and fix #345206.
14569
14570 2006-06-19  Wim Taymans  <wim@fluendo.com>
14571
14572         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14573         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14574         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14575         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14576         (find_syncframe), (find_limits), (assign_value),
14577         (count_burst_unit), (gst_multi_fd_sink_new_client),
14578         (gst_multi_fd_sink_handle_client_write),
14579         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14580         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14581         (gst_multi_fd_sink_change_state):
14582         * gst/tcp/gstmultifdsink.h:
14583         Added shiny new burst-on-connect methods.
14584         Add properties to control the minimal amount of data queued.
14585         Small cleanups.
14586         API: bytes-min property
14587         API: time-min property
14588         API: buffers-min property
14589         API: burst-unit property
14590         API: burst-value property
14591         API: add-full signal
14592
14593         * gst/tcp/gsttcp-marshal.list:
14594         Added new marshaller code for the new signal.
14595
14596         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14597         (multifdsink_suite):
14598         Added testcases for new burst methods.
14599
14600 2006-06-19  Edward Hervey  <edward@fluendo.com>
14601
14602         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14603         Implement clipping for accurate seeking.
14604         Closes #345225
14605
14606 2006-06-19  Wim Taymans  <wim@fluendo.com>
14607
14608         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14609
14610         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14611         (gst_video_scale_transform):
14612         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14613
14614 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14615
14616         * configure.ac:
14617           Fix --disable-external (can't set conditionals conditionally,
14618           #343602).
14619
14620 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14621
14622         * tests/check/elements/audioresample.c: (test_reuse),
14623         (audioresample_suite):
14624           Add test case for bug #342789 fixed below.
14625
14626 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * gst/audioresample/gstaudioresample.c:
14629         (gst_audioresample_class_init), (gst_audioresample_init),
14630         (audioresample_start), (audioresample_stop),
14631         (gst_audioresample_set_property), (gst_audioresample_get_property):
14632           Implement GstBaseTransform::start and ::stop so that audioresample
14633           can clear its internal state properly and be reused instead of
14634           causing non-negotiated errors with playbin under some circumstances
14635           (#342789).
14636
14637         * tests/check/elements/audioresample.c: (setup_audioresample),
14638         (cleanup_audioresample):
14639           Need to set element state here so that ::start and ::stop are
14640           called.
14641
14642 2006-06-16  Wim Taymans  <wim@fluendo.com>
14643
14644         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14645
14646         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14647         Parse extra data better, apparently it's right behind
14648         the normal strf header size. Fixes #343500.
14649
14650 2006-06-16  Wim Taymans  <wim@fluendo.com>
14651
14652         * ext/alsa/gstalsasink.c: (set_hwparams):
14653         If we fail to set the buffer_time and period_time alsa
14654         parameters, post a warning and leave alsa select a 
14655         default instead of failing. Fixes #342085
14656
14657 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         * docs/libs/gst-plugins-base-libs-sections.txt:
14660         * gst-libs/gst/cdda/gstcddabasesrc.h:
14661           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14662           out in the header file and shouldn't be listed in the docs.
14663
14664         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14665           Must dereference pointer to fourcc in the debug statement.
14666
14667 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14668
14669         * docs/libs/Makefile.am:
14670         * docs/libs/gst-plugins-base-libs-docs.sgml:
14671         * docs/libs/gst-plugins-base-libs-sections.txt:
14672         * docs/libs/gst-plugins-base-libs.types:
14673         add remaining symbols into correct setions
14674         
14675         * gst-libs/gst/audio/gstringbuffer.c:
14676         fix incomplete docs
14677         
14678         * gst-libs/gst/audio/gstringbuffer.h:
14679         comment out not yet implemented function
14680         
14681         
14682         * gst-libs/gst/floatcast/floatcast.h:
14683         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14684         add short descriptions
14685         
14686         
14687         * gst-libs/gst/interfaces/propertyprobe.c:
14688         fix return value docs   
14689         
14690         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14691         simplify debug logging
14692         
14693         * gst-libs/gst/riff/riff-read.h:
14694         sync function prototype and docs
14695         
14696         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14697         remove left over symbol
14698
14699 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * autogen.sh:
14702         * configure.ac:
14703         * docs/Makefile.am:
14704           Use GST_PLUGIN_DOCS macro in configure.ac, add
14705           --enable-plugin-docs default to autogen.sh and use
14706           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14707
14708 2006-06-15  Wim Taymans  <wim@fluendo.com>
14709
14710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14711         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14712         (gst_ogg_demux_loop):
14713         Combine GstFlowReturn from the source pads to give a
14714         meaningfull result to the upstream peer or to stop the
14715         processing task in case of errors.
14716
14717 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * gst/playback/gststreaminfo.c: (cb_probe):
14720           Try GST_TAG_CODEC as fallback when extracting the
14721           codec name; more debug info.
14722
14723 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * ext/ogg/Makefile.am:
14726         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14727           Extract language tags from ogm subtitle streams, so that
14728           the subtitle menu choices are labelled correctly in
14729           Totem (fixes #344708).
14730
14731 2006-06-14  Wim Taymans  <wim@fluendo.com>
14732
14733         Patch by: Alessandro Decina <alessandro at nnva dot org>
14734
14735         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14736         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14737         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14738         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14739         Fix various leaks. Fixes #343699.
14740         Add x-smoke mime type.
14741
14742 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * gst-libs/gst/riff/riff-ids.h:
14745           Add IDs for 'bext' chunks (see #343837).
14746
14747 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         Patch by: Young-Ho Cha  <ganadist at chollian net>
14750
14751         * gst/subparse/samiparse.c: (sami_context_pop_state),
14752         (handle_start_font), (end_sami_element):
14753           Honour font face tags in SAMI subtitles (#344503).
14754
14755 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14756
14757         * po/POTFILES.in:
14758           add missing files containing translatable strings
14759
14760 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14761
14762         * docs/libs/tmpl/.cvsignore:
14763           we don't want those *.sgml files in CVS either
14764
14765 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14766
14767         * docs/libs/.cvsignore:
14768         * tests/check/elements/.cvsignore:
14769         * tests/check/libs/.cvsignore:
14770           ignore more
14771
14772 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14773
14774         * docs/libs/Makefile.am:
14775           also commiting the changed Makefile.am (added more libs to the
14776           doc-build)
14777
14778 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14779
14780         * docs/libs/gst-plugins-base-libs-docs.sgml:
14781         * docs/libs/gst-plugins-base-libs-sections.txt:
14782         * docs/libs/gst-plugins-base-libs.types:
14783           first batch of reordering things, add index & hierarchy
14784
14785 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14786
14787         * configure.ac:
14788           use GST_PKG_CHECK_MODULES, cleans up output
14789
14790 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14791
14792         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14793           Add support for burn:// URIs (#343385); const-ify things a bit,
14794           use G_N_ELEMENTS instead of hard-coded array size.
14795
14796 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         Patch by: Young-Ho Cha  <ganadist at chollian net>
14799
14800         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14801           Fix up broken entities before passing them to libxml *sigh*.
14802           (#343303).
14803           
14804 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14805
14806         * configure.ac:
14807           back to TRUNK
14808
14809 === release 0.10.8 ===
14810
14811 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14812
14813         * configure.ac:
14814           releasing 0.10.8, "Moar gij ziet mij nie"
14815
14816 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14817
14818         * configure.ac:
14819         * po/af.po:
14820         * po/az.po:
14821         * po/cs.po:
14822         * po/en_GB.po:
14823         * po/hu.po:
14824         * po/it.po:
14825         * po/nb.po:
14826         * po/nl.po:
14827         * po/or.po:
14828         * po/sq.po:
14829         * po/sr.po:
14830         * po/sv.po:
14831         * po/uk.po:
14832         * po/vi.po:
14833         * win32/common/config.h:
14834           0.10.7.2 prerelease
14835
14836 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14837
14838         * docs/libs/tmpl/gstaudio.sgml:
14839         * docs/libs/tmpl/gstcolorbalance.sgml:
14840         * docs/libs/tmpl/gstmixer.sgml:
14841         * docs/libs/tmpl/gstringbuffer.sgml:
14842         * docs/libs/tmpl/gsttuner.sgml:
14843         * docs/libs/tmpl/gstxoverlay.sgml:
14844         * gst-libs/gst/audio/audio.c:
14845         * gst-libs/gst/audio/gstringbuffer.c:
14846         * gst-libs/gst/interfaces/colorbalance.c:
14847         * gst-libs/gst/interfaces/mixer.c:
14848         * gst-libs/gst/interfaces/tuner.c:
14849         * gst-libs/gst/interfaces/xoverlay.c:
14850           move last template doc snippets to source code and delete them
14851
14852 2006-06-06  Michael Smith  <msmith@fluendo.com>
14853
14854         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14855         (theora_parse_drain_queue):
14856           Mark DELTA_UNIT on non-keyframes.
14857
14858 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14859
14860         * gst-libs/gst/audio/gstbaseaudiosink.c:
14861         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14862         * gst-libs/gst/audio/gstbaseaudiosink.h:
14863         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14864         (gst_ring_buffer_samples_done):
14865         * gst-libs/gst/audio/gstringbuffer.h:
14866         Document better the fact that latency_time and buffer_time are values
14867         stored in microseconds, and not the usual GStreamer nanoseconds.
14868         Change the variables (compatibly) that store them from GstClockTime 
14869         to guint64 to make it more clear that they're not storing clock times.
14870         Also, remove the bogus property description that says the user can
14871         specify -1 to get the default value, since that's never been the case.
14872
14873         When computing the default segment size for the ring buffer, make it
14874         an integer number of samples.
14875
14876         When the sub-class indicates a delay greater than the number of
14877         samples we've written return 0 from the audio sink get_time method.
14878
14879 2006-06-02  Michael Smith  <msmith@fluendo.com>
14880
14881         * tests/check/elements/audioconvert.c: (set_channel_positions),
14882         (get_float_mc_caps), (get_int_mc_caps):
14883         * tests/check/elements/audioresample.c:
14884         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14885         * tests/check/elements/videorate.c:
14886         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14887         * tests/check/elements/volume.c:
14888         * tests/check/elements/vorbisdec.c:
14889         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14890           Don't busy-wait in tests; this was causing test timeouts very
14891           frequently when running under valgrind.
14892
14893 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14894
14895         * gst/tcp/README:
14896         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14897         (gst_multi_fd_sink_remove_client_link),
14898         (gst_multi_fd_sink_client_queue_caps),
14899         (gst_multi_fd_sink_client_queue_buffer),
14900         (gst_multi_fd_sink_handle_client_write),
14901         (gst_multi_fd_sink_render):
14902         * gst/tcp/gstmultifdsink.h:
14903           make multifdsink properly deal with streamheader:
14904           - streamheader is taken from caps
14905           - buffers marked with IN_CAPS are not sent
14906           - streamheaders are sent, on connection, from the caps of the
14907             buffer where the client gets positioned to
14908           - further streamheader changes are done every time the client
14909             will receive a buffer with different caps
14910         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14911         (gst_multifdsink_create_streamheader):
14912           add tests for this
14913
14914 2006-06-02  Michael Smith  <msmith@fluendo.com>
14915
14916         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14917           Reinstate limit on channel count. Vorbis does not define the meaning
14918           of > 6 channels, so they're just independent channels. Gstreamer
14919           currently has no mechanism to represent N independent channels.
14920
14921 2006-06-02  Michael Smith  <msmith@fluendo.com>
14922
14923         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14924           Don't arbitrarily restrict channel counts and rate in vorbis.
14925           In terms of effects likely on real-world files, this fixes 96kHz
14926           playback of vorbis.
14927
14928 2006-06-02  Michael Smith  <msmith@fluendo.com>
14929
14930         * gst/audioconvert/audioconvert.c: (float):
14931           More correct float->int conversion.
14932
14933 2006-06-02  Michael Smith  <msmith@fluendo.com>
14934
14935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14936           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14937           value. Fixes g-critical on trying to play back ogg containing
14938           unknown codec.
14939
14940 2006-06-02  Wim Taymans  <wim@fluendo.com>
14941
14942         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14943         (setup_source):
14944         * gst/playback/gstplaybasebin.h:
14945         Make the subtitle detection work from any thread so we don't
14946         deadlock. Fixes #343397.
14947
14948 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14949
14950         * gst/volume/Makefile.am:
14951           Seriously, it's not *that* hard to get compilation right.  Even
14952           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14953
14954 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14955
14956         * gst/volume/gstvolume.c: (volume_choose_func),
14957         (volume_update_real_volume), (gst_volume_class_init),
14958         (gst_volume_init), (volume_process_float), (volume_process_int16),
14959         (volume_process_int16_clamp), (volume_set_caps),
14960         (volume_transform_ip), (plugin_init):
14961         * gst/volume/gstvolume.h:
14962         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14963         another property desc., remove unused param from process function
14964         
14965         * tests/check/elements/volume.c: (volume_suite):
14966         reactivate the passthrough test
14967
14968 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14969
14970         * ext/alsa/gstalsamixerelement.h:
14971         * ext/alsa/gstalsamixeroptions.h:
14972         * ext/alsa/gstalsamixertrack.h:
14973         * ext/gnomevfs/gstgnomevfssink.h:
14974         * ext/gnomevfs/gstgnomevfssrc.h:
14975         * ext/theora/gsttheoradec.h:
14976         * ext/theora/gsttheoraenc.h:
14977         * ext/theora/gsttheoraparse.h:
14978         * ext/vorbis/vorbisparse.h:
14979         * gst-libs/gst/audio/gstaudioclock.h:
14980         * gst-libs/gst/audio/gstaudiofilter.h:
14981         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14982         * gst/audioconvert/gstaudioconvert.h:
14983         * gst/audioresample/gstaudioresample.h:
14984         * gst/audiotestsrc/gstaudiotestsrc.h:
14985         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14986         * gst/playback/gststreamselector.h:
14987         * gst/tcp/gstmultifdsink.h:
14988         * gst/tcp/gsttcpclientsink.h:
14989         * gst/tcp/gsttcpclientsrc.h:
14990         * gst/tcp/gsttcpserversink.h:
14991         * gst/tcp/gsttcpserversrc.h:
14992         * gst/videorate/gstvideorate.h:
14993         * gst/videoscale/gstvideoscale.h:
14994         * gst/videotestsrc/gstvideotestsrc.h:
14995         * gst/volume/gstvolume.h:
14996         * sys/v4l/gstv4ljpegsrc.h:
14997         * sys/v4l/gstv4lmjpegsink.h:
14998         * sys/v4l/gstv4lmjpegsrc.h:
14999         * sys/v4l/gstv4lsrc.h:
15000         * sys/ximage/ximagesink.h:
15001         * sys/xvimage/xvimagesink.h:
15002         * tests/old/testsuite/alsa/sinesrc.h:
15003         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15004
15005 2006-05-31  Wim Taymans  <wim@fluendo.com>
15006
15007         * ext/libvisual/visual.c: (gst_visual_reset),
15008         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15009         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15010         Handle DISCONT.
15011         Use running time before doing QoS.
15012         Handle mono too.
15013
15014 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15015
15016         * docs/libs/Makefile.am:
15017           set a magic variable to indicate we know the docs are incomplete
15018
15019 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15020
15021         * win32/common/libgstvideo.def:
15022           export gst_video_calculate_display_ratio
15023         * win32/vs6/libgstvideoscale.dsp:
15024           add link to libgstvideo-0.10.lib
15025
15026 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15027
15028         * gst/playback/gstplaybasebin.c: (gen_source_element):
15029           Throw a more comprehensible error for rtsp:// URIs (rather
15030           than erroring out with a negotiation error later on) until
15031           we fix playbin to handle rtspsrc etc.
15032
15033 2006-05-30  Wim Taymans  <wim@fluendo.com>
15034
15035         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15036         (gst_text_overlay_text_event):
15037         Added some FIXMEs.
15038
15039 2006-05-30  Wim Taymans  <wim@fluendo.com>
15040
15041         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15042         (gst_adder_request_new_pad), (gst_adder_release_pad):
15043         * gst/adder/gstadder.h:
15044         Implement release_request_pad.
15045         Make padcounter atomic.
15046
15047         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15048         Added check for release_pad in adder.
15049
15050 2006-05-30  Wim Taymans  <wim@fluendo.com>
15051
15052         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15053         Fix build again.
15054
15055 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15056
15057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15058         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15059         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15060         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15061         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15062         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15063         (gst_ogg_demux_bisect_forward_serialno),
15064         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15065         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15066           add more debugging
15067           clean up printf formats for granulepos and serialno
15068
15069 2006-05-30  Michael Smith  <msmith@fluendo.com>
15070
15071         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15072         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15073         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15074         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15075         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15076         * ext/vorbis/vorbisenc.h:
15077           Multi-channel caps negotiation, so we can do proper multichannel
15078           vorbis encoding, negotiated through audioconvert.
15079
15080 2006-05-30  Wim Taymans  <wim@fluendo.com>
15081
15082         * tests/check/elements/adder.c: (test_event_message_received),
15083         (test_play_twice_message_received), (GST_START_TEST),
15084         (adder_suite):
15085         Added check to show that #339935 is fixed with ongoing
15086         adder and collectpads fixes.
15087
15088 2006-05-29  Wim Taymans  <wim@fluendo.com>
15089
15090         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15091         Don't leak pad name.
15092
15093 2006-05-29  Wim Taymans  <wim@fluendo.com>
15094
15095         * gst/adder/gstadder.c: (gst_adder_query_duration),
15096         (forward_event_func), (forward_event), (gst_adder_src_event):
15097         Fix adder seeking.
15098         Make query/seeking code threadsafe.
15099
15100         * tests/check/Makefile.am:
15101         * tests/check/elements/adder.c: (test_event_message_received),
15102         (GST_START_TEST), (test_play_twice_message_received):
15103         Fix adder test case.
15104
15105 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         Patch by: Young-Ho Cha  <ganadist at chollian net>
15108
15109         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15110         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15111         (set_encoding_element), (decodebin_element_added_cb),
15112         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15113         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15114         * gst/playback/gstplaybasebin.h:
15115           Add 'subtitle-encoding' property to playbin, so applications can
15116           force a subtitle encoding for non-UTF8 subtitles (#342268).
15117
15118         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15119         (gst_sub_parse_set_property):
15120           Rename recently-added 'encoding' property to 'subtitle-encoding'
15121           (so it can be proxied by playbin/decodebin in a generic way
15122           with less danger of false positives).
15123
15124 2006-05-29  Michael Smith  <msmith@fluendo.com>
15125
15126         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15127         (append_with_other_format), (set_structure_widths),
15128         (gst_audio_convert_transform_caps):
15129           Patch from #341562: give more specific audio caps in get_caps, so
15130           that basetransform  can make better decisions on what caps to
15131           negotiate.
15132
15133 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15134
15135         * tests/check/elements/volume.c:
15136         make it compile again
15137
15138 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15139
15140         * tests/check/elements/volume.c: (volume_suite):
15141         disable test until #343196 gets resolved
15142
15143 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15144
15145         * gst/adder/gstadder.c: (gst_adder_get_type):
15146         Make it easier to copy&paste
15147         
15148         * gst/volume/Makefile.am:
15149         * gst/volume/gstvolume.c: (volume_update_real_volume),
15150         (gst_volume_set_volume), (gst_volume_set_mute),
15151         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15152         (volume_transform_ip), (volume_update_mute),
15153         (volume_update_volume):
15154         * gst/volume/gstvolume.h:
15155         Add own debug category, move duplicate code to helper function, fix
15156         property texts, add more comments and prepare ffor liboil-goodness
15157         
15158         * tests/check/Makefile.am:
15159         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15160         add test for mute and passtrough case, be a bit more verbose to track
15161         failure
15162         
15163         * tests/check/generic/states.c: (GST_START_TEST):
15164         catch elements that fail to instantiate
15165
15166 2006-05-28  Edward Hervey  <edward@fluendo.com>
15167
15168         * tests/check/pipelines/simple-launch-lines.c:
15169         * tests/check/pipelines/theoraenc.c:
15170         * tests/check/pipelines/vorbisenc.c:
15171         Comment out tests using parse_launch() if core was built without
15172         parsing capabilities.
15173
15174 2006-05-27  Edward Hervey  <edward@fluendo.com>
15175
15176         * tests/check/Makefile.am:
15177         Extra bonus points for whoever explains to ensonic that you are meant
15178         to test unit tests thoroughly before commiting them, especially if
15179         you know it's going to break.
15180         De-activated element/adder tests.
15181
15182 2006-05-27  Edward Hervey  <edward@fluendo.com>
15183
15184         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15185         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15186         Marking caps conversion issues as GST_WARNING is way too verbose,
15187         Moving them to GST_LOG.
15188
15189 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * README:
15192           Replace current README (containing the release notes from
15193           some 0.9.x version) with a proper README taken from the core.
15194
15195 2006-05-26  Wim Taymans  <wim@fluendo.com>
15196
15197         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15198         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15199         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15200         (vorbis_dec_change_state):
15201         Small cleanups.
15202         Add some FIXMEs
15203         Clip output samples to segment boundaries.
15204
15205 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15206
15207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15208         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15209         Improve the errors produced on bad output, including some human
15210         readable description strings.
15211         Handle the (theoretical for ximagesink) case where the XServer 
15212         has a different idea about the size required for a particular 
15213         frame and gives us too small a memory allocation.
15214
15215 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15216
15217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15218         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15219         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15220         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15221         Improve the errors produced on bad output, including some human 
15222         readable description strings.
15223         Handle RGB Xv formats properly by transforming them into our 
15224         big-endian caps description.
15225         Use gst_caps_truncate to ensure that we never try and choose a
15226         non-fixed caps in buffer_alloc.
15227         Handle the case where the XServer has a different idea about the size
15228         required for a particular frame and gives us too small a memory
15229         allocation.
15230         Use -1 to indicate 'no image format', because 0 is a valid XServer
15231         image format number.
15232         Put RGB Xv formats at the end of the caps, so that we always prefer
15233         YUV format frames.
15234         Iterate the available Xv Encodings to determine the maximum width and
15235         height, and then return that in our caps.
15236         (Closes #315312, #337544)
15237
15238 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15239
15240         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15241         When there is only one unfinished pad and it receives an event that
15242         doesn't match our requirements, we need to set alldone=FALSE so that
15243         the fakesink is not removed yet.
15244
15245 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15246
15247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15248           Use gst_type_find_helper_for_buffer() to find the type
15249           of stream from the first packet.
15250
15251         * configure.ac:
15252           Bump requirements to core CVS (needed for vorbis
15253           typefinding to work).
15254
15255 2006-05-24  Edward Hervey  <edward@fluendo.com>
15256
15257         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15258         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15259         contain.  Else they play perfectly fine with qtdemux.
15260
15261 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15262
15263         * ext/theora/theoradec.c:
15264         * ext/theora/theoraenc.c:
15265         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15266         * gst/audiorate/gstaudiorate.c:
15267           make more debug catagories static
15268         
15269         * tests/check/Makefile.am:
15270         * tests/check/elements/adder.c: (message_received),
15271         (test_event_message_received), (GST_START_TEST),
15272         (test_play_twice_message_received), (adder_suite):
15273           added test case for using element twice, extra bonus points for anyone
15274           who can make these test run reliably
15275
15276 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15277
15278         * ext/theora/theoradec.c: (theora_dec_chain):
15279           Make work with time-stamped input buffers that do not
15280           have a granulepos in BUFFER_OFFSET_END (like theora
15281           buffers coming from matroskademux). Fixes #342448.
15282
15283 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15284
15285         Patch by: Peter Kjellerstedt  <pkj at axis com>
15286
15287         * gst/tcp/Makefile.am:
15288           fdstresstest doesn't need Gtk+, fix compilation if 
15289           gtk is not available (#342566).
15290
15291 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15292          
15293         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15294           80 line columns
15295           Removed redundant floor()
15296
15297 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15298
15299         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15300           On second thought, just skip JUNK chunks automatically, so
15301           the caller doesn't have to handle this. Fixes #342345.
15302           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15303           not GST_FLOW_ERROR.
15304
15305 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15306
15307         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15308           Don't bail out on JUNK chunks with a size of 0 (would try to
15309           pull_range 0 bytes before, which sources don't like too much).
15310           See #342345.
15311
15312 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15313
15314         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15316         Use the gstutil scaling function to preserve 64 bits while calculating
15317         output width and height from the display-aspect-ratio. (A continuation
15318         of #341542)
15319
15320 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15321
15322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15323         (gst_xvimagesink_buffer_alloc):
15324         * sys/xvimage/xvimagesink.h:
15325         When performing buffer allocations, remember the caps and image format
15326         we return so that if the same caps are asked for next time we can
15327         return them immediately without doing any caps intersections.
15328
15329 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15330          
15331         * gst-libs/gst/rtp/README:
15332           Some new documentation
15333         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15334           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15335         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15336         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15337           New RTP audio base payloader class. Supports frame or sample based
15338           codecs.  Not enabled in Makefile.am until approved.
15339
15340 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15341
15342         * tests/check/elements/alsa.c: (test_device_property_probe):
15343           Fix test case: don't try to free NULL GValueArray when there
15344           are no devices.
15345
15346 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15347
15348         * tests/check/Makefile.am:
15349         * tests/check/elements/alsa.c: (test_device_property_probe),
15350         (alsa_suite), (main):
15351           Add simple test that runs a device property probe on alsasrc,
15352           alsasink and alsamixer. Disable valgrind check for now (too
15353           many leaks in libasound, and valgrind ignored my suppressions
15354           additions).
15355
15356 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15359         (gst_alsa_device_property_probe_probe_property),
15360         (gst_alsa_device_property_probe_needs_probe),
15361         (gst_alsa_device_property_probe_get_values),
15362         (gst_alsa_type_add_device_property_probe_interface):
15363         * ext/alsa/gstalsadeviceprobe.h:
15364         * ext/alsa/gstalsamixerelement.c:
15365         (gst_alsa_mixer_element_init_interfaces):
15366         * ext/alsa/gstalsamixerelement.h:
15367           Clean up and simplify alsa device probing. Make it actually work
15368           for multiple classes. Don't cache results any longer.
15369
15370         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15371         (gst_alsasink_init):
15372         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15373         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15374         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15375           Make alsasink and alsasrc implement the GstPropertyProbe interface
15376           for device probing (#342181).
15377           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15378
15379 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * gst/subparse/samiparse.c: (handle_start_font):
15382           Don't ignore return value of strtol (++compiler_happiness).
15383
15384 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15385
15386         Patch by: Young-Ho Cha  <ganadist chollian net>
15387
15388         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15389         (gst_sub_parse_class_init), (gst_sub_parse_init),
15390         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15391         (convert_encoding):
15392         * gst/subparse/gstsubparse.h:
15393           Add 'encoding' property (#341681).
15394
15395         * gst/subparse/samiparse.c: (characters_sami):
15396           Output is pango markup, so we need to escape text
15397           between tags (#342143).
15398
15399 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15400
15401         * gst-libs/gst/audio/multichannel.c:
15402         (gst_audio_check_channel_positions):
15403           It's okay to have caps with channels=1 and a channel position
15404           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15405           (deinterleavers might want to keep the position in the caps,
15406           so that they can be re-interleaved again properly later).
15407           Leave check for unexpected 2-channel layouts intact for now.
15408
15409 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15410
15411         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15412         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15413         basesrc can do its job correctly.
15414
15415 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15416
15417         * ext/alsa/Makefile.am:
15418         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15419         (gst_alsa_detect_formats), (get_channel_free_structure),
15420         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15421         (gst_alsa_probe_supported_formats):
15422         * ext/alsa/gstalsa.h:
15423         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15424           Refactor and improve caps probing code: probe signedness
15425           when we probe the supported formats/widths; set endianness
15426           to the one we actually probed for (ie. cpu endianness).
15427           
15428         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15429         (gst_alsasrc_close):
15430         * ext/alsa/gstalsasrc.h:
15431           Implement caps probing for alsasrc.
15432
15433 2006-05-15  Wim Taymans  <wim@fluendo.com>
15434
15435         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15436         (theora_dec_src_query), (theora_dec_src_event),
15437         (theora_dec_sink_event), (theora_handle_comment_packet),
15438         (theora_handle_data_packet), (theora_dec_change_state):
15439         Cleanups, add some G_LIKELY.
15440         Use segment helpers instead of our own wrong code.
15441         Clear queued buffers on seek and READY.
15442
15443         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15444         (vorbis_dec_convert), (vorbis_dec_src_query),
15445         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15446         (vorbis_handle_comment_packet), (vorbis_dec_push),
15447         (vorbis_handle_data_packet), (vorbis_dec_chain),
15448         (vorbis_dec_change_state):
15449         * ext/vorbis/vorbisdec.h:
15450         Remove old useless packetno variable.
15451         Do position query properly.
15452         Add some G_LIKELY.
15453         Do cleanup of queued buffers in new helper function
15454         and use it.
15455
15456 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15457
15458         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15459           Query supported sample rates. Fixes #341732.
15460
15461 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15462
15463         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15464         (gst_decode_bin_change_state): Make decodebin reusable
15465         when going from PAUSE_TO_READY and then back to PAUSED.
15466         Fixes #331678.
15467
15468 2006-05-15  Wim Taymans  <wim@fluendo.com>
15469
15470         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15471         (vorbis_dec_convert), (vorbis_dec_src_query),
15472         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15473         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15474         (vorbis_dec_clean_queued), (vorbis_dec_push),
15475         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15476         Cleanups. Use refcounting and DEBUG_OBJECT.
15477         Reset segment on flush, use code methods instead of our
15478         own wrong version.
15479         Fix potential memleak.
15480
15481 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15482
15483         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15484         (gst_alsasink_init):
15485         * ext/alsa/gstalsasink.h:
15486           Don't leak allocated snd_output_t structure if there's
15487           more than one alsasink instance at a time (#341873).
15488           Also fix GObject macros in header file.
15489           
15490 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15491
15492         * gst/subparse/gstsubparse.c:
15493         (gst_sub_parse_data_format_autodetect):
15494           Don't use libxml functions in the typefinding code.
15495
15496 2006-05-15  Wim Taymans  <wim@fluendo.com>
15497
15498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15499         Fix seeking performance in the case where a non-header 
15500         packet has a 0 granulepos (busted theora case). 
15501         Fixes #341719
15502         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15503          the first place, you limelight stealer you)
15504
15505 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * gst/subparse/gstsubparse.c:
15508         (gst_sub_parse_data_format_autodetect):
15509           Improve SAMI typefinding: handle case where there are
15510           whitespaces or newlines in front of the first <SAMI>
15511           tag (#169936).
15512
15513 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15514
15515         * configure.ac:
15516           Build video4linux plugin even if there's no XVIDEO, just
15517           without implementing the GstXOverlay interface (#334002).
15518          
15519 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * configure.ac:
15522         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15523         (plugin_init):
15524           Add tentative support for libvisual-0.4 (#336881).
15525
15526 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15527
15528         Patch by: Young-Ho Cha <ganadist at chollian net>
15529
15530         * gst/subparse/samiparse.c: (handle_start_font):
15531           Need to map "silver" colour explicitly (#169936).
15532
15533 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         Patch by: Young-Ho Cha  <ganadist at chollian net>
15536
15537         * gst/subparse/Makefile.am:
15538         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15539         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15540         (gst_sub_parse_format_autodetect), (feed_textbuf),
15541         (gst_subparse_type_find), (plugin_init):
15542         * gst/subparse/gstsubparse.h:
15543         * gst/subparse/samiparse.c:
15544         * gst/subparse/samiparse.h:
15545           Add support for SAMI subtitles (#169936).
15546
15547 2006-05-14  Michael Smith  <msmith@fluendo.com>
15548
15549         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15550           Fix #341696: crash when mixing L+R+C to mono or stereo.
15551         * tests/check/Makefile.am:
15552         * tests/check/elements/audioconvert.c: (set_channel_positions),
15553         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15554         (audioconvert_suite):
15555           Add test for the above, including some generic framework bits for
15556           testing multichannel things.
15557
15558 === release 0.10.7 ===
15559
15560 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15561
15562         * configure.ac:
15563           releasing 0.10.7, "Leave the gun"
15564
15565 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15566
15567         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15569         Fix the build.
15570
15571 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15572
15573         * docs/libs/gst-plugins-base-libs-docs.sgml:
15574         * docs/libs/gst-plugins-base-libs-sections.txt:
15575         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15576         * gst-libs/gst/video/video.h:
15577         * gst/videoscale/Makefile.am:
15578         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15580         * tests/check/Makefile.am:
15581         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15582         (main):
15583           Fix integer overflow problem with pixel-aspect-ratio calculations
15584           in videoscale and xvimagesink (#341542)
15585
15586 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * gst-libs/gst/tag/gstid3tag.c:
15589           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15590
15591 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15592
15593         * win32/MANIFEST:
15594           update win32 files listing
15595
15596 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15597
15598         patch by: Sjoerd Simons (sjoerd@luon.net)
15599
15600         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15601         (group_create), (group_destroy), (add_stream),
15602         (gst_play_base_bin_get_property),
15603         (gst_play_base_bin_get_streaminfo_value_array):
15604         * gst/playback/gstplaybasebin.h:
15605           API: GstPlayBaseBin::stream-info-value-array property
15606           use a more bindings-friendly way of exposing streaminfo
15607           using a GValueArray.  Tested in ipython.
15608           Closes #341114
15609
15610 2006-05-11  Wim Taymans  <wim@fluendo.com>
15611
15612         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15613         (queue_underrun_cb), (queue_filled_cb):
15614         Also catch queue underruns but don't do anything yet.
15615         Refactor and comment queue enlarging code a bit.
15616
15617         * gst/playback/gstplaybasebin.c: (queue_overrun),
15618         (queue_threshold_reached), (queue_out_of_data),
15619         (gen_preroll_element):
15620         If a queue over/underruns check that we don't create nasty
15621         deadlocks when the min-threshold is not reached but the
15622         max-bytes is. In those cases disable max-bytes when we
15623         know that the queue is fed timed data.
15624         Add more comments.
15625
15626 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15627
15628         * gst/playback/gstplaybin.c: (gen_audio_element):
15629           Make playbin automatically plug an 'audioresample'
15630           element before the audio sink as well. This solves
15631           problems with sinks that only accept a very specific
15632           sample rate, like esdsink (e.g. #340379).
15633
15634 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         * gst/playback/gstplaybasebin.c: (gen_source_element):
15637           Make http sources send special headers so that we receive
15638           icecast metadata if the http stream is an icecast stream
15639           (otherwise the server will just ignore them). This also
15640           means that from now on users will need the 'icydemux'
15641           element from gst-plugins-good installed if they want to
15642           listen to icecast radio streams. (#341432, #333657).
15643
15644 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15645
15646         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15647         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15648           remove stupid example from docs - it should come with a simple
15649           C program instead.
15650           Clean up/fix docs
15651         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15652         (fail_if_can_read), (GST_START_TEST),
15653         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15654           add a test for changing streamheader which exposes a bug in
15655           multifdsink
15656
15657 2006-05-11  Michael Smith  <msmith@fluendo.com>
15658
15659         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15660         (gst_gnome_vfs_src_received_headers_callback):
15661         * ext/gnomevfs/gstgnomevfssrc.h:
15662           Don't set icy-caps unless we have a sane interval value. Move
15663           interval to a local variable; we never use it outside this function.
15664
15665 2006-05-11  Wim Taymans  <wim@fluendo.com>
15666
15667         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15669         Register special buffer types along with the objects so
15670         that they are not registered at runtime from N different
15671         streaming threads since they are not threadsafe.
15672
15673 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15674
15675         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15676         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15677           add two more tests, one doing streamheader
15678
15679 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15680
15681         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15682           clean up the bufqueue when shutting down
15683         * tests/check/Makefile.am:
15684         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15685         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15686         (main):
15687           add a test for the leak that was just fixed
15688
15689 2006-05-10  Wim Taymans  <wim@fluendo.com>
15690
15691         * gst/adder/gstadder.c: (gst_adder_setcaps),
15692         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15693         (gst_adder_src_event), (gst_adder_sink_event),
15694         (gst_adder_class_init), (gst_adder_finalize),
15695         (gst_adder_request_new_pad), (gst_adder_collected):
15696         * gst/adder/gstadder.h:
15697         Updated some docs. Added comments and FIXMEs all over the place.
15698         Improve debugging info.
15699         Fix leak on finalize by not calling the parent.
15700         Implement duration query.
15701         Make event forwarding threadsafe.
15702         Correctly send NEWSEGMENT at start and after flush.
15703         Handle EOS correctly.
15704         Post error when not negotiated.
15705
15706         * tests/check/elements/adder.c: (GST_START_TEST):
15707         Added FIXME in the test.
15708
15709 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15712         (gst_text_overlay_halign_get_type),
15713         (gst_text_overlay_wrap_mode_get_type):
15714         * ext/theora/theoradec.c: (theora_handle_type_packet),
15715         (theora_handle_data_packet):
15716         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15717         (theora_enc_sink_setcaps), (theora_enc_chain):
15718         * gst-libs/gst/cdda/gstcddabasesrc.c:
15719         (gst_cdda_base_src_mode_get_type):
15720         * gst/audiotestsrc/gstaudiotestsrc.c:
15721         (gst_audiostestsrc_wave_get_type):
15722         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15723         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15724         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15725         (gst_sync_method_get_type), (gst_unit_type_get_type),
15726         (gst_client_status_get_type):
15727         * gst/videoscale/gstvideoscale.c:
15728         (gst_video_scale_method_get_type):
15729         * gst/videotestsrc/gstvideotestsrc.c:
15730         (gst_video_test_src_pattern_get_type):
15731         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15732         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15733         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15734         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15735         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15736         (paint_setup_RGB565), (paint_setup_xRGB1555):
15737           Const-ify GEnumValue and GFlagsValue arrays. Use
15738           GST_ROUND_UP_* macros instead of home-made ones.
15739
15740 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15741
15742         * configure.ac:
15743           Require core CVS for the new newsegment stuff.
15744
15745 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         Patch by: Sjoerd Simons  <sjoerd at luon net>
15748
15749         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15750           Register nick for enum value (#341160).
15751
15752 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15753
15754         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15755         (plugin_init):
15756          backout typefind patch #340375
15757          
15758         * tests/check/elements/adder.c: (message_received),
15759         (GST_START_TEST), (adder_suite):
15760           redo, signal-handling of test
15761
15762 2006-05-09  Wim Taymans  <wim@fluendo.com>
15763
15764         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15765         (gst_adder_collected):
15766         * gst/adder/gstadder.h:
15767         Remove bogus segment merging and forwarding, we don't
15768         care about timestamps anyway and we just produce a
15769         continuous stream. 
15770         Also create a nice NEWSEGMENT event when we start.
15771         Use _scale_int some more.
15772
15773 2006-05-09  Edward Hervey  <edward@fluendo.com>
15774
15775         * tests/icles/stress-xoverlay.c:
15776         Fix if core was built without parsing support.
15777
15778 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15779
15780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15781           Add SEDG (Samsung MPEG-4) fourcc.
15782
15783 2006-05-09  Edward Hervey  <edward@fluendo.com>
15784
15785         * tests/icles/stress-xoverlay.c:
15786         * tests/examples/volume/volume.c:
15787         Fix if core was built without parsing support.
15788
15789         * tests/examples/seek/seek.c:
15790         Disable the parse_launch example if core was built without parsing
15791         support.
15792
15793 2006-05-08  Edward Hervey  <edward@fluendo.com>
15794
15795         * autogen.sh: (CONFIGURE_DEF_OPT): 
15796         libtoolize on Darwin/MacOSX is called glibtoolize
15797
15798 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15799
15800         * tests/check/Makefile.am:
15801         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15802           Disable the adder test, until the build-slaves posses the kindness to 
15803           either like it or to give valid reason for not doing so 
15804
15805 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15806
15807         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15808         (adder_suite):
15809           Shuffle NULL state change around and raise timeout more
15810
15811 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15812
15813         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15814         (mp4_type_find), (plugin_init):
15815           Add typefind to distinguish between "audio/x-m4a" and new type
15816           "video/mp4". Fixes #340375
15817
15818         * tests/check/elements/adder.c: (adder_suite):
15819           Raise timeout to make buildbot happy
15820
15821 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15822
15823         * gst/adder/gstadder.c: (gst_adder_sink_event),
15824         (gst_adder_request_new_pad), (gst_adder_change_state):
15825         * gst/adder/gstadder.h:
15826         * tests/check/Makefile.am:
15827         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15828         (adder_suite), (main):
15829           Add sink-event handling to adder. It tries to merge incomming
15830           newsegment-events. Added test to check if segment_done is comming
15831           through. Fixes #340060
15832
15833 2006-05-05  Andy Wingo  <wingo@pobox.com>
15834
15835         * ext/theora/theoraparse.c (gst_theora_parse_init)
15836         (theora_parse_src_convert, theora_parse_src_query):
15837         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15838         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15839         query functions on the source pads of the theora and vorbis parse
15840         elements. Fixes position querying when doing a remux.
15841
15842 2006-05-05  Michael Smith  <msmith@fluendo.com>
15843
15844         * ext/theora/theoraparse.c: (parse_granulepos),
15845         (theora_parse_drain_queue_prematurely),
15846         (theora_parse_queue_buffer), (theora_parse_sink_event):
15847           Fix flushing.
15848           Fix invalid granulepos outputs when starting with a non-keyframe.
15849
15850 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15851
15852         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15853         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15854         Rearrange MPEG system stream detection, fixing some memleaks in the
15855         process.
15856         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15857         they clean up their data correctly.
15858         Remove unused ogganx caps and move the 'is_annodex' check to inside
15859         the 'is_ogg' if statement.
15860
15861 2006-05-05  Wim Taymans  <wim@fluendo.com>
15862
15863         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15864         Properly remove ghostpads. Fixes #340392
15865
15866 2006-05-04  David Schleef  <ds@schleef.org>
15867
15868         * gst/typefind/gsttypefindfunctions.c:
15869
15870 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15871
15872         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15873         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15874
15875         When typefinding an MP3 in push-based mode, don't penalise the
15876         probability down to 74% when we found 5 valid frames just because we
15877         can't peek the end of the file.
15878
15879         Make the probability for detecting MPEG Transport Streams based on the
15880         number of sequential headers we successfully detected.
15881
15882 2006-05-03  Wim Taymans  <wim@fluendo.com>
15883
15884         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15885         (vorbis_dec_push), (vorbis_dec_chain):
15886         Still produce an error when we receive an empty packet.
15887
15888 2006-05-03  Wim Taymans  <wim@fluendo.com>
15889
15890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15891         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15892         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15893         Mark buffers with DISCONT after seek and after activating new
15894         chains.
15895
15896         * ext/theora/gsttheoradec.h:
15897         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15898         (theora_get_query_types), (theora_dec_sink_event),
15899         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15900         (theora_dec_change_state):
15901         Fix frame counter.
15902         Detect and mark DISCONT buffers.
15903
15904         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15905         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15906         (vorbis_dec_change_state):
15907         * ext/vorbis/vorbisdec.h:
15908         Use GstSegment.
15909         Detect and mark DISCONT buffers.
15910         Don't crash on 0 sized buffers.
15911
15912 2006-05-03  Wim Taymans  <wim@fluendo.com>
15913
15914         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15915         (volume_transform_ip):
15916         Increase "volume" property to 10.0. Fixes #340369.
15917         Set the process function to NULL when capsnego fails so that
15918         we properly error out.
15919
15920 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15921
15922         * gst/playback/gstplaybin.c: (add_sink):
15923         * gst/playback/test.c: (main):
15924         * gst/playback/test5.c: (dump_element_stats):
15925         * gst/playback/test6.c: (main):
15926           free caps using gst_caps_unref, don't leak caps-strings
15927
15928 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15929
15930         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15931         (plugin_init):
15932           Refine musepack typefinding a bit. Return MAXIMUM
15933           probability when we detect stream version 7 to make
15934           sure the mpeg audio typefinder doesn't trump us.
15935
15936 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15937
15938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15939           Protect against unexpected NULL strf_data buffer.
15940
15941 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15942
15943         * tests/check/elements/audioconvert.c: (verify_convert),
15944         (GST_START_TEST):
15945           interpret the out[] buffer in the order the bytes are actually
15946           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15947           Other tests should use BYTE_ORDER since the array is filled in
15948           with actual values
15949
15950 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15951
15952         * tests/check/elements/audioconvert.c: (verify_convert),
15953         (GST_START_TEST):
15954           when a test fails, give an indication of which it is
15955
15956 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15957
15958         * gst-libs/gst/cdda/gstcddabasesrc.c:
15959           compile fix; strtol() needs <stdlib.h>
15960
15961 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15962
15963         * ext/alsa/gstalsamixerelement.c:
15964         * ext/alsa/gstalsasrc.c:
15965         * ext/cdparanoia/gstcdparanoiasrc.c:
15966         * ext/gnomevfs/gstgnomevfssink.c:
15967         * ext/gnomevfs/gstgnomevfssrc.c:
15968         * ext/ogg/gstoggdemux.c:
15969         * ext/ogg/gstoggmux.c:
15970         * ext/ogg/gstoggparse.c:
15971         * ext/ogg/gstogmparse.c:
15972         * ext/pango/gstclockoverlay.c:
15973         * ext/pango/gsttextoverlay.c:
15974         * ext/pango/gsttextrender.c:
15975         * ext/pango/gsttimeoverlay.c:
15976         * ext/theora/theoradec.c:
15977         * ext/theora/theoraenc.c:
15978         * ext/vorbis/vorbisdec.c:
15979         * ext/vorbis/vorbisenc.c:
15980         * gst-libs/gst/audio/gstaudiofilter.c:
15981         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15982         * gst/audioconvert/gstaudioconvert.c:
15983         * gst/audiorate/gstaudiorate.c:
15984         * gst/audioresample/gstaudioresample.c:
15985         * gst/audiotestsrc/gstaudiotestsrc.c:
15986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15987         * gst/playback/gstdecodebin.c:
15988         * gst/playback/gstplaybin.c:
15989         * gst/playback/gststreamselector.c:
15990         * gst/subparse/gstsubparse.c:
15991         * gst/tcp/gstmultifdsink.c:
15992         * gst/tcp/gsttcpclientsink.c:
15993         * gst/tcp/gsttcpclientsrc.c:
15994         * gst/tcp/gsttcpserversink.c:
15995         * gst/tcp/gsttcpserversrc.c:
15996         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15997         * gst/videorate/gstvideorate.c:
15998         * gst/videoscale/gstvideoscale.c:
15999         * gst/videotestsrc/gstvideotestsrc.c:
16000         * gst/volume/gstvolume.c:
16001         * sys/v4l/gstv4ljpegsrc.c:
16002         * sys/v4l/gstv4lmjpegsink.c:
16003         * sys/v4l/gstv4lmjpegsrc.c:
16004         * sys/v4l/gstv4lsrc.c:
16005         * sys/ximage/ximagesink.c:
16006         * sys/xvimage/xvimagesink.c:
16007         * tests/check/libs/cddabasesrc.c:
16008           make GstElementDetails const
16009
16010 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16011
16012         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16013         (gst_adder_init):
16014           send events from src-pad to all sink-pads fixes #338657
16015
16016 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16017
16018         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16019         (alsasink_parse_spec):
16020           query width capabilities from alsa, fixes #338919
16021
16022 2006-04-28  Wim Taymans  <wim@fluendo.com>
16023
16024         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16025         (gst_multi_fd_sink_remove_client_link):
16026         * gst/tcp/gstmultifdsink.h:
16027         Fix race condition in multifdsink that can lead to spurious 
16028         duplicate clients. this patch adds a new signal that is fired when
16029         multifdsink has removed all references to the fd.
16030         Fixes #339574.
16031         Updated documentation.
16032         API: client-fd-removed signal added
16033
16034 2006-04-28  Michael Smith  <msmith@fluendo.com>
16035
16036         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16037           When asking g_value_array_new to prealloc elements, we may as well
16038           ask for the right number of elements.
16039
16040 2006-04-28  Wim Taymans  <wim@fluendo.com>
16041
16042         * gst-libs/gst/audio/gstbaseaudiosink.c:
16043         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16044         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16045         patch to make timestamp checking more tollerant to rounding 
16046         errors given that real discontinuities are to be marked on
16047         buffers. Fixes some asf files and #338778.
16048         Also avoid some crashers when we receive an event in the 
16049         NULL state.
16050
16051 2006-04-28  Michael Smith  <msmith@fluendo.com>
16052
16053         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16054         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16055         (gst_gnome_vfs_src_get_property),
16056         (gst_gnome_vfs_src_send_additional_headers_callback),
16057         (gst_gnome_vfs_src_received_headers_callback),
16058         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16059         (gst_gnome_vfs_src_stop):
16060         * ext/gnomevfs/gstgnomevfssrc.h:
16061           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16062           proper shared support within icydemux.
16063
16064 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16065
16066         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16067         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16068           fix up docs
16069           fix a leak when no caps negotiated
16070           fix counting of input frames
16071         * tests/check/elements/.cvsignore:
16072         * tests/check/elements/videorate.c: (assert_videorate_stats),
16073         (GST_START_TEST), (videorate_suite):
16074           add tests for these
16075
16076 2006-04-28  Wim Taymans  <wim@fluendo.com>
16077
16078         * gst-libs/gst/audio/gstringbuffer.c:
16079         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16080         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16081         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16082         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16083         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16084         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16085         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16086         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16087         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16088         Check arguments passed to public functions instead of
16089         crashing.
16090
16091 2006-04-28  Wim Taymans  <wim@fluendo.com>
16092
16093         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16094         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16095         GstBaseAudioSrc must be live or it does not work.
16096
16097         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16098         Don't set live to TRUE as this is the default in the parentclass.
16099
16100 2006-04-28  Wim Taymans  <wim@fluendo.com>
16101
16102         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16103         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16104         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16105         fixation cases better. Fixes #338991
16106
16107 2006-04-28  Wim Taymans  <wim@fluendo.com>
16108
16109         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16110         Handle 0/1 framerate correctly Fixes #331901.
16111
16112 2006-04-28  Wim Taymans  <wim@fluendo.com>
16113
16114         * tests/check/elements/audioconvert.c: (get_float_caps),
16115         (GST_START_TEST), (audioconvert_suite):
16116         Added check for correct clipping when doing float samples
16117         in audioconvert.
16118
16119 2006-04-28  Wim Taymans  <wim@fluendo.com>
16120
16121         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16122         (gst_video_rate_chain):
16123         Print more debugging info.
16124
16125 2006-04-28  Wim Taymans  <wim@fluendo.com>
16126
16127         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16128         (resample_set_state_from_caps):
16129         Add support for other formats audioresample can handle such as
16130         32 bits in and float and 64 bits float. Fixes #301759
16131
16132 2006-04-28  Wim Taymans  <wim@fluendo.com>
16133
16134         * gst/audioconvert/audioconvert.c: (float):
16135         correctly clip float samples > 1.0. Fixes #338718
16136
16137 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16138
16139         Patch by: Young-Ho Cha  <ganadist at chollian net>
16140
16141         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16142         (gst_text_overlay_render_text):
16143           Don't strip newlines from the text. Also, center lines
16144           within multi-line paragraphs (#339405).
16145
16146 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16147
16148         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16149           Fix wavpack typefinding to work in more cases (don't peek
16150           for chunks of multiple hundred kBs at once, but process
16151           things step-by-step in smaller units). Fixes #339786.
16152
16153 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16154
16155         * configure.ac:
16156           back to HEAD
16157
16158 === release 0.10.6 ===
16159
16160 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16161
16162         * configure.ac:
16163           releasing 0.10.6, "Chao"
16164
16165 2006-04-26  David Schleef  <ds@schleef.org>
16166
16167         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16168           Fixes #338897.
16169
16170 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16171
16172         * configure.ac:
16173         * win32/common/config.h:
16174           new prerelease
16175
16176 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16177
16178         patch by: Wim Taymans
16179
16180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16181         (gst_ogg_demux_perform_seek):
16182           make sure correct newsegments are sent, so that the decoder
16183           and the demuxer agree on timestamps.  Fixes playback of a lot
16184           of Ogg files that do not start from 0.  Fixes #339833.
16185
16186 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16187
16188         Patch by: Edward Hervey  <edward@fluendo.com>
16189
16190         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16191         * tests/check/Makefile.am:
16192         * tests/check/elements/videorate.c: (assert_videorate_stats),
16193         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16194         (videorate_suite), (main):
16195           Fix an infinite loop if frames are passed in with wrongly ordered
16196           timestamps.  Fixes #339013.
16197
16198 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16199
16200         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16203           fix typefinding on some ISO files.  Fixes #339212.
16204
16205 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16208
16209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16210           add another H264 fourcc.  Fixes #339047.
16211
16212 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16213
16214         Patch by: Jan Schmidt
16215
16216         * gst/playback/gststreamselector.c:
16217         (gst_stream_selector_bufferalloc):
16218           Restore old StreamSelector behaviour.
16219           Fixes #338419.
16220
16221 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16222
16223         * configure.ac:
16224         * win32/common/config.h:
16225           prerelease
16226
16227 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16228
16229         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16230
16231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16232         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16233           Fix some memory leaks: on finalize, free buffers left in the queue
16234           before destroying the queue; in _push(), unref rtp_buf even if
16235           the process vfunc returned a NULL buffer as output buffer (#337548);
16236           demote some recuring debug messages to LOG level.
16237
16238 2006-04-11  Wim Taymans  <wim@fluendo.com>
16239
16240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16241         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16242         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16243         (gst_ogg_demux_loop):
16244         More cleanups.
16245         Respect segment stop when emiting EOS or SEGMENT_DONE.
16246         Fixes (#337945).
16247
16248 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         * gst/playback/gststreamselector.c:
16251         (gst_stream_selector_get_property):
16252           Don't leak pad name.
16253
16254 2006-04-10  Michael Smith  <msmith@fluendo.com>
16255
16256         * tests/check/Makefile.am:
16257         * tests/check/gst-plugins-base.supp:
16258           Suppress an old libtheora bug (fixed in more recent versions), so 
16259           that FC4 buildslaves can pass.
16260
16261 2006-04-10  Wim Taymans  <wim@fluendo.com>
16262
16263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16264         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16265         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16266         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16267         (gst_ogg_demux_loop):
16268         Don't leak events.
16269         Remember what error we got when finding chains, if we
16270         were shutdown, that would not be an error.
16271
16272 2006-04-10  Wim Taymans  <wim@fluendo.com>
16273
16274         * gst-libs/gst/audio/gstbaseaudiosink.c:
16275         (gst_base_audio_sink_event):
16276         Starting the ringbuffer when we did not acquire it can cause
16277         a deadlock, is pointless and causes nasty things for
16278         subclasses. 
16279         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16280
16281 2006-04-10  Wim Taymans  <wim@fluendo.com>
16282
16283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16284         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16285         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16286         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16287         (gst_ogg_demux_deactivate_current_chain),
16288         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16289         (gst_ogg_demux_bisect_forward_serialno),
16290         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16291         Add some more debugging.
16292
16293 2006-04-10  Wim Taymans  <wim@fluendo.com>
16294
16295         * ext/theora/theoradec.c: (theora_dec_src_event),
16296         (theora_handle_data_packet):
16297         Some more debug info.
16298
16299         * tests/examples/seek/seek.c: (start_seek), (main):
16300         Print element messages too.
16301
16302 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16303
16304         * gst/audioresample/debug.h:
16305           replace debug macros with variable number of parameters
16306           by a simple alias to gstreamer standard debug macros 
16307          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16308           supported by MSVC 6.0 and 7.1)
16309         * gst/audioresample/resample.h:
16310           define M_PI and rint for WIN32
16311         * win32/common/libgstaudio.def:
16312         * win32/common/libgstriff.def:
16313         * win32/common/libgsttag.def:
16314         * win32/common/libgstvideo.def:
16315           add new exported functions
16316         * win32/vs6:
16317           update project files
16318
16319 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16320
16321         * ext/alsa/gstalsamixeroptions.c:
16322         (gst_alsa_mixer_options_class_init):
16323         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16324         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16326         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16327         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16328         * gst-libs/gst/audio/gstaudiofilter.c:
16329         (gst_audio_filter_class_init):
16330         * gst-libs/gst/audio/gstaudiosink.c:
16331         (gst_audioringbuffer_class_init):
16332         * gst-libs/gst/audio/gstaudiosrc.c:
16333         (gst_audioringbuffer_class_init):
16334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16335         * gst-libs/gst/interfaces/colorbalancechannel.c:
16336         (gst_color_balance_channel_class_init):
16337         * gst-libs/gst/interfaces/mixeroptions.c:
16338         (gst_mixer_options_class_init):
16339         * gst-libs/gst/interfaces/mixertrack.c:
16340         (gst_mixer_track_class_init):
16341         * gst-libs/gst/interfaces/tunerchannel.c:
16342         (gst_tuner_channel_class_init):
16343         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16344         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16345         (gst_netbuffer_class_init):
16346         * gst-libs/gst/rtp/gstbasertppayload.c:
16347         (gst_basertppayload_class_init):
16348         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16349         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16350         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16351         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16352         * gst/playback/gststreamselector.c:
16353         (gst_stream_selector_class_init):
16354         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16355         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16356         * sys/v4l/gstv4lcolorbalance.c:
16357         (gst_v4l_color_balance_channel_class_init):
16358         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16359         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16360         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16361         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16362         (gst_v4l_tuner_norm_class_init):
16363         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16365         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16366         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16367
16368 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16369
16370         * ext/pango/gsttextrender.h:
16371         * gst-libs/gst/audio/gstaudiosink.h:
16372         * gst-libs/gst/audio/gstaudiosrc.h:
16373         * gst-libs/gst/audio/gstbaseaudiosink.h:
16374         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16375         * gst-libs/gst/audio/gstringbuffer.h:
16376         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16377         * gst-libs/gst/rtp/gstbasertppayload.h:
16378         * gst-libs/gst/video/gstvideofilter.h:
16379         * gst-libs/gst/video/gstvideosink.h:
16380         * gst/playback/gstplaybasebin.h:
16381         * gst/tcp/gstmultifdsink.h:
16382         * sys/v4l/gstv4lelement.h:
16383         Fix broken GObject macros
16384
16385 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16386
16387         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16388         More debug to trace why my USB headset is not working with gst
16389
16390 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16391
16392         * gst/playback/gstplaybasebin.c: (group_destroy):
16393         Clean up our group elements properly in the case where it never 
16394         got committed - it still got added unconditionally to the bin.
16395
16396 2006-04-07  Wim Taymans  <wim@fluendo.com>
16397
16398         * ext/theora/theoradec.c: (theora_dec_sink_event),
16399         (theora_handle_data_packet), (theora_dec_chain):
16400         Unref unhandled events.
16401         Protect against empty buffers.
16402         Perform QoS on running time.
16403
16404 2006-04-07  Michael Smith  <msmith@fluendo.com>
16405
16406         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16407         (gst_vorbis_enc_chain):
16408           Remove leaks from vorbisenc.
16409           Mostly minor changes, the only significant one is that now the
16410           buffers we set as 'streamheader' on the caps are copies of the
16411           original buffers, to avoid circular refcounting problems.
16412
16413 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16414
16415         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16416           Don't remove our mute-probe if someone else already did so.
16417           Don't set a 2nd one if there is already one pending on the pad.
16418
16419         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16420         (do_playbin_seek):
16421           When a seek fails, ensure that playbin is still set back to playing.
16422           
16423         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16424         (mpeg_ts_type_find), (plugin_init):
16425           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16426
16427 2006-04-06  Andy Wingo  <wingo@pobox.com>
16428
16429         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16430         (gst_video_rate_init): Caps-related parameters should not be reset
16431         by a flush -- move their inits to the instance init function.
16432         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16433         is not OK, just return the result.
16434
16435         * gst/audiotestsrc/gstaudiotestsrc.c
16436         (gst_audio_test_src_class_init)
16437         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16438         broken by Stefan's commit on 24 March.
16439
16440         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16441         buffers being pushed out. Fixes oggmux ! multifdsink.
16442
16443 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16444
16445         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16446         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16447         * ext/vorbis/vorbisdec.h:
16448         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16449         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16450         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16451         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16452         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16453         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16454         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16455         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16456         (gst_vorbis_enc_buffer_from_packet),
16457         (gst_vorbis_enc_buffer_from_header_packet),
16458         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16459         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16460         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16461         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16462         (gst_vorbis_enc_change_state):
16463         * ext/vorbis/vorbisenc.h:
16464           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16465           vorbisenc adhere to the official nomenclature; use boilerplate
16466           macro.
16467
16468 2006-04-04  Andy Wingo  <wingo@pobox.com>
16469
16470         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16471         Whoops, fix bug introduced. Bad hacker!
16472         
16473         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16474         Properly handle the case where you get EOS before any buffers are
16475         received. Use gst_buffer_make_metadata_writable where appropriate.
16476
16477         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16478         is often negative -- make it signed so as not to wrap around.
16479         Fixes segfaults introduced on 9 March.
16480
16481 2006-04-03  Wim Taymans  <wim@fluendo.com>
16482
16483         * ext/theora/gsttheoradec.h:
16484         * ext/theora/theoradec.c: (theora_dec_src_event):
16485         Don't try to store a gdouble in a gboolean.
16486         Small cleanups.
16487
16488 2006-04-03  Michael Smith  <msmith@fluendo.com>
16489
16490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16491           Oggmux sucks.
16492           Make it suck slightly less by writing out the final page.
16493           Still can't encode a vorbis-in-ogg file correctly, though.
16494
16495 2006-04-03  Andy Wingo  <wingo@pobox.com>
16496
16497         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16498         a g_print.
16499
16500         * ext/theora/theora.c (plugin_init): Register theoraparse.
16501
16502         * ext/theora/gsttheoraparse.h: 
16503         * ext/theora/theoraparse.c: New files implementing a theora
16504         parser. Now we can properly remux ogg/theora+vorbis, yay.
16505
16506         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16507
16508 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16509
16510         * gst/audiotestsrc/gstaudiotestsrc.c:
16511           Fixed the sample pipeline (see #323798)
16512
16513 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16514
16515         * configure.ac:
16516         * win32/common/config.h:
16517         * win32/common/config.h.in:
16518           use AS_VERSION and AS_NANO
16519           more cleanups
16520
16521 2006-03-31  Andy Wingo  <wingo@pobox.com>
16522
16523         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16524         uninitialized variable return that would happen.
16525         
16526         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16527         uninitialized variable return that would never happen.
16528
16529         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16530         (vorbis_parse_sink_event): Add an event function to flush our
16531         state on a seek, and to drain buffers on a premature EOS.
16532         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16533         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16534         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16535         (vorbis_parse_drain_queue): Queue up buffers until we can set
16536         their timestamps and granulepos values.
16537
16538         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16539         and keep track of data needed for deriving granulepos and
16540         timestamps for buffers.
16541
16542 2006-03-29  Wim Taymans  <wim@fluendo.com>
16543
16544         Patch by: j^ <j at bootlab dot org>
16545
16546         * ext/alsa/gstalsamixerelement.c:
16547         (gst_alsa_mixer_element_class_init):
16548         * ext/alsa/gstalsasink.c:
16549         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16550         * ext/ogg/gstoggdemux.c:
16551         * ext/ogg/gstoggmux.c:
16552         * ext/ogg/gstoggparse.c:
16553         * ext/pango/gstclockoverlay.c:
16554         * ext/pango/gsttextoverlay.c:
16555         * ext/pango/gsttextrender.c:
16556         * ext/pango/gsttimeoverlay.c:
16557         * ext/theora/theoradec.c:
16558         * ext/theora/theoraenc.c:
16559         * ext/vorbis/vorbisdec.c:
16560         * ext/vorbis/vorbisenc.c:
16561         * gst/audioconvert/gstaudioconvert.c:
16562         * gst/subparse/gstsubparse.c:
16563         * gst/tcp/gstmultifdsink.c:
16564         * gst/tcp/gsttcpclientsink.c:
16565         * gst/tcp/gsttcpclientsrc.c:
16566         * gst/tcp/gsttcpserversink.c:
16567         * gst/tcp/gsttcpserversrc.c:
16568           better/unified long descriptions
16569           Fixes #336477
16570
16571 2006-03-29  Wim Taymans  <wim@fluendo.com>
16572
16573         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16574         (stop_seek):
16575         Don't let double and triple clicks mess up our state.
16576
16577 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16578
16579         * gst/playback/gstplaybin.c: (gen_video_element),
16580         (gen_text_element), (gen_audio_element), (gen_vis_element):
16581           Error out gracefully when we can't create any of the usual
16582           conversion elements for some reason. Also, don't try to
16583           create an audioscale (sic) element that's not used anyway.
16584
16585 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16586
16587         * gst/playback/gstplaybasebin.c: (setup_source):
16588           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16589           element for a particular protocol, that's confusing for users.
16590           Instead, post a RESOURCE_FAILED error, so that our own error
16591           message is actually shown in totem etc. (#336303).
16592
16593 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16594
16595         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16596
16597         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16598         (gst_gnome_vfs_src_get_icy_metadata):
16599           Fix some minor memory leaks (#336194).
16600
16601 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16602
16603         * ext/gnomevfs/gstgnomevfs.c:
16604         (gst_gnome_vfs_location_to_uri_string):
16605         * ext/gnomevfs/gstgnomevfs.h:
16606         * ext/gnomevfs/gstgnomevfssink.c:
16607         (gst_gnome_vfs_sink_set_property):
16608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16609           Make gnomevfssink accept filenames as well as URIs for the
16610           "location" property, just like gnomevfssrc does (and
16611           filesrc/filesink do) (#336190).
16612
16613 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16614
16615         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16616           set to NULL before unreffing, fixes a valgrind leak.
16617           Why was this not triggering the error that an object needs to
16618           be NULL before unreffing ?
16619         * win32/common/config.h:
16620           update
16621
16622 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16623
16624         * gst/subparse/gstsubparse.c: (convert_encoding),
16625         (gst_sub_parse_change_state):
16626         * gst/subparse/gstsubparse.h:
16627           Text subtitle files may or may not be UTF-8. If it's not, we
16628           don't really want to see '?' characters in place of non-ASCII
16629           characters like accented characters. So let's assume the input
16630           is UTF-8 until we come across text that is clearly not. If it's
16631           not UTF-8, we don't really know what it is, so try the following:
16632           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16633           is set; if not, check (b) if the current locale encoding is
16634           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16635           the current locale encoding is UTF-8 and the environment variable
16636           was not set to any particular encoding. Not perfect, but better
16637           than nothing (and better than before, I think) (fixes #172848).
16638
16639 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16640
16641         * configure.ac:
16642           update core requirement to 0.10.4.1 because of async_playback
16643           vmethod on GstBaseSink
16644
16645 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16646
16647         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16648         * gst/adder/gstadder.c: (gst_adder_init):
16649         use DEBUG_FUNCPTR for collectpads
16650
16651 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16652
16653         * docs/plugins/Makefile.am:
16654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16656         * ext/cdparanoia/gstcdparanoiasrc.c:
16657         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16658         (gst_gnome_vfs_sink_class_init):
16659         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16660         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16661         * ext/ogg/gstoggmux.c:
16662         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16663         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16664         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16665         * ext/pango/gsttextoverlay.c:
16666         * ext/pango/gsttextrender.c:
16667         * ext/theora/theoradec.c:
16668         * ext/theora/theoraenc.c:
16669         * ext/vorbis/vorbisdec.c:
16670         * ext/vorbis/vorbisenc.c:
16671         * gst-libs/gst/audio/gstaudiofilter.c:
16672         (gst_audio_filter_base_init):
16673         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16674         (gst_audio_filter_template_base_init):
16675         * gst/adder/gstadder.c: (gst_adder_get_type):
16676         * gst/adder/gstadder.h:
16677         * gst/audioconvert/gstaudioconvert.c:
16678         * gst/audiotestsrc/gstaudiotestsrc.c:
16679         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16680         (gst_audio_test_src_create):
16681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16682         * gst/playback/gstdecodebin.c:
16683         * gst/playback/gstplaybin.c:
16684         * gst/playback/gststreamselector.c:
16685         (gst_stream_selector_base_init):
16686         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16687         * gst/volume/gstvolume.c:
16688         * sys/v4l/gstv4lmjpegsink.c:
16689         * sys/v4l/gstv4lmjpegsrc.c:
16690         * tests/check/libs/cddabasesrc.c:
16691         * tests/old/examples/gob/gst-identity2.gob:
16692           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16693           define GstElementDetails at the top
16694
16695 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16696
16697         * win32/common/libgstinterfaces.def:
16698         Add a lot of export functions for gst-python
16699         * win32/vs6/libgstinterfaces.dsp:
16700         Add a missing include folder in the project configuration
16701         
16702 2006-03-23  Wim Taymans  <wim@fluendo.com>
16703
16704         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16705         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16706         (gst_base_audio_src_change_state):
16707         Fix audio sources, forgot to make the ringbuffer
16708         startable...
16709
16710 2006-03-23  Wim Taymans  <wim@fluendo.com>
16711
16712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16713         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16714         (gst_base_audio_src_change_state):
16715         unparent instead of unref the ringbuffer.
16716
16717 2006-03-23  Wim Taymans  <wim@fluendo.com>
16718
16719         * gst-libs/gst/audio/gstbaseaudiosink.c:
16720         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16721         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16722         Implement new async_play vmethod to start slaving and allow
16723         playback start in case of async PLAY state changes. 
16724
16725         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16726         Enable QoS with new method in base class.
16727
16728 2006-03-23  Wim Taymans  <wim@fluendo.com>
16729
16730         Patch by: Julien MOUTTE <julien at moutte dot net>
16731
16732         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16733         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16734         Partially handle 0 framerate, only EOS after the first frame
16735         is missing.
16736
16737 2006-03-23  Wim Taymans  <wim@fluendo.com>
16738
16739         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16740
16741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16742         (gst_riff_create_video_template_caps):
16743         * gst/ffmpegcolorspace/avcodec.h:
16744         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16745         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16746         (gst_ffmpegcsp_avpicture_fill):
16747         * gst/ffmpegcolorspace/imgconvert.c:
16748         Patch for support of YVU9 AVI files (#334822)
16749
16750 2006-03-22  Edward Hervey  <edward@fluendo.com>
16751
16752         * docs/design/design-decodebin.txt:
16753         Added design document for new decodebin
16754         (Target Caps): text/x-pango-markup is also a default target caps.
16755
16756 2006-03-22  Wim Taymans  <wim@fluendo.com>
16757
16758         * gst-libs/gst/audio/gstbaseaudiosink.c:
16759         (gst_base_audio_sink_dispose):
16760         Since we _parent the ringbuffer, we also need to
16761         _unparent instead of a plain _unref.
16762
16763 2006-03-22  Wim Taymans  <wim@fluendo.com>
16764
16765         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16766         (stop_seek), (scrub_toggle_cb), (main):
16767         Add scrub checkbox.
16768
16769 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16772         (gst_ogg_parse_chain):
16773           Fix very inefficient usage of linked lists (#335365).
16774
16775 2006-03-21  Edward Hervey  <edward@fluendo.com>
16776
16777         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16778         * gst/playback/gstplaybin.c: (handoff):
16779         * gst/playback/gststreamselector.c:
16780         (gst_stream_selector_set_property):
16781         gcc 4.1 unreferenced pointer fixes.
16782         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16784         gst_buffer_ref() now takes a GstBuffer*.
16785
16786 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16787
16788         * sys/xvimage/xvimagesink.c:
16789         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16790         by Jan Schmidt.
16791
16792 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16795         (id3v1_type_find), (apetag_type_find), (plugin_init):
16796           Can't do tag preferences via probability, as tags would then
16797           lose against types that are recognised with MAXIMUM probability
16798           (like .wav); so let all tag typefinders return MAXIMUM themselves
16799           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16800           that we can prefer APE to ID3v1 (fixes #335028).
16801           
16802 2006-03-17  Wim Taymans  <wim@fluendo.com>
16803
16804         * gst-libs/gst/audio/gstbaseaudiosink.c:
16805         (gst_base_audio_sink_change_state):
16806         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16807         (gst_ring_buffer_may_start):
16808         * gst-libs/gst/audio/gstringbuffer.h:
16809         Only start playback if we are playing.
16810         should fix #330748.
16811
16812 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16813
16814         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16815         * win32/common/config.h:
16816           Revert accidental commits to these files.
16817
16818 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16821
16822         * tests/Makefile.am:
16823           Don't try to build tests in tests/icles if we
16824           don't have X (#323852)
16825
16826 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16827
16828         * gst-libs/gst/tag/gstid3tag.c:
16829           Add TXXX frame identifiers for replaygain stuff as used
16830           by some taggers (see #323721).
16831
16832 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16833
16834         * gst/playback/gststreamselector.c:
16835         (gst_stream_selector_set_property),
16836         (gst_stream_selector_bufferalloc):
16837           Preserve the existing buggy streamselector behaviour by performing
16838           a fallback buffer allocation when downstream isn't linked yet.
16839           This should really be fixed in playbin by blocking pads until it's
16840           linked them.
16841           Also, use gst_pad_alloc_buffer instead of
16842           gst_pad_alloc_buffer_and_set.
16843
16844 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16845
16846         * gst-libs/gst/tag/gstid3tag.c:
16847           Don't crash on unknown ID3v2 TXXX frames.
16848           
16849 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16850
16851         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16852           Chain up to the parent finalize method.
16853           Add 32-bit sample size to the template caps.
16854
16855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16856         (gst_riff_create_video_template_caps):
16857           Add the fourcc that the VMWare codec uses.
16858           
16859         * gst/playback/gststreamselector.c:
16860         (gst_stream_selector_set_property),
16861         (gst_stream_selector_bufferalloc),
16862         (gst_stream_selector_request_new_pad):
16863           For the active pad, forward buffer-alloc requests, otherwise
16864           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16865           having to memcpy every frame when used by playbin.
16866
16867         * gst/tcp/gstmultifdsink.c:
16868         (gst_multi_fd_sink_handle_client_write):
16869           Get negotiated caps from the sink pad, rather than the sink
16870           pad's peer.
16871
16872 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16873
16874         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16875         
16876         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16877           Don't forget to set src->callbacks_pushed to FALSE again when
16878           popping them, otherwise re-activation in a different mode won't
16879           work (#334620).
16880
16881 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16882
16883         Patch by: Sebastien Moutte  <sebastien moutte net>
16884
16885         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16886         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16887         (gst_ffmpeg_smpfmt_to_caps):
16888           Replace __VA_ARGS__ caps creation macros with varargs functions.
16889           Makes things compile on MSVC (#320765), looks nicer, and we can
16890           tell the compiler to check for the NULL terminator.
16891
16892 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16893
16894         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16895
16896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16897           Make sure the buffer we copy into is really always big
16898           enough, this time for real (#333488).
16899           
16900 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16901
16902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16903           Add support for 24bpp DIB (#305279).
16904
16905 2006-03-14  Wim Taymans  <wim@fluendo.com>
16906
16907         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16908         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16910         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16911         (gst_video_scale_init), (gst_video_scale_src_event):
16912         Re-enable QoS after the release.
16913         Rework videoscale to use the base class src_event handler.
16914
16915 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16916
16917         * configure.ac:
16918           back to CVS.
16919
16920 === release 0.10.5 ===
16921
16922 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16923
16924         * configure.ac:
16925           releasing 0.10.5, "Net"
16926
16927 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16928
16929         * docs/plugins/Makefile.am:
16930           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16931           
16932 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16933
16934         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16935         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16936         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16937           Add cdparanoiasrc to docs.
16938
16939         * gst-libs/gst/cdda/gstcddabasesrc.c:
16940           More GstCddaBaseSrc docs.
16941
16942 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16943
16944         * docs/libs/gst-plugins-base-libs-sections.txt:
16945         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16946         * gst-libs/gst/tag/tag.h:
16947           API: libgsttag: new method gst_tag_from_id3_user_tag().
16948
16949 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16950
16951         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16952           NULL-terminate array of mpeg4 video file extensions.
16953           Fixes crash on PPC (#334226).
16954
16955 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * ext/gnomevfs/gstgnomevfssrc.c:
16958         (gst_gnome_vfs_src_check_get_range):
16959           gnome_vfs_uri_is_local() alone is not a good indicator
16960           whether we can operate in pull-mode with a specific URI,
16961           as it returns FALSE for file:// URIs that point to an
16962           NFS-mounted path. Be more conservative here: whitelist
16963           local files, blacklist http URIs and use the old
16964           mechanism for anything else (fixes #334216).
16965
16966 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16967
16968         * configure.ac:
16969           back to trunk
16970
16971 === release 0.10.4 ===
16972
16973 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16974
16975         * configure.ac:
16976           releasing 0.10.4, "Power"
16977
16978 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16979
16980         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16981         Disable max-lateness by setting it to -1 for now, so that 
16982         we can bed QoS stuff in thoroughly between now and the next
16983         release.
16984
16985 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16986
16987         Patch by: Fabrizio Gennari
16988
16989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16990           Make sure we don't read beyond the palette buffer in case of
16991           broken or manipulated files (#333488)
16992
16993 2006-03-10  Edward Hervey  <edward@fluendo.com>
16994
16995         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16996         Fix for variable not initialized.
16997
16998 2006-03-09  Wim Taymans  <wim@fluendo.com>
16999
17000         * ext/libvisual/visual.c: (gst_visual_get_type),
17001         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17002         (gst_visual_chain):
17003         Small cleanups.
17004
17005         * ext/theora/gsttheoradec.h:
17006         * ext/theora/theoradec.c: (gst_theora_dec_init),
17007         (gst_theora_dec_reset), (_theora_granule_time),
17008         (theora_dec_src_convert), (theora_dec_sink_convert),
17009         (theora_dec_src_query), (theora_dec_src_event),
17010         (theora_dec_sink_event), (theora_handle_comment_packet),
17011         (theora_handle_header_packet), (theora_dec_push),
17012         (theora_handle_data_packet), (theora_dec_chain),
17013         (theora_dec_change_state):
17014         Add simple QoS.
17015
17016 2006-03-09  Wim Taymans  <wim@fluendo.com>
17017
17018         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17019         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17020         Some cleanups.
17021
17022 2006-03-09  Wim Taymans  <wim@fluendo.com>
17023
17024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17025         Don't try to activate NULL chains.
17026
17027 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17028
17029         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17030           Fix invalid memory access to region before peek'd data (#332964).
17031
17032 2006-03-09  Wim Taymans  <wim@fluendo.com>
17033
17034         Patch by: Christophe Fergeau
17035
17036         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17037         * ext/pango/gsttextrender.c: (gst_text_render_init):
17038         * gst/adder/gstadder.c: (gst_adder_init):
17039         Don't leak padtemplates, closes #333510.
17040
17041 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17044           Fix invalid memory access: make sure string passed to
17045           regexec() is NUL-termianted.
17046
17047 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17050         (mp3_type_find):
17051           Refactor mpeg/audio typefinding to make it more maintainable
17052           and easier to fine-tune. Make probing into middle of the file
17053           work properly (fixes #333900, also see #152688).
17054
17055 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * gst/typefind/gsttypefindfunctions.c:
17058         (utf8_type_find_have_valid_utf8_at_offset):
17059           Remove part from previous commit that was bogus:
17060           g_utf8_validate() does in fact not accept embedded
17061           zeroes, so we don't need to check for those (thanks
17062           to Mike for the hint).
17063
17064 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17065
17066         * gst/typefind/gsttypefindfunctions.c:
17067         (utf8_type_find_count_embedded_zeroes),
17068         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17069           Make plain/text typefinder more conservative: firstly, check
17070           for embedded zeroes, which are perfectly valid UTF-8 characters,
17071           but also a fairly good sign that something is not a plain text
17072           file; secondly, probe into the middle of the file if possible.
17073           If we can't probe into the middle, limit the probability value
17074           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17075
17076 2006-03-08  Michael Smith  <msmith@fluendo.com>
17077
17078         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17079           Make typefind function name for mpeg4 video unique.
17080
17081 2006-03-08  Wim Taymans  <wim@fluendo.com>
17082
17083         * ext/libvisual/visual.c: (gst_visual_init),
17084         (gst_visual_clear_actors), (gst_visual_dispose),
17085         (gst_visual_reset), (gst_visual_src_setcaps),
17086         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17087         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17088         (gst_visual_chain), (gst_visual_change_state):
17089         Cleanups, post nice errors.
17090         Handle sink and src events.
17091         Implement simple QoS.
17092
17093         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17094         Use new basesink methods to configure max-lateness.
17095         Small doc update.
17096
17097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17098         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17099         Debug statement cleanups.
17100
17101         * gst/volume/gstvolume.c: (gst_volume_class_init):
17102         Simple cleanup.
17103
17104 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17105
17106         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17107         (gst_text_overlay_init), (gst_text_overlay_set_property),
17108         (gst_text_overlay_get_property):
17109           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17110           as string type properties, but mark them deprecated. Add
17111           'halignment' and 'valignment' properties that use enums
17112           instead of strings.
17113
17114 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17115
17116         Patch by: Fabrizio Gennari
17117
17118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17119           Allow palettes with less than 256 colours in AVI files
17120           (#333488)
17121
17122 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17123
17124         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17125         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17126         pad. We were releasing the queued text buffer when we should keep
17127         it until video pad gets EOS or discard the text buffer because it's
17128         too old. That was eating the last subtitle buffer. Add some more
17129         debug.
17130
17131 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17132
17133         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17134         (gst_text_overlay_video_chain):
17135           Fix invalid memory access (we can't access a buffer after it's been
17136           pushed downstream without taking a reference); fix memory leak (if
17137           there's no text to render, bail out before allocating stuff).
17138
17139 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17140
17141         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17142         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17143         * ext/pango/gsttextoverlay.h:
17144           If input is plain text, escape it before passing it to
17145           pango_layout_set_markup().
17146
17147 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17150           Don't ignore flow return from gst_pad_push().
17151
17152 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17153
17154         Patch by: Fabrizio Gennari
17155
17156         * ext/libvisual/visual.c: (gst_visual_getcaps),
17157         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17160         (gst_vorbisenc_convert_sink):
17161         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17162         (gst_audio_duration_from_pad_buffer):
17163         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17164         (gst_audio_filter_chain):
17165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17166         (gst_base_rtp_depayload_setcaps):
17167         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17168         (gst_video_get_size):
17169         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17170           Don't leak references returned by gst_pad_get_parent()
17171           (#333663)
17172
17173 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17174
17175         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17176           change location param details
17177         * gst/volume/gstvolume.c: (plugin_init):
17178           correct plugin description
17179
17180 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17183         (gst_gnome_vfs_src_check_get_range):
17184           Override GstBaseSrc::check_get_range() in order to avoid opening
17185           the resource just to check whether we can operate in pull-mode or
17186           not - we can predict that pretty well from the URI alone. Should
17187           fix problems with last.fm (#331690). (Requires latest core CVS).
17188
17189 2006-03-06  Wim Taymans  <wim@fluendo.com>
17190
17191         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17192         (gst_video_sink_class_init):
17193         Throw away frames that are later than 20 ms.
17194
17195 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17196
17197         Patch by: Fabrizio Gennari
17198
17199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17200           Set depth on WMA caps (#333545)
17201
17202 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17203
17204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17205         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17206           put Theora BOS pages before others.  This hardcodes
17207           the Ogg/Theora I profile, but hey.
17208
17209 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17210
17211         * ext/ogg/README:
17212           updated with some examples
17213         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17214         (granulepos_add), (theora_buffer_from_packet):
17215         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17216         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17217         (gst_vorbisenc_chain):
17218           implement strategy from ext/ogg/README
17219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17220         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17221         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17222         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17223           Fix muxer so that oggz-validate is happy with all streams;
17224           except for no eos mark, and the BOS page ordering
17225         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17226         (check_buffer_granulepos):
17227         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17228           update tests to check for OFFSET being set as requested
17229           fixed type of granulepos, it's not a ClockTime
17230
17231 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17232
17233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17234         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17235         Check that the xvimage we are creating has a correct size
17236         before returning it. (#314897)
17237
17238 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17239
17240         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17241           Give id3 and ape tag typefinders a rank slightly higher
17242           than PRIMARY to ensure they're always run before any of
17243           the other typefinders (in particular wav and mp3) (#324186).
17244
17245 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17246
17247         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17248           Add support for '3IVD' fourcc (#333403).
17249
17250 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17251
17252         * configure.ac:
17253           Bump requirements to GStreamer CVS for the new error enum.
17254
17255         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17256           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17257           space left on the device (fixes #333352).
17258
17259 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17260
17261         * win32/vs6:
17262           add a project file for libgstvolume
17263           update the workspace
17264
17265 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17266
17267         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17268         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17269         (GST_START_TEST):
17270           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17271           Set IN_CAPS on header buffers
17272
17273 2006-03-02  Wim Taymans  <wim@fluendo.com>
17274
17275         * docs/plugins/Makefile.am:
17276         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17277         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17278         Add audioresample to docs.
17279
17280         * gst/audioconvert/gstaudioconvert.c:
17281         Add revision date.
17282
17283         * gst/audioresample/gstaudioresample.c:
17284         (gst_audioresample_base_init), (gst_audioresample_class_init),
17285         (gst_audioresample_init), (gst_audioresample_dispose),
17286         (audioresample_get_unit_size), (audioresample_transform_caps),
17287         (resample_set_state_from_caps), (audioresample_transform_size),
17288         (audioresample_set_caps), (audioresample_event),
17289         (audioresample_do_output), (audioresample_transform),
17290         (audioresample_pushthrough), (gst_audioresample_set_property),
17291         (gst_audioresample_get_property), (plugin_init):
17292         * gst/audioresample/gstaudioresample.h:
17293         Added docs.
17294         Small code cleanups.
17295
17296 2006-03-02  Wim Taymans  <wim@fluendo.com>
17297
17298         * docs/plugins/Makefile.am:
17299         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17300         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17301         Added videoscale to docs.
17302
17303         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17304         (gst_video_rate_swap_prev), (gst_video_rate_event),
17305         (gst_video_rate_chain):
17306         Fix typo in docs.
17307
17308         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17309         (gst_video_scale_init), (gst_video_scale_prepare_size),
17310         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17311         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17312         * gst/videoscale/gstvideoscale.h:
17313         Added docs, examples.
17314         Some code cleanups.
17315         Post errors instead of g_warning.
17316
17317 2006-03-02  Wim Taymans  <wim@fluendo.com>
17318
17319         * docs/libs/gst-plugins-base-libs-docs.sgml:
17320         * docs/libs/gst-plugins-base-libs-sections.txt:
17321         * docs/libs/gst-plugins-base-libs.types:
17322         * docs/plugins/Makefile.am:
17323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17325         Added some more docs to libs and plugins.
17326
17327         * gst-libs/gst/audio/gstringbuffer.c:
17328         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17329         * gst-libs/gst/audio/gstringbuffer.h:
17330         Document ringbuffer some more.
17331
17332         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17333         (gst_video_rate_setcaps), (gst_video_rate_reset),
17334         (gst_video_rate_init), (gst_video_rate_flush_prev),
17335         (gst_video_rate_swap_prev), (gst_video_rate_event),
17336         (gst_video_rate_chain), (gst_video_rate_change_state):
17337         * gst/videorate/gstvideorate.h:
17338         Fix videorate to use segments.
17339         Make it work with 0/1 framerates (closes #331903)
17340         Handle EOS correctly.
17341         Added docs.
17342
17343 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17344
17345         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17346         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17347         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17348           In state change function, first chain up to parent class,
17349           then handle downwards state change stuff. Remove some
17350           commented out cruft from 0.8 code.
17351
17352 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17353
17354         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17355         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17356         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17357         (gst_ogm_parse_chain):
17358           Don't remove/re-add source pad if the new caps are the same as
17359           the old caps anyway (#333042). When removing source pad, don't
17360           unref it afterwards - we didn't ref it when adding. Sprinkle some
17361           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17362           after using gst_pad_get_parent(). Return downstream flow return
17363           value in chain function.
17364
17365 2006-03-02  Wim Taymans  <wim@fluendo.com>
17366
17367         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17368         * docs/plugins/gst-plugins-base-plugins.args:
17369         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17370         * docs/plugins/gst-plugins-base-plugins.interfaces:
17371         * docs/plugins/gst-plugins-base-plugins.signals:
17372         Fix hierarchy, added some more elements to the docs.
17373
17374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17375         (gst_ffmpegcsp_get_type):
17376         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17377         Fix docs for ffmpegcolorspace.
17378
17379 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17380
17381         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17382         (apetag_type_find), (ape_type_find), (plugin_init):
17383           Some typefinding fine-tuning:
17384           - rank ID3/APE tags in order of preference via probabilities, so that
17385             ID3v2 > APEv2 > APEv1 > ID3v1.
17386           - three or four bytes don't really justify MAXIMUM probability,
17387             change those to 'very likely' (musepack and monkeysaudio).
17388
17389 2006-03-01  Wim Taymans  <wim@fluendo.com>
17390
17391         * docs/plugins/Makefile.am:
17392         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17393         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17394         * ext/alsa/gstalsamixer.c:
17395         * ext/alsa/gstalsamixer.h:
17396         * ext/alsa/gstalsamixerelement.c:
17397         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17398         * ext/alsa/gstalsamixerelement.h:
17399         * ext/alsa/gstalsasink.c:
17400         * ext/alsa/gstalsasink.h:
17401         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17402         (gst_alsasrc_init):
17403         * ext/alsa/gstalsasrc.h:
17404         Added alsa docs.
17405         Small code cleanups.
17406
17407 2006-03-01  Wim Taymans  <wim@fluendo.com>
17408
17409         * ext/theora/Makefile.am:
17410         Dist new header too,
17411
17412 2006-03-01  Wim Taymans  <wim@fluendo.com>
17413
17414         * docs/plugins/Makefile.am:
17415         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17416         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17417         * ext/gnomevfs/gstgnomevfssink.h:
17418         * ext/gnomevfs/gstgnomevfssrc.h:
17419         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17420         * ext/vorbis/vorbisdec.h:
17421         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17422         * ext/vorbis/vorbisenc.h:
17423         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17424         (vorbis_parse_chain), (vorbis_parse_change_state):
17425         * ext/vorbis/vorbisparse.h:
17426         * gst/audioconvert/gstaudioconvert.h:
17427         * gst/tcp/gsttcpserversink.h:
17428         * gst/videotestsrc/gstvideotestsrc.c:
17429         * gst/videotestsrc/gstvideotestsrc.h:
17430         * gst/volume/gstvolume.c:
17431         * gst/volume/gstvolume.h:
17432         Fix some more docs.
17433         Added docs for vorbisdec and vorbisparse.
17434         Fix vorbisparse.
17435
17436 2006-03-01  Wim Taymans  <wim@fluendo.com>
17437
17438         * docs/plugins/Makefile.am:
17439         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17440         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17441         * ext/pango/gstclockoverlay.h:
17442         * ext/pango/gsttextoverlay.h:
17443         * ext/pango/gsttextrender.h:
17444         * ext/pango/gsttimeoverlay.h:
17445         * ext/theora/gsttheoradec.h:
17446         * ext/theora/gsttheoraenc.h:
17447         * ext/theora/theoradec.c:
17448         * ext/theora/theoraenc.c:
17449         * gst/audioconvert/gstaudioconvert.h:
17450         * gst/audiotestsrc/gstaudiotestsrc.h:
17451         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17452         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17453         * gst/tcp/gstmultifdsink.h:
17454         Updated/added documentation.
17455
17456         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17457         (gst_text_overlay_halign_get_type),
17458         (gst_text_overlay_wrap_mode_get_type),
17459         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17460         (gst_text_overlay_init), (gst_text_overlay_set_property),
17461         (gst_text_overlay_get_property):
17462         Fix up properties to be enums instead of string to make bindings,
17463         introspection and automatic GUI creation possible.
17464         Add getters for the properties.
17465
17466 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17467
17468         * gst/audiotestsrc/gstaudiotestsrc.c:
17469           added defines of M_PI and M_PI_2
17470         * gst/ffmpegcolorspace/avcodec.h:
17471           removed #include "stdint.h" for win32 as _stdint.h is 
17472           autogenerated to win32/common
17473         * win32/common/libgstaudio.def:
17474         * win32/common/libgsttag.def:
17475           added some exports
17476         * win32/vs6:
17477           some project files bugs corrected
17478         * win32/vs7:
17479           project files are reset to the default vs7 configuration 
17480           (they link to msvcr71.dll using default optimizations)
17481           
17482 2006-02-28  Wim Taymans  <wim@fluendo.com>
17483
17484         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17485         Fix some docs.
17486
17487 2006-02-28  Edward Hervey  <edward@fluendo.com>
17488
17489         * ext/alsa/gstalsasrc.c:
17490         Set proper class on the ElementDetails:
17491         Source/Audio instead of Src/Audio/
17492
17493 2006-02-28  Edward Hervey  <edward@fluendo.com>
17494
17495         * gst/videoscale/vs_scanline.c:
17496         (vs_scanline_resample_nearest_RGBA):
17497         Revert optimization in videoscale. It should go in liboil and have
17498         an appropriate liboil function.
17499
17500 2006-02-28  Wim Taymans  <wim@fluendo.com>
17501
17502         * gst-libs/gst/audio/gstbaseaudiosink.c:
17503         (gst_base_audio_sink_provide_clock):
17504         Don't try to provide a clock in the NULL state.
17505
17506 2006-02-28  Wim Taymans  <wim@fluendo.com>
17507
17508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17509         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17510         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17511         (gst_ogg_demux_deactivate_current_chain),
17512         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17513         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17514         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17515         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17516         Use GstSegment infrastructure to remove duplicated code
17517         and handle more seek cases correctly.
17518
17519 2006-02-28  Wim Taymans  <wim@fluendo.com>
17520
17521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17522         (gst_ffmpegcsp_transform):
17523         Don't ignore return code from ffmpeg convert function.
17524
17525         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17526         Split out some long statements to ease debugging.
17527
17528 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17529
17530         * ext/libvisual/visual.c: (gst_visual_init),
17531         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17532         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17533         being able to renegotiate the size. Instead, use the negotiation
17534         algorithm from the goom plugin to pick an initial output caps. 
17535
17536         Also, allow theoretical libvisual plugins that might support non-GL 
17537         output even if they also do GL.
17538
17539 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17540
17541         * ext/libvisual/visual.c: (gst_visual_init),
17542         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17543         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17544         possible negotiation issues.
17545
17546 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17547
17548         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17549
17550 2006-02-24  Michael Smith  <msmith@fluendo.com>
17551
17552         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17553         (cmml_type_find), (plugin_init):
17554           Fix CMML type find function to not require a specific minor version
17555           of the CMML header.
17556
17557           Add an MPEG4 video elementary stream typefind function.
17558
17559 2006-02-04  Michael Smith  <msmith@fluendo.com>
17560
17561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17562         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17563         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17564         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17565         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17566         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17567           Annodex support in ogg demuxer. Doesn't do very much without the
17568           other annodex patches (to come).
17569
17570 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17571
17572         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17573
17574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17575           Pick up palette for MS video v1 (#327028)
17576
17577 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17578
17579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17580         (gst_ffmpegcsp_caps_remove_format_info),
17581         (gst_ffmpegcsp_get_unit_size):
17582           The 'palette_data' field from incoming RGB caps shouldn't be
17583           proxied on outgoing YUV caps; also, restrict unit size
17584           adjustment in case of paletted data only to the unit that
17585           actually has a palette. Fixes #330711.
17586
17587 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17588
17589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17590         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17591         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17592         (gst_ffmpegcsp_get_unit_size):
17593           Plug some memory leaks.
17594
17595 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17596
17597         * sys/ximage/Makefile.am:
17598         * sys/xvimage/Makefile.am:
17599           Add some _CFLAGS and _LIBS that seem to be missing
17600           and/or required for Cygwin (see #317048).
17601
17602 2006-02-22  Wim Taymans  <wim@fluendo.com>
17603
17604         * ext/alsa/gstalsasrc.c:
17605         Fix description as pointed out by caugier.
17606
17607 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17608
17609         Reviewed by : Edward Hervey  <edward@fluendo.com>
17610
17611         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17612         (qt_type_find):
17613         Better 3gp typefinding (#331526).
17614
17615 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17618           Don't send EOS event here, the base class will send one for us.
17619
17620         * gst/playback/gstplaybasebin.c: (prepare_output):
17621           Subpictures without video stream aren't allowed either.
17622         
17623         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17624           Fix debug statement copy'n'paste-o.
17625
17626 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17627
17628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17629           Fix issues with mixer keeping state when muting/unmuting
17630           and when changing the volume whilst muted (see #331763
17631           and #331765).
17632
17633 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17634
17635         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17636         (parse_subrip), (gst_sub_parse_format_autodetect):
17637           Set right caps given that we send escaped text. Also,
17638           honour <i></i>, <b></b> and <u></u> markers that can be found
17639           in .srt files (fixes #310202).
17640
17641 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17642
17643         * gst-libs/gst/audio/mixerutils.c:
17644         (element_factory_rank_compare_func):
17645           Make order in which elements are tried more determinable.
17646
17647 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17648
17649         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17650         (remove_element_chain), (cleanup_decodebin),
17651         (gst_decode_bin_change_state): Make decodebin reusable by
17652         fixing remove_element_chain first and then introduce a
17653         cleaner in state change to ->NULL. (Closes #331678)
17654
17655 2006-02-19  Wim Taymans  <wim@fluendo.com>
17656
17657         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17658         use 0666 mask when creating files so umask gets applied
17659         correctly. Fixes #331295.
17660
17661 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17662
17663         * gst/subparse/Makefile.am:
17664         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17665         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17666         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17667         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17668         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17669         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17670         * gst/subparse/gstssaparse.h:
17671         * gst/subparse/gstsubparse.c: (plugin_init):
17672           Add very basic parser for SSA subtitle streams (as often
17673           found in matroska files).
17674
17675 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17676
17677         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17678           That should be text/x-pango-markup, not text/x-pango-layout.
17679
17680 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17681
17682         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17683         Polishing.
17684
17685 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17686
17687         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17688         (gst_text_overlay_finalize), (gst_text_overlay_init),
17689         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17690         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17691         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17692         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17693         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17694         Fix state change deadlock.
17695
17696 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17697
17698         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17699         (gst_text_overlay_finalize), (gst_text_overlay_init),
17700         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17701         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17702         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17703         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17704         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17705         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17706         and subtitles files.
17707
17708 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17709
17710         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17711         should be considered as raw.
17712
17713 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17714
17715         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17716         (cb_probe):
17717         * gst/playback/gststreaminfo.h: Introduce language informations.
17718
17719 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17720
17721         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17722         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17723         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17724         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17725         Set shared memory segments to be deleted as soon as we have attached,
17726         that way they get cleaned up automatically if we crash.
17727
17728 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17729
17730         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17731         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17732         functions are called with lock held.
17733
17734 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17735
17736         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17737         (gst_text_overlay_finalize), (gst_text_overlay_init),
17738         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17739         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17740         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17741         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17742         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17743         (gst_text_overlay_change_state): Refactoring of textoverlay
17744         without collectpads. This now supports sparse subtitles coming
17745         from a demuxer instead of a sub file. Seeking is still broken 
17746         though. Need to discuss with wtay some more on how to handle
17747         seeking correctly.
17748         * ext/pango/gsttextoverlay.h:
17749         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17750         subtitles coming from the demuxer.
17751
17752 2006-02-17  Wim Taymans  <wim@fluendo.com>
17753
17754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17755         (gst_vorbisenc_convert_sink):
17756         Use some more scaling functions.
17757
17758 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17759
17760         * ext/cdparanoia/gstcdparanoiasrc.c:
17761         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17762         (gst_cd_paranoia_paranoia_callback),
17763         (gst_cd_paranoia_src_signal_is_being_watched),
17764         (gst_cd_paranoia_src_read_sector):
17765         * ext/cdparanoia/gstcdparanoiasrc.h:
17766           Add back 'transport-error' and 'uncorrected-error' signals and
17767           make them actually be fired when bad stuff happens (#319340).
17768
17769 2006-02-17  Wim Taymans  <wim@fluendo.com>
17770
17771         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17772         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17773         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17774         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17775         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17776         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17777         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17778         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17779         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17780         (gst_ring_buffer_clear):
17781         Small cleanups.
17782         Added some G_LIKELY.
17783
17784 2006-02-17  Wim Taymans  <wim@fluendo.com>
17785
17786         * gst-libs/gst/audio/TODO:
17787         Update TODO
17788
17789         * gst-libs/gst/audio/gstbaseaudiosink.c:
17790         (gst_base_audio_sink_get_offset):
17791         When trying to play samples ASAP and we don't have a
17792         previous sample, try to play at position 0 instead of
17793         an invalid position.
17794
17795 2006-02-17  Wim Taymans  <wim@fluendo.com>
17796
17797         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17798         (gst_alsasink_reset):
17799         Also release lock when we get an error in _reset();
17800         fix an error message.
17801
17802 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17803
17804         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17805         (gst_alsasink_init), (get_channel_free_structure),
17806         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17807         (gst_alsasink_close):
17808         * ext/alsa/gstalsasink.h:
17809           Add support for more than 2 channels (#326720).
17810
17811 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17812
17813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17814           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17815           with 4 or 6 channels, assume a default channel layout to make things
17816           work (not sure there's anything else we can do in those cases).
17817
17818 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17819
17820         * gst-libs/gst/audio/multichannel.c:
17821           Minor docs fix.
17822
17823         * gst-libs/gst/riff/Makefile.am:
17824         * gst-libs/gst/riff/riff-ids.h:
17825         * gst-libs/gst/riff/riff-media.c:
17826         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17827           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17828           channels and a channel layout map.
17829           
17830 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17831
17832         Reviewed by Edward Hervey  <edward@fluendo.com>
17833
17834         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17835         C-level optimization of the RGBA nearest neighbour function.
17836         Eventually this might end up in liboil with vectorized versions.
17837
17838 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17839
17840         * gst-libs/gst/audio/multichannel.c:
17841         (gst_audio_get_channel_positions):
17842           When we have more than 2 channels, but no channel layout is
17843           specified in the caps, return some default channel layout
17844           to the caller and warn about about a possibly buggy element
17845           (could be buggy filtercaps as well of course) (#317038).
17846
17847 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17848
17849         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17850           Add gst-libs/gst/cdda to list of lib search paths.
17851
17852 2006-02-15  Andy Wingo  <wingo@pobox.com>
17853
17854         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17855         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17856         to the Lord Jesus that I do not have to touch the ogg muxer ever
17857         again.
17858
17859 2006-02-15  Edward Hervey  <edward@fluendo.com>
17860
17861         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17862         quicktime movie files can also contain 'uuid' atoms.
17863
17864 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17865
17866         * gst/audioconvert/plugin.c: (plugin_init):
17867           Register the GstAudioChannelPosition enum type with the type
17868           system in the plugin_init function, so that it is known before
17869           any element actually makes use of multi-channel stuff. This is
17870           required for example if one wants to be able to deserialise/use
17871           a caps string with channel positions before any pipeline has
17872           been setup and started, like with gst-launch.
17873
17874 2006-02-14  Wim Taymans  <wim@fluendo.com>
17875
17876         * gst-libs/gst/audio/gstringbuffer.c:
17877         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17878         (gst_ring_buffer_samples_done), (wait_segment),
17879         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17880         Add some compiler G_(UN_)LIKELY help.
17881         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17882         make sure they can exit their functions. Should fix #330748
17883
17884 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17885
17886         * Makefile.am:
17887         * configure.ac:
17888         * win32/MANIFEST:
17889         * win32/common/_stdint.h:
17890           Windows does not have long long; copy the generated _stdint.h
17891         * win32/common/interfaces-enumtypes.c:
17892         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17893         (gst_mixer_track_flags_get_type),
17894         (gst_tuner_channel_flags_get_type):
17895         * win32/common/multichannel-enumtypes.c:
17896         (gst_audio_channel_position_get_type):
17897           update
17898
17899 2006-02-13  Wim Taymans  <wim@fluendo.com>
17900
17901         * gst-libs/gst/audio/gstbaseaudiosink.c:
17902         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17903         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17904         Always sync on first sample we receive when starting.
17905
17906 2006-02-13  Wim Taymans  <wim@fluendo.com>
17907
17908         * gst/playback/gstplaybin.c: (gen_vis_element):
17909         Update vis bin docs.
17910         Move queue after tee so we don't queue video buffers but
17911         audio samples instead. Fixes problems where the video queue
17912         is filled and the audio queue empty.
17913
17914 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17915
17916         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17917           No need to push an EOS event here, GstBaseSrc will do that for us
17918           when we return FLOW_UNEXPECTED.
17919           
17920 2006-02-12  Wim Taymans  <wim@fluendo.com>
17921
17922         * gst-libs/gst/audio/gstbaseaudiosink.c:
17923         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17924         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17925         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17926         Use scale functions when possible.
17927         Fix error messages.
17928         Free clockid when after waiting for EOS.
17929         Use G_(UN_)LIKLY when it makes sense.
17930         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17931
17932 2006-02-12  Edward Hervey  <edward@fluendo.com>
17933
17934         * gst/playback/gstplaybasebin.c: (prepare_output): 
17935         Remove stray semi-colon (fixes #330888).
17936
17937 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17938
17939         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17941         Fix up the XShm call testing so that we catch errors, and don't
17942         cause new ones by attempting to detach from a segment we failed
17943         to attach to. Fixes #312439.
17944
17945 2006-02-10  Edward Hervey  <edward@fluendo.com>
17946
17947         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17948         Added flv file typefind (video/x-flv).
17949
17950 2006-02-10  Edward Hervey  <edward@fluendo.com>
17951
17952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17953         (gst_riff_create_video_template_caps):
17954         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17955         Also added the caps to the default set of riff video caps.
17956
17957 2006-02-09  Andy Wingo  <wingo@pobox.com>
17958
17959         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17960         time and the end time of the last packet in the page.
17961         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17962         on the pages in our queue, set the duration as well. Reflow a
17963         debug statement.
17964         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17965         Fixes bad muxing order.
17966
17967 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17968
17969         * gst-libs/gst/rtp/gstbasertppayload.c:
17970         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17971           update seqnum before setting it on the packet; this makes sure
17972           that the timestamp and seqnum properties match after pushing
17973           a buffer
17974
17975 2006-02-09  Andy Wingo  <wingo@pobox.com>
17976
17977         * gst-libs/gst/audio/gstringbuffer.c
17978         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17979         overflow after 13.5 hours of recording. Kapow!
17980
17981         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17982         the buffer size -- we don't care about underrun/overrun reporting
17983         right now, just need to return a useful value.
17984
17985 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17986
17987         * configure.ac:
17988           Back to CVS
17989
17990 === release 0.10.3 ===
17991
17992 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17993
17994         * configure.ac:
17995           releasing 0.10.3, "Under Pressure"
17996
17997 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17998
17999         * configure.ac:
18000         Drat. Bump libtool version number for new API.
18001         Prelease 0.10.2.3 (of 0.10.3)
18002
18003 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18004
18005         * configure.ac:
18006         * win32/common/config.h:
18007         0.10.2.2 prerelease (of 0.10.3).
18008
18009 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18010
18011         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18012           Revert Andy's newsegment change pending a more correct
18013           fix.
18014
18015 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18016
18017         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18018         (qt_type_find), (plugin_init):
18019           detect more files as 3gp
18020           group and reorder the iso file formats
18021
18022 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18023
18024         * ext/vorbis/vorbis.c: (plugin_init):
18025           Register musicbrainz tags, so apps don't have to.
18026
18027 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18028
18029         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18030         (gst_tag_to_vorbis_tag):
18031           Make sure we called gst_tag_register_musicbrainz_tags()
18032           before possibly mapping a vorbiscomment string from/to a
18033           musicbrainz tag.
18034
18035 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18038           In case we can't find the required number of consecutive
18039           mpeg audio frames to positively identify an MPEG audio
18040           stream, check if there's at least a valid mpeg audio
18041           frame right at offset 0 and if so suggest mpeg/audio
18042           caps with a very low probability (#153004).
18043
18044 2006-02-07  Andy Wingo  <wingo@pobox.com>
18045
18046         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18047         a TIME segment if we get timestamped buffers. Requires recent
18048         fixes in core to work properly.
18049
18050 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18051
18052         * gst/playback/gstplaybasebin.c: (prepare_output):
18053           Don't print the URI as part of the error message, it
18054           makes error dialogs look rather ugly, especially if
18055           the URI is very long or has characters in it that
18056           need escaping.
18057
18058 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18059
18060         * gst/playback/gstplaybasebin.c: (prepare_output):
18061           Error out if we have only text or subtitles, but nothing
18062           else. Also error out if we have subtitles but no video
18063           stream.
18064
18065 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18066
18067         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18068           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18069           Post an error message on the bus when we encounter an
18070           error, which will hopefully be more meaningful than the
18071           'Internal Flow Error' message users get to see if we
18072           just return GST_FLOW_ERROR.
18073
18074 2006-02-07  Andy Wingo  <wingo@pobox.com>
18075
18076         * configure.ac (GST_MAJORMINOR): Update core version req to
18077         0.10.2.2, for the collectpads API addition (#330244).
18078
18079 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18080
18081         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18082           Return FALSE from plugin_init() when GnomeVFS can't
18083           be initialised for some reason (#328423).
18084
18085 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18086
18087         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18088         Stick to seeking theory until i find the bug.
18089         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18090
18091 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18092
18093         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18094         (theora_enc_finalize), (theora_enc_sink_setcaps),
18095         (theora_set_header_on_caps), (theora_enc_chain),
18096         (theora_enc_change_state):
18097         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18098           Make theoraenc and the tests leak free. Like, really.
18099
18100 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18101
18102         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18103         (theora_enc_finalize), (theora_enc_sink_setcaps):
18104           Add a finalize method to ensure we clean up state even if
18105           someone omitted the state change back to NULL.
18106
18107         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18108         (gst_vorbisenc_chain):
18109           Free some more leaked bits.
18110
18111         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18112         (stop_pipeline):
18113           Wait for state changes to happen if they're ASYNC.
18114
18115           This ought to teach those fancy pants buildbots a lesson.
18116
18117 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18118
18119         * gst-libs/gst/tag/gstid3tag.c:
18120           Add mapping for ID3 International Standard Recording Code
18121           tag "TSRC"
18122
18123 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18124
18125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18126           Don't leak tag names.
18127
18128 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18129
18130         * docs/libs/gst-plugins-base-libs-docs.sgml:
18131         * docs/libs/gst-plugins-base-libs-sections.txt:
18132         * gst-libs/gst/tag/gstid3tag.c:
18133         * gst-libs/gst/tag/gstvorbistag.c:
18134         * gst-libs/gst/tag/tags.c:
18135           Split libgsttag docs into multiple sections.
18136
18137 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18138
18139         * docs/libs/Makefile.am:
18140         * docs/libs/gst-plugins-base-libs-docs.sgml:
18141         * docs/libs/gst-plugins-base-libs-sections.txt:
18142         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18143         * gst-libs/gst/tag/gstvorbistag.c:
18144         * gst-libs/gst/tag/tag.h:
18145         * gst-libs/gst/tag/tags.c:
18146           Add libgsttag to the docs.
18147
18148 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18149
18150         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18151         (gst_text_overlay_init), (gst_text_overlay_src_event),
18152         (gst_text_overlay_collected): Fix clockoverlay.
18153
18154 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18155
18156         * docs/libs/compiling.sgml:
18157           Fix typo: it's pkg-config, not pkg-gconfig
18158
18159         * docs/libs/gst-plugins-base-libs-docs.sgml:
18160         * docs/libs/gst-plugins-base-libs-sections.txt:
18161         * docs/libs/tmpl/gstgconf.sgml:
18162           There is no libgstgconf in 0.10, remove it
18163           from the docs.
18164
18165 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18166
18167         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18168         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18169         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18170         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18171         (gst_sub_parse_class_init), (gst_sub_parse_init),
18172         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18173         (parse_mpsub), (parser_state_init), (handle_buffer),
18174         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18175         * gst/subparse/gstsubparse.h: Introduce seeking code.
18176
18177 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18180           Add comment about LANGUAGE tag inconsistency (we want
18181           ISO-639-1, but extract three-letter identifiers?)
18182
18183         * po/POTFILES.in:
18184           Add two translatable files.
18185
18186 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18187
18188         * gst-libs/gst/tag/Makefile.am:
18189         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18190         * gst-libs/gst/tag/tag.h:
18191         * gst-libs/gst/tag/tags.c:
18192         (gst_tag_register_musicbrainz_tags_internal),
18193         (gst_tag_register_musicbrainz_tags):
18194           Forward-port some tags stuff from the 0.8 branch. This is
18195           mostly the addition of musicbrainz tags and their mapping
18196           to vorbistags, and a vorbistag mapping of the language tag.
18197
18198 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18199
18200         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18201         refactoring.
18202
18203 2006-02-04  David Schleef  <ds@schleef.org>
18204
18205         * ext/ogg/gstoggmux.c:
18206         * gst/typefind/gsttypefindfunctions.c:
18207           Add Dirac typefinding and add dirac format to oggmux.
18208
18209 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18210
18211         * gst/playback/gstdecodebin.c: (try_to_link_1):
18212           Don't put essential function call into
18213           g_return_*() macro, otherwise it'll all be
18214           replaced by NOOPs when compiling with
18215           G_DISABLE_CHECKS defined.
18216
18217 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18218
18219         * ext/ogg/gstoggdemux.c:
18220         * ext/ogg/gstoggparse.c:
18221         * gst/tcp/gsttcpserversink.c:
18222         * sys/v4l/v4lsrc_calls.c:
18223         * sys/v4l/v4lsrc_calls.h:
18224         Just make it compile with --disable-gst-debug.
18225
18226 2006-02-03  Wim Taymans  <wim@fluendo.com>
18227
18228         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18229         (gst_alsasink_class_init), (gst_alsasink_init),
18230         (gst_alsasink_write), (gst_alsasink_reset):
18231         * ext/alsa/gstalsasink.h:
18232         Add lock to protect alsa calls.
18233         Implement reset to flush samples ASAP, does not work
18234         with dmix though.
18235
18236 2006-02-02  Wim Taymans  <wim@fluendo.com>
18237
18238         * gst-libs/gst/audio/gstbaseaudiosink.c:
18239         (gst_base_audio_sink_provide_clock):
18240         Ugh.. getting late I guess...
18241
18242 2006-02-02  Wim Taymans  <wim@fluendo.com>
18243
18244         * gst-libs/gst/audio/gstbaseaudiosink.c:
18245         (gst_base_audio_sink_provide_clock),
18246         (gst_base_audio_sink_set_property),
18247         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18248         Don't try to provide a clock when we are not negotiated since
18249         we might not be able to make it run.
18250
18251 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18252
18253         * gst/playback/gstdecodebin.c: (try_to_link_1):
18254           Unlinking two source pads is ... hard.
18255
18256 2006-02-02  Wim Taymans  <wim@fluendo.com>
18257
18258         * gst-libs/gst/audio/TODO:
18259         Updated.
18260
18261         * gst-libs/gst/audio/gstbaseaudiosink.c:
18262         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18263         On EOS, wait till the last sample is played before posting EOS.
18264
18265 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18266
18267         Patch by: Kai Vehmanen
18268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18269           Adds ability to enable newsegment bypass by setting queue_delay to
18270           zero. Also avoid thread being started if queue_delay is zero.
18271
18272 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18273
18274         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18275           Make test work again by connecting fakesinks to each decoded pad,
18276           which makes the pipeline wait until each fakesink has a buffer
18277           queued before going to PAUSED state. At that point we know the
18278           decodebin pads are negotiated.
18279
18280 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18281
18282         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18283         (gst_cdda_base_src_handle_event):
18284         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18285           Pass unhandled queries to the parent class's query function.
18286
18287 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18290         (gst_ogg_pad_src_query):
18291         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18292         * ext/theora/theoradec.c: (theora_dec_src_query),
18293         (theora_dec_sink_query):
18294         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18295         (vorbis_dec_sink_query):
18296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18297         (gst_vorbisenc_sink_query):
18298         * gst/adder/gstadder.c: (gst_adder_query):
18299           Pass unhandled queries upstream instead of just
18300           dropping them (#326447). Also, fix supported
18301           query types list for some elements.
18302
18303 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18304
18305         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18306         (paris_type_find), (ilbc_type_find), (plugin_init):
18307           Fix typefinding for audio/x-au, audio/x-paris and
18308           audio/iLBC-sh. We cannot use the START_WITH macros
18309           here, because there can only be one typefind factory
18310           with the same name (caps), so the second one would
18311           replace the first one and the first one would never
18312           be called when doing typefinding (see #161712).
18313           
18314
18315 2006-01-31  Wim Taymans  <wim@fluendo.com>
18316
18317         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18318         (vorbis_handle_header_packet), (vorbis_dec_push),
18319         (vorbis_handle_data_packet):
18320         Use scale_int when we can, add some more scaling.
18321         Check packettype before parsing it.
18322
18323 2006-01-31  Wim Taymans  <wim@fluendo.com>
18324
18325         * ext/theora/theoradec.c: (_theora_granule_time),
18326         (theora_dec_src_convert), (theora_dec_sink_convert):
18327         Call right _scale functions.
18328         Use parameter instead of some other random value.
18329
18330 2006-01-31  Wim Taymans  <wim@fluendo.com>
18331
18332         * ext/theora/theoradec.c: (_theora_granule_frame),
18333         (_theora_granule_time), (_inc_granulepos),
18334         (theora_dec_src_convert), (theora_dec_sink_convert),
18335         (theora_handle_type_packet), (theora_handle_data_packet),
18336         (theora_dec_chain):
18337         Use higher precision timestamps calculation.
18338         Convert some other conversions to _scale.
18339
18340 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18341
18342         * gst/audiotestsrc/gstaudiotestsrc.c:
18343         (gst_audio_test_src_create_sine_table), (plugin_init):
18344         * gst/volume/gstvolume.c: (plugin_init):
18345           initialize gst_controller before using
18346
18347 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18348
18349         * tests/check/pipelines/theoraenc.c:
18350         * tests/check/pipelines/vorbisenc.c:
18351         Define constant using G_GINT64_CONSTANT to avoid errors when
18352         passing it around - otherwise it gets truncated to 32 bits.
18353
18354         Fixes failing tests.
18355
18356 2006-01-31  Andy Wingo  <wingo@pobox.com>
18357
18358         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18359         caps being set doesn't have a framerate value. Basically a stopgap
18360         measure.
18361
18362         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18363         technically correct enough to put into core though.
18364         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18365         DURATION. Fixes theoraenc ! oggmux.
18366
18367         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18368         fraction, not double.
18369
18370 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18371
18372         * win32/vs7:
18373         add vs7 project files created by Sergey Scobich
18374
18375 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18376
18377         * win32/vs8:
18378         add vs8 project files created by Sergey Scobich
18379         
18380 2006-01-30  Andy Wingo  <wingo@pobox.com>
18381
18382         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18383         timestamp + duration, not just timestamp -- ogg pages should be
18384         ordered by stop time. Necessary fix given the change in vorbis
18385         timestamps.
18386
18387         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18388         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18389         (granulepos_add): New function, handles the messiness of adjusting
18390         granulepos values.
18391         (theora_buffer_from_packet):
18392         (theora_enc_chain):
18393         (theora_enc_sink_event): Use granulepos_add, not +.
18394
18395         * tests/check/pipelines/theoraenc.c
18396         (check_buffer_granulepos_from_starttime): Just check the frame
18397         count, not the actual granulepos -- we can't dictate to the
18398         encoder when it should be placing keyframes.
18399
18400 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18401
18402         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18403           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18404           play an http:// stream from a server that's not serving
18405
18406 2006-01-30  Andy Wingo  <wingo@pobox.com>
18407
18408         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18409         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18410         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18411         available.
18412
18413         * ext/theora/gsttheoraenc.h:
18414         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18415         although theoraenc was timestamping correctly. Added handling of
18416         streams that start with nonzero timestamps.
18417
18418         * tests/check/Makefile.am:
18419         * tests/check/pipelines/theoraenc.c: New file, basically does same
18420         tests as vorbisenc.
18421
18422         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18423
18424 2006-01-30  Wim Taymans  <wim@fluendo.com>
18425
18426         * gst-libs/gst/audio/gstaudiosink.c:
18427         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18428         (gst_audioringbuffer_pause):
18429         Implement pause that does not wait for completion.
18430
18431         * gst-libs/gst/audio/gstbaseaudiosink.c:
18432         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18433         Don't drop buffers when going to PAUSED but perform preroll on
18434         remaining samples now that core base class supports this.
18435
18436         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18437         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18438         (gst_ring_buffer_commit):
18439         Pause should not signal waiters.
18440         Implement return value of _commit correctly.
18441
18442 2006-01-30  Andy Wingo  <wingo@pobox.com>
18443
18444         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18445
18446         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18447         updated to timestamp from the first sample, not the last.
18448         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18449         special care of granulepos and timestamp for header packets.
18450         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18451         when the first buffer has a nonzero timestamp.
18452
18453         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18454         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18455         case when the first audio buffer we get has a nonzero timestamp.
18456         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18457         properly timestamp vorbis buffers with the time of the first
18458         sample, not the last.
18459         
18460         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18461         vorbis_granule_time_copy -- now it takes the granule/subgranule
18462         offset into account.
18463
18464         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18465         timestamps, durations, and granulepos on buffers produced by
18466         vorbisenc.
18467
18468 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18469
18470         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18471         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18472           Patch from Eric Jonas to support conversions to/from UYVY 
18473           (Fixes: #324626)
18474
18475 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18476
18477         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18478         (setup_subtitle), (setup_source), (set_active_source):
18479         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18480         (gen_text_element), (gen_audio_element), (gen_vis_element),
18481         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18482
18483 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18484
18485         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18486         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18487                 use gst_guint64_to_gdouble to be compliant with vs6
18488         * gst/playback/gstdecodebin.c: (try_to_link_1)
18489         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18490                 use G_GINT64_CONSTANT for int64 constants
18491         * win32/common/libgstinterfaces.def:
18492                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18493         * win32/vs6:
18494                 update and add new project files
18495                 
18496 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18497
18498         * Makefile.am:
18499         * win32/MANIFEST:
18500         * win32/common/interfaces-enumtypes.c:
18501         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18502         (gst_mixer_track_flags_get_type),
18503         (gst_tuner_channel_flags_get_type):
18504         * win32/common/interfaces-enumtypes.h:
18505         * win32/common/multichannel-enumtypes.c:
18506         (gst_audio_channel_position_get_type):
18507         * win32/common/multichannel-enumtypes.h:
18508           add a win32-update rule like in core, and copy over enumtypes files
18509
18510 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18511
18512         * win32/MANIFEST:
18513         * win32/common/config.h:
18514         * win32/common/config.h.in:
18515           add config files just like in core
18516
18517 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18518
18519         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18520           Make gcc-4.1 happy (part of #327357).
18521
18522 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18523
18524         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18525         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18526         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18527         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18528         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18529         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18530           Update all error messages.  All of them should either use
18531           the default translated message, or actually provide a
18532           translatable string.
18533           Make the string for channel count problems meaningful.
18534
18535 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18536
18537         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18538           check for and throw RESOURCE_BUSY
18539
18540 2006-01-27  David Schleef  <ds@schleef.org>
18541
18542         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18543           checked in this change -- it requires liboil features not
18544           in 0.3.6.  Revert parts.
18545
18546 2006-01-27  David Schleef  <ds@schleef.org>
18547
18548         * REQUIREMENTS:
18549         * configure.ac: update liboil requirement to 0.3.6
18550         * gst/videoscale/Makefile.am:
18551         * gst/videoscale/vs_scanline.c: liboilify
18552
18553 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18554
18555         * ext/libvisual/visual.c: (get_buffer):
18556           When pad_alloc returns a GstFlowReturn other
18557           than GST_FLOW_OK, make sure it is passed upstream.
18558
18559 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18560
18561         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18562         (gst_alsasink_class_init):
18563           Free the device name string.
18564
18565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18566         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18567         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18568           Don't remove a pad from the collectpads structure until it
18569           is released - it's a request pad, and may receive data again
18570           if the element gets moved back to PLAYING state.
18571
18572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18573           Ensure we turn on double buffering on the Xv port, and
18574           set the colour key to something dark and mysterious that
18575           isn't black.
18576
18577 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18578
18579         * ext/alsa/gstalsaplugin.c: (plugin_init):
18580         * ext/cdparanoia/gstcdparanoiasrc.c:
18581         (gst_cd_paranoia_src_base_init), (plugin_init):
18582         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18584           - a library should not call setlocale. see "Libraries" node in
18585             gettext manual
18586           - make sure all plugins that use translation do bindtextdomain
18587             to point to the localedir
18588         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18589         (setup_sinks), (plugin_init):
18590           all this, and check for NULL when creating sinks
18591
18592 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18593
18594         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18595         (plugin_init): Make typefinding of subtitles work again.
18596
18597 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18598
18599         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18600         (mp3_type_frame_length_from_header), (mp3_type_find),
18601         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18602         (plugin_init):
18603           Backport a bunch of typefinding fixes from the 0.8 branch.
18604           Also, improve wavpack typefinding: if we can't peek the
18605           entire wavpack block, try to parse the bits we can get and
18606           see if we find what we're looking for in those.
18607
18608 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18609
18610         * sys/ximage/ximagesink.c:
18611         (gst_ximagesink_calculate_pixel_aspect_ratio):
18612         * sys/xvimage/xvimagesink.c:
18613         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18614         more cases of pixel aspect ratio.
18615
18616 2006-01-26  Edward Hervey  <edward@fluendo.com>
18617
18618         * gst/playback/gstdecodebin.c: (pad_probe):
18619         Also consider the flush-start and tag events as unblockers
18620         for the pad probes.
18621
18622 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18623
18624         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18625         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18626         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18627         On the fly visualisation switch, works disabling, enabling as
18628         well but it won't be able to enable vis in a playbin that was
18629         created with no visualisation.
18630
18631 2006-01-25  Wim Taymans  <wim@fluendo.com>
18632
18633         * gst-libs/gst/audio/gstbaseaudiosink.c:
18634         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18635         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18636         resume after pause.
18637
18638 2006-01-25  Wim Taymans  <wim@fluendo.com>
18639
18640         * gst-libs/gst/audio/gstbaseaudiosink.c:
18641         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18642         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18643         Improve debugging.
18644         Post error when caps cannot be parsed.
18645         Resync on discontinuity in the stream.
18646         Clip samples to segment boundaries.
18647         return WRONG_STATE sooner when we are flushing.
18648
18649         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18650         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18651         Make audiosrc operate in TIME.
18652         Set TIMESTAMP and DURATION on buffers.
18653
18654 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18655
18656         * tests/examples/seek/seek.c: (main):
18657           Output tag messages as well.
18658
18659 2006-01-23  Edward Hervey  <edward@fluendo.com>
18660
18661         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18662         (free_pad_probes), (remove_fakesink), (pad_probe),
18663         (close_pad_link), (gst_decode_bin_change_state):
18664         Replace GstPadBlockCallback with pad probes that detect
18665         first buffer AND eos before removing fakesink.
18666         Fixes hang with demuxers doing EOS while pre-rolling.
18667         Solves #328279
18668
18669 2006-01-23  Andy Wingo  <wingo@pobox.com>
18670
18671         * ext/alsa/gstalsasink.c:
18672         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18673         (gst_base_rtp_depayload_setcaps),
18674         (gst_base_rtp_depayload_add_to_queue),
18675         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18676         
18677         Patch by: Jens Granseuer <jensgr at gmx dot net>
18678
18679 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18680
18681         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18682         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18683         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18684         frames. We might get a frame destroyed after changing state to
18685         NULL, adding a safety check on xcontext.
18686
18687 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18688
18689         * gst-libs/gst/interfaces/xoverlay.c:
18690           Fix prepare-xwindow-id code example in the docs - we need to
18691           ignore all messages that aren't element messages as well.
18692           
18693 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18694
18695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18696           I think one day i'll completely undestand how caps negotiation
18697           is supposed to work. This refactoring handles buffer_alloc
18698           called with caps we can't handle. We definitely don't want a
18699           set_caps with those caps, so we define and allocate a buffer
18700           we would like to receive.
18701
18702 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * gst/playback/gstplaybasebin.c: (setup_source):
18705           Free iterator when done.
18706
18707 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18708
18709         * gst-libs/gst/audio/gstbaseaudiosink.c:
18710         (gst_base_audio_sink_render):
18711           Fix playback of non-synchronised streams by assuming a rate
18712           of 1.0 instead of a random one.
18713
18714           Makes this work again:
18715
18716           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18717           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18718           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18719           audioresample ! alsasink
18720
18721 === release 0.10.2 ===
18722
18723 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18724
18725         * configure.ac:
18726           releasing 0.10.2, "Then the devil is six"
18727
18728 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18729
18730         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18731         * gst/playback/gststreamselector.c:
18732         (gst_stream_selector_set_property):
18733           Comment out broken code that connects to the state-changed signal.
18734           At this point, changing current stream selection is broken, but 
18735           stuff like gst-launch playbin current-audio=1 works and filters
18736           to the chosen stream.
18737
18738 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18739
18740         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18741           Fix #327216 (null dereference in vorbisdec)
18742
18743 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18746           Post taglist actually on bus instead of just freeing it
18747           (fixes #327114 and totem bug #327080).
18748
18749         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18750           Use gst_element_found_tags_for_pad(), so that the tags
18751           are sent downstream as an event as well.
18752
18753 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18754
18755         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18756         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18757         (gst_ximagesink_buffer_alloc):
18758         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18759         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18760         (gst_xvimagesink_buffer_alloc):
18761           move all regularly occurring messages to GST_LOG level
18762           add some more object logs
18763
18764 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18765
18766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18767           fix a silly segfault
18768
18769 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18770
18771         * docs/libs/gst-plugins-base-libs-docs.sgml:
18772         * docs/libs/gst-plugins-base-libs-sections.txt:
18773         * gst-libs/gst/audio/mixerutils.c:
18774         * gst-libs/gst/audio/mixerutils.h:
18775           Add docs for mixerutils stuff.
18776
18777 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18778
18779         * gst/playback/gstplaybasebin.c: (setup_source):
18780           Fix playback for sources that emit raw audio or
18781           raw video streams (e.g.: cd audio sources) (#325984).
18782
18783 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18784
18785         * gst-libs/gst/audio/mixerutils.c:
18786         (gst_audio_mixer_filter_do_filter):
18787           actually save the element we create
18788
18789 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18790
18791         * gst-libs/gst/cdda/gstcddabasesrc.c:
18792         (gst_cdda_base_src_handle_track_seek):
18793           No need to post a tag message on the bus when seeking
18794           within the same track, only post it when the current
18795           track changes.
18796
18797 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18798
18799         * gst/playback/gstplaybasebin.c: (group_destroy),
18800         (probe_triggered), (new_decoded_pad), (mute_group_type),
18801         (set_active_source):
18802         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18803         * gst/playback/gststreamselector.c:
18804         (gst_stream_selector_base_init),
18805         (gst_stream_selector_set_property),
18806         (gst_stream_selector_request_new_pad):
18807           Reenable stream selection. These mechanisms need a complete overhaul
18808           in the face of 0.8->0.10 changes though.
18809
18810 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18811
18812         * ext/ogg/gstoggdemux.c:
18813           Change the pad template to src_%d to match the pads that 
18814           are created from it. decodebin needs this information in order
18815           to decide that oggdemux is capable of producing multiple pads
18816           (and hence needs queues inserted).
18817
18818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18819         (gst_ogg_mux_collected):
18820           Make debug output more useful by using GST_PTR_FORMAT.
18821
18822 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18823
18824         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18825
18826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18827           Set depth and width for alaw/mulaw (fixes #326601).
18828
18829 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18830
18831         * tests/icles/Makefile.am:
18832           don't build the tests if we don't have the libs
18833
18834 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18835
18836         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18837         (gst_cd_paranoia_paranoia_callback):
18838           Don't try to free NULL pointers.
18839
18840 2006-01-10  Edward Hervey  <edward@fluendo.com>
18841
18842         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18843         (gst_audio_rate_change_state), (plugin_init):
18844         Add debugging category.
18845         Fix type issues.
18846         Add case for incoming buffers without valid offset/offset_end.
18847
18848 2006-01-10  Michael Smith  <msmith@fluendo.com>
18849
18850         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18851           Don't leak GCond in audio sources.
18852
18853 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18854
18855         * gst/playback/gstplaybin.c: (gen_audio_element):
18856           Don't leak an autoaudiosink/alsasink when we generate
18857           a new audio element. (old code, I guess)
18858
18859 2006-01-10  Michael Smith  <msmith@fluendo.com>
18860
18861         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18862           Support float audio in audiorate.
18863           Use width rather than depth for selecting sample width.
18864
18865 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18866
18867         * gst/videotestsrc/videotestsrc.h:
18868           Use GLib types here (that way we don't have to include the
18869           generated _stdint.h header, which makes life easier for win32
18870           folks that don't use autotools for the build) (#325990, patch
18871           by: Sergey Scobich).
18872
18873 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18874
18875         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18876         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18877         (gst_ring_buffer_pause), (wait_segment):
18878         * gst-libs/gst/audio/gstringbuffer.h:
18879           Name (private) union, makes Forte compiler happy (this time
18880           for real) (#324900).
18881
18882 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18883
18884         * gst-libs/gst/audio/Makefile.am:
18885           Link against libgstinterfaces, needed for mixer
18886           and property probe stuff.
18887
18888 2006-01-09  Edward Hervey  <edward@fluendo.com>
18889
18890         * gst-libs/gst/Makefile.am:
18891
18892 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18893
18894         * gst-libs/gst/audio/Makefile.am:
18895         * gst-libs/gst/audio/mixerutils.c:
18896         (gst_audio_mixer_filter_do_filter),
18897         (gst_audio_mixer_filter_check_element),
18898         (gst_audio_mixer_filter_probe_feature),
18899         (element_factory_rank_compare_func),
18900         (gst_audio_default_registry_mixer_filter):
18901         * gst-libs/gst/audio/mixerutils.h:
18902           Add gst_audio_default_registry_mixer_filter() utility
18903           function.
18904
18905 2006-01-03  Michael Smith  <msmith@fluendo.com>
18906
18907         * gst/audioresample/resample.h:
18908           As before, but for o_buf
18909
18910 2006-01-03  Michael Smith  <msmith@fluendo.com>
18911
18912         * gst/audioresample/resample.h:
18913           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18914           since we do arithmetic on it.
18915
18916 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18917
18918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18919         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18920         (gst_ring_buffer_pause), (wait_segment):
18921         * gst-libs/gst/audio/gstringbuffer.h:
18922           Sun's Forte compiler doesn't seem to like anonymous structs,
18923           so use same setup as in GstBaseSrc (fixes #324900).
18924
18925 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18926
18927         * configure.ac:
18928         * gst/volume/Makefile.am:
18929         * gst/volume/demo.c:
18930           move old example to tests/examples/volume/volune.c
18931         * tests/examples/Makefile.am:
18932         * tests/examples/seek/seek.c: (main):
18933           change window-close event from "delete-event" to "destroy"
18934         * tests/examples/volume/Makefile.am:
18935         * tests/examples/volume/volume.c: (value_changed_callback),
18936         (setup_gui), (message_received), (eos_message_received), (main):
18937           fix event handling and bus usage
18938
18939 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18940
18941         * gst/audiotestsrc/gstaudiotestsrc.c:
18942         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18943         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18944         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18945         (gst_audio_test_src_create_square),
18946         (gst_audio_test_src_create_saw),
18947         (gst_audio_test_src_create_triangle),
18948         (gst_audio_test_src_create_silence),
18949         (gst_audio_test_src_create_white_noise),
18950         (gst_audio_test_src_create_pink_noise),
18951         (gst_audio_test_src_init_sine_table),
18952         (gst_audio_test_src_create_sine_table),
18953         (gst_audio_test_src_change_wave),
18954         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18955         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18956         * gst/audiotestsrc/gstaudiotestsrc.h:
18957           update to basesrc changes, implement segmented seeking and eos
18958           handling, add a 'sine-tab' waveform for performance critical playback
18959
18960 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18961
18962         * po/POTFILES.in:
18963           ... and this time the other modified file that I missed last time.
18964
18965 2005-12-29  Michael Smith  <msmith@fluendo.com>
18966
18967         * gst/playback/gstdecodebin.c: (new_pad):
18968           Fix non-C89 variable declaration not at the start of a block. Should
18969           help some compilers.
18970
18971 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18972
18973         * tests/check/Makefile.am:
18974           And now fix 'make distcheck' (builddir != srcdir)
18975
18976 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * configure.ac:
18979         * ext/cdparanoia/Makefile.am:
18980         * ext/cdparanoia/gstcdparanoia.c:
18981         * ext/cdparanoia/gstcdparanoia.h:
18982         * ext/cdparanoia/gstcdparanoiasrc.c:
18983         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18984         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18985         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18986         (gst_cd_paranoia_paranoia_callback),
18987         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18988         (gst_cd_paranoia_src_set_property),
18989         (gst_cd_paranoia_src_get_property), (plugin_init):
18990         * ext/cdparanoia/gstcdparanoiasrc.h:
18991           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18992           plugin again (there are still fixes required to playbin to make
18993           cdda:// uris work there).
18994
18995 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18996
18997         * tests/check/Makefile.am:
18998           Fix test case compilation.
18999
19000 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19001
19002         * gst-libs/gst/cdda/gstcddabasesrc.c:
19003         (gst_cdda_base_src_update_duration),
19004         (gst_cdda_base_src_calculate_cddb_id):
19005           An integer is not a string. Fix access to uninitialised variable.
19006
19007         * tests/check/Makefile.am:
19008           Add cddabasesrc unit test; also actually enable the vorbis test.
19009
19010         * tests/check/generic/states.c:
19011           Blacklist new cd audio elements as well.
19012
19013         * tests/check/libs/cddabasesrc.c:
19014           Unit test for GstCddaBaseSrc (discid calculation mostly).
19015
19016 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19017
19018         * docs/libs/Makefile.am:
19019         * docs/libs/gst-plugins-base-libs-docs.sgml:
19020         * docs/libs/gst-plugins-base-libs-sections.txt:
19021         * docs/libs/gst-plugins-base-libs.types:
19022           Add docs for libgstcdda/GstCddaBaseSrc.
19023
19024         * gst-libs/gst/interfaces/mixertrack.h:
19025           Do one struct member per line with a semicolon at the end, that way
19026           even gtk-doc might parse it without complaining.
19027
19028 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19029
19030         * configure.ac:
19031         * gst-libs/gst/Makefile.am:
19032         * gst-libs/gst/cdda/Makefile.am:
19033         * gst-libs/gst/cdda/base64.c:
19034         * gst-libs/gst/cdda/base64.h:
19035         * gst-libs/gst/cdda/gstcddabasesrc.c:
19036         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19037         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19038         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19039         (gst_cdda_base_src_get_property),
19040         (gst_cdda_base_src_get_track_from_sector),
19041         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19042         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19043         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19044         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19045         (gst_cdda_base_src_uri_get_protocols),
19046         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19047         (gst_cdda_base_src_uri_handler_init),
19048         (gst_cdda_base_src_setup_interfaces),
19049         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19050         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19051         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19052         (gst_cdda_base_src_add_tags),
19053         (gst_cdda_base_src_add_index_associations),
19054         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19055         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19056         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19057         (gst_cdda_base_src_create):
19058         * gst-libs/gst/cdda/gstcddabasesrc.h:
19059         * gst-libs/gst/cdda/sha1.c:
19060         * gst-libs/gst/cdda/sha1.h:
19061           Add new libgstcdda with GstCddaBaseSrc class.
19062
19063 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19064
19065         * ext/gnomevfs/gstgnomevfssink.h:
19066           Use GstBaseSinkClass as parent_class member for class struct, not
19067           GstBaseSink.
19068
19069 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19070
19071         Patch by: Michael Benes
19072
19073         * gst/videotestsrc/gstvideotestsrc.c:
19074         (gst_video_test_src_class_init), (gst_video_test_src_start):
19075           Add start method to reset running time and number of frames sent
19076           when starting up (fixes #324696)
19077
19078 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19079
19080         * docs/plugins/Makefile.am:
19081         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19082         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19083         * docs/plugins/gst-plugins-base-plugins.args:
19084         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19085         * docs/plugins/gst-plugins-base-plugins.signals:
19086           Add docs stuff for gnomevfssrc and gnomevfssink.
19087
19088         * ext/gnomevfs/gstgnomevfssrc.c:
19089           Fix example pipeline in gtk-doc blurb.
19090
19091 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19092
19093         * ext/gnomevfs/Makefile.am:
19094         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19095         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19096         (gst_gnome_vfs_handle_get_type), (plugin_init):
19097         * ext/gnomevfs/gstgnomevfs.h:
19098         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19099         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19100         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19101         (gst_gnome_vfs_sink_set_property),
19102         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19103         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19104         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19105         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19106         (gst_gnome_vfs_sink_uri_get_type),
19107         (gst_gnome_vfs_sink_uri_get_protocols),
19108         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19109         (gst_gnome_vfs_sink_uri_handler_init):
19110         * ext/gnomevfs/gstgnomevfssink.h:
19111           Port gnomevfssink; add gtk-doc blurb.
19112
19113         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19114         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19115         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19116         (gst_gnome_vfs_src_uri_get_type),
19117         (gst_gnome_vfs_src_uri_get_protocols),
19118         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19119         (gst_gnome_vfs_src_uri_handler_init),
19120         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19121         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19122         (gst_gnome_vfs_src_send_additional_headers_callback),
19123         (gst_gnome_vfs_src_received_headers_callback),
19124         (gst_gnome_vfs_src_push_callbacks),
19125         (gst_gnome_vfs_src_pop_callbacks),
19126         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19127         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19128         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19129         * ext/gnomevfs/gstgnomevfssrc.h:
19130           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19131           file; add gtk-doc blurb with example pipelines.
19132
19133 === release 0.10.1 ===
19134
19135 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19136
19137         * configure.ac:
19138           releasing 0.10.1, "Dobro Dedek"
19139
19140 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19141
19142         * gst/typefind/gsttypefindfunctions.c:
19143         iLBC30 and iLBC20 added to typefind.
19144
19145 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19146
19147         * gst-libs/gst/audio/gstbaseaudiosink.c:
19148         (gst_base_audio_sink_class_init):
19149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19150         (gst_base_audio_src_class_init):
19151           update strings, values are in microseconds
19152           change the default sink buffer time to something that is smaller
19153           (to help software volume mixing have a slightly lower delay) but
19154           still be acceptable on Wim's laptop
19155
19156 2005-12-20  Edward Hervey  <edward@fluendo.com>
19157
19158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19159         Made a quack, forgot to add DUCK to the riff video template.
19160
19161 2005-12-19  Edward Hervey  <edward@fluendo.com>
19162
19163         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19164         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19165         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19166         (gst_ogm_parse_chain):
19167         Make sure pads are initialized correctly.
19168         * gst-libs/gst/riff/riff-ids.h:
19169         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19170         (gst_riff_create_video_template_caps):
19171         Add a whole bunch of FOURCC <=> MimeType.
19172         Extend the riff video pad template to support the newly added fourcc.
19173
19174 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19175
19176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19177         (gst_ogg_demux_activate_chain):
19178           Extra debug output when activating/deactivating chains.
19179
19180         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19181         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19182         (unlinked):
19183           Remove a queue from our list when it becomes unlinked.
19184           Don't add queues to elements in class 'Demux' if they
19185           can only produce one pad 
19186
19187 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19188
19189         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19190         (gst_video_sink_get_type): Add a debug category.
19191
19192 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19193
19194         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19195         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19196           Handle downstream newsegment by sending our own newsegment before the
19197           next buffer to be released. (#323900)
19198
19199 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19200
19201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19202         (gst_base_rtp_depayload_set_gst_timestamp):
19203           add queue delay to new segment as well (as opposed to just the first
19204           buffer). (bug #322347)
19205
19206 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19207
19208         * ext/libvisual/visual.c: (make_valid_name):
19209           change some char* into char[]
19210         * gst/audiotestsrc/gstaudiotestsrc.c:
19211         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19212         (gst_audio_test_src_create):
19213         * gst/audiotestsrc/gstaudiotestsrc.h:
19214           prepare to handle EOS and SEGMENT_DONE
19215
19216 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19217
19218         * tests/check/generic/states.c: (GST_START_TEST):
19219           Blacklist cdparanoia element in state test.
19220
19221 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19222
19223           Patch by: Benjamin Pineau
19224
19225         * gst/tcp/gsttcp.c:
19226         * gst/tcp/gsttcpclientsink.c:
19227         * gst/tcp/gsttcpserversink.c:
19228         * gst/tcp/gsttcpserversrc.c:
19229           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19230
19231 2005-12-15  Michael Smith  <msmith@fluendo.com>
19232
19233         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19234         (gst_video_rate_chain):
19235           Fix timestamping for videorate when the first buffer it sees has a
19236           non-zero timestamp. Fix some misleading debug output.
19237
19238 2005-12-15  Michael Smith  <msmith@fluendo.com>
19239
19240         * gst/audioresample/gstaudioresample.c:
19241           Don't leak all input buffers to audioresample.
19242
19243 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19244
19245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19246           Don't operate on empty text buffers. Strip newlines and
19247           tabs only from the end of the text, but leave them intact
19248           in the middle. Fix typo in gtk-doc description.
19249
19250 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19251
19252         * gst/playback/gstplaybasebin.c:
19253         * gst/playback/gstplaybin.c: (handoff):
19254           Make sure the video frame buffer we return to apps via the
19255           "frame" property always has caps set on it. Modify
19256           _gst_gvalue_set_object() macro to handle NULL objects
19257           gracefully too.
19258
19259 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19260
19261         * gst/audiotestsrc/gstaudiotestsrc.c:
19262         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19263         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19264         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19265         (gst_audio_test_src_create):
19266         * gst/audiotestsrc/gstaudiotestsrc.h:
19267         Adjust to some recent api changes and add wtays new cool seeking
19268         capabillities
19269
19270 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19271
19272         * ext/alsa/Makefile.am:
19273         * ext/alsa/gstalsadeviceprobe.c:
19274         * ext/alsa/gstalsadeviceprobe.h:
19275           Helper functions to add device probing via the GstPropertyProbe
19276           interface to a class.
19277
19278         * ext/alsa/gstalsamixer.h:
19279           Comment out GST_ALSA_MIXER, it returns a struct that's not
19280           used.
19281
19282         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19283           Add some debug info. 
19284
19285         * ext/alsa/gstalsamixerelement.c:
19286         (gst_alsa_mixer_element_interface_supported),
19287         (gst_implements_interface_init),
19288         (gst_alsa_mixer_element_init_interfaces),
19289         (gst_alsa_mixer_element_class_init),
19290         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19291         (gst_alsa_mixer_element_set_property),
19292         (gst_alsa_mixer_element_get_property),
19293         (gst_alsa_mixer_element_change_state):
19294         * ext/alsa/gstalsamixerelement.h:
19295           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19296           for device handling (gnome-volume-control will need that).
19297
19298 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19299
19300         * ext/Makefile.am: fix cdparanoia entry
19301         * gst-plugins-base.spec.in: add cdparanoia
19302
19303 2005-12-12  Michael Smith  <msmith@fluendo.com>
19304
19305         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19306           Use the correct function to free list of typefind factories.
19307
19308 2005-12-12  Wim Taymans  <wim@fluendo.com>
19309
19310         * gst/videotestsrc/gstvideotestsrc.c:
19311         (gst_video_test_src_class_init), (gst_video_test_src_init),
19312         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19313         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19314         (gst_video_test_src_create):
19315         * gst/videotestsrc/gstvideotestsrc.h:
19316         Implement seeking in videotestsrc.
19317         Small cleanups.
19318
19319 2005-12-12  Wim Taymans  <wim@fluendo.com>
19320
19321         * ext/cdparanoia/Makefile.am:
19322         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19323         (gst_paranoia_endian_get_type), (_do_init),
19324         (cdparanoia_class_init), (cdparanoia_init),
19325         (cdparanoia_set_property), (cdparanoia_get_property),
19326         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19327         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19328         (cdparanoia_convert), (cdparanoia_get_query_types),
19329         (cdparanoia_query), (cdparanoia_set_index),
19330         (cdparanoia_uri_set_uri):
19331         * ext/cdparanoia/gstcdparanoia.h:
19332         Partially ported cdparanoia now that basesrc can support a
19333         plugin like this..
19334
19335 2005-12-12  Wim Taymans  <wim@fluendo.com>
19336
19337         * tests/examples/seek/scrubby.c: (main):
19338         Set higher priority for bus events so they don't get reordered with
19339         gtk gui events.
19340
19341         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19342         (flush_toggle_cb), (main):
19343         Added checkbox to disable flushing seeks. 
19344         Disable scrubbing when doing non flushing seeks.
19345
19346 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19347
19348         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19349         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19350         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19351         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19352           Implement some sort of event handling that doesn't rely on
19353           g_return_if_fail; make sure we always push the last chunk of an 
19354           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19355           state change function; remove some old cruft. Seeking is still
19356           rather unlikely to work though.
19357
19358         * tools/.cvsignore:
19359           Ignore more.
19360
19361 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19362
19363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19364         Fixed a leak of the current image reference when cleaning up.
19365         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19366
19367 2005-12-09  Michael Smith  <msmith@fluendo.com>
19368
19369         * tools/Makefile.am:
19370         * tools/gst-launch-ext-m.m:
19371           Remove gst-launch-ext. It doesn't work, and is no longer
19372           particularly useful.
19373
19374 2005-12-08  Luca Ognibene  <luogni@tin.it>
19375
19376         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19377           don't pass random values to ogmparse convert function.
19378           Make seeking possible in the exile1.ogm file.
19379
19380 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19381
19382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19383         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19384           Work around refcount problem with g_value_set_object() that occur
19385           if the core has been compiled against GLib-2.6 (g_value_set_object()
19386           will only g_object_ref() the element, but the caller will
19387           gst_object_unref() it and bad things will happen due to the way
19388           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19389           totem for people on FC4 using Thomas's 0.10 RPMs.
19390           
19391 2005-12-07  Edward Hervey  <edward@fluendo.com>
19392
19393         Time to welcome ogm to 0.10 :)
19394         
19395         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19396         (gst_ogg_pad_typefind):
19397         Oggdemux can now properly typefind elements with dynamic pads.
19398         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19399         Properly set caps on src pad, and set caps on outgoing buffers.
19400
19401 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19402
19403         * ext/alsa/gstalsamixer.h:
19404         * ext/alsa/gstalsamixerelement.h:
19405         * ext/alsa/gstalsamixeroptions.h:
19406         * ext/alsa/gstalsamixertrack.h:
19407         * ext/alsa/gstalsasink.c:
19408         * ext/alsa/gstalsasink.h:
19409         * ext/alsa/gstalsasrc.c:
19410         * ext/alsa/gstalsasrc.h:
19411         * ext/cdparanoia/gstcdparanoia.h:
19412         * ext/gnomevfs/gstgnomevfsuri.h:
19413         * ext/ogg/gstoggdemux.c:
19414         * ext/ogg/gstoggmux.c:
19415         * ext/pango/gsttextoverlay.h:
19416         * ext/theora/theoradec.c:
19417         * ext/theora/theoraenc.c:
19418         * ext/vorbis/vorbisdec.h:
19419         * ext/vorbis/vorbisenc.c:
19420         * ext/vorbis/vorbisenc.h:
19421         * ext/vorbis/vorbisparse.h:
19422         * gst-libs/gst/audio/gstaudioclock.h:
19423         * gst-libs/gst/audio/gstaudiosink.c:
19424         * gst-libs/gst/audio/gstaudiosink.h:
19425         * gst-libs/gst/audio/gstaudiosrc.c:
19426         * gst-libs/gst/audio/gstaudiosrc.h:
19427         * gst-libs/gst/audio/gstbaseaudiosink.c:
19428         * gst-libs/gst/audio/gstbaseaudiosink.h:
19429         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19430         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19431         * gst-libs/gst/audio/gstringbuffer.h:
19432         * gst-libs/gst/audio/multichannel.h:
19433         * gst-libs/gst/floatcast/floatcast.h:
19434         * gst-libs/gst/interfaces/colorbalance.c:
19435         * gst-libs/gst/interfaces/colorbalance.h:
19436         * gst-libs/gst/interfaces/colorbalancechannel.h:
19437         * gst-libs/gst/interfaces/mixer.h:
19438         * gst-libs/gst/interfaces/mixeroptions.h:
19439         * gst-libs/gst/interfaces/mixertrack.h:
19440         * gst-libs/gst/interfaces/navigation.h:
19441         * gst-libs/gst/interfaces/propertyprobe.h:
19442         * gst-libs/gst/interfaces/tuner.h:
19443         * gst-libs/gst/interfaces/tunerchannel.h:
19444         * gst-libs/gst/interfaces/tunernorm.h:
19445         * gst-libs/gst/interfaces/xoverlay.h:
19446         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19447         * gst-libs/gst/riff/riff-ids.h:
19448         * gst-libs/gst/riff/riff-media.h:
19449         * gst-libs/gst/riff/riff-read.h:
19450         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19451         * gst-libs/gst/rtp/gstbasertppayload.c:
19452         * gst-libs/gst/rtp/gstbasertppayload.h:
19453         * gst-libs/gst/rtp/gstrtpbuffer.c:
19454         * gst-libs/gst/rtp/gstrtpbuffer.h:
19455         * gst-libs/gst/tag/gsttageditingprivate.h:
19456         * gst-libs/gst/tag/gstvorbistag.c:
19457         (gst_tag_list_from_vorbiscomment_buffer):
19458         * gst-libs/gst/tag/tag.h:
19459         * gst-libs/gst/video/video.h:
19460         * gst/adder/gstadder.c:
19461         * gst/adder/gstadder.h:
19462         * gst/audioconvert/audioconvert.c:
19463         * gst/audioconvert/audioconvert.h:
19464         * gst/audioconvert/gstaudioconvert.c:
19465         * gst/audioconvert/gstchannelmix.c:
19466         * gst/audioconvert/gstchannelmix.h:
19467         * gst/audiorate/gstaudiorate.c:
19468         * gst/audioresample/buffer.h:
19469         * gst/audioresample/functable.h:
19470         * gst/audioresample/gstaudioresample.c:
19471         * gst/audioresample/resample.h:
19472         * gst/ffmpegcolorspace/avcodec.h:
19473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19474         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19475         * gst/ffmpegcolorspace/imgconvert.c:
19476         * gst/ffmpegcolorspace/imgconvert_template.h:
19477         * gst/playback/gstdecodebin.c:
19478         * gst/playback/gstplaybasebin.h:
19479         * gst/playback/gstplaybin.c:
19480         * gst/playback/gststreaminfo.h:
19481         * gst/tcp/gstfdset.c:
19482         * gst/tcp/gstfdset.h:
19483         * gst/tcp/gstmultifdsink.c:
19484         * gst/tcp/gstmultifdsink.h:
19485         * gst/tcp/gsttcp.h:
19486         * gst/tcp/gsttcpclientsrc.c:
19487         * gst/tcp/gsttcpclientsrc.h:
19488         * gst/tcp/gsttcpplugin.h:
19489         * gst/tcp/gsttcpserversink.c:
19490         * gst/tcp/gsttcpserversrc.c:
19491         * gst/typefind/gsttypefindfunctions.c:
19492         * gst/videorate/gstvideorate.c:
19493         * gst/videotestsrc/gstvideotestsrc.h:
19494         * gst/videotestsrc/videotestsrc.h:
19495         * sys/v4l/gstv4lcolorbalance.h:
19496         * sys/v4l/gstv4ltuner.h:
19497         * sys/v4l/gstv4lxoverlay.h:
19498         * sys/v4l/v4l_calls.h:
19499         * sys/v4l/videodev_mjpeg.h:
19500         * tests/check/elements/audioconvert.c:
19501         * tests/check/elements/audioresample.c:
19502         * tests/check/elements/audiotestsrc.c:
19503         * tests/check/elements/videotestsrc.c:
19504         * tests/check/elements/volume.c:
19505         * tests/examples/seek/scrubby.c:
19506         * tests/examples/seek/seek.c:
19507           expand tabs
19508
19509 === release 0.10.0 ===
19510
19511 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19512
19513         * configure.ac:
19514           releasing 0.10.0, "Mont-d'or"
19515
19516 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19517
19518         * tests/examples/seek/Makefile.am:
19519         Build fix for when gtk is not available.
19520
19521 2005-12-05  Andy Wingo  <wingo@pobox.com>
19522
19523         * ext/libvisual/visual.c: (get_buffer):
19524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19525         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19526         * ext/theora/theoradec.c: (theora_handle_data_packet):
19527         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19528         (theora_enc_chain):
19529         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19530         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19531         Update for alloc_buffer changes.
19532
19533 2005-12-05  Andy Wingo  <wingo@pobox.com>
19534
19535         patch by: Kai Vehmanen <kv2004 eca cx>
19536         
19537         * gst-libs/gst/rtp/gstbasertpdepayload.c
19538         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19539
19540 2005-12-04  Andy Wingo  <wingo@pobox.com>
19541
19542         patch by: Sebastien Cote <sebas642 yahoo ca>
19543         
19544         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19545         Fixes #319172.
19546
19547 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19548
19549         * docs/plugins/Makefile.am:
19550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19552         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19553         * ext/pango/gstclockoverlay.c:
19554         * ext/pango/gsttextoverlay.c: 
19555         * ext/pango/gsttextrender.c:
19556         * ext/pango/gsttimeoverlay.c:
19557           Add gtk-doc blurbs to pango elements.
19558
19559 2005-12-02  Wim Taymans  <wim@fluendo.com>
19560
19561         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19562         * gst/audioresample/buffer.h:
19563         * gst/audioresample/gstaudioresample.c:
19564         * gst/audioresample/gstaudioresample.h:
19565         * gst/audioresample/resample.c: (resample_input_flush),
19566         (resample_input_pushthrough), (resample_input_eos),
19567         (resample_get_output_size_for_input),
19568         (resample_get_input_size_for_output), (resample_get_output_size),
19569         (resample_get_output_data):
19570         * gst/audioresample/resample.h:
19571         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19572         Fix audioresample, seek torture, new segments, reverse negotiation
19573         etc.. work fine.
19574
19575 2005-12-02  Wim Taymans  <wim@fluendo.com>
19576
19577         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19578         Small cleanups.
19579
19580 2005-12-02  Wim Taymans  <wim@fluendo.com>
19581
19582         * gst/audioconvert/gstaudioconvert.c:
19583         (gst_audio_convert_transform):
19584         Post errors.
19585
19586 === release 0.9.7 ===
19587
19588 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19589
19590         * configure.ac:
19591           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19592
19593 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19594
19595         * Makefile.am:
19596         * po/hu.po:
19597         * win32/MANIFEST:
19598         * win32/gst.sln:
19599           add win32 MANIFEST file
19600           do something to the hungarian translation
19601
19602 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19603
19604         * ext/Makefile.am:
19605           Add $(PANGO_DIR) to SUBDIRS
19606
19607         * ext/pango/gstclockoverlay.c:
19608         * ext/pango/gsttimeoverlay.c:
19609           Fix and improve element descriptions.
19610
19611 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19612
19613         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19614         * docs/plugins/inspect/plugin-libvisual.xml:
19615         * docs/plugins/inspect/plugin-pango.xml:
19616           add pango plugin to docs
19617
19618 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19619
19620         * configure.ac:
19621         * ext/Makefile.am:
19622           moved pango to base
19623
19624 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19625
19626         * configure.ac:
19627         * tests/Makefile.am:
19628         * tests/icles/.cvsignore:
19629         * tests/icles/Makefile.am:
19630         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19631         (close_display), (resize_window), (move_window), (create_window),
19632         (terminate_playback), (pause_playback), (start_playback), (main):
19633           add stress test for xoverlay from Julien
19634
19635 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19636
19637         * docs/libs/tmpl/gstcolorbalance.sgml:
19638         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19639         * gst-libs/gst/rtp/gstbasertppayload.c:
19640         * gst-libs/gst/rtp/gstrtpbuffer.c:
19641         * gst-libs/gst/rtp/gstrtpbuffer.h:
19642           Do burger's rename for rtp payloaders and depayloaders
19643
19644 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * win32/:
19647           add Visual Studio 6 build files
19648
19649 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19650
19651         * docs/libs/gst-plugins-base-libs-docs.sgml:
19652         * docs/libs/gst-plugins-base-libs-sections.txt:
19653         * docs/libs/tmpl/gstaudio.sgml:
19654         * docs/libs/tmpl/gstringbuffer.sgml:
19655         * gst-libs/gst/interfaces/xoverlay.c:
19656         * gst-libs/gst/video/gstvideofilter.c:
19657         * gst-libs/gst/video/gstvideosink.c:
19658           update documentation
19659
19660 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19661
19662         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19663         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19664         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19665         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19666         (gst_multi_fd_sink_get_stats),
19667         (gst_multi_fd_sink_remove_client_link),
19668         (gst_multi_fd_sink_handle_client_read),
19669         (gst_multi_fd_sink_client_queue_data),
19670         (gst_multi_fd_sink_client_queue_caps),
19671         (gst_multi_fd_sink_client_queue_buffer),
19672         (gst_multi_fd_sink_new_client),
19673         (gst_multi_fd_sink_handle_client_write),
19674         (gst_multi_fd_sink_recover_client),
19675         (gst_multi_fd_sink_queue_buffer),
19676         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19677         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19678         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19679         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19680         * gst/tcp/gstmultifdsink.h:
19681         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19682         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19683         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19684         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19685         (gst_tcp_client_sink_set_property),
19686         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19687         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19688         * gst/tcp/gsttcpclientsink.h:
19689         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19690         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19691         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19692         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19693         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19694         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19695         * gst/tcp/gsttcpclientsrc.h:
19696         * gst/tcp/gsttcpplugin.c: (plugin_init):
19697         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19698         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19699         (gst_tcp_server_sink_finalize),
19700         (gst_tcp_server_sink_handle_server_read),
19701         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19702         (gst_tcp_server_sink_set_property),
19703         (gst_tcp_server_sink_get_property),
19704         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19705         * gst/tcp/gsttcpserversink.h:
19706         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19707         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19708         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19709         (gst_tcp_server_src_set_property),
19710         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19711         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19712         * gst/tcp/gsttcpserversrc.h:
19713           more borgifying
19714
19715 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19716
19717         * docs/plugins/Makefile.am:
19718         * docs/plugins/gst-plugins-base-plugins.args:
19719         * docs/plugins/inspect/plugin-libvisual.xml:
19720         * gst/audioconvert/plugin.h:
19721         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19722         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19723         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19724         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19725         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19726         (plugin_init):
19727         * gst/audiotestsrc/gstaudiotestsrc.c:
19728         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19729         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19730         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19731         (gst_audio_test_src_get_query_types),
19732         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19733         (gst_audio_test_src_create_square),
19734         (gst_audio_test_src_create_saw),
19735         (gst_audio_test_src_create_triangle),
19736         (gst_audio_test_src_create_silence),
19737         (gst_audio_test_src_create_white_noise),
19738         (gst_audio_test_src_init_pink_noise),
19739         (gst_audio_test_src_generate_pink_noise_value),
19740         (gst_audio_test_src_create_pink_noise),
19741         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19742         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19743         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19744         (plugin_init):
19745         * gst/audiotestsrc/gstaudiotestsrc.h:
19746         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19747         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19748         (gst_sub_parse_init), (gst_sub_parse_formats),
19749         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19750         (convert_encoding), (get_next_line),
19751         (gst_sub_parse_data_format_autodetect),
19752         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19753         (gst_sub_parse_loop), (gst_sub_parse_chain),
19754         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19755         (plugin_init):
19756         * gst/subparse/gstsubparse.h:
19757         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19758         (gst_video_rate_base_init), (gst_video_rate_class_init),
19759         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19760         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19761         (gst_video_rate_init), (gst_video_rate_event),
19762         (gst_video_rate_chain), (gst_video_rate_set_property),
19763         (gst_video_rate_get_property), (gst_video_rate_change_state),
19764         (plugin_init):
19765         * gst/videoscale/gstvideoscale.c:
19766         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19767         (gst_video_scale_src_template_factory),
19768         (gst_video_scale_sink_template_factory),
19769         (gst_video_scale_get_type), (gst_video_scale_base_init),
19770         (gst_video_scale_class_init), (gst_video_scale_init),
19771         (gst_video_scale_set_property), (gst_video_scale_get_property),
19772         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19773         (gst_video_scale_prepare_size), (parse_caps),
19774         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19775         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19776         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19777         (plugin_init):
19778         * gst/videoscale/gstvideoscale.h:
19779         * gst/videotestsrc/gstvideotestsrc.c:
19780         (gst_video_test_src_pattern_get_type),
19781         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19782         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19783         (gst_video_test_src_set_pattern),
19784         (gst_video_test_src_set_property),
19785         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19786         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19787         (gst_video_test_src_event), (gst_video_test_src_get_times),
19788         (gst_video_test_src_create), (plugin_init):
19789         * gst/videotestsrc/gstvideotestsrc.h:
19790         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19791         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19792         (gst_video_test_src_black):
19793         * gst/videotestsrc/videotestsrc.h:
19794           borgify further
19795           clean up docs a little
19796
19797 2005-11-30  Wim Taymans  <wim@fluendo.com>
19798
19799         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19800         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19801         (gst_basertppayload_event), (gst_basertppayload_push),
19802         (gst_basertppayload_change_state):
19803         * gst-libs/gst/rtp/gstbasertppayload.h:
19804         closed #320644.
19805
19806 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19807
19808         * docs/libs/gst-plugins-base-libs-docs.sgml:
19809         * docs/libs/gst-plugins-base-libs-sections.txt:
19810         * gst-libs/gst/video/gstvideofilter.c:
19811         * gst-libs/gst/video/gstvideosink.c:
19812         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19813
19814 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19815
19816         * LICENSE:
19817           move
19818         * po/af.po:
19819         * po/az.po:
19820         * po/cs.po:
19821         * po/en_GB.po:
19822         * po/hu.po:
19823         * po/it.po:
19824         * po/nb.po:
19825         * po/nl.po:
19826         * po/or.po:
19827         * po/sq.po:
19828         * po/sr.po:
19829         * po/sv.po:
19830         * po/uk.po:
19831         * po/vi.po:
19832         * Makefile.am:
19833           update
19834         * scripts/autoplugins.sh:
19835           remove
19836
19837 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19838
19839         * Makefile.am:
19840         * configure.ac:
19841         * examples/Makefile.am:
19842         * examples/capsfilter/Makefile.am:
19843         * examples/capsfilter/capsfilter1.c:
19844         * examples/gob/Makefile.am:
19845         * examples/gob/gst-identity2.gob:
19846         * examples/indexing/.cvsignore:
19847         * examples/indexing/Makefile.am:
19848         * examples/indexing/indexmpeg.c:
19849         * examples/seeking/.cvsignore:
19850         * examples/seeking/Makefile.am:
19851         * examples/seeking/cdparanoia.c:
19852         * examples/seeking/cdplayer.c:
19853         * examples/seeking/chained.c:
19854         * examples/seeking/scrubby.c:
19855         * examples/seeking/seek.c:
19856         * examples/stats/Makefile.am:
19857         * examples/stats/mp2ogg.c:
19858         * examples/switch/.cvsignore:
19859         * examples/switch/Makefile.am:
19860         * examples/switch/switcher.c:
19861         * tests/Makefile.am:
19862         * tests/check/generic/.cvsignore:
19863         * tests/check/pipelines/.cvsignore:
19864         * tests/examples/Makefile.am:
19865         * tests/examples/seek/Makefile.am:
19866           reorganize stuff under tests/
19867
19868 2005-11-30  Edward Hervey  <edward@fluendo.com>
19869
19870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19871         Go away you stupid GstStaticPadTemplate memleak.
19872
19873 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19874
19875         * gst-libs/gst/net/Makefile.am:
19876         * gst-libs/gst/net/README:
19877         * gst-libs/gst/net/gstnetbuffer.c:
19878         * gst-libs/gst/net/gstnetbuffer.h:
19879           this was moved to "netbuffer"
19880
19881 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19882
19883         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19884         (gst_video_filter_class_init), (gst_video_filter_init):
19885         * gst-libs/gst/video/gstvideofilter.h:
19886           borgify name to bring in line with other classes
19887
19888 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19889
19890         * gst/audioscale/.cvsignore:
19891         * gst/audioscale/Makefile.am:
19892         * gst/audioscale/README:
19893         * gst/audioscale/audioscale.vcproj:
19894         * gst/audioscale/dtof.c:
19895         * gst/audioscale/dtos.c:
19896         * gst/audioscale/functable.c:
19897         * gst/audioscale/gstaudioscale.c:
19898         * gst/audioscale/gstaudioscale.h:
19899         * gst/audioscale/private.h:
19900         * gst/audioscale/resample.c:
19901         * gst/audioscale/resample.h:
19902         * gst/audioscale/test.c:
19903           remove
19904
19905 2005-11-30  Edward Hervey  <edward@fluendo.com>
19906
19907         * gst-libs/gst/netbuffer/Makefile.am:
19908         really, really tired
19909
19910 2005-11-30  Edward Hervey  <edward@fluendo.com>
19911
19912         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19913         Update for new GstTypeFindFactory _register()
19914
19915 2005-11-30  Edward Hervey  <edward@fluendo.com>
19916
19917         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19918         Let's not override libgstnet from core for no reason...
19919         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19920         Ok, maybe not so quick next time.
19921
19922 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19923
19924         * configure.ac:
19925         * gst-libs/gst/Makefile.am:
19926           moved gst-libs/gst/net to netbuffer through CVS surgery
19927           remove old directory
19928           updating build to accomodate
19929           (#322257)
19930
19931 2005-11-29  Andy Wingo  <wingo@pobox.com>
19932
19933         * pkgconfig/gstreamer-plugins-base.pc.in:
19934         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19935         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19936         (#322257).
19937
19938 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19939
19940         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19941         3rd time's the charm. Correct ref-counting for discarded buffers.
19942
19943 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19944
19945         * gst/playback/gststreamselector.c:
19946         (gst_stream_selector_class_init),
19947         (gst_stream_selector_set_property),
19948         (gst_stream_selector_get_property),
19949         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19950         Fix ref-counting
19951
19952 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19953
19954         * gst/subparse/gstsubparse.c: (feed_textbuf):
19955           Don't access already unref'ed buffer.
19956
19957 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19958
19959         * gst/playback/gststreamselector.c:
19960         (gst_stream_selector_class_init), (gst_stream_selector_init),
19961         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19962         (gst_stream_selector_get_property),
19963         (gst_stream_selector_get_linked_pad),
19964         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19965         * gst/playback/gststreamselector.h:
19966         Add the active-pad property for playbin to use shortly. Ignore buffers
19967         from any other pad, returning GST_FLOW_NOT_LINKED
19968
19969 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19970
19971         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19972         patch from bug #322704 (Alessandro Decina).
19973
19974 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19975
19976         * gst-libs/gst/audio/Makefile.am:
19977           folded audiofilter into the audio library
19978
19979 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19980
19981         * gst/videoscale/gstvideoscale.h:
19982         * gst/videoscale/gstvideoscale.c:
19983           remove unimplemented scale methods
19984
19985 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19986
19987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19988           Don't leak caps.
19989
19990 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19991
19992         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19993         (gst_ximagesink_setcaps):
19994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19995         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19996         happens (only visible on ximagesink but bug is in xv too) set_caps was
19997         destroying the internal x[v]image used to memcpy non locally alloced
19998         buffers so that it got renewed on next _chain. The issue is that 
19999         _expose will try to put that image as it reffed it in _put.
20000         Using gst_buffer_unref instead of destroy fixes it !
20001
20002 2005-11-28  Edward Hervey  <edward@fluendo.com>
20003
20004         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20005         (try_to_link_1), (queue_filled_cb):
20006         Better use of the queues. Start with a small size queue and only increase
20007         the size of the queues when the other queues are empty.
20008
20009 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20010
20011         * gst-libs/gst/video/Makefile.am:
20012           compile in copied-over videofilter into the video library
20013         * gst-libs/gst/video/videosink.h:
20014           rename the header to gstvideosink.h since it's a base GstObject class
20015         * sys/ximage/ximagesink.h:
20016         * sys/xvimage/xvimagesink.h:
20017           use the new header
20018
20019 2005-11-28  Wim Taymans  <wim@fluendo.com>
20020
20021         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20022         * gst/playback/gstplaybasebin.h:
20023         Prepare to handle errors betters.
20024
20025         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20026         Set sinks to PAUSED first before adding and linking them so that
20027         we don't interrupt dataflow.
20028
20029 2005-11-28  Wim Taymans  <wim@fluendo.com>
20030
20031         * gst-libs/gst/audio/TODO:
20032         Updated TODO
20033
20034         * gst-libs/gst/audio/gstaudiosink.c:
20035         (gst_audioringbuffer_open_device),
20036         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20037         (gst_audioringbuffer_release):
20038         Small cleanups.
20039
20040         * gst-libs/gst/audio/gstbaseaudiosink.c:
20041         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20042         (gst_base_audio_sink_change_state):
20043         Slave to the master clock when going to PLAYING and unslave when
20044         going to PAUSED.
20045
20046         * gst-libs/gst/audio/gstringbuffer.c:
20047         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20048         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20049         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20050         (gst_ring_buffer_clear_all), (wait_segment),
20051         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20052         (gst_ring_buffer_advance):
20053         * gst-libs/gst/audio/gstringbuffer.h:
20054         Add some docs and cleanups.
20055
20056 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20057
20058         * sys/xvimage/xvimagesink.c:
20059         (gst_xvimagesink_navigation_send_event): Fix navigation events
20060         coordinates translation with pixel aspect ratios.
20061
20062 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20063
20064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20065         Use calculated video geometry from _setcaps instead of buffer
20066         caps to respect pixel aspect ratio. (fixes #322388)
20067
20068 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20069
20070         * docs/libs/tmpl/gstcolorbalance.sgml:
20071         * docs/libs/tmpl/gstmixer.sgml:
20072         * docs/libs/tmpl/gstxoverlay.sgml:
20073         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20074         interface.
20075
20076 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20077
20078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20079         Refuse to create an XvImage if we can't find the format.
20080
20081 2005-11-28  Edward Hervey  <edward@fluendo.com>
20082
20083         * gst-libs/gst/riff/riff-media.c:
20084         (gst_riff_create_audio_template_caps):
20085         Add ATRAC3 to the list of riff-possible audio caps.
20086         I know we still don't have a plugin for atrac3, but it's saner to output
20087         that than a cryptic mimetype.
20088
20089 2005-11-27  Edward Hervey  <edward@fluendo.com>
20090
20091         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20092         Don't try to create a zero-sized subbuffer.
20093
20094 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20095
20096         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20097         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20098         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20099         (gst_ximagesink_expose): Fixed a tricky race.
20100         * sys/ximage/ximagesink.h:
20101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20102         (gst_xvimagesink_expose): Fixed a tricky race.
20103         * sys/xvimage/xvimagesink.h:
20104
20105 2005-11-27  Edward Hervey  <edward@fluendo.com>
20106
20107         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20108         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20109         Remove unused properties, and add queues between demuxers and decoders
20110         so that a lot more files can preroll properly.
20111
20112 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20113
20114         * gst-libs/gst/net/Makefile.am:
20115         * gst-libs/gst/rtp/Makefile.am:
20116         * gst-libs/gst/tag/Makefile.am:
20117           remove silly include
20118         * gst/tags/Makefile.am:
20119         * gst/tags/gsttagediting.c:
20120         * gst/tags/gsttageditingprivate.h:
20121         * gst/tags/tagedit.vcproj:
20122           remove directory, is as good as empty
20123
20124 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20125
20126         * configure.ac:
20127           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20128         * gst-libs/Makefile.am:
20129         * gst-libs/gst/audio/Makefile.am:
20130         * gst-libs/gst/interfaces/Makefile.am:
20131         * gst-libs/gst/net/Makefile.am:
20132         * gst-libs/gst/riff/Makefile.am:
20133         * gst-libs/gst/rtp/Makefile.am:
20134         * gst-libs/gst/tag/Makefile.am:
20135         * gst-libs/gst/video/Makefile.am:
20136           and use them
20137
20138 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20139
20140         * docs/libs/tmpl/gstcolorbalance.sgml:
20141         * docs/libs/tmpl/gstmixer.sgml:
20142         * docs/libs/tmpl/gstxoverlay.sgml:
20143         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20144         * sys/ximage/ximagesink.h:
20145         * sys/xvimage/xvimagesink.h: More and more documentation.
20146
20147 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20148
20149         * docs/libs/gst-plugins-base-libs-docs.sgml:
20150         * docs/libs/gst-plugins-base-libs-sections.txt:
20151         * docs/libs/tmpl/gstcolorbalance.sgml:
20152         * docs/libs/tmpl/gstmixer.sgml:
20153         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20154         to documentation.
20155
20156 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20157
20158         * docs/plugins/Makefile.am:
20159         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20160         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20161         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20162
20163 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20164
20165         * docs/plugins/Makefile.am:
20166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20168         * docs/plugins/inspect/plugin-adder.xml:
20169         * docs/plugins/inspect/plugin-alsa.xml:
20170         * docs/plugins/inspect/plugin-audioconvert.xml:
20171         * docs/plugins/inspect/plugin-audiorate.xml:
20172         * docs/plugins/inspect/plugin-audioresample.xml:
20173         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20174         * docs/plugins/inspect/plugin-decodebin.xml:
20175         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20176         * docs/plugins/inspect/plugin-gnomevfs.xml:
20177         * docs/plugins/inspect/plugin-ogg.xml:
20178         * docs/plugins/inspect/plugin-playbin.xml:
20179         * docs/plugins/inspect/plugin-subparse.xml:
20180         * docs/plugins/inspect/plugin-tcp.xml:
20181         * docs/plugins/inspect/plugin-theora.xml:
20182         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20183         * docs/plugins/inspect/plugin-video4linux.xml:
20184         * docs/plugins/inspect/plugin-videorate.xml:
20185         * docs/plugins/inspect/plugin-videoscale.xml:
20186         * docs/plugins/inspect/plugin-videotestsrc.xml:
20187         * docs/plugins/inspect/plugin-volume.xml:
20188         * docs/plugins/inspect/plugin-vorbis.xml:
20189         * docs/plugins/inspect/plugin-ximagesink.xml:
20190         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20191         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20192
20193 2005-11-26  Edward Hervey  <edward@fluendo.com>
20194
20195         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20196         Properly return GstFlowReturn from gst_pad_push in chain functions.
20197
20198 2005-11-25  Michael Smith  <msmith@fluendo.com>
20199
20200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20201         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20202         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20203         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20204           Handle various conditions better when we don't understand a stream.
20205           Removes a heap of CRITICALs on ogg streams containing unknown data.
20206
20207 2005-11-24  Andy Wingo  <wingo@pobox.com>
20208
20209         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20210         Be threadsafe.
20211
20212 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20213
20214         * configure.ac: back to HEAD
20215
20216 === release 0.9.6 ===
20217
20218 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20219
20220         * configure.ac:
20221           releasing 0.9.6, "White Eight"
20222
20223 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20224
20225         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20226         * docs/plugins/inspect/plugin-sine.xml:
20227           remove sinesrc some more
20228
20229 2005-11-23  Wim Taymans  <wim@fluendo.com>
20230
20231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20232         If we are reading too slowly, jump forward in the ringbuffer
20233         instead of blocking.
20234
20235 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20236
20237         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20238         (gst_visual_chain):
20239         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20240         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20241         (gst_videorate_chain):
20242         * gst/videotestsrc/gstvideotestsrc.c:
20243         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20244         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20245         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20246         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20247         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20248         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20249           Updates for API changes
20250
20251 2005-11-23  Wim Taymans  <wim@fluendo.com>
20252
20253         * gst-libs/gst/audio/gstbaseaudiosink.c:
20254         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20255         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20256         Fix for calibration API change.
20257
20258 2005-11-23  Michael Smith <msmith@fluendo.com>
20259
20260         * gst-libs/gst/audio/multichannel.c:
20261         (gst_audio_get_channel_positions),
20262         (gst_audio_set_channel_positions),
20263         (gst_audio_set_structure_channel_positions_list),
20264         (gst_audio_fixate_channel_positions):
20265           Use gst_value_array_*() functions on value arrays, not
20266           gst_value_list_*().
20267
20268 2005-11-23  Edward Hervey  <edward@fluendo.com>
20269
20270         * autogen.sh:
20271         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20272         Fixes autogen
20273
20274 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20275
20276         * check/Makefile.am:
20277         * check/elements/videotestsrc.c: (setup_videotestsrc),
20278         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20279         (main):
20280           add a test for videotestsrc
20281
20282 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * gst/sine/.cvsignore:
20285         * gst/sine/Makefile.am:
20286         * gst/sine/gstsinesrc.c:
20287         * gst/sine/gstsinesrc.h:
20288         * gst/sine/sinesrc.vcproj:
20289           and remove sinesrc from the repository.  Closes #321446
20290
20291 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20292
20293         * configure.ac:
20294         * gst-plugins-base.spec.in:
20295           remove sinesrc from the build
20296
20297 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20298
20299         * check/Makefile.am:
20300         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20301         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20302         (main):
20303           add a test for audiotestsrc, testing all waves.  Even seems
20304           leak-free at first glance, nice job Stefan
20305
20306 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20307
20308         * po/af.po:
20309         * po/az.po:
20310         * po/cs.po:
20311         * po/en_GB.po:
20312         * po/hu.po:
20313         * po/it.po:
20314         * po/nb.po:
20315         * po/nl.po:
20316         * po/or.po:
20317         * po/sq.po:
20318         * po/sr.po:
20319         * po/sv.po:
20320         * po/uk.po:
20321         * po/vi.po:
20322           Translation string updates
20323
20324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20325         (gst_v4lsrc_set_caps):
20326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20327         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20328         * sys/v4l/v4lsrc_calls.h:
20329           Improve v4lsrc, by making it work again.
20330
20331 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20332
20333         * ext/libvisual/visual.c: (gst_visual_chain):
20334           Fix the fps calculations.
20335
20336         * gst/ffmpegcolorspace/avcodec.h:
20337           Move structure element for clarity
20338
20339         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20340         * gst-libs/gst/interfaces/tunernorm.h:
20341         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20342         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20343         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20344         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20345         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20346         (gst_v4lmjpegsrc_getcaps):
20347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20348         (gst_v4lsrc_set_caps):
20349         * sys/v4l/gstv4lsrc.h:
20350         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20351         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20352         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20353         * sys/v4l/v4lsrc_calls.h:
20354           Fractional framerates...
20355
20356 2005-11-22  Wim Taymans  <wim@fluendo.com>
20357
20358         * gst-libs/gst/audio/gstbaseaudiosink.c:
20359         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20360         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20361         And we provide a clock by default, of course...
20362
20363 2005-11-22  Wim Taymans  <wim@fluendo.com>
20364
20365         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20366         This clock can be slaved to a master clock now.
20367
20368         * gst-libs/gst/audio/gstbaseaudiosink.c:
20369         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20370         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20371         (gst_base_audio_sink_set_clock),
20372         (gst_base_audio_sink_set_property),
20373         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20374         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20375         * gst-libs/gst/audio/gstbaseaudiosink.h:
20376         Handle slaving the internal clock to the clock selected in the
20377         pipeline.
20378         Add property to make the basesink not provide a clock.
20379
20380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20381         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20382         (gst_base_rtp_depayload_wait):
20383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20384         We can use the clock in GstElement, no need to store it ourselves.
20385
20386 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20387
20388         * docs/libs/tmpl/gstaudio.sgml:
20389           update
20390         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20391         (gst_paranoia_endian_get_type):
20392         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20393         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20394         * gst/audiotestsrc/gstaudiotestsrc.c:
20395         (gst_audiostestsrc_wave_get_type):
20396         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20397         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20398         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20399         (gst_sync_method_get_type), (gst_unit_type_get_type),
20400         (gst_client_status_get_type), (gst_multifdsink_class_init),
20401         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20402         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20403         (gst_multifdsink_get_property):
20404         * gst/tcp/gstmultifdsink.h:
20405         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20406         * gst/videotestsrc/gstvideotestsrc.c:
20407         (gst_videotestsrc_pattern_get_type):
20408           remove deprecated properties
20409           fix up enums to correctly have short lowercase dashed nicks
20410
20411 2005-11-22  Michael Smith <msmith@fluendo.com>
20412
20413         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20414         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20415           Add underscore.
20416
20417 2005-11-22  Michael Smith <msmith@fluendo.com>
20418
20419         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20420         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20421           Use utility method for scaling clocktime for fractional framerates.
20422
20423 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20424
20425         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20426         (gst_visual_chain):
20427         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20428         * ext/theora/theoradec.c: (theora_handle_type_packet):
20429         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20430         (theora_enc_chain):
20431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20432         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20433         * gst-libs/gst/video/video.h:
20434         * gst/ffmpegcolorspace/avcodec.h:
20435         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20436         (gst_ffmpeg_caps_to_pixfmt):
20437         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20438         (gst_ffmpegcsp_set_caps):
20439         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20440         (gst_videorate_setcaps), (gst_videorate_blank_data),
20441         (gst_videorate_chain):
20442         * gst/videotestsrc/gstvideotestsrc.c:
20443         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20444         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20445         (gst_videotestsrc_event), (gst_videotestsrc_create):
20446         * gst/videotestsrc/gstvideotestsrc.h:
20447         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20448         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20449         (gst_ximagesink_get_times), (gst_ximagesink_init):
20450         * sys/ximage/ximagesink.h:
20451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20452         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20453         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20454         * sys/xvimage/xvimagesink.h:
20455           Convert elements to use fractions for their framerate.
20456           V4L elements to come later tonight.
20457
20458 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20459
20460         * gst-libs/gst/audio/audio.c:
20461         * gst-libs/gst/audio/audio.h:
20462           remove some deprecated functions
20463
20464 2005-11-22  Andy Wingo  <wingo@pobox.com>
20465
20466         * Update for gst_tag_setter API changes.
20467
20468 2005-11-22  Andy Wingo  <wingo@pobox.com>
20469
20470         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20471         (gst_ogg_demux_perform_seek):
20472         * ext/theora/theoradec.c (theora_dec_sink_event):
20473         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20474         update-funcnames.
20475
20476 2005-11-22  Wim Taymans  <wim@fluendo.com>
20477
20478         * examples/seeking/seek.c: (main):
20479         Give higher priority to bus signals than the gtk events
20480         to fix a race condition in the segment looping.
20481
20482 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20483
20484         * ext/theora/Makefile.am:
20485         * ext/vorbis/Makefile.am:
20486         * gst-libs/gst/tag/Makefile.am:
20487         * gst-plugins-base.spec.in:
20488           Rename libgsttagedit to libgsttag (#322117).
20489
20490 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20491
20492         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20494           Call gst_x_overlay_prepare_xwindow_id() to give applications
20495           a final chance to set their own xwindow id before the video
20496           sink creates its own window.
20497
20498 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20499
20500         * sys/xvimage/xvimagesink.c:
20501         (gst_xvimagesink_navigation_send_event): Handle navigation
20502         events correcly with borders if applicable.
20503
20504 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20505
20506         Patch by: Luca Ognibene
20507
20508         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20509         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20511         (gst_ffmpegcsp_caps_remove_format_info):
20512         * gst/ffmpegcolorspace/imgconvert.c:
20513         * gst/ffmpegcolorspace/imgconvert_template.h:
20514           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20515           #318353); use gst_structure_has_name().
20516
20517 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20518
20519         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20520         (gst_ximagesink_class_init): Add debug macros on functions.
20521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20522         (gst_xvimagesink_xwindow_draw_borders),
20523         (gst_xvimagesink_xvimage_put),
20524         (gst_xvimagesink_xwindow_update_geometry),
20525         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20526         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20527         (gst_xvimagesink_xcontext_clear),
20528         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20529         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20530         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20531         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20532         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20533         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20534         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20535         expose while being PAUSED, out of data flow navigation events, etc..
20536
20537 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20538
20539         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20540         * gst-libs/gst/audio/audio.h:
20541           fix prototype - wondering why the test worked regardless
20542
20543 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         * check/Makefile.am:
20546         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20547         * gst-libs/gst/audio/audio.h:
20548           add a method that returns a proper GstClockTime
20549
20550 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20551
20552         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20553         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20554         * gst-libs/gst/interfaces/xoverlay.h:
20555           Remove everything having to do with the desired size; add 
20556           gst_x_overlay_prepare_xwindow_id() function; remove the
20557           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20558           post a message on the bus instead (#321816).
20559
20560         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20562         (gst_xvimagesink_xoverlay_init):
20563           Remove desired size stuff (#321816).
20564
20565 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20566
20567         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20568         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20569         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20570           Terminate vararg functions with NULL instead of 0 to 
20571           make gcc4 happy.
20572
20573 2005-11-21  Andy Wingo  <wingo@pobox.com>
20574
20575         patch by: Sebastien Cote <sebas642@yahoo.ca>
20576         
20577         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20578         * gst-libs/gst/rtp/gstrtpbuffer.c
20579         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20580
20581 2005-11-21  Andy Wingo  <wingo@pobox.com>
20582
20583         * gst/playback/gstplaybin.c (gen_audio_element) 
20584         (gen_video_element): Use the new MISSING_PLUGIN core error
20585         category. Closes #320060.
20586
20587         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20588         * gst/videorate/gstvideorate.c (gst_videorate_event):
20589         * ext/theora/theoradec.c (theora_dec_sink_event): 
20590         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20591         stream lock.
20592
20593         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20594         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20595         stream lock changes.
20596
20597 2005-11-21  Wim Taymans  <wim@fluendo.com>
20598
20599         * gst-libs/gst/audio/gstbaseaudiosink.c:
20600         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20601         (gst_base_audio_sink_provide_clock),
20602         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20603         (gst_base_audio_sink_change_state):
20604         * gst/audioresample/gstaudioresample.c:
20605         Segment update fix.
20606
20607 2005-11-21  Andy Wingo  <wingo@pobox.com>
20608
20609         * *.h:
20610         * *.c: Ran scripts/update-macros. Oh yes.
20611
20612 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20613
20614         * sys/ximage/Makefile.am:
20615         * sys/ximage/ximage.c:
20616           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20617           remove your old libgstximage.* manually if necessary).
20618
20619 2005-11-21  Michael Smith <msmith@fluendo.com>
20620
20621         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20622           Minimal fix for bug #320200: set the min/max bitrate in the correct
20623           units. A better fix would be to upgrade to the RATEMANAGE2
20624           interface, rather than using the deprecated interface used here, but
20625           that would require an update in our libvorbis dependency (to 1.1),
20626           which is probably undesirable.
20627
20628 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20629
20630         * ext/libvisual/visual.c: (get_buffer):
20631         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20632         (gst_base_audio_src_fixate):
20633         * gst/audioconvert/gstaudioconvert.c:
20634         (gst_audio_convert_fixate_caps):
20635         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20636         * gst/audiotestsrc/gstaudiotestsrc.c:
20637         (gst_audiotestsrc_src_fixate):
20638         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20639         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20640         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20641         * gst/videotestsrc/gstvideotestsrc.c:
20642         (gst_videotestsrc_src_fixate):
20643         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20645           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20646           (#322027)
20647
20648
20649 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20650
20651         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20652         (gst_riff_create_iavs_caps):
20653         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20654         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20655         (gst_riff_parse_info):
20656         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20659           Fixes for GST_FOURCC_FORMAT API change.
20660
20661 2005-11-21  Andy Wingo  <wingo@pobox.com>
20662
20663         patch by: Alessandro Dessina <alessandro nnva org>
20664
20665         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20666         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20667         (gst_ogg_parse_chain):
20668         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20669         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20670         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20671         gst_value_list calls on arrays. Fixes #321962.
20672
20673 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20674
20675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20676         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20677         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20678         * gst/adder/gstadder.c: (gst_adder_init),
20679         (gst_adder_request_new_pad), (gst_adder_collected),
20680         (gst_adder_change_state):
20681           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20682           API change.
20683
20684 2005-11-21  Michael Smith <msmith@fluendo.com>
20685
20686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20687         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20688           Properly handle pad_push return values.
20689
20690 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20691
20692         * gst-libs/gst/tag/Makefile.am:
20693         * gst-libs/gst/tag/gstvorbistag.c:
20694         (gst_tag_list_to_vorbiscomment_buffer):
20695           Remove obsolete vorbistag element and debug category.
20696
20697         * gst/playback/gstplaybasebin.c: (check_queue):
20698           Don't divide by 0 when queue-threshold is 0.
20699
20700         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20701           Don't modify an existing pixel-aspect-ratio if we fail to read
20702           a new one.
20703
20704 2005-11-20  Wim Taymans  <wim@fluendo.com>
20705
20706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20707         (gst_vorbisenc_push_packet):
20708         GST_PAD_IS_USABLE is gone, use the return value of
20709         the push or pad_alloc_buffer instead.
20710
20711 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20712
20713         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20714         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20715         (gst_ximagesink_ximage_destroy),
20716         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20717         (gst_ximagesink_xwindow_new),
20718         (gst_ximagesink_xwindow_update_geometry),
20719         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20720         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20721         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20722         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20723         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20724         (gst_ximagesink_navigation_send_event),
20725         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20726         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20727         (gst_ximagesink_finalize), (gst_ximagesink_init),
20728         (gst_ximagesink_class_init):
20729         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20730         This new version brings correct software scaling, non flickering
20731         window while resizing, pixel aspect ratio handling, usage of
20732         hardware buffer pools, out of data flow event thread for 
20733         navigation and handling of expose events even when being PAUSED,
20734         a new property to keep video aspect ratio when resizing, etc...
20735
20736 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20737
20738         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20739         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20740         handling of PAR.
20741
20742 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20743
20744         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20745         Unsetting IS_SINK flag from the fakesink, so decodebin
20746         never behaves as a sink.
20747
20748 2005-11-17  Wim Taymans  <wim@fluendo.com>
20749
20750         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20751         (gst_base_audio_src_change_state):
20752         Fix the audiosrc base class again, we did not unflush.
20753
20754 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20755
20756         * examples/seeking/seek.c: (make_dv_pipeline),
20757         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20758         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20759         to ogg/vorbis/theora pipeline.
20760
20761 2005-11-17  Wim Taymans  <wim@fluendo.com>
20762
20763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20764         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20765         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20766         Fix EOS on multiple streams.
20767         More debugging.
20768
20769 2005-11-16  Wim Taymans  <wim@fluendo.com>
20770
20771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20772         (gst_ogg_demux_perform_seek):
20773         Segment done must include stream time.
20774
20775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20776         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20777         (gst_ogg_mux_change_state):
20778         Fix ogg muxer again.
20779
20780 2005-11-16  Wim Taymans  <wim@fluendo.com>
20781
20782         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20783         Fix compile again.
20784
20785 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20786
20787         * ext/libvisual/visual.c: (gst_visual_init):
20788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20789         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20790         (gst_ogg_parse_chain):
20791         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20792         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20793         * ext/theora/theoradec.c: (gst_theora_dec_init):
20794         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20795         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20796         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20797         * gst/adder/gstadder.c: (gst_adder_class_init),
20798         (gst_adder_dispose):
20799         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20800         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20801         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20802           Fix a whole set of pad template leaks
20803
20804 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20805
20806         * check/generic/states.c: (GST_START_TEST):
20807           fix the test so that it only checks for elements that are part of
20808           this source module
20809
20810 2005-11-16  Michael Smith <msmith@fluendo.com>
20811
20812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20813         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20814         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20815         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20816         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20817         (gst_ogg_mux_change_state):
20818           Fix leaking collectpads.
20819
20820 2005-11-16  Edward Hervey  <edward@fluendo.com>
20821
20822         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20823         (gst_videorate_event), (gst_videorate_chain):
20824         Handle segment seeks
20825
20826 2005-11-16  Wim Taymans  <wim@fluendo.com>
20827
20828         * gst-libs/gst/audio/gstbaseaudiosink.c:
20829         (gst_base_audio_sink_provide_clock),
20830         (gst_base_audio_sink_change_state):
20831         Set ringbuffer to non-flushing when going to PAUSED, set to
20832         flushing again when going to READY.
20833
20834         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20835         (gst_ring_buffer_stop):
20836         Start in flushing mode by default.
20837         Don't set flushing in the _stop method, let the app call
20838         this explicitly.
20839
20840 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20841
20842         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20843         * gst-libs/gst/video/videosink.h: Add helper function needed
20844         for video sinks.
20845
20846 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20847
20848         * gst/videoscale/gstvideoscale.c:
20849         (gst_videoscale_handle_src_event):
20850           Don't leak reference to pad parent.
20851
20852 2005-11-16  Wim Taymans  <wim@fluendo.com>
20853
20854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20855         Set ringbuffer to flushing when stopping so that we don't
20856         block on wait_segment anymore and livelock.
20857
20858 2005-11-16  Wim Taymans  <wim@fluendo.com>
20859
20860         * examples/seeking/seek.c: (send_event), (do_seek),
20861         (loop_toggle_cb), (segment_done), (main):
20862         Added looping checkbox.
20863
20864 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20865
20866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20867         (gst_ogg_demux_init):
20868         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20869         (gst_vorbis_dec_init):
20870           revert unrefs, they don't pass make check
20871
20872 2005-11-15  Johan Dahlin  <johan@gnome.org>
20873
20874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20875         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20876         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20877         (gst_vorbis_dec_init):
20878         Fix pad template leaks. 
20879
20880 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20881
20882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20883           Make state change function thread safe.
20884
20885 2005-11-15  Edward Hervey  <edward@fluendo.com>
20886
20887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20888         (gst_ogg_demux_class_init):
20889         Implement GstElement::send_event, so we can send seek events
20890         in GST_STATE_READY
20891
20892 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20893
20894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20895         Discovered how to take away flickering while resizing the
20896         window. Please don't put that in ximagesink, refactoring in
20897         progress.
20898
20899 2005-11-14  Michael Smith <msmith@fluendo.com>
20900
20901         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20902         (gst_multifdsink_render):
20903           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20904
20905 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20906
20907         * gst/playback/gstplaybin.c: (gen_audio_element):
20908           Use autoaudiosink, it tends to be more widely available than
20909           autoaudiiosink.
20910           
20911 2005-11-14  Andy Wingo  <wingo@pobox.com>
20912
20913         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20914         as well if it is available. Fixes #316442.
20915
20916 2005-11-14  Michael Smith <msmith@fluendo.com>
20917
20918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20919         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20920         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20921         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20922         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20923         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20924         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20925         (gst_vorbisenc_change_state):
20926           Fix a small memory leak in vorbisenc.
20927           Fix large memory leaks in oggmux, also fix lots of state change
20928           bugs in oggmux.
20929
20930 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20931
20932         * gst/videotestsrc/gstvideotestsrc.c:
20933         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20934         (gst_videotestsrc_src_fixate):
20935           move fixation to a fixate function
20936           remove negotiate function, basesrc's is good enough
20937           fixes a bug for check when using the element alone
20938
20939 2005-11-13  Edward Hervey  <edward@fluendo.com>
20940
20941         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20942         (key_toggle_cb), (main):
20943         Added checkboxes for adding/removing the accurate and key_unit seek
20944         flags.
20945
20946 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20947
20948         * configure.ac: back to HEAD
20949
20950 === release 0.9.5 ===
20951
20952 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20953
20954         * configure.ac:
20955           releasing 0.9.5, "No No Kia"
20956
20957 2005-11-11  Edward Hervey  <edward@fluendo.com>
20958
20959         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20960         Added parse-launch syntax seeking mode for the seeking example.
20961         This should help stress-test even more cases.
20962         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20963
20964 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20965
20966         * sys/xvimage/xvimagesink.c:
20967         (gst_xvimagesink_navigation_send_event):
20968           Check whether peer pad exists before sending navigation events
20969           to it.
20970
20971 2005-11-11  Michael Smith <msmith@fluendo.com>
20972
20973         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20974         (gst_vorbisenc_buffer_from_packet):
20975         * ext/vorbis/vorbisenc.h:
20976           Set duration on encoded buffers. This allows oggmux's
20977           max_page_delay parameter to actually work.
20978
20979 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20980
20981         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20982         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20983         (gst_ffmpegcsp_avpicture_fill):
20984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20985         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20986           Make palettes work again (see #132341). Use our own macros
20987           for rounding up.
20988
20989 2005-11-10  Andy Wingo  <wingo@pobox.com>
20990
20991         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20992         string doober.
20993
20994 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20997         (gst_ffmpegcsp_transform_caps):
20998           Prefer passthrough in transform_caps
20999
21000 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21003           check for ALSA errors properly, instead of relying on ALSA's
21004           error strings to serve to the user.
21005
21006 2005-11-10  Wim Taymans  <wim@fluendo.com>
21007
21008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21009         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21010         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21011         Modernise the seek code.
21012
21013 2005-11-10  Michael Smith <msmith@fluendo.com>
21014         
21015         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21016         (setup_substreams), (set_active_source):
21017           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21018           trying to go to NULL if we failed to read a file.
21019
21020 2005-11-10  Wim Taymans  <wim@fluendo.com>
21021
21022         * gst/audiotestsrc/gstaudiotestsrc.c:
21023         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21024         (gst_audiotestsrc_create):
21025         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21026         (gst_sinesrc_get_times), (gst_sinesrc_create):
21027         * gst/videotestsrc/gstvideotestsrc.c:
21028         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21029         (gst_videotestsrc_create):
21030         The base class can now sync for us.
21031
21032 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21033
21034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21035           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21036           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21037           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21038           format=(fourcc)I420" ! xvimagesink
21039
21040 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21041
21042         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21043         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21044         (gst_sinesrc_newsegment):
21045           Send newsegment event in TIME format, set duration if
21046           num-buffers is set, fix duration querying.
21047
21048 2005-11-10  Michael Smith <msmith@fluendo.com>
21049
21050         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21051         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21052         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21053         (gst_ogg_mux_collected):
21054          Fix EOS handling, partially. Now forwarding an EOS event once we have
21055          EOS on all pads works correctly. However, we still don't properly set
21056          EOS on the actual ogg stream pages.
21057
21058 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21059
21060         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21061           Set elements to NULL state before disposing of them.
21062
21063 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21064
21065         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21066
21067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21068         (gst_base_rtp_depayload_init),
21069         (gst_base_rtp_depayload_set_gst_timestamp):
21070         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21071           We need to send a newsegment event for each instance, not
21072           just for the first instance of this class (get rid of
21073           static variable in function). (#321011).
21074           
21075 2005-11-08  Michael Smith <msmith@fluendo.com>
21076
21077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21078         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21079         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21080         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21081           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21082           This makes us mux things correctly according to the ogg muxing
21083           rules. Still not handling EOS correctly right now, though.
21084
21085 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21086
21087         * gst/audioconvert/gstaudioconvert.c:
21088           Fix typo in docs. 
21089
21090 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21091
21092         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21093         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21094           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21095           creating a new chain; should fix live streaming. Also
21096           add more debug output and fix a typo.
21097
21098 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21099
21100         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21101
21102         * gst/volume/gstvolume.c: (volume_set_caps):
21103           Fix compilation on Solaris with Forte. (#320923)
21104
21105 2005-11-08  Wim Taymans  <wim@fluendo.com>
21106
21107         * gst-libs/gst/audio/gstbaseaudiosink.c:
21108         (gst_base_audio_sink_render):
21109         No need to do a typecheck.
21110
21111 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21112
21113         * ext/alsa/gstalsa.h:
21114           We register a debug category, so let's use it.
21115
21116 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21117
21118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21119         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21120         Fixed a small problem.
21121
21122 2005-11-04  Wim Taymans  <wim@fluendo.com>
21123
21124         * examples/seeking/Makefile.am:
21125         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21126         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21127         (make_playerbin_pipeline), (format_value), (update_scale),
21128         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21129         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21130         (print_usage), (main):
21131         Added app for playback speed testing.
21132
21133         * examples/seeking/seek.c: (dynamic_link),
21134         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21135         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21136         (message_received), (main):
21137         Updated seek example.
21138
21139 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21140
21141         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21142         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21143         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21144         (gst_base_rtp_depayload_set_clock):
21145         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21146         Don't sleep on the bench (system clock) when you have a nice 
21147         comfortable bed (Gstreamer clock) to sleep on.
21148
21149 2005-11-03  Wim Taymans  <wim@fluendo.com>
21150
21151         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21152         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21153         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21154         Handle the case where a pad_block failed.
21155
21156 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21157
21158         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21159
21160         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21161         (gst_base_rtp_depayload_add_to_queue),
21162         (gst_base_rtp_depayload_push),
21163         (gst_base_rtp_depayload_set_gst_timestamp),
21164         (gst_base_rtp_depayload_queue_release):
21165           Fixes some bugs in the depayloader's queuing/de-queueing code.
21166
21167 2005-10-31  Michael Smith <msmith@fluendo.com>
21168
21169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21170         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21171         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21172           Patch from Alessandro Decina <alessandro@nnva.org>.
21173           Make oggdemux only find the final time in a chain, not per-pad,
21174           since the per-pad information can be very expensive to locate, and
21175           it isn't used anywhere. This makes reading a file containing
21176           OggSkeleton reasonably fast.
21177           Also, make chain finding work when there are logical bitstreams that
21178           can't be decoded. Fixes #319110.
21179
21180 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21181
21182         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21183         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21184         (gst_base_rtp_depayload_chain),
21185         (gst_base_rtp_depayload_add_to_queue),
21186         (gst_base_rtp_depayload_push),
21187         (gst_base_rtp_depayload_set_gst_timestamp),
21188         (gst_base_rtp_depayload_queue_release),
21189         (gst_base_rtp_depayload_start_thread),
21190         (gst_base_rtp_depayload_set_property),
21191         (gst_base_rtp_depayload_get_property):
21192         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21193         Some random fixes, to fullfill the desires of thomas.
21194
21195 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21196
21197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21198         (gst_base_rtp_depayload_add_to_queue),
21199         (gst_base_rtp_depayload_push):
21200         Fixed the queueing algorithm.
21201
21202 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21203
21204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21205         (gst_base_rtp_depayload_push):
21206         A small fix
21207
21208 2005-10-31  Wim Taymans  <wim@fluendo.com>
21209
21210         * gst-libs/gst/audio/gstringbuffer.h:
21211         Don't break ABI.
21212
21213         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21214         (gst_ffmpeg_caps_to_pixfmt):
21215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21216         (gst_ffmpegcsp_set_caps):
21217         Some more comments.
21218         Handle missing required caps fields better.
21219
21220 2005-10-31  Wim Taymans  <wim@fluendo.com>
21221
21222         * gst-libs/gst/audio/gstbaseaudiosink.c:
21223         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21224         (gst_base_audio_sink_render):
21225         * gst-libs/gst/audio/gstringbuffer.c:
21226         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21227         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21228         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21229         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21230         (gst_ring_buffer_read):
21231         * gst-libs/gst/audio/gstringbuffer.h:
21232         Add flushing mode to the ringbuffer so that it in all cases does
21233         not try to handle more audio. This makes sure it does not try to
21234         block anymore when flushing and fixes a livelock.
21235
21236 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21237
21238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21239         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21240         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21241           Explicitly check for -1 values before doing a conversion
21242           and always map them to -1. (#315545)
21243
21244 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21245
21246         * gst/playback/gstplaybin.c: (gen_video_element):
21247           first try autovideosink, then xvimagesink, then error out
21248         * po/POTFILES.in:
21249           add translatable file
21250         * po/af.po:
21251         * po/az.po:
21252         * po/cs.po:
21253         * po/en_GB.po:
21254         * po/hu.po:
21255         * po/it.po:
21256         * po/nb.po:
21257         * po/nl.po:
21258         * po/or.po:
21259         * po/sq.po:
21260         * po/sr.po:
21261         * po/sv.po:
21262         * po/uk.po:
21263         * po/vi.po:
21264           update translations
21265
21266 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21267
21268         * gst-libs/gst/rtp/gstbasedepayload.c:
21269         * gst-libs/gst/rtp/gstbasedepayload.h:
21270           Minor cleanups
21271
21272 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21273
21274         * gst/playback/.cvsignore:
21275         * gst/playback/decodetest.c:
21276         * gst/playback/test3.c:
21277           Port these two tests as well.
21278
21279 2005-10-27  Wim Taymans  <wim@fluendo.com>
21280
21281         * ext/theora/theoradec.c: (theora_dec_src_query),
21282         (theora_dec_sink_event):
21283         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21284         (theora_enc_change_state):
21285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21286         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21287         Take proper locks when handling events.
21288
21289 2005-10-27  Wim Taymans  <wim@fluendo.com>
21290
21291         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21292         (gst_adder_change_state):
21293         Fix timestamps and fix deadlock when stopping the collectpads.
21294
21295 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21296
21297         * gst-libs/gst/rtp/gstrtpbuffer.h:
21298         Declaring the payload types as strings too so that they can be used
21299         in the padtemplate inialization.
21300
21301 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21302
21303         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21304
21305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21306         (gst_base_rtp_depayload_class_init):
21307         Fixes a small but nasty bug. The derived elements no longer segfaults
21308         on finalization.
21309
21310 2005-10-26  Michael Smith <msmith@fluendo.com>
21311
21312         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21313           When clearing an audioconvert context, set tmpbufsize to zero, so
21314           we'll allocate it again later if required.
21315           This fixes audioconvert re-negotiating formats, which previously
21316           segfaulted with a NULL destination buffer.
21317
21318 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21319
21320         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21321         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21322         (gst_base_rtp_depayload_set_gst_timestamp),
21323         (gst_base_rtp_depayload_queue_release):
21324         Fixed a smalll memleak.
21325
21326 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21328         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21329         (gst_base_rtp_depayload_finalize),
21330         (gst_base_rtp_depayload_setcaps),
21331         (gst_base_rtp_depayload_add_to_queue),
21332         (gst_base_rtp_depayload_push),
21333         (gst_base_rtp_depayload_set_gst_timestamp),
21334         (gst_base_rtp_depayload_queue_release),
21335         (gst_base_rtp_depayload_thread),
21336         (gst_base_rtp_depayload_change_state):
21337         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21338         Changed the C++ comments to C comments
21339
21340 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21341
21342         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21343         * gst/tcp/gsttcpclientsrc.h:
21344         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21345         * gst/tcp/gsttcpserversrc.h:
21346           Remove unused 'curoffset' structure member.
21347
21348 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21349
21350         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21351         (gst_base_rtp_depayload_base_init),
21352         (gst_base_rtp_depayload_finalize):
21353         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21354         * gst-libs/gst/rtp/gstbasertppayload.h:
21355           The pad-template on the sinkpad should be set by the derived classes.
21356           Also added some useful macros.
21357
21358 2005-10-24  Wim Taymans  <wim@fluendo.com>
21359
21360         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21361         Correctly flush decoder samples even if we could not
21362         copy them to an output buffer. Fixes #319618.
21363
21364 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21365
21366         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21368         the caps against our xcontext caps.
21369
21370 2005-10-24  Wim Taymans  <wim@fluendo.com>
21371
21372         * gst-libs/gst/audio/gstbaseaudiosink.c:
21373         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21374         Remove g_print
21375         Use sync property from baseclass to disable sync.
21376
21377 2005-10-24  Wim Taymans  <wim@fluendo.com>
21378
21379         * gst-libs/gst/audio/gstbaseaudiosink.c:
21380         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21381         Buffers with no timestamps get aligned with previous buffers or
21382         on underrun, played ASAP.
21383
21384 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21385
21386         * gst-libs/gst/video/video.h:
21387         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21388         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21390         here comes my change on caps for framerate and geometry range.
21391         We are now accepting 1 to MAXINT for width and height, and from
21392         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21393         to be blended correctly in videomixer.
21394
21395 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21396
21397         * configure.ac:
21398           back to HEAD
21399
21400 === release 0.9.4 ===
21401
21402 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21403
21404         * NEWS:
21405         * RELEASE:
21406         * configure.ac:
21407           releasing 0.9.4, "Velociraptor"
21408
21409 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21410
21411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21412         * po/POTFILES.in:
21413           STOPPED -> FAILED
21414
21415 2005-10-21  Wim Taymans  <wim@fluendo.com>
21416
21417         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21418         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21419         (pad_blocked), (close_pad_link), (new_pad):
21420         Don't try to remove elements twice.
21421
21422 2005-10-21  Wim Taymans  <wim@fluendo.com>
21423
21424         * ext/theora/theoradec.c: (theora_dec_src_query),
21425         (theora_dec_sink_event):
21426         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21427         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21428         (vorbis_handle_data_packet):
21429         * ext/vorbis/vorbisdec.h:
21430         Fix old naming.
21431
21432         * gst-libs/gst/audio/gstbaseaudiosink.c:
21433         (gst_base_audio_sink_render):
21434         Don't try to sync on buffers without a timestamp.
21435
21436 2005-10-21  Wim Taymans  <wim@fluendo.com>
21437
21438         * ext/theora/theoradec.c: (theora_dec_src_query),
21439         (theora_dec_sink_event):
21440         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21441         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21442         (vorbis_handle_data_packet):
21443         * ext/vorbis/vorbisdec.h:
21444         Fix old naming.
21445
21446 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21447
21448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21449         (gst_vorbisenc_src_query):
21450           Implement position and duration queries.
21451
21452         * gst/playback/test3.c: (update_scale), (main):
21453           Fix for async state changes and print nicer output.
21454
21455 2005-10-20  Wim Taymans  <wim@fluendo.com>
21456
21457         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21458         (dump_element_stats), (main):
21459         * gst/playback/test6.c: (main):
21460         Fix tests again
21461
21462 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21463
21464         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21465         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21466           Don't use functions for position queries when handling
21467           duration queries.
21468
21469 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21470
21471         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21472         (vorbis_handle_data_packet), (vorbis_dec_chain),
21473         (vorbis_dec_change_state):
21474         * ext/vorbis/vorbisdec.h:
21475           Vorbis streams can be embedded in other container formats
21476           than ogg, container formats where the demuxer might set 
21477           timestamps on encoded vorbis buffers instead of those silly 
21478           granulepos thingies. In short: make vorbisdec handle 
21479           timestamps on incoming buffers as well.
21480
21481 2005-10-20  Wim Taymans  <wim@fluendo.com>
21482
21483         * gst/playback/gstplaybasebin.c: (group_destroy),
21484         (gst_play_base_bin_change_state):
21485         Fix leak.
21486         Handle case where playbasebin is now ASYNC because
21487         decodebin is.
21488
21489 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21490
21491         * gst/audioconvert/Makefile.am:
21492         * gst/audioconvert/bufferframesconvert.c:
21493         * gst/audioconvert/plugin.c: (plugin_init):
21494         * gst/audioconvert/plugin.h:
21495           And bye bye buffer-frames-convert
21496
21497 2005-10-19  Wim Taymans  <wim@fluendo.com>
21498
21499         * check/elements/audioconvert.c:
21500         * docs/libs/tmpl/gstaudio.sgml:
21501         * docs/libs/tmpl/gstcolorbalance.sgml:
21502         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21503         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21504         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21505         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21506         * gst-libs/gst/audio/audio.h:
21507         * gst/audioconvert/audioconvert.h:
21508         * gst/audioconvert/gstaudioconvert.c:
21509         (gst_audio_convert_parse_caps):
21510         * gst/volume/gstvolume.c:
21511         Bye bye buffer-frames.
21512
21513 2005-10-19  Wim Taymans  <wim@fluendo.com>
21514
21515         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21516         (query_positions_elems), (query_positions_pads), (update_scale),
21517         (do_seek), (set_update_scale), (message_received), (main):
21518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21519         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21520         (gst_ogg_demux_loop):
21521         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21522         * ext/theora/theoradec.c: (theora_dec_src_query),
21523         (theora_dec_sink_event):
21524         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21525         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21526         * gst/adder/gstadder.c: (gst_adder_query):
21527         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21528         * gst/playback/test3.c: (update_scale):
21529         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21530         (dump_element_stats), (main):
21531         * gst/playback/test6.c: (main):
21532         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21533         Query API update.
21534
21535 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21536
21537         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21538         (xml_check_first_element), (xml_type_find), (smil_type_find),
21539         (plugin_init):
21540           Add typefinding for SMIL and for generic XML. Based on patch by
21541           Akos Maroy (#308663).
21542
21543 2005-10-18  Wim Taymans  <wim@fluendo.com>
21544
21545         * gst/playback/Makefile.am:
21546         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21547         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21548         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21549         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21550         (gst_decode_bin_change_state):
21551         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21552         (gst_play_bin_send_event_to_sink):
21553         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21554         (dump_element_stats), (main):
21555         * gst/playback/test6.c: (main):
21556         Make playbin async, it'll commit state to paused when all streams
21557         are detected.
21558         Remove ugly hack.
21559         Added test6.c to show async behaviour.
21560
21561 2005-10-18  Wim Taymans  <wim@fluendo.com>
21562
21563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21564         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21565         Fix for segment-start/stop API change.
21566
21567 2005-10-18  Wim Taymans  <wim@fluendo.com>
21568
21569         * check/Makefile.am:
21570         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21571         (main):
21572         Add future test for clock selection.
21573
21574 2005-10-18  Wim Taymans  <wim@fluendo.com>
21575
21576         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21577         (gst_alsasink_close):
21578         Set handle to NULL.
21579
21580         * gst-libs/gst/audio/gstringbuffer.c:
21581         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21582         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21583         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21584         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21585         (gst_ring_buffer_read):
21586         More debug info.
21587
21588 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21589
21590         * gst/audiotestsrc/Makefile.am:
21591         * gst/sine/Makefile.am:
21592         * gst/volume/Makefile.am:
21593           fix broken build of controllerized plugins
21594
21595 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21596
21597         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21598
21599         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21600         (gst_riff_create_video_template_caps):
21601           Add support for Indeo-3 (IV32).
21602
21603 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21604
21605         * configure.ac:
21606           rewrite
21607
21608 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         * gst-libs/gst/video/video.c: (gst_video_get_size):
21611         * gst/audiotestsrc/gstaudiotestsrc.c:
21612           doc updates
21613
21614 2005-10-17  Andy Wingo  <wingo@pobox.com>
21615
21616         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21617         with the collectpads change.
21618         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21619
21620         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21621
21622         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21623
21624         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21625         alloc_buffer flow return to callers.
21626         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21627         change. Fix some memleaks in theoraenc.
21628
21629         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21630         in strange circumstance.
21631
21632 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21633
21634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21635         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21636         from caps, let's use the caps...
21637
21638 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21639
21640         * configure.ac:
21641           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21642
21643 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21644
21645         * gst-libs/gst/interfaces/Makefile.am:
21646           fix silly typo
21647
21648 2005-10-16  Andy Wingo  <wingo@pobox.com>
21649
21650         * gst/playback/gstdecodebin.c
21651         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21652         function!
21653         (try_to_link_1): Increase kraziness level.
21654
21655 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21656
21657         * configure.ac:
21658           restructure like the core one
21659         * gst-libs/gst/audio/Makefile.am:
21660         * gst-libs/gst/interfaces/Makefile.am:
21661         * gst-libs/gst/net/Makefile.am:
21662         * gst-libs/gst/riff/Makefile.am:
21663         * gst-libs/gst/rtp/Makefile.am:
21664         * gst-libs/gst/tag/Makefile.am:
21665         * gst-libs/gst/video/Makefile.am:
21666           use correct linker flags, now the libs are properly versioned
21667         * check/elements/audioconvert.c: (verify_convert):
21668         * ext/alsa/gstalsaplugin.c:
21669         * ext/cdparanoia/gstcdparanoia.c:
21670         * ext/gnomevfs/gstgnomevfs.c:
21671         * ext/libvisual/visual.c:
21672         * ext/ogg/gstogg.c:
21673         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21674         * ext/theora/theora.c:
21675         * ext/vorbis/vorbis.c:
21676         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21677         * gst-libs/gst/tag/gsttagediting.c:
21678         * gst-libs/gst/video/video.c:
21679         * gst/adder/gstadder.c:
21680         * gst/audioconvert/plugin.c:
21681         * gst/audiorate/gstaudiorate.c:
21682         * gst/audioresample/gstaudioresample.c:
21683         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21684         * gst/audioscale/gstaudioscale.c:
21685         * gst/audioscale/resample.c:
21686         * gst/audiotestsrc/gstaudiotestsrc.c:
21687         * gst/ffmpegcolorspace/gstffmpeg.c:
21688         * gst/playback/gstdecodebin.c: (close_pad_link):
21689         * gst/playback/gstplaybin.c: (gen_video_element),
21690         (gen_audio_element):
21691         * gst/sine/gstsinesrc.c:
21692         * gst/subparse/gstsubparse.c:
21693         * gst/tags/gsttagediting.c:
21694         * gst/tcp/gsttcpplugin.c:
21695         * gst/typefind/gsttypefindfunctions.c:
21696         * gst/videorate/gstvideorate.c:
21697         * gst/videoscale/gstvideoscale.c:
21698         * gst/videotestsrc/gstvideotestsrc.c:
21699         * gst/volume/gstvolume.c:
21700         * sys/v4l/gstv4l.c:
21701         * sys/ximage/ximage.c:
21702         * sys/xvimage/xvimagesink.c:
21703           fix up defines
21704
21705 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21706
21707         * ext/vorbis/vorbisenc.c:
21708         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21709         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21710         (gst_tag_to_vorbis_comments):
21711           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21712
21713 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21714
21715         * examples/stats/mp2ogg.c:
21716         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21717           typo fixes
21718
21719 2005-10-13  Michael Smith <msmith@fluendo.com>
21720
21721         * ext/ogg/gstoggmux.c:
21722           Use magic glib macros to define constants as 64 bit, to ensure
21723           appropriate vararg passing.
21724
21725 2005-10-13  Michael Smith <msmith@fluendo.com>
21726
21727         * ext/ogg/gstoggmux.c:
21728         * gst/audioconvert/audioconvert.c: (float):
21729           Don't use LL suffix, as it's not portable, and neither of these
21730           uses required it anyway.
21731
21732 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21733
21734         * examples/indexing/indexmpeg.c: (main):
21735         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21736         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21737         (cdparanoia_convert), (cdparanoia_query):
21738         * ext/cdparanoia/gstcdparanoia.h:
21739         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21740         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21741         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21743         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21744         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21745         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21746         (gst_multifdsink_render), (gst_multifdsink_start),
21747         (gst_multifdsink_stop):
21748         * gst/tcp/gstmultifdsink.h:
21749         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21750         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21751         (gst_tcpclientsink_stop):
21752         * gst/tcp/gsttcpclientsink.h:
21753         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21754         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21755         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21756         * gst/tcp/gsttcpclientsrc.h:
21757         * gst/tcp/gsttcpserversink.h:
21758         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21759         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21760         (gst_tcpserversrc_stop):
21761         * gst/tcp/gsttcpserversrc.h:
21762         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21763         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21764         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21765           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21766           moved bitshift from macro to enum definition
21767
21768 2005-10-12  Wim Taymans  <wim@fluendo.com>
21769
21770         * examples/seeking/Makefile.am:
21771         Oops.
21772
21773 2005-10-12  Wim Taymans  <wim@fluendo.com>
21774
21775         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21776         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21777         Don't assert on normal stuff.
21778
21779         * gst/playback/gstplaybin.c: (do_playbin_seek):
21780         API fix.
21781
21782 2005-10-12  Wim Taymans  <wim@fluendo.com>
21783
21784         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21785         * examples/seeking/Makefile.am:
21786         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21787         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21788         (do_seek), (set_update_scale), (message_received), (main):
21789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21790         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21791         Update for _get_state() API change.
21792
21793 2005-10-11  Wim Taymans  <wim@fluendo.com>
21794
21795         * gst-libs/gst/audio/gstbaseaudiosink.c:
21796         (gst_base_audio_sink_render):
21797         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21798         (gst_base_audio_src_create):
21799         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21800         (gst_ring_buffer_read):
21801         Cleanups.
21802         Commit and read from ringbuffer in samples rather than bytes.
21803
21804 2005-10-11  Wim Taymans  <wim@fluendo.com>
21805
21806         * gst-libs/gst/audio/gstbaseaudiosink.c:
21807         (gst_base_audio_sink_render):
21808         Respect segment rate and accum when scheduling samples.
21809
21810 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21811
21812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21813         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21814         EOS correctly, that needs more work.
21815
21816 2005-10-11  Wim Taymans  <wim@fluendo.com>
21817
21818         * check/generic/states.c: (GST_START_TEST):
21819         remove old property.
21820
21821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21822         (gst_ogg_demux_perform_seek):
21823         * ext/theora/theoradec.c: (theora_dec_sink_event):
21824         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21825         (vorbis_handle_data_packet):
21826         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21827         (gst_base_rtp_depayload_set_gst_timestamp):
21828         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21829         Update for newsegment API change.
21830
21831 2005-10-11  Michael Smith <msmith@fluendo.com>
21832
21833         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21834         (do_playbin_seek), (gst_play_bin_send_event):
21835           Override send_event differently, so that we can takes bits of
21836           functionality from GstPipeline (special handling for seeks,
21837           including pausing/resuming, and resetting stream time) and still get
21838           the appropriate behaviour of only forwarding event to a single sink,
21839           rather than all of them.
21840           Unfortunately requires a lot of code duplication, but the
21841           alternatives are equally ugly in the end.
21842
21843 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21844
21845         * check/elements/audioconvert.c: (setup_audioconvert),
21846         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21847         (GST_START_TEST), (audioconvert_suite):
21848           clean up tests a little, fix some leaks.
21849
21850 2005-10-10  Wim Taymans  <wim@fluendo.com>
21851
21852         * ext/alsa/gstalsasink.c:
21853         Also allow unsigned int.
21854
21855         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21856         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21857         Small cleanup
21858
21859 2005-10-10  Wim Taymans  <wim@fluendo.com>
21860
21861         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21862         Small update, use API as stated in design docs.
21863
21864         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21865         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21866         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21867         (message_received), (main):
21868         Updated seek example for GOption. Some usability improvements.
21869
21870 2005-10-10  Wim Taymans  <wim@fluendo.com>
21871
21872         * gst/audioconvert/audioconvert.h:
21873         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21874         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21875         Alloc temp storage somewhere else where we can do it more
21876         portable.
21877
21878 2005-10-10  Wim Taymans  <wim@fluendo.com>
21879
21880         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21881         (gst_tcpserversrc_start):
21882         Don't block in accept while doing the state change, move
21883         to poll and make cancellable.
21884
21885 2005-10-09  Philippe Khalaf <burger@speedy.org>
21886
21887         * gst-libs/gst/rtp/rtpbasedepayload.c:
21888         Set timestamp and add queue delay to timestamp
21889         * gst-libs/gst/rtp/rtpbuffer.h:
21890         Set correct payload type for h263
21891
21892 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21893
21894         * gst/audiotestsrc/gstaudiotestsrc.c:
21895         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21896         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21897         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21898         (gst_audiotestsrc_create_triangle),
21899         (gst_audiotestsrc_create_silence),
21900         (gst_audiotestsrc_create_white_noise),
21901         (gst_audiotestsrc_init_pink_noise),
21902         (gst_audiotestsrc_generate_pink_noise_value),
21903         (gst_audiotestsrc_create_pink_noise),
21904         (gst_audiotestsrc_change_wave):
21905         * gst/audiotestsrc/gstaudiotestsrc.h:
21906           fixed typo, added pink noise
21907
21908 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21909
21910         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21911         (plugin_init):
21912           Add wavpack and spc typefind functions from 0.8 branch.
21913
21914 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21915
21916         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21917         (ar_type_find), (msdos_type_find), (plugin_init):
21918           Add typefind functions for tar archives, ar archives,
21919           RAR archives, and msdos-executables (dlls, exe, etc.).
21920           Some of those would be wrongly identified as mpeg
21921           streams of some sort before (#315550).
21922
21923 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21924
21925         * configure.ac:
21926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21928         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21929         * gst/audiotestsrc/Makefile.am:
21930         * gst/audiotestsrc/gstaudiotestsrc.c:
21931         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21932         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21933         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21934         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21935         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21936         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21937         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21938         (gst_audiotestsrc_create_silence),
21939         (gst_audiotestsrc_create_white_noise),
21940         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21941         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21942         (gst_audiotestsrc_start), (plugin_init):
21943         * gst/audiotestsrc/gstaudiotestsrc.h:
21944           add new plugin and element
21945         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21946           use gobject_class
21947
21948 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21949
21950         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21951         (gst_adder_init), (gst_adder_request_new_pad),
21952         (gst_adder_change_state):
21953           Add query function to source pad, so adder reports the correct
21954           time/sample position when queried (#315457); fix state change
21955           function; use GST_DEBUG_FUNCPTR() for pad functions.
21956
21957 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21958
21959         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21960           Fix leaks in typefind registration
21961           Clean up the gratuitous commenting and whitespacing a little
21962
21963 2005-10-08  Wim Taymans  <wim@fluendo.com>
21964
21965         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21966         Only actually wait for the thread to be stopped if it's 
21967         running.
21968
21969 2005-10-08  Wim Taymans  <wim@fluendo.com>
21970
21971         * gst-libs/gst/audio/gstbaseaudiosink.c:
21972         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21973         If we receive EOS we can start playback of what we had.
21974
21975 2005-10-08  Wim Taymans  <wim@fluendo.com>
21976
21977         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21978         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21979         (gst_multifdsink_stop):
21980         Fix crasher when going to NULL multiple times.
21981
21982 2005-10-06  Wim Taymans  <wim@fluendo.com>
21983
21984         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21985         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21986         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21987         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21988         patch from Edgard Lima <edgard.lima@indt.org.br>
21989         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21990
21991 2005-10-06  Wim Taymans  <wim@fluendo.com>
21992
21993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21994         Report the FLOW_RETURN as string in the error message.
21995
21996         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21997         Don't assert when clearing an unnegotiated buffer.
21998
21999 2005-10-04  Michael Smith <msmith@fluendo.com>
22000
22001         * gst/playback/gstplaybasebin.c: (group_destroy),
22002         (gen_preroll_element), (remove_groups), (setup_source):
22003         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22004         (setup_sinks), (gst_play_bin_send_event),
22005         (gst_play_bin_change_state):
22006           Set state to NULL before removing from bin. Fix refcounting.
22007
22008 2005-10-04  Michael Smith <msmith@fluendo.com>
22009
22010         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22011           Correct refcounting in send_event() function. Previously was wrong
22012           if the first sink was unable to handle the event.
22013
22014 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22015
22016         * configure.ac:
22017           back to development
22018
22019 === release 0.9.3 ===
22020
22021 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * configure.ac:
22024           Releasing 0.9.3, "De Facto"
22025
22026 2005-10-03  Andy Wingo  <wingo@pobox.com>
22027
22028         * gst/playback/gstdecodebin.c (try_to_link_1)
22029         (remove_element_chain): set element to NULL before removing it.
22030
22031 2005-10-02  Johan Dahlin  <johan@gnome.org>
22032
22033         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22034         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22035         MT safe.
22036
22037 2005-10-02  Andy Wingo  <wingo@pobox.com>
22038
22039         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22040         (gst_ring_buffer_prepare_read): 
22041         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22042         Demote to LOG.
22043
22044 2005-09-29  Wim Taymans  <wim@fluendo.com>
22045
22046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22047         * ext/theora/theoradec.c: (theora_handle_data_packet):
22048         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22049         Propagate error codes from alloc_buffer too.
22050
22051 2005-09-29  Wim Taymans  <wim@fluendo.com>
22052
22053         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22054         We use fixed caps.
22055
22056         * gst/playback/Makefile.am:
22057         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22058         (dump_element_stats), (main):
22059         Added example stream introspection code.
22060
22061 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22062
22063         * gst/adder/gstadder.c: (gst_adder_collected):
22064           fix adder for float elements
22065
22066 2005-09-28  Wim Taymans  <wim@fluendo.com>
22067
22068         * gst-libs/gst/audio/gstbaseaudiosink.c:
22069         (gst_base_audio_sink_class_init),
22070         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22071         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22072         (gst_base_audio_src_class_init),
22073         (gst_base_audio_src_provide_clock):
22074         get_clock -> provide_clock
22075
22076 2005-09-28  Andy Wingo  <wingo@pobox.com>
22077
22078         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22079         and unlocking.
22080
22081         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22082         unlocking.
22083
22084         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22085         Actually add the pad template.
22086         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22087
22088         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22089         I'm at it...
22090
22091         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22092         from fdsrc. Get caps in create() instead of start() so it can be
22093         interrupted. Interruption somewhat untested.
22094
22095         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22096         Proper EOS handling.
22097
22098 2005-09-27  Andy Wingo  <wingo@pobox.com>
22099
22100         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22101
22102         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22103
22104         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22105
22106         * gst/tcp/gsttcp.h: 
22107         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22108         out of tcpclientsrc.c. Cancellable.
22109         (gst_tcp_socket_read): Made private, cancellable, with better
22110         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22111         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22112         whole buffer, and better diagnostics.
22113         (gst_tcp_gdp_read_caps): Same.
22114
22115         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22116
22117 2005-09-26  Andy Wingo  <wingo@pobox.com>
22118
22119         * gst/sine/gstsinesrc.h:
22120         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22121         change the 'sync' property to 'is-live' and implement it halfway,
22122         update for controller api change.
22123
22124         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22125         controller api change.
22126
22127 2005-09-24  Wim Taymans  <wim@fluendo.com>
22128
22129         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22130         * gst-libs/gst/audio/gstaudiosink.c:
22131         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22132         (gst_audioringbuffer_stop):
22133         * gst-libs/gst/audio/gstbaseaudiosink.c:
22134         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22135         (gst_base_audio_sink_change_state):
22136         * gst-libs/gst/audio/gstbaseaudiosink.h:
22137         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22138         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22139         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22140         * gst-libs/gst/audio/gstringbuffer.h:
22141         Fix sync again. Moved sample alignment to basesink.
22142
22143 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22144
22145         * docs/plugins/Makefile.am:
22146         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22147         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22148         * gst/volume/gstvolume.c:
22149           add/fix docs
22150         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22151         * gst-libs/gst/audio/audio.h:
22152           add conversion macros for frames <-> clocktime
22153
22154 2005-09-23  David Schleef  <ds@schleef.org>
22155
22156         * gst/audioresample/Makefile.am:
22157         * gst/audioresample/debug.h:
22158         * gst/audioresample/gstaudioresample.c:
22159         * gst/audioresample/resample.c: Convert to using gst debugging
22160
22161 2005-09-22  Wim Taymans  <wim@fluendo.com>
22162
22163         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22164         (gst_play_bin_send_event):
22165         Only seek on one sink, the first one that succeeds.
22166
22167 2005-09-22  Michael Smith <msmith@fluendo.com>
22168
22169         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22170         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22171         Don't flush encoder state unless we have an initialised encoder.
22172         Clear out encoder state on PAUSED_TO_READY.
22173
22174 2005-09-22  Wim Taymans  <wim@fluendo.com>
22175
22176         * gst-libs/gst/rtp/gstbasertppayload.c:
22177         (gst_basertppayload_class_init), (gst_basertppayload_init),
22178         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22179         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22180         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22181         (gst_basertppayload_set_property),
22182         (gst_basertppayload_get_property),
22183         (gst_basertppayload_change_state):
22184         * gst-libs/gst/rtp/gstbasertppayload.h:
22185         Added max-ptime to control amount of data in the rtp packets.
22186
22187 2005-09-21  Andy Wingo  <wingo@pobox.com>
22188
22189         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22190         thingies.
22191
22192         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22193         can be called multiple times, dogs.
22194
22195 2005-09-21  Wim Taymans  <wim@fluendo.com>
22196
22197         * gst-libs/gst/rtp/gstbasertppayload.c:
22198         (gst_basertppayload_class_init), (gst_basertppayload_init),
22199         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22200         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22201         (gst_basertppayload_push), (gst_basertppayload_get_property),
22202         (gst_basertppayload_change_state):
22203         Allow 0 ssrc too.
22204
22205 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22206
22207         * docs/libs/compiling.sgml:
22208           fixing typos
22209
22210 2005-09-20  Wim Taymans  <wim@fluendo.com>
22211
22212         * gst-libs/gst/rtp/gstbasertppayload.c:
22213         (gst_basertppayload_class_init), (gst_basertppayload_init),
22214         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22215         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22216         (gst_basertppayload_push), (gst_basertppayload_set_property),
22217         (gst_basertppayload_get_property),
22218         (gst_basertppayload_change_state):
22219         * gst-libs/gst/rtp/gstbasertppayload.h:
22220         Added property to configure sequence number offsets.
22221
22222 2005-09-20  Wim Taymans  <wim@fluendo.com>
22223
22224         * gst-libs/gst/rtp/gstbasertppayload.c:
22225         (gst_basertppayload_class_init), (gst_basertppayload_init),
22226         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22227         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22228         (gst_basertppayload_push), (gst_basertppayload_set_property),
22229         (gst_basertppayload_get_property),
22230         (gst_basertppayload_change_state):
22231         * gst-libs/gst/rtp/gstbasertppayload.h:
22232         Make timestamp offset configurable.
22233
22234 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22235
22236         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22237           fix wrong pop/unref
22238
22239 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22240
22241         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22242
22243         * gst-libs/gst/interfaces/propertyprobe.c:
22244         (gst_property_probe_probe_property_name),
22245         (gst_property_probe_needs_probe_name),
22246         (gst_property_probe_get_values_name),
22247         (gst_property_probe_probe_and_get_values_name):
22248           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22249           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22250
22251 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22252
22253         * check/Makefile.am:
22254           have some tests be disabled for valgrinding
22255         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22256         (GST_START_TEST):
22257         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22258           Fix A Leak.  Chain To Parent Finalize.
22259
22260 2005-09-19  Wim Taymans  <wim@fluendo.com>
22261
22262         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22263         Fixed wav pipeline.
22264
22265 2005-09-19  Wim Taymans  <wim@fluendo.com>
22266
22267         * gst-libs/gst/rtp/gstbasertppayload.c:
22268         (gst_basertppayload_class_init), (gst_basertppayload_init),
22269         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22270         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22271         (gst_basertppayload_push), (gst_basertppayload_get_property),
22272         (gst_basertppayload_change_state):
22273         Posting ERROR and WARNING messages is good.
22274
22275 2005-09-19  Wim Taymans  <wim@fluendo.com>
22276
22277         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22278         (gst_base_rtp_depayload_add_to_queue),
22279         (gst_base_rtp_depayload_push),
22280         (gst_base_rtp_depayload_set_gst_timestamp),
22281         (gst_base_rtp_depayload_queue_release):
22282         This one was not supposed to go in.
22283
22284 2005-09-19  Wim Taymans  <wim@fluendo.com>
22285
22286         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22287         Fix for bus API.
22288
22289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22290         (gst_base_rtp_depayload_chain),
22291         (gst_base_rtp_depayload_add_to_queue),
22292         (gst_base_rtp_depayload_push),
22293         (gst_base_rtp_depayload_set_gst_timestamp),
22294         (gst_base_rtp_depayload_queue_release):
22295         Some cleanups.
22296
22297         * gst-libs/gst/rtp/gstbasertppayload.c:
22298         (gst_basertppayload_class_init), (gst_basertppayload_init),
22299         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22300         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22301         (gst_basertppayload_get_property),
22302         (gst_basertppayload_change_state):
22303         Added debugging category.
22304
22305 2005-09-18  David Schleef  <ds@schleef.org>
22306
22307         * gst/playback/gstdecodebin.c: free plugin list correctly
22308         * gst/playback/gstplaybin.c: emit warning if autovideosink
22309           and autoaudiosink can't be found (instead of segfaulting)
22310
22311 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22312
22313         * check/elements/audioconvert.c: (GST_START_TEST):
22314           try out 24 bit conversion
22315
22316 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22317
22318         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22319         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22320         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22321         * ext/vorbis/vorbisenc.h:
22322           Fix EOS handling.  Still needs a fix in the ogg muxer to
22323           mark the last page as eos.
22324
22325 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22326
22327         * common/gtk-doc-plugins.mak:
22328         * docs/plugins/Makefile.am:
22329         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22330         * gst/ffmpegcolorspace/Makefile.am:
22331         * gst/ffmpegcolorspace/avcodec.h:
22332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22333         * gst/tcp/gstmultifdsink.c:
22334           fix up ffmpegcolorspace docs; extract header
22335
22336 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22337
22338         * common/gtk-doc-plugins.mak:
22339         * docs/plugins/Makefile.am:
22340         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22341         * ext/theora/Makefile.am:
22342         * ext/theora/gsttheoraenc.h:
22343         * ext/theora/theoraenc.c:
22344         * ext/vorbis/vorbisenc.c:
22345           pick up signals and args for vorbis; add some docs for vorbis
22346
22347 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22348
22349         * common/gstdoc-scangobj:
22350         * common/gtk-doc-plugins.mak:
22351         * docs/libs/Makefile.am:
22352         * docs/plugins/gst-plugins-base-plugins.args:
22353         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22354         * docs/plugins/gst-plugins-base-plugins.interfaces:
22355         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22356         * docs/plugins/gst-plugins-base-plugins.signals:
22357           only scanobj stuff from our source module.  Not sure yet
22358           if that's correct, given the hierarchy stuff :)
22359
22360 2005-09-15  Wim Taymans  <wim@fluendo.com>
22361
22362         * gst/audioconvert/gstaudioconvert.c:
22363         And enable 24 bits mode as well..
22364
22365 2005-09-15  Wim Taymans  <wim@fluendo.com>
22366
22367         * gst-libs/gst/rtp/Makefile.am:
22368         * gst-libs/gst/rtp/gstbasertppayload.c:
22369         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22370         (gst_basertppayload_class_init), (gst_basertppayload_init),
22371         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22372         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22373         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22374         (gst_basertppayload_set_property),
22375         (gst_basertppayload_get_property),
22376         (gst_basertppayload_change_state):
22377         * gst-libs/gst/rtp/gstbasertppayload.h:
22378         Added rtp payloader base class.
22379
22380 2005-09-15  Andy Wingo  <wingo@pobox.com>
22381
22382         * configure.ac (plugindir): Remove the EOL matcher from the
22383         regexp, as it causes me problems. Libtool? Make? Who knows?
22384
22385 2005-09-14  David Schleef  <ds@schleef.org>
22386
22387         * check/generic/states.c: 
22388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22389         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22390           Fixes for changes in registry API.
22391
22392         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22393           to GST_PLUGIN_LDFLAGS.
22394         * ext/libvisual/visual.c: Make the library shut up.
22395         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22396         * gst-libs/gst/audio/gstaudiofilter.c: same
22397
22398 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22399
22400         * docs/plugins/Makefile.am:
22401         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22402         * docs/plugins/inspect/plugin-libvisual.xml:
22403         * docs/plugins/tmpl/element-tcpserversink.sgml:
22404         * ext/theora/theoraenc.c:
22405           add libvisual plugin and theoraenc element to docs
22406
22407 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22408
22409         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22411         * ext/theora/theoraenc.c:
22412           add theoraenc
22413
22414 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22415
22416         * gst/audioconvert/Makefile.am:
22417           Audioconvert derives from GstBaseTransform and should
22418           link to the library with our base elements to avoid
22419           unresolved symbols. Makes things work with MinGW (#316160)
22420
22421         * gst/playback/test4.c: (main):
22422           Fix MinGW build problem and use g_usleep() instead of 
22423           sleep() (#316162)
22424
22425 2005-09-12  Wim Taymans  <wim@fluendo.com>
22426
22427         * gst/audioconvert/audioconvert.c: (float),
22428         (audio_convert_prepare_context), (audio_convert_convert):
22429         * gst/audioconvert/audioconvert.h:
22430         Cleanups, speedups, simplifications, added back support
22431         for 24 bits.
22432
22433 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22434
22435         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22436         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22437         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22438         * docs/plugins/tmpl/element-tcpserversink.sgml:
22439         * gst/ffmpegcolorspace/gstffmpeg.c:
22440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22441         * gst/videotestsrc/gstvideotestsrc.c:
22442         * gst/volume/gstvolume.c:
22443           add more elements to the docs
22444
22445 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22446
22447         * check/Makefile.am:
22448         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22449         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22450           Add extra tests for basetransform based components. 
22451           Comment out the test_element_negotiation test until we decide
22452           if it's testing correct behaviour.
22453         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22454         (gst_visual_chain), (gst_visual_change_state):
22455           Slightly more correct but still bogus timestamping.
22456           Fix state change function.
22457         * gst/audioconvert/gstaudioconvert.c:
22458         (gst_audio_convert_class_init):
22459         * gst/audioresample/gstaudioresample.c:
22460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22461         (gst_ffmpegcsp_class_init):
22462         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22463         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22464         (gst_videoscale_prepare_image):
22465         * gst/volume/gstvolume.c: (gst_volume_class_init),
22466         (volume_transform_ip):
22467           Basetransform updates. Enable passthrough modes.
22468         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22469         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22470         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22471           Negotiation fix that allows the window to return to the original
22472           size and renegotiate passthrough upstream. Extra debug output.
22473
22474 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22475
22476         * gst/sine/gstsinesrc.c:
22477         * gst/volume/gstvolume.c:
22478           fix up header include
22479
22480 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22481
22482         * gst-libs/gst/audio/gstbaseaudiosink.c:
22483         (gst_base_audio_sink_render):
22484         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22485         * gst/volume/gstvolume.c: (gst_volume_class_init),
22486         (volume_transform):
22487           fixing lost sync, some more debugging
22488
22489 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22490
22491         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22492         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22493         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22494         (gst_xvimagesink_check_xshm_calls):
22495           Fix compilation when XShm is not available.
22496
22497 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22498
22499         * ext/libvisual/visual.c: (gst_visual_dispose),
22500         (gst_visual_getcaps), (gst_visual_src_setcaps),
22501         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22502         (gst_visual_change_state):
22503           Finish fixing up libvisual plugin so that it runs. 
22504
22505 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22506
22507         * ext/vorbis/vorbisenc.c:
22508         * gst-libs/gst/tag/gstvorbistag.c:
22509           gsttaginterface.h -> gsttagsetter.h
22510
22511 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22512
22513         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22514           added another test that failes for me (test is not active by default)
22515
22516 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22517
22518         * configure.ac:
22519           v4l2 is no longer in gst-plugins-base
22520
22521 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22522
22523         * configure.ac:
22524           In the output at the end, don't show the first plugin on the same
22525           line as "Core plug-ins, always built:".
22526           Indent the output as for other plugin categories
22527         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22528           #define that can be used to not use peer buffer_alloc functions for
22529           test purposes.
22530         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22531         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22532         (gst_ximagesink_show_frame):
22533         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22534         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22535         (gst_xvimagesink_show_frame):
22536           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22537           fails gracefully instead of XError aborting or deadlocking.
22538
22539 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22540
22541         * ext/libvisual/Makefile.am:
22542           link against gst-base-libs
22543
22544 2005-09-06  David Schleef  <ds@schleef.org>
22545
22546         * configure.ac: Enable libvisual plugin.
22547         * ext/libvisual/Makefile.am:
22548         * ext/libvisual/visual.c: Fixes to make it compile.
22549
22550 === release 0.9.2 ===
22551
22552 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * NEWS:
22555         * RELEASE:
22556         * configure.ac:
22557         * docs/random/ChangeLog-0.8:
22558           releasing 0.9.2, "Spoon"
22559
22560 2005-09-05  Michael Smith <msmith@fluendo.com>
22561
22562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22563           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22564           that in the vorbisenc element.
22565
22566 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22567
22568         * common/gtk-doc-plugins.mak:
22569         * docs/plugins/Makefile.am:
22570           fix distcheck
22571         * gst/audioresample/resample.c:
22572           fix wrong docstring
22573
22574 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22575
22576         * common/gst-xmlinspect.py:
22577         * common/gtk-doc-plugins.mak:
22578           only inspect plugins for this given package
22579           require gst-python 0.9
22580
22581 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22582
22583         * Makefile.am:
22584         * autogen.sh:
22585         * common/gst-xmlinspect.py:
22586         * configure.ac:
22587         * docs/Makefile.am:
22588         * docs/plugins/inspect/plugin-alsa.xml:
22589         * docs/plugins/inspect/plugin-audioresample.xml:
22590         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22591         * docs/plugins/inspect/plugin-ogg.xml:
22592         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22593         * docs/plugins/tmpl/element-multifdsink.sgml:
22594         * docs/plugins/tmpl/element-tcpserversink.sgml:
22595         * docs/plugins/tmpl/element-vorbisenc.sgml:
22596         * gst-plugins-base.spec.in:
22597           various doc-related updates
22598
22599 2005-08-31  Wim Taymans  <wim@fluendo.com>
22600
22601         * gst-libs/gst/audio/gstbaseaudiosink.c:
22602         (gst_base_audio_sink_render):
22603         Resync if the buffer timestamps drift more than a 10th 
22604         of a second.
22605
22606 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22607
22608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22609         (gst_v4lsrc_get_property):
22610           The 'timestamp-offset' property is registered as an int64, so
22611           let's use g_value_{set|get}_int64() in our setter and getter
22612           functions (makes it work and fixes warnings with gst-inspect).
22613
22614 2005-08-30  Wim Taymans  <wim@fluendo.com>
22615
22616         * check/elements/audioconvert.c: (setup_audioconvert):
22617         * check/elements/audioresample.c: (setup_audioresample):
22618         * check/elements/volume.c: (setup_volume):
22619         Fix checks.
22620
22621 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22622
22623         * common/gtk-doc-plugins.mak:
22624         * common/plugins.xsl:
22625         * docs/plugins/Makefile.am:
22626           make module a param
22627
22628 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22629
22630         * examples/seeking/seek.c: (make_mp3_pipeline),
22631         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22632         (play_cb), (pause_cb), (stop_cb):
22633           update the example
22634
22635 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22636
22637         * gst/volume/gstvolume.c: (gst_volume_class_init),
22638         (volume_transform):
22639           do not update controlled params, if buffer has no timestamp
22640
22641 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22642
22643         * configure.ac:
22644         * gst/sine/Makefile.am:
22645         * gst/volume/Makefile.am:
22646           controllerized elements also need to link against controller-libs ;)
22647
22648 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22649
22650         * docs/libs/tmpl/gstcolorbalance.sgml:
22651         * docs/libs/tmpl/gstgconf.sgml:
22652         * docs/libs/tmpl/gstmixer.sgml:
22653         * docs/libs/tmpl/gstringbuffer.sgml:
22654         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22655         (gst_sinesrc_create):
22656         * gst/volume/gstvolume.c: (gst_volume_class_init),
22657         (volume_transform):
22658           controllerized two audio plugins
22659
22660 2005-08-29  Andy Wingo  <wingo@pobox.com>
22661
22662         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22663         (vorbis_handle_data_packet): Fix some int overflow errors.
22664
22665         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22666         -1.
22667         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22668         valid.
22669         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22670         if it's valid. Fixed streaming-mode playback.
22671
22672         * check/elements/volume.c (cleanup_volume): Fix for running
22673         CK_FORK=no.
22674
22675         * check/elements/audioconvert.c: Convert from native endian, not
22676         little endian.
22677
22678 2005-08-29  Michael Smith <msmith@fluendo.com>
22679
22680         * ext/ogg/Makefile.am:
22681         * ext/ogg/gstogg.c: (plugin_init):
22682         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22683         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22684         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22685         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22686         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22687         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22688         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22689         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22690         Add an ogg parser element.
22691
22692 2005-08-28  Andy Wingo  <wingo@pobox.com>
22693
22694         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22695
22696 2005-08-26  Wim Taymans  <wim@fluendo.com>
22697
22698         * gst/audioconvert/audioconvert.c: (if), (float),
22699         (audio_convert_get_func_index), (check_default),
22700         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22701         (audio_convert_clean_context), (audio_convert_get_sizes),
22702         (audio_convert_convert):
22703         Cleanups.
22704
22705 2005-08-26  Wim Taymans  <wim@fluendo.com>
22706
22707         * gst/audioconvert/audioconvert.c: (if), (float),
22708         (audio_convert_get_func_index), (check_default),
22709         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22710         (audio_convert_clean_context), (audio_convert_get_sizes),
22711         (audio_convert_convert):
22712         More elegant and working temp buffer selection algo.
22713
22714 2005-08-26  Wim Taymans  <wim@fluendo.com>
22715
22716         * gst/audioconvert/audioconvert.c: (if), (float),
22717         (audio_convert_get_func_index), (check_default),
22718         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22719         (audio_convert_clean_context), (audio_convert_get_sizes),
22720         (get_temp_buffer), (audio_convert_convert):
22721         Use realloc else we lose our original data.
22722
22723 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22724
22725         * gst/audioresample/gstaudioresample.c:
22726           use base class' newsegment to properly timestamp
22727
22728 2005-08-26  Wim Taymans  <wim@fluendo.com>
22729
22730         * gst/audioconvert/audioconvert.c: (if), (float),
22731         (audio_convert_get_func_index), (check_default),
22732         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22733         (audio_convert_clean_context), (audio_convert_get_sizes),
22734         (get_temp_buffer), (audio_convert_convert):
22735         * gst/audioconvert/gstaudioconvert.c:
22736         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22737         (gst_audio_convert_transform_caps),
22738         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22739         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22740         Oops, allocate enough space to perform the channel mix.
22741
22742 2005-08-26  Wim Taymans  <wim@fluendo.com>
22743
22744         * gst/audioconvert/Makefile.am:
22745         * gst/audioconvert/audioconvert.c: (if), (float),
22746         (audio_convert_get_func_index), (check_default),
22747         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22748         (audio_convert_clean_context), (audio_convert_get_sizes),
22749         (get_temp_buffer), (audio_convert_convert):
22750         * gst/audioconvert/audioconvert.h:
22751         * gst/audioconvert/gstaudioconvert.c:
22752         (gst_audio_convert_class_init), (gst_audio_convert_init),
22753         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22754         (gst_audio_convert_get_unit_size),
22755         (gst_audio_convert_transform_caps),
22756         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22757         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22758         * gst/audioconvert/gstaudioconvert.h:
22759         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22760         (gst_channel_mix_fill_identical),
22761         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22762         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22763         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22764         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22765         (gst_channel_mix_mix):
22766         * gst/audioconvert/gstchannelmix.h:
22767         Cleanups, librarify a bit, optimize, better negotiation and more.
22768
22769 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22770
22771         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22772         Another from MikeS:
22773         During typefinding, don't support negative offsets
22774         (offsets from the end of the stream) in our typefind->peek() function
22775         - nothing embedded in ogg ever needs them. However, we need to recognise
22776         those requests and reject them, otherwise we return invalid pointers.
22777
22778 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22779
22780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22781         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22782         (vorbisdec_finalize), (vorbis_handle_type_packet):
22783           Big shout-out to MikeS for fixing this giant memory leak.
22784           Huzzah!
22785
22786 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22787
22788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22789         (audio_convert_get_unit_size):
22790           plug some leaks
22791
22792 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22793
22794         * check/Makefile.am:
22795         * check/elements/audioconvert.c: (setup_audioconvert),
22796         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22797         (GST_START_TEST), (audioconvert_suite), (main):
22798           add a test for audioconvert
22799         * gst/audioresample/gstaudioresample.c:
22800         * gst/audioresample/gstaudioresample.h:
22801           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22802           note that for buffers of 1/3 sec this means DURATION(c) is 
22803           one nanosecond more than for a and b
22804
22805 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22806
22807         * check/Makefile.am:
22808         * check/elements/audioresample.c: (setup_audioresample),
22809         (cleanup_audioresample), (fail_unless_perfect_stream),
22810         (test_perfect_stream_instance), (GST_START_TEST),
22811           add a check for audioresample
22812         (audioresample_suite), (main):
22813         * check/elements/volume.c: (GST_START_TEST):
22814           remove unused method
22815         * gst/audioresample/gstaudioresample.c:
22816           set correct buffer parameters since we're changing them
22817         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22818           add some debug
22819
22820 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22821
22822         * gst/audioresample/debug.c:
22823         * gst/audioresample/gstaudioresample.c:
22824           add room for extra overlap samples when asked to transform size
22825           protect against possible mem corruption and check for discrepancies
22826           between written size and outbuffer's size so we can warn for
22827           potential problems
22828         * gst/audioresample/resample.c: (resample_init),
22829         (resample_get_output_size_for_input), (resample_get_output_size),
22830         (resample_set_n_channels), (resample_set_format):
22831           set debug level based on RESAMPLE_DEBUG env var
22832           make sure that get_output_size* returns a whole number of
22833           sample_size
22834           set sample_size each time either channel or format is set
22835         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22836         * gst/audioresample/resample_functable.c:
22837         (resample_scale_functable):
22838         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22839           remove r->sample_size, it's done in resample.c now
22840           add some debugging to the ref implementation
22841           make sure we only give back bytes that are wholes of the sample
22842           size
22843
22844 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22845         * gst/playback/gstplaybasebin.c: (fill_buffer):
22846         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22847
22848 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22849
22850         * gst/volume/gstvolume.c:
22851           made set_caps function static
22852
22853 2005-08-24  Wim Taymans  <wim@fluendo.com>
22854
22855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22856         (gst_vorbisenc_change_state):
22857         Stop leaking taglists.
22858
22859 2005-08-24  Wim Taymans  <wim@fluendo.com>
22860
22861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22862         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22863         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22864         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22865         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22866         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22867         Parse seeking events better.
22868         Unref static caps.
22869         Generate correct newsegment events, fixes seeking in live oggs.
22870
22871         * ext/theora/theoradec.c: (theora_dec_src_query),
22872         (theora_dec_src_event), (theora_dec_src_getcaps),
22873         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22874         Use newsegment values to report correct play time.
22875
22876         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22877         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22878         * ext/vorbis/vorbisdec.h:
22879         Parse and use newsegment values to report correct play time.
22880
22881         * gst-libs/gst/audio/gstbaseaudiosink.c:
22882         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22883         Clear ringbuffer on flush.
22884         Use newsegment values to calculate playback time.
22885
22886         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22888         Basesink does newsegment calculations for us now.
22889
22890 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22891
22892         * check/Makefile.am:
22893         * configure.ac:
22894           add core's plugins to the mix so that playbin works
22895         * check/generic/states.c: (GST_START_TEST):
22896           set a 0 timeout on pipelines, so they don't force the next
22897           state change
22898         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22899         (gst_play_base_bin_change_state):
22900           remove the crappy error handling and do GST error handling
22901
22902 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22903
22904         * check/Makefile.am:
22905         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22906           add same test as to core, it bitches out on playbin atm.
22907
22908 2005-08-24  Wim Taymans  <wim@fluendo.com>
22909
22910         * configure.ac:
22911         Remove audioscale.
22912
22913 2005-08-24  Wim Taymans  <wim@fluendo.com>
22914
22915         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22916         (gst_videoscale_prepare_size), (parse_caps),
22917         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22918         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22919         (gst_videoscale_transform):
22920         * gst/videoscale/gstvideoscale.h:
22921         Refactor, make use of BaseTranform really well.
22922
22923 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22924
22925         * configure.ac:
22926           compile audioresample
22927         * gst/audioresample/Makefile.am:
22928         * gst/audioresample/buffer.c:
22929         * gst/audioresample/functable.c:
22930         * gst/audioresample/gstaudioresample.c:
22931         * gst/audioresample/gstaudioresample.h:
22932         * gst/audioresample/resample.c:
22933         (resample_get_output_size_for_input):
22934         * gst/audioresample/resample.h:
22935         * gst/audioresample/resample_chunk.c:
22936         * gst/audioresample/resample_functable.c:
22937         * gst/audioresample/resample_ref.c:
22938           port to use basetransform; doesn't work in all cases yet
22939
22940 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22941
22942         * gst/audioconvert/gstaudioconvert.c:
22943         (gst_audio_convert_class_init), (gst_audio_convert_init),
22944         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22945         (audio_convert_fixate_caps), (audio_convert_set_caps),
22946         (audio_convert_transform),
22947         (gst_audio_convert_buffer_to_default_format),
22948         (gst_audio_convert_buffer_from_default_format),
22949         (gst_audio_convert_channels):
22950         * gst/audioconvert/gstchannelmix.c:
22951         * gst/audioconvert/gstchannelmix.h:
22952           port to basetransform
22953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22954         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22955         (gst_ffmpegcsp_get_unit_size):
22956         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22957         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22958           fix for basetransform changes
22959
22960 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22961
22962         * check/Makefile.am:
22963           Add CHECK_CFLAGS and LDFLAGS
22964
22965         * gst/playback/gstplaybasebin.c: (fill_buffer):
22966           GST_MESSAGE_SRC became a GObject
22967
22968 2005-08-24  Wim Taymans  <wim@fluendo.com>
22969
22970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22971         (gst_ring_buffer_clear_all):
22972         * gst-libs/gst/audio/gstringbuffer.h:
22973         Added function to clear the ringbuffer.
22974
22975 2005-08-24  Andy Wingo  <wingo@pobox.com>
22976
22977         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22978         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22979         of _open and _close.
22980
22981         * sys/v4l/gstv4lxoverlay.h:
22982         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22983         an Xv connection here, instead of all the time. Make Xv only be
22984         loaded if you axe for it. Kindof a workaround for buggy behaviour
22985         of Xv when using remote xservers (XvQueryExtension would block).
22986         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22987         replace the _open and _close public API. Only start the xv
22988         connection if necessary.
22989         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22990
22991 2005-08-23  David Schleef  <ds@schleef.org>
22992
22993         * gst/audioresample/Makefile.am: Leet audioresampling code
22994         * gst/audioresample/buffer.c:
22995         * gst/audioresample/buffer.h:
22996         * gst/audioresample/debug.c:
22997         * gst/audioresample/debug.h:
22998         * gst/audioresample/functable.c:
22999         * gst/audioresample/functable.h:
23000         * gst/audioresample/gstaudioresample.c:
23001         * gst/audioresample/gstaudioresample.h:
23002         * gst/audioresample/resample.c:
23003         * gst/audioresample/resample.h:
23004         * gst/audioresample/resample_chunk.c:
23005         * gst/audioresample/resample_functable.c:
23006         * gst/audioresample/resample_ref.c:
23007
23008 2005-08-23  Wim Taymans  <wim@fluendo.com>
23009
23010         * examples/seeking/seek.c: (make_vorbis_pipeline),
23011         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23012         Small seek updates.
23013
23014 2005-08-23  Andy Wingo  <wingo@pobox.com>
23015
23016         * gst-libs/gst/audio/gstbaseaudiosrc.c
23017         (gst_base_audio_src_fixate): Only fixate endianness if it is
23018         present in the caps.
23019
23020 2005-08-22  Andy Wingo  <wingo@pobox.com>
23021
23022         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23023         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23024         device-name property.
23025
23026         * gst-libs/gst/audio/gstaudiosrc.h:
23027         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23028         close_device in the ring buffer, like gstaudiosink.
23029
23030         * ext/alsa/gstalsamixer.h:
23031         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23032         macro to implement the interface without much code. Cleanups. 
23033
23034         * ext/alsa/gstalsasrc.h:
23035         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23036         READY.
23037
23038         * ext/alsa/Makefile.am: Add new files.
23039         * ext/alsa/gstalsamixerelement.c: 
23040         * ext/alsa/gstalsamixerelement.c: Split element code out from
23041         mixer code so that alsasrc can be a mixer too.
23042
23043 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23044
23045         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23046         (GST_START_TEST):
23047         * check/elements/vorbisdec.c: (setup_vorbisdec),
23048         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23049         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23050         (vorbis_handle_identification_packet),
23051         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23052         (vorbis_handle_header_packet), (vorbis_dec_push),
23053         (vorbis_dec_chain):
23054           use the setup/teardown methods to save code.  save code is good.
23055
23056 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23057
23058         * check/Makefile.am:
23059           add ext dir for plugins
23060           add vorbisdec test conditionally
23061         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23062         (GST_START_TEST), (volume_suite):
23063           add a test with wrong caps
23064         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23065         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23066           add a vorbisdec test
23067         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23068         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23069           clean up debug output
23070         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23071           yay, fix a segfault/security issue in vorbisdec
23072           gst-launch fakesrc ! vorbisdec wasn't happy
23073         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23074         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23075         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23076         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23077         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23078         (gst_vorbisenc_set_metadata), (get_constraints_string),
23079         (update_start_message), (gst_vorbisenc_setup),
23080         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23081         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23082         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23083         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23084         * ext/vorbis/vorbisenc.h:
23085           march in line
23086         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23087         (gst_ffmpegcsp_transform):
23088           have the kow come home
23089         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23090           debug my func ptr
23091         * gst/volume/gstvolume.c: (volume_set_caps):
23092           add a debug
23093
23094 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23095
23096         * Makefile.am:
23097         * check/.cvsignore:
23098         * check/Makefile.am:
23099         * check/elements/.cvsignore:
23100         * check/elements/volume.c: (chain_func), (event_func),
23101         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23102         (main):
23103         * configure.ac:
23104           add unit test structure for gst-plugins-base
23105           add a test for volume
23106         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23107         (gst_volume_set_volume), (gst_volume_get_volume),
23108         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23109         (volume_funcfind), (volume_process_float), (volume_process_int16),
23110         (volume_set_caps), (volume_transform), (volume_update_mute),
23111         (volume_update_volume), (volume_set_property),
23112         (volume_get_property):
23113           document a little; use basetransform vmethod _set_caps
23114
23115 2005-08-19  Andy Wingo  <wingo@pobox.com>
23116
23117         * ext/alsa/gstalsamixertrack.h:
23118         * ext/alsa/gstalsamixertrack.c:
23119         * ext/alsa/gstalsamixeroptions.h:
23120         * ext/alsa/gstalsamixeroptions.c:
23121         * ext/alsa/gstalsamixer.h:
23122         * ext/alsa/gstalsamixer.c: Port to 0.9.
23123
23124         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23125         Remove gstalsa.c and alsaclock. No more cruft here.
23126         
23127 2005-08-18  Wim Taymans  <wim@fluendo.com>
23128
23129         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23130         (gst_base_rtp_depayload_chain),
23131         (gst_base_rtp_depayload_add_to_queue),
23132         (gst_base_rtp_depayload_push),
23133         (gst_base_rtp_depayload_queue_release):
23134         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23135         Fix for RTPBuffer changes.
23136
23137         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23138         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23139         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23140         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23141         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23142         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23143         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23144         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23145         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23146         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23147         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23148         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23149         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23150         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23151         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23152         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23153         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23154         (gst_rtpbuffer_get_payload):
23155         * gst-libs/gst/rtp/gstrtpbuffer.h:
23156         Don't subclass GstBuffer but add methods and helper functions
23157         to construct and manipulate RTP packets in regular GstBuffers.
23158
23159 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23160
23161         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23162           moved statement below switch
23163         * gst/volume/gstvolume.c: (gst_volume_class_init):
23164           added debug ptr
23165
23166 2005-08-16  Wim Taymans  <wim@fluendo.com>
23167
23168         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23169         (gst_base_audio_src_change_state):
23170         Open and close device in READY<->NULL state change.
23171
23172 2005-08-16  Andy Wingo  <wingo@pobox.com>
23173
23174         * examples/seeking/Makefile.am: Don't compile non-compiling
23175         compiled objects with the compiler.
23176
23177         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23178         elements.
23179
23180 2005-08-12  Philippe Khalaf <burger@speedy.org>
23181         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23182         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23183           Made a thread to release the queue.
23184           Removed timestamp conversion for now.
23185
23186 2005-08-10  Philippe Khalaf <burger@speedy.org>
23187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23188         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23189           Added rtp timestamp -> gst timestamp conversion.
23190           Fixed several problems with queue.
23191
23192 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23193
23194         * gst-libs/gst/audio/gstaudioclock.h:
23195         * gst-libs/gst/audio/gstaudiofilter.h:
23196         * gst-libs/gst/audio/gstaudiosink.h:
23197         * gst-libs/gst/audio/gstaudiosrc.h:
23198         * gst-libs/gst/audio/gstbaseaudiosink.h:
23199         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23200         * gst-libs/gst/audio/gstringbuffer.h:
23201         * gst-libs/gst/net/gstnetbuffer.h:
23202         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23203         * gst-libs/gst/rtp/gstrtpbuffer.h:
23204           Add padding (you will need to rebuild gst-plugins-base,
23205           gst-plugins and all applications afterwards!)
23206
23207 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23208
23209         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23210         (gst_riff_parse_chunk):
23211           Fix bug in debug message and add some more debug messages.
23212
23213 2005-08-08  Edward Hervey  <edward@fluendo.com>
23214
23215         * gst-libs/gst/riff/riff-media.c:
23216         backported updates since branch
23217
23218 2005-08-08  Andy Wingo  <wingo@pobox.com>
23219
23220         * gst-libs/gst/audio/gstbaseaudiosink.c
23221         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23222         like good elements should. Close on READY->NULL too.
23223
23224         * gst-libs/gst/audio/gstaudiosink.c
23225         (gst_audioringbuffer_open_device,
23226         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23227         (gst_audioringbuffer_release): Updates for new ring buffer API,
23228         hook into the new audio sink api.
23229
23230         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23231         (GstAudioSinkClass.close): Just open and close the device -- no
23232         resource allocation or configuration.
23233         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23234         vmethods, handle device setup and resource allocation.
23235
23236         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23237         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23238         base class API.
23239
23240         * gst-libs/gst/audio/gstringbuffer.h
23241         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23242         New vmethods.
23243
23244         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23245         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23246         New API functions. The device should be opened before acquiring
23247         and closed after releasing.
23248
23249 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23250
23251         * gst-libs/gst/interfaces/mixer.h:
23252           Reset padding to GST_PADDING.
23253
23254 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23255
23256         * gst/playback/gstplaybin.c: (remove_sinks):
23257           Remove visualization from parent explicitely; works around some
23258           apparent refcount issue that I haven't tracked down yet.
23259
23260 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23261
23262         * ext/alsa/gstalsasink.c: (set_hwparams):
23263           Assign debug category, add negotiation debug msgs.
23264
23265 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23266
23267         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23268           Fix error code for file-not-found to NOT_FOUND.
23269
23270 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23271
23272         * common/gtk-doc-plugins.mak:
23273         * docs/plugins/Makefile.am:
23274         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23275         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23276           renamed to actual element names, so much nicer to look at
23277         * docs/plugins/tmpl/gstmultifdsink.sgml:
23278           remove
23279         * docs/plugins/tmpl/multifdsink.sgml:
23280         * docs/plugins/tmpl/tcpserversink.sgml:
23281           add
23282         * ext/alsa/gstalsa.c:
23283         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23284         * ext/ogg/gstoggmux.c:
23285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23286         * gst/playback/gstdecodebin.c:
23287         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23288         * gst/tcp/gsttcpserversink.c:
23289           various fixes and documentation additions
23290
23291 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23292
23293         * common/Makefile.am:
23294         * common/gstdoc-scangobj:
23295         * common/gtk-doc-plugins.mak:
23296         * common/gtk-doc.mak:
23297           add a custom scangobj that uses the registry
23298           add a custom gtk-doc-plugins.mak that uses it
23299           some doc build fixes
23300         * configure.ac:
23301         * docs/Makefile.am:
23302         * docs/plugins/Makefile.am:
23303         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23304         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23305         * docs/plugins/gst-plugins-base-plugins.types:
23306         * docs/plugins/tmpl/gstmultifdsink.sgml:
23307           add docs for one element, multifdsink
23308         * gst/adder/gstadder.h:
23309         * gst/volume/gstvolume.h:
23310           don't privatize enum
23311         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23312         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23313         (gst_sync_method_get_type), (gst_client_status_get_type),
23314         (gst_multifdsink_class_init),
23315         (gst_multifdsink_client_queue_buffer),
23316         (gst_multifdsink_handle_client_write):
23317         * gst/tcp/gstmultifdsink.h:
23318         * gst/tcp/gsttcp.h:
23319         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23320         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23321         (gst_tcpclientsink_render):
23322         * gst/tcp/gsttcpclientsink.h:
23323         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23324         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23325         (gst_tcpclientsrc_start):
23326         * gst/tcp/gsttcpclientsrc.h:
23327         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23328         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23329         * gst/tcp/gsttcpserversrc.h:
23330         * gst/typefind/gsttypefindfunctions.c:
23331           remove superfluous Type stuff
23332
23333 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23334
23335         * gst/playback/gstplaybin.c: (gen_video_element):
23336           Enable videoscale.
23337
23338 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23339
23340         * gst-libs/gst/gconf/gconf.c:
23341         * gst-libs/gst/gconf/gconf.h:
23342           Fix some Andy Problem [tm].
23343
23344 2005-08-04  Andy Wingo  <wingo@pobox.com>
23345
23346         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23348         (gst_ffmpegcsp_get_size): Adapt to API changes.
23349
23350         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23351         Implement an in-place do-nothing transform.
23352
23353 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23354
23355         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23356         (gst_ximagesink_renegotiate_size):
23357           Do not set new window sizes yet if we prepare a new buffer size
23358           for upstream renegotiation (software scaling) at some point in the
23359           future, because this new size waqs not actually accepted yet. Once
23360           accepted, renegotiation later on will set the new sizes just fine.
23361           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23362           embedding testcase.
23363
23364 2005-08-03  Andy Wingo  <wingo@pobox.com>
23365
23366         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23367         (gst_ximagesink_buffer_alloc): 
23368         Protect the height, width, and desired_caps with the pool_lock.
23369         Fixes videotestsrc ! queue ! ximagesink.
23370
23371 2005-08-02  Edward Hervey  <edward@fluendo.com>
23372
23373         * gst/volume/gstvolume.c:
23374         include left from controller cleanup
23375
23376 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23378           Stop collectpads before calling the parent state
23379           change function on PAUSED->READY.
23380
23381 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23382         * configure.ac:
23383           When testing for X libs, use the X CFlags 
23384         * gst/adder/gstadder.c: (gst_adder_change_state):
23385           Stop the collectpads before calling parent state change function
23386           on PAUSED->READY, otherwise we deadlock deactivating pads.
23387
23388 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23389
23390         * configure.ac:
23391         * docs/libs/tmpl/gstcolorbalance.sgml:
23392         * docs/libs/tmpl/gstmixer.sgml:
23393         * examples/Makefile.am:
23394         * gst/sine/Makefile.am:
23395         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23396         (gst_sinesrc_set_property), (plugin_init):
23397         * gst/sine/gstsinesrc.h:
23398         * gst/volume/Makefile.am:
23399         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23400         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23401         (volume_process_float), (volume_process_int16),
23402         (volume_set_property), (plugin_init):
23403         * gst/volume/gstvolume.h:
23404           deactivate and remove dparams (libgstcontrol)
23405
23406 2005-07-29  Wim Taymans  <wim@fluendo.com>
23407
23408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23409         Convert me to BaseTransform!! help..
23410
23411 2005-07-29  Andy Wingo  <wingo@pobox.com>
23412
23413         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23414         sinks.
23415
23416         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23417         support of both endiannesses.
23418
23419 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23420
23421         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23422           Fix confusing debug message (s/event/query/)
23423
23424 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23425
23426         * gst/videotestsrc/videotestsrc.h:
23427           Use "_stdint.h" instead of <stdint.h>
23428
23429 2005-07-27  Wim Taymans  <wim@fluendo.com>
23430
23431         * ext/vorbis/Makefile.am:
23432         Revert wrong commit.
23433
23434 2005-07-27  Wim Taymans  <wim@fluendo.com>
23435
23436         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23437         More compilation fixen.
23438
23439 2005-07-27  Wim Taymans  <wim@fluendo.com>
23440
23441         * gst-libs/gst/audio/gstbaseaudiosink.c:
23442         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23443         (gst_base_audio_sink_create_ringbuffer),
23444         (gst_base_audio_sink_change_state):
23445         Fix compilation.
23446
23447 2005-07-27  Wim Taymans  <wim@fluendo.com>
23448
23449         * examples/seeking/seek.c: (setup_dynamic_link),
23450         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23451         (query_positions_elems), (query_positions_pads), (do_seek):
23452         Update seek example.
23453
23454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23455         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23456         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23457         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23458         (gst_ogg_demux_handle_event),
23459         (gst_ogg_demux_deactivate_current_chain),
23460         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23461         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23462         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23463         (gst_ogg_demux_loop):
23464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23465         * ext/theora/theoradec.c: (theora_dec_src_event),
23466         (theora_dec_src_getcaps), (theora_dec_sink_event),
23467         (theora_dec_push), (theora_dec_chain):
23468         * ext/vorbis/Makefile.am:
23469         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23470         (vorbis_dec_sink_event), (vorbis_dec_push),
23471         (vorbis_handle_data_packet):
23472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23473         (gst_vorbisenc_chain):
23474         * gst/playback/gststreaminfo.c: (cb_probe):
23475         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23476         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23477         * gst/videoscale/gstvideoscale.c:
23478         (gst_videoscale_handle_src_event):
23479         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23480         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23481         (gst_ximagesink_navigation_send_event):
23482         * sys/xvimage/xvimagesink.c:
23483         (gst_xvimagesink_navigation_send_event):
23484         Various event updates and cleanups
23485
23486 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23487
23488         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23489           Fix segfault for I420/YV12.
23490
23491 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23492
23493         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23494           Report bitrate.
23495
23496 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23497
23498         * gst/playback/gstplaybin.c: (gen_video_element),
23499         (gen_audio_element):
23500           Switch to auto*sink elements as default sinks; add volume element
23501           so that volume control in totem works.
23502
23503 2005-07-21  Wim Taymans  <wim@fluendo.com>
23504
23505         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23506         * gst/playback/gstplaybin.c: (setup_sinks),
23507         (gst_play_bin_change_state):
23508         Refcount fix and more comments.
23509
23510 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23511
23512         * sys/ximage/Makefile.am:
23513         * sys/ximage/ximage.c: (plugin_init):
23514         * sys/ximage/ximagesink.c:
23515         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23516         
23517
23518 2005-07-21  Wim Taymans  <wim@fluendo.com>
23519
23520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23521         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23522         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23523         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23524         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23525         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23526         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23527         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23528         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23529         Generate correct disconts for live chained oggs.
23530
23531         * gst-libs/gst/audio/gstbaseaudiosink.c:
23532         (gst_base_audio_sink_render),
23533         (gst_base_audio_sink_create_ringbuffer),
23534         (gst_base_audio_sink_change_state):
23535         Handle discont math correctly.
23536
23537         * gst/playback/gstplaybin.c: (add_sink):
23538         Some small debug cleanup.
23539
23540 2005-07-21  Wim Taymans  <wim@fluendo.com>
23541
23542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23543         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23544         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23545         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23546         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23547         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23548         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23549         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23550         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23551         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23552         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23553         (gst_ogg_demux_change_state), (gst_ogg_print):
23554         Reorganize code to send the right disconts when in streaming
23555         mode.
23556
23557 2005-07-20  Andy Wingo  <wingo@pobox.com>
23558
23559         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23560         fix (?), fixes a seggie mcfalterson (#310894).
23561
23562 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23563
23564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23565         (gst_ogg_mux_set_header_on_caps):
23566         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23567         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23568         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23569         * gst-libs/gst/audio/multichannel.c:
23570         (gst_audio_set_channel_positions),
23571         (gst_audio_set_structure_channel_positions_list):
23572         * gst/playback/gstdecodebin.c: (dynamic_create):
23573         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23574         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23575           Fixes for API changes in core.
23576
23577 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23578
23579         * gst/playback/gstplaybasebin.c: (fill_buffer):
23580           Use _new_custom() so we can set custom message types for buffering
23581           messages.
23582
23583 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23584
23585         * configure.ac:
23586         * gst-libs/gst/Makefile.am:
23587         * gst-libs/gst/gconf/.cvsignore:
23588         * gst-libs/gst/gconf/Makefile.am:
23589         * gst-libs/gst/gconf/test-gconf.c:
23590         * pkgconfig/Makefile.am:
23591         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23592         * pkgconfig/gstreamer-gconf.pc.in:
23593           Remove gconf stuff, use gconf elements instead from now on.
23594
23595 2005-07-20  Wim Taymans  <wim@fluendo.com>
23596
23597         * gst-libs/gst/audio/TODO:
23598         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23599         (gst_audio_clock_get_internal_time):
23600         * gst-libs/gst/audio/gstaudioclock.h:
23601         * gst-libs/gst/audio/gstbaseaudiosink.c:
23602         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23603         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23604         (gst_base_audio_sink_render),
23605         (gst_base_audio_sink_create_ringbuffer),
23606         (gst_base_audio_sink_change_state):
23607         Make sure the audio clock always returns an increasing value.
23608
23609 2005-07-19  Andy Wingo  <wingo@pobox.com>
23610
23611         * gst/videotestsrc/: Cleanups.
23612
23613 2005-07-19  Wim Taymans  <wim@fluendo.com>
23614
23615         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23616         Better debugging.
23617
23618 2005-07-19  Wim Taymans  <wim@fluendo.com>
23619
23620         * examples/seeking/seek.c: (make_dv_pipeline),
23621         (make_vorbis_theora_pipeline), (query_rates),
23622         (query_positions_elems), (query_positions_pads), (do_seek):
23623         Make correct DV pipeline.
23624
23625 2005-07-18  Andy Wingo  <wingo@pobox.com>
23626
23627         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23628         default. Also because it's the only thing that really works. (This
23629         is used in the GConf elements).
23630         Use AS_LIBTOOL_TAGS.
23631
23632 2005-07-18  Wim Taymans  <wim@fluendo.com>
23633
23634         * gst/playback/gstdecodebin.c: (remove_element_chain):
23635         * gst/playback/gstplaybin.c: (add_sink):
23636         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23637         (gst_stream_info_set_mute):
23638         * gst/playback/gststreamselector.c:
23639         (gst_stream_selector_get_linked_pad),
23640         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23641         More leak and compile fixes.
23642
23643 2005-07-18  Wim Taymans  <wim@fluendo.com>
23644
23645         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23646         (query_rates), (query_positions_elems), (query_positions_pads),
23647         (do_seek), (seek_cb), (stop_seek):
23648         Updated seek example. 
23649
23650         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23651         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23652         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23653         * gst/playback/gstplaybin.c: (add_sink):
23654         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23655         (gst_stream_info_set_mute):
23656         Some refcount leak fixes.
23657
23658 2005-07-16  Wim Taymans  <wim@fluendo.com>
23659
23660         * gst-libs/gst/audio/gstbaseaudiosink.c:
23661         (gst_base_audio_sink_render):
23662         Align samples even if we have roundoff errors in the 
23663         timestamp conversion.
23664
23665 2005-07-16  Wim Taymans  <wim@fluendo.com>
23666
23667         * docs/libs/tmpl/gstringbuffer.sgml:
23668         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23669         (query_rates), (query_positions_elems), (query_positions_pads),
23670         (update_scale), (do_seek):
23671         Updated seek example.
23672
23673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23674         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23675         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23676         (gst_ogg_demux_loop):
23677         Push out correct discont values.
23678
23679         * ext/theora/theoradec.c: (theora_dec_src_convert),
23680         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23681         (theora_dec_sink_event), (theora_handle_type_packet),
23682         (theora_handle_header_packet), (theora_dec_push),
23683         (theora_handle_data_packet), (theora_dec_chain),
23684         (theora_dec_change_state):
23685         Better timestamping.
23686
23687         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23688         (vorbis_dec_sink_event), (vorbis_dec_push),
23689         (vorbis_handle_data_packet), (vorbis_dec_chain):
23690         * ext/vorbis/vorbisdec.h:
23691         Better timestamping.
23692
23693         * gst-libs/gst/audio/gstbaseaudiosink.c:
23694         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23695         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23696         Handle syncing on timestamps instead of sample offsets. Make
23697         use of DISCONT values as described in design docs.
23698
23699         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23700         (gst_base_audio_src_get_time):
23701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23702         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23703         (gst_ring_buffer_read):
23704         * gst-libs/gst/audio/gstringbuffer.h:
23705         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23706         (gst_ximagesink_show_frame):
23707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23708         Correcly convert buffer timestamp to stream time.
23709
23710 2005-07-16  Wim Taymans  <wim@fluendo.com>
23711
23712         * gst/audioconvert/gstaudioconvert.c:
23713         (gst_audio_convert_get_buffer):
23714         Timestamp buffers correctly.
23715
23716         * gst/playback/gstplaybin.c: (gen_video_element):
23717         Make internal fakesink silent.
23718
23719 2005-07-15  Wim Taymans  <wim@fluendo.com>
23720
23721         * gst/ffmpegcolorspace/Makefile.am:
23722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23723         (gst_ffmpegcsp_caps_remove_format_info),
23724         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23725         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23726         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23727         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23728         Ported ffmpegcolorspace to basetransform.
23729
23730         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23731         * gst/volume/gstvolume.c: (volume_transform):
23732         Ported to new API.
23733
23734 2005-07-14  Wim Taymans  <wim@fluendo.com>
23735
23736         * gst/videotestsrc/Makefile.am:
23737         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23738         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23739         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23740         (gst_videotestsrc_init), (gst_videotestsrc_event),
23741         (gst_videotestsrc_create), (gst_videotestsrc_start),
23742         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23743         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23744         (gst_videotestsrc_get_property):
23745         * gst/videotestsrc/gstvideotestsrc.h:
23746         Make videotestsrc a pushsrc.
23747
23748 2005-07-14  Wim Taymans  <wim@fluendo.com>
23749
23750         * gst/tcp/gstfdset.c: (gst_fdset_free):
23751         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23752         (gst_multifdsink_add), (gst_multifdsink_remove),
23753         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23754         (gst_multifdsink_remove_client_link),
23755         (gst_multifdsink_client_queue_data),
23756         (gst_multifdsink_client_queue_caps),
23757         (gst_multifdsink_client_queue_buffer),
23758         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23759         (gst_multifdsink_stop):
23760         * gst/tcp/gstmultifdsink.h:
23761         0.8 backporting.
23762
23763         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23764         Also draw image when not from a pool.
23765
23766 2005-07-14  Wim Taymans  <wim@fluendo.com>
23767
23768         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23769         (mute_stream), (silence_stream):
23770         Small debug additions.
23771
23772 2005-07-14  Wim Taymans  <wim@fluendo.com>
23773
23774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23775         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23776         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23777         Better error recovery, ignore unconnected pads and
23778         non-fatal errors.
23779
23780 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23781
23782         * docs/libs/tmpl/gstaudio.sgml:
23783         * docs/libs/tmpl/gstcolorbalance.sgml:
23784         * docs/libs/tmpl/gstgconf.sgml:
23785         * docs/libs/tmpl/gstmixer.sgml:
23786         * docs/libs/tmpl/gstringbuffer.sgml:
23787         * docs/libs/tmpl/gsttuner.sgml:
23788         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23789         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23790         (gst_tcpclientsrc_class_init):
23791         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23792         (gst_tcpserversrc_class_init):
23793         * sys/v4l/gstv4lelement.c:
23794           more autistic cleanliness in functions/names/defines
23795
23796 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23797
23798         * configure.ac:
23799           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23800           added manually to each Makefile.am so we are sure it goes
23801           *last* and doesn't add -L flags before linking in libs of our
23802           own, like, say, internal .la libs, that then accidentally pick
23803           up the installed copy.
23804         * docs/libs/Makefile.am:
23805         * ext/alsa/Makefile.am:
23806         * ext/cdparanoia/Makefile.am:
23807         * ext/gnomevfs/Makefile.am:
23808         * ext/libvisual/Makefile.am:
23809         * ext/ogg/Makefile.am:
23810         * ext/theora/Makefile.am:
23811         * ext/vorbis/Makefile.am:
23812         * gst-libs/gst/video/Makefile.am:
23813         * gst/adder/Makefile.am:
23814         * gst/audioconvert/Makefile.am:
23815         * gst/audiorate/Makefile.am:
23816         * gst/audioscale/Makefile.am:
23817         * gst/ffmpegcolorspace/Makefile.am:
23818         * gst/playback/Makefile.am:
23819         * gst/sine/Makefile.am:
23820         * gst/subparse/Makefile.am:
23821         * gst/tags/Makefile.am:
23822         * gst/tcp/Makefile.am:
23823         * gst/typefind/Makefile.am:
23824         * gst/videorate/Makefile.am:
23825         * gst/videoscale/Makefile.am:
23826         * gst/videotestsrc/Makefile.am:
23827         * gst/volume/Makefile.am:
23828         * sys/v4l/Makefile.am:
23829         * sys/ximage/Makefile.am:
23830         * sys/xvimage/Makefile.am:
23831           adapt properly to this change. This should make sure that
23832           plugins and libs properly link to the as-yet-uninstalled
23833           copies of stuff like libgstinterfaces and libgstvideo
23834
23835 2005-07-13  Andy Wingo  <wingo@pobox.com>
23836
23837         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23838         (gst_v4lsrc_fixate): Fixate on format as well.
23839
23840         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23841         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23842         buffer points to it.
23843         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23844         rather just doing X calls ourselves. Also fixes a memleak.
23845
23846 2005-07-12  Andy Wingo  <wingo@pobox.com>
23847
23848         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23849         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23850         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23851         TRUE to avoid deadlocks if an element holds on to our buffers.
23852
23853 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23854
23855         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23856         (gst_sinesrc_init), (gst_sinesrc_create),
23857         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23858         (gst_sinesrc_start):
23859         * gst/sine/gstsinesrc.h:
23860           removing num-buffers property before moving it
23861
23862 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23863
23864         * configure.ac:
23865           use overridable ERROR_CFLAGS
23866         * docs/libs/gst-plugins-base-libs.types:
23867         * docs/libs/tmpl/gstringbuffer.sgml:
23868         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23869         (gst_alsasink_class_init):
23870         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23871         (gst_alsasrc_class_init):
23872         * gst-libs/gst/audio/audio.h:
23873         * gst-libs/gst/audio/gstaudioclock.h:
23874         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23875         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23876         (gst_audio_filter_link), (gst_audio_filter_init),
23877         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23878         (gst_audio_filter_get_property),
23879         (gst_audio_filter_class_add_pad_templates):
23880         * gst-libs/gst/audio/gstaudiofilter.h:
23881         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23882         (gst_audio_filter_template_get_type),
23883         (gst_audio_filter_template_base_init),
23884         (gst_audio_filter_template_class_init),
23885         (gst_audio_filter_template_init),
23886         (gst_audio_filter_template_set_property),
23887         (gst_audio_filter_template_get_property), (plugin_init),
23888         (gst_audio_filter_template_setup),
23889         (gst_audio_filter_template_filter),
23890         (gst_audio_filter_template_filter_inplace):
23891         * gst-libs/gst/audio/gstaudiosink.c:
23892         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23893         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23894         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23895         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23896         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23897         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23898         * gst-libs/gst/audio/gstaudiosink.h:
23899         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23900         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23901         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23902         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23903         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23904         (gst_audio_src_class_init), (gst_audio_src_init),
23905         (gst_audio_src_create_ringbuffer):
23906         * gst-libs/gst/audio/gstaudiosrc.h:
23907         * gst-libs/gst/audio/gstbaseaudiosink.c:
23908         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23909         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23910         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23911         (gst_base_audio_sink_set_property),
23912         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23913         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23914         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23915         (gst_base_audio_sink_create_ringbuffer),
23916         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23917         * gst-libs/gst/audio/gstbaseaudiosink.h:
23918         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23919         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23920         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23921         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23922         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23923         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23924         (gst_base_audio_src_event), (gst_base_audio_src_create),
23925         (gst_base_audio_src_create_ringbuffer),
23926         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23927         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23928         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23929         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23930         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23931         (gst_ring_buffer_debug_spec_caps),
23932         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23933         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23934         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23935         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23936         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23937         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23938         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23939         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23940         (gst_ring_buffer_clear):
23941         * gst-libs/gst/audio/gstringbuffer.h:
23942         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23943         (gst_video_sink_class_init), (gst_video_sink_get_type):
23944         * gst-libs/gst/video/videosink.h:
23945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23946         (gst_multifdsink_class_init),
23947         (gst_multifdsink_handle_client_write),
23948         (gst_multifdsink_change_state):
23949         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23950         (gst_tcpclientsink_setcaps):
23951         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23952         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23953         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23954         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23955         (gst_ximagesink_send_pending_navigation),
23956         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23957         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23959         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23960         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23961         (gst_xvimagesink_send_pending_navigation),
23962         (gst_xvimagesink_navigation_send_event),
23963         (gst_xvimagesink_set_xwindow_id),
23964         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23965         (gst_xvimagesink_get_type):
23966         more macro splitting
23967
23968 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23969
23970         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23971           plug a memleak, allows me to import 1479 albums in one go
23972           in jamboree
23973         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23974         (vorbis_handle_type_packet), (vorbis_dec_chain),
23975         (vorbis_dec_change_state):
23976           fix some format strings
23977
23978 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23979
23980         * docs/libs/tmpl/gstcolorbalance.sgml:
23981         * docs/libs/tmpl/gstmixer.sgml:
23982         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23983         (gst_alsasink_set_property), (gst_alsasink_get_property):
23984         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23985         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23986           add device property
23987
23988 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23989
23990         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23991         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23992         (audiocast_register_listener), (audiocast_thread_run),
23993         (gst_gnomevfssrc_send_additional_headers_callback),
23994         (gst_gnomevfssrc_received_headers_callback),
23995         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23996         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23997         (gst_gnomevfssrc_get_size):
23998           add/clean up debugging
23999         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24000           cleanups
24001
24002 2005-07-07  Andy Wingo  <wingo@pobox.com>
24003
24004         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24005         framerate. Need to get a handle on when exactly this function is
24006         called, tho.
24007
24008         * sys/v4l/v4lsrc_calls.h:
24009         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24010         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24011         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24012
24013         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24014         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24015         v4lelements are sources.
24016
24017         * sys/v4l/gstv4lxoverlay.h:
24018         * sys/v4l/gstv4lxoverlay.c:
24019         * sys/v4l/gstv4ltuner.h:
24020         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24021         
24022         * sys/v4l/gstv4lsrc.h:
24023         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24024         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24025         or something should handle that. Made a live source.
24026
24027         * sys/v4l/gstv4lelement.h:
24028         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24029         signals. Some cleanups.
24030
24031         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24032
24033         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24034         stuff.
24035
24036         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24037         stuff.
24038
24039         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24040
24041 2005-07-07  Wim Taymans  <wim@fluendo.com>
24042
24043         * ext/theora/theoradec.c: (theora_get_query_types),
24044         (theora_dec_src_getcaps), (theora_dec_push):
24045         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24047         Remove deprecated/unused query types.
24048
24049 2005-07-06  Wim Taymans  <wim@fluendo.com>
24050
24051         * ext/alsa/Makefile.am:
24052         * ext/alsa/gstalsaplugin.c: (plugin_init):
24053         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24054         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24055         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24056         (gst_alsasrc_class_init), (gst_alsasrc_init),
24057         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24058         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24059         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24060         (gst_alsasrc_reset):
24061         * ext/alsa/gstalsasrc.h:
24062         * gst-libs/gst/audio/Makefile.am:
24063         * gst-libs/gst/audio/gstaudiosink.c:
24064         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24065         (gst_audioringbuffer_start):
24066         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24067         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24068         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24069         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24070         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24071         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24072         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24073         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24074         * gst-libs/gst/audio/gstaudiosrc.h:
24075         * gst-libs/gst/audio/gstbaseaudiosink.c:
24076         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24077         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24078         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24079         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24080         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24081         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24082         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24083         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24084         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24085         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24086         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24087         (gst_baseaudiosrc_change_state):
24088         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24089         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24090         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24091         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24092         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24093         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24094         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24095         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24096         * gst-libs/gst/audio/gstringbuffer.h:
24097         Added audiosource base classes.
24098         Ported alsasrc, still very basic.
24099
24100 2005-07-06  Wim Taymans  <wim@fluendo.com>
24101
24102         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24103         (theora_dec_push), (theora_handle_data_packet):
24104         Prepare for better timestamp fix later.
24105
24106         * gst/audioconvert/gstaudioconvert.c:
24107         List most accurate caps first
24108
24109         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24110         Use proper pad task function.
24111
24112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24113         (gst_xvimagesink_show_frame):
24114         Fix deadlock when alloc failed.
24115
24116 2005-07-05  Andy Wingo  <wingo@pobox.com>
24117
24118         * ext/gnomevfs/gstgnomevfssrc.c:
24119         * gst/sine/gstsinesrc.c:
24120         * gst/tcp/gsttcpserversrc.c:
24121         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24122
24123         * sys/v4l/: Port from 0.8.
24124
24125         * Many files: Null if we got it....
24126
24127 2005-07-05  Andy Wingo  <wingo@pobox.com>
24128
24129         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24130         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24131         Signedness fixes.
24132
24133 2005-07-05  Wim Taymans  <wim@fluendo.com>
24134
24135         * configure.ac:
24136         * gst/tcp/Makefile.am:
24137         * gst/tcp/README:
24138         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24139         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24140         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24141         (is_sync_frame), (gst_multifdsink_handle_client_write),
24142         (gst_multifdsink_render), (gst_multifdsink_start),
24143         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24144         * gst/tcp/gstmultifdsink.h:
24145         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24146         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24147         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24148         * gst/tcp/gsttcp.h:
24149         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24150         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24151         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24152         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24153         * gst/tcp/gsttcpclientsink.h:
24154         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24155         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24156         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24157         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24158         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24159         * gst/tcp/gsttcpclientsrc.h:
24160         * gst/tcp/gsttcpplugin.c: (plugin_init):
24161         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24162         * gst/tcp/gsttcpserversink.h:
24163         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24164         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24165         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24166         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24167         (gst_tcpserversrc_stop):
24168         * gst/tcp/gsttcpserversrc.h:
24169         * gst/tcp/gsttcpsink.c:
24170         * gst/tcp/gsttcpsink.h:
24171         * gst/tcp/gsttcpsrc.c:
24172         * gst/tcp/gsttcpsrc.h:
24173         Ported tcp plugins to 0.9. 
24174         
24175
24176 2005-07-05  Andy Wingo  <wingo@pobox.com>
24177
24178         * gst/playback/gstplaybasebin.c (fill_buffer):
24179         message_new_application fixen.
24180
24181         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24182         Style fix.
24183
24184 2005-07-04  Wim Taymans  <wim@fluendo.com>
24185
24186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24187         Set caps on output buffer.
24188
24189 2005-07-04  Andy Wingo  <wingo@pobox.com>
24190
24191         * ext/gnomevfs/gstgnomevfssrc.c
24192         (gst_gnomevfssrc_received_headers_callback) 
24193         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24194         hopefully.
24195
24196         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24197         No refcount leakage.
24198
24199         * configure.ac: Enable -Werror.
24200         
24201         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24202         * gst/audioconvert/bufferframesconvert.c
24203         (buffer_frames_convert_fixate):
24204         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24205         (gst_audio_convert_fixate):
24206         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24207         (gst_sinesrc_create): Fixate func changes.
24208         
24209         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24210         (gst_ximagesink_buffer_alloc): Unused var.
24211
24212 2005-07-01  Andy Wingo  <wingo@pobox.com>
24213
24214         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24215         getcaps to do explicit caps. Needs to be done in all decoders,
24216         possibly via a base class.
24217
24218         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24219
24220         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24221         caps on the sink pad, just rely on the pad template. Also, setting
24222         ANY caps on a pad is not valid because the caps are not fixed.
24223
24224         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24225         caps on the buffer, and get the width from the desired_caps if
24226         they're set.
24227         (gst_ximagesink_renegotiate_size): Implement via setting the
24228         desired_caps on the ximagesink.
24229         (gst_ximagesink_setcaps): Only reset the width of the player if it
24230         wasn't already set. Not sure if this is right.
24231         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24232
24233         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24234         that the user wants. NULL unless the window has been resized.
24235
24236         * gst/volume/gstvolume.c (volume_transform): Adapt to
24237         basetransform refcount changes.
24238         
24239 2005-07-01  Andy Wingo  <wingo@pobox.com>
24240
24241         * gst/videoscale/gstvideoscale.c:
24242         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24243         from BaseTransform, implements a transform_caps. Removed dead code
24244         including some PAR stuff that was never reached -- should probably
24245         be added back somehow.
24246
24247 2005-07-01  Andy Wingo  <wingo@pobox.com>
24248
24249         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24250         come later.
24251
24252 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24253
24254         * configure.ac:
24255         * docs/libs/Makefile.am:
24256         * docs/libs/gst-plugins-libs.types:
24257         * ext/alsa/Makefile.am:
24258         * ext/alsa/gstalsamixer.h:
24259         * ext/alsa/gstalsamixeroptions.h:
24260         * ext/alsa/gstalsamixertrack.h:
24261         * gst-libs/gst/Makefile.am:
24262         * gst-libs/gst/colorbalance/.cvsignore:
24263         * gst-libs/gst/colorbalance/Makefile.am:
24264         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24265         * gst-libs/gst/colorbalance/colorbalance.c:
24266         * gst-libs/gst/colorbalance/colorbalance.h:
24267         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24268         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24269         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24270         * gst-libs/gst/interfaces/Makefile.am:
24271         * gst-libs/gst/interfaces/colorbalance.c:
24272         (gst_color_balance_class_init):
24273         * gst-libs/gst/interfaces/colorbalance.h:
24274         * gst-libs/gst/interfaces/interfaces-marshal.list:
24275         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24276         * gst-libs/gst/interfaces/mixer.h:
24277         * gst-libs/gst/interfaces/mixeroptions.h:
24278         * gst-libs/gst/interfaces/navigation.c:
24279         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24280         * gst-libs/gst/interfaces/tuner.h:
24281         * gst/volume/Makefile.am:
24282         * gst/volume/gstvolume.c:
24283         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24284         * sys/ximage/Makefile.am:
24285         * sys/ximage/ximagesink.c:
24286         * sys/xvimage/Makefile.am:
24287         * sys/xvimage/xvimagesink.c:
24288           fold in all interfaces into an interfaces dir, preserving CVS
24289           history
24290
24291 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24292
24293         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24294           Fix build after riff changes.
24295
24296 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24297
24298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24299         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24300         (gst_riff_create_video_template_caps),
24301         (gst_riff_create_audio_template_caps),
24302         (gst_riff_create_iavs_template_caps):
24303         * gst-libs/gst/riff/riff-media.h:
24304         * gst-libs/gst/riff/riff-read.h:
24305         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24306           Add gst_riff_init() to initialize the debug category, instead
24307           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24308
24309 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24310
24311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24312           Oops, I shouldn't apply hacks.
24313
24314 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24315
24316         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24317           Remove pad_loop function which doesn't work.
24318
24319 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24320
24321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24322           Send EOS when deactivating.
24323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24324         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24325         (gen_preroll_element), (probe_triggered), (mute_stream),
24326         (silence_stream), (new_decoded_pad), (setup_substreams),
24327         (set_active_source):
24328         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24329         (remove_sinks), (add_sink):
24330         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24331           Change for new probe API.
24332
24333 2005-06-29  Wim Taymans  <wim@fluendo.com>
24334
24335         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24336         * gst-libs/gst/audio/gstbaseaudiosink.c:
24337         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24338         (gst_baseaudiosink_change_state):
24339         * gst-libs/gst/audio/gstbaseaudiosink.h:
24340         * gst-libs/gst/audio/gstringbuffer.c:
24341         (gst_ringbuffer_set_callback):
24342         Fix compilation error.
24343         Ringbuffer starts out as not running.
24344         Free our clock in dispose.
24345         When releasing the ringbuffer we need to renegotiate so
24346         clear the pad caps.
24347
24348 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24349
24350         * autogen.sh:
24351         * configure.ac:
24352         * docs/Makefile.am:
24353         * docs/libs/Makefile.am:
24354         * docs/libs/gst-plugins-libs-docs.sgml:
24355         * docs/libs/gst-plugins-libs-sections.txt:
24356         * docs/libs/gst-plugins-libs.types:
24357         * docs/libs/tmpl/gstaudio.sgml:
24358         * docs/libs/tmpl/gstcolorbalance.sgml:
24359         * docs/libs/tmpl/gstringbuffer.sgml:
24360         * gst-libs/gst/audio/gstringbuffer.c:
24361         (gst_ringbuffer_set_callback):
24362           reinstate gtk-doc docs for plugin libs
24363
24364 2005-06-28  Wim Taymans  <wim@fluendo.com>
24365
24366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24367         (gst_ogg_demux_init):
24368         Removed pad loop function.
24369
24370 2005-06-28  Wim Taymans  <wim@fluendo.com>
24371
24372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24373         If we're building a chain we are not in an error case
24374         when we queue a buffer.
24375
24376 2005-06-28  Andy Wingo  <wingo@pobox.com>
24377
24378         * *.c: Don't cast to GstObject before reffing/unreffing.
24379
24380 2005-06-27  Andy Wingo  <wingo@pobox.com>
24381
24382         * gst/videotestsrc/gstvideotestsrc.c
24383         (gst_videotestsrc_activate_push): Activation API changes.
24384
24385         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24386         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24387         they have refs on the decodebin.
24388
24389         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24390         parent class.
24391         (gst_ogg_pad_typefind): Don't leak a pad ref.
24392         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24393         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24394         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24395
24396 2005-06-27  Edward Hervey  <edward@fluendo.com>
24397
24398         * ext/theora/theoradec.c: (theora_dec_change_state): 
24399         re-arranged call to parent's state change in order to avoid locks (or
24400         worse).
24401
24402 2005-06-26  Edward Hervey  <edward@fluendo.com>
24403
24404         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24405         2nd argument of 'unknow-type' signal is a GstCaps and not a
24406         GstMiniObject
24407
24408 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24409         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24410           Set the worker thread's running flag to TRUE before starting the
24411           thread.
24412         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24413           Catch a failure to add typefind to the bin.
24414
24415 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24416
24417         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24418         (gst_sinesrc_init), (gst_sinesrc_create),
24419         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24420         (gst_sinesrc_start):
24421         * gst/sine/gstsinesrc.h:
24422           add num-buffers and timestamp-offset properties
24423         * gst/videotestsrc/gstvideotestsrc.c:
24424         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24425         (gst_videotestsrc_get_property):
24426           add timestamp-offset property
24427
24428 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24429
24430         * configure.ac: add videorate
24431         * gst-plugins-base.spec.in: add videorate
24432
24433 2005-06-23  Wim Taymans  <wim@fluendo.com>
24434
24435         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24436         (gst_videorate_getcaps), (gst_videorate_setcaps),
24437         (gst_videorate_event), (gst_videorate_chain):
24438         Fixed videorate, fixating an already fixated caps is not
24439         an error.
24440
24441 2005-06-23  Wim Taymans  <wim@fluendo.com>
24442
24443         * ext/ogg/README:
24444         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24445         Buffer on caps is not boxed anymore.
24446
24447 2005-06-22  Wim Taymans  <wim@fluendo.com>
24448
24449         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24451         Set buffers on caps as miniobjects and not as boxed.
24452
24453 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24454
24455         * configure.ac:
24456           back to HEAD
24457
24458 === release 0.9.1 ===
24459
24460 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24461
24462         * .cvsignore:
24463         * NEWS:
24464         * README:
24465         * RELEASE:
24466         * configure.ac:
24467         * po/af.po:
24468         * po/az.po:
24469         * po/cs.po:
24470         * po/en_GB.po:
24471         * po/hu.po:
24472         * po/it.po:
24473         * po/nb.po:
24474         * po/nl.po:
24475         * po/or.po:
24476         * po/sq.po:
24477         * po/sr.po:
24478         * po/sv.po:
24479         * po/uk.po:
24480         * po/vi.po:
24481           updates for release
24482
24483 2005-06-09  Andy Wingo  <wingo@pobox.com>
24484
24485         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24486         
24487 2005-06-09  Andy Wingo  <wingo@pobox.com>
24488
24489         * configure.ac:
24490         * gst-libs/gst/Makefile.am:
24491         * gst-libs/gst/net/Makefile.am:
24492         Add gstnet to build.
24493
24494 2005-06-09  Andy Wingo  <wingo@pobox.com>
24495
24496         * gst-libs/gst/gconf/gconf.c:
24497         * gst/playback/test.c:
24498         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24499         fixes.
24500
24501         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24502
24503         * ext/theora/theoraenc.c (theora_enc_chain): 
24504         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24505
24506         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24507         RealPad.
24508
24509 2005-06-02  Wim Taymans  <wim@fluendo.com>
24510
24511         * gst-libs/gst/net/Makefile.am:
24512         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24513         * pkgconfig/gstreamer-libs.pc.in:
24514         Added net stuff, version net lib.
24515
24516 2005-06-02  Wim Taymans  <wim@fluendo.com>
24517
24518         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24519         (query_rates), (query_positions_elems), (query_positions_pads),
24520         (do_seek):
24521         Updated seek example.
24522
24523 2005-06-02  Andy Wingo  <wingo@pobox.com>
24524
24525         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24526         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24527         list.
24528
24529         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24530         remove the typefind, the bin dispose will do it for us. When it's
24531         removed and unreffed, the signal handler will be disconnected,
24532         too.
24533         (unlinked): It's too difficult to disconnect from unlinked
24534         handlers, as they are on pads not elements. Just punt if the pads
24535         aren't grandkids of the bin.
24536
24537 2005-06-02  Wim Taymans  <wim@fluendo.com>
24538
24539         * ext/ogg/README:
24540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24541         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24543         * ext/theora/theoradec.c: (theora_dec_src_query),
24544         (theora_handle_data_packet):
24545         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24546         (theora_enc_chain):
24547         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24548         (vorbis_handle_data_packet):
24549         * gst/audioconvert/bufferframesconvert.c:
24550         (buffer_frames_convert_chain):
24551         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24552         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24553         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24554         (gst_ffmpegcsp_chain):
24555         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24556         (gst_videorate_getcaps), (gst_videorate_setcaps),
24557         (gst_videorate_event), (gst_videorate_chain):
24558         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24559         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24561         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24562         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24563         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24564         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24565         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24566         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24567         Cleanups and buffer alloc.
24568
24569 2005-05-31  Wim Taymans  <wim@fluendo.com>
24570
24571         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24572         Don't try to call the delay method when the device is not
24573         opened.
24574
24575 2005-05-31  Wim Taymans  <wim@fluendo.com>
24576
24577         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24578         Get actual segment size and buffer size after opening
24579         the device.
24580
24581 2005-05-30  Wim Taymans  <wim@fluendo.com>
24582
24583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24584         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24585         Also FLUSH upstream, makes the loop function exit faster.
24586         
24587         * ext/theora/theoradec.c: (theora_dec_src_query):
24588         Some more debug info in the query.
24589         
24590         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24591         (gst_ximagesink_setcaps):
24592         Release lock on par error, better error reporting.
24593
24594 2005-05-26  Wim Taymans  <wim@fluendo.com>
24595
24596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24597         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24598         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24599         Clear chains in READY
24600         Queue packets until the chain is activated.
24601
24602 2005-05-25  Wim Taymans  <wim@fluendo.com>
24603
24604         * gst-libs/gst/audio/gstaudiosink.c:
24605         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24606         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24607         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24608         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24609         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24610         (gst_audiosink_create_ringbuffer):
24611         * gst-libs/gst/audio/gstbaseaudiosink.c:
24612         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24613         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24614         (gst_baseaudiosink_set_property), (build_linear_format),
24615         (debug_spec_caps), (debug_spec_buffer),
24616         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24617         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24618         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24619         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24620         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24621         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24622         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24623         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24624         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24625         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24626         (wait_segment), (gst_ringbuffer_commit),
24627         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24628         (gst_ringbuffer_clear):
24629         Various small cleanups.
24630
24631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24632         (gst_audio_convert_change_state):
24633         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24634         No need to take the locks anymore.
24635
24636 2005-05-25  Wim Taymans  <wim@fluendo.com>
24637
24638         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24639         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24640         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24641         (type_found):
24642         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24643         (group_destroy), (group_commit), (queue_overrun),
24644         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24645         (mute_stream), (new_decoded_pad), (setup_substreams),
24646         (setup_source), (mute_group_type), (set_active_source),
24647         (gst_play_base_bin_change_state):
24648         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24649         (gen_video_element), (gen_text_element), (gen_audio_element),
24650         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24651         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24652         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24653         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24654         Some playbin cleanups mostly refcounting sloppyness.
24655
24656 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24657
24658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24659           Work with streaming input.
24660
24661 2005-05-25  Wim Taymans  <wim@fluendo.com>
24662
24663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24664         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24665         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24666         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24667         No need to take the STREAM lock anymore.
24668
24669 2005-05-25  Wim Taymans  <wim@fluendo.com>
24670
24671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24672         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24673         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24674         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24675         (gst_ogg_demux_sink_activate):
24676         * ext/theora/theoradec.c: (theora_dec_src_event),
24677         (theora_handle_comment_packet), (theora_dec_chain),
24678         (theora_dec_change_state):
24679         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24680         (vorbis_handle_data_packet), (vorbis_dec_chain),
24681         (vorbis_dec_change_state):
24682         Remove STREAM locks as they are taken in core now.
24683         Never set bogus granulepos on vorbis/theora.
24684         Fix leaks in theoradec tag parsing.
24685
24686 2005-05-25  Wim Taymans  <wim@fluendo.com>
24687
24688         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24689         Fix memleaks, GST_BUFFER_DATA() is not freed.
24690
24691 2005-05-25  Wim Taymans  <wim@fluendo.com>
24692
24693         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24694         Open non-blocking, set to blocking mode afterwards to avoid
24695         lockups when audio device is busy.
24696
24697 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24698
24699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24700           This can't be good.
24701
24702 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24703
24704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24705         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24706         (gst_audio_convert_setcaps):
24707           Implement instant setup switching.
24708
24709 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24710
24711         * gst/playback/gstplaybasebin.c: (probe_triggered):
24712           Fix missing unlock.
24713         * gst/playback/gstplaybin.c: (add_sink):
24714           First add, then link (otherwise pad link fails).
24715
24716 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24717
24718         * examples/Makefile.am:
24719         fix buildbot (make distcheck)
24720
24721 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24722
24723         * gst/playback/gstplaybin.c: (gen_vis_element):
24724           Remove some wrong code. Doesn't work yet.
24725
24726 2005-05-19  Wim Taymans  <wim@fluendo.com>
24727
24728         * gst-libs/gst/net/Makefile.am:
24729         * gst-libs/gst/net/README:
24730         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24731         (gst_netbuffer_class_init), (gst_netbuffer_init),
24732         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24733         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24734         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24735         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24736         * gst-libs/gst/net/gstnetbuffer.h:
24737         Added buffer subclass to store extra to/from addresses for
24738         network sources/sinks.
24739
24740 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24741
24742         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24743           Don't lock an unassigned variable.
24744
24745 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24746
24747         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24748           Increase buffer for video, decrease buffer for other media types.
24749         * gst/playback/gstplaybin.c: (gen_video_element),
24750         (gen_audio_element):
24751           Change names for debugging purposes.
24752
24753 2005-05-18  Wim Taymans  <wim@fluendo.com>
24754
24755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24756         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24757         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24758         (gst_ffmpegcsp_chain):
24759         Enable buffer alloc passthrough if the source and dest
24760         formats are the same.
24761
24762 2005-05-17  Wim Taymans  <wim@fluendo.com>
24763
24764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24765         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24766         (gst_ogg_demux_chain_unlocked):
24767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24768         (gst_audio_convert_caps_remove_format_info),
24769         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24770         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24772         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24773         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24774         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24775         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24776         (gst_ffmpegcsp_get_property):
24777         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24778         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24779         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24780         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24781         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24782         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24783         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24784         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24785         Leak fixes in oggdemux.
24786         Some cleanups in audioconvert.
24787         Make passthrough work along with buffer_alloc etc.
24788         Make buffer_alloc and buffer recycling actually work in
24789         xvimagesink.
24790
24791 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24792
24793         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24794           make the compiler happy
24795
24796 2005-05-17  Wim Taymans  <wim@fluendo.com>
24797
24798         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24799         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24800         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24801         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24802         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24803         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24804         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24805         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24806         (gst_xvimagesink_set_xwindow_id):
24807         * sys/xvimage/xvimagesink.h:
24808         Port xvimagesink to new MiniObject.
24809
24810 2005-05-17  Wim Taymans  <wim@fluendo.com>
24811
24812         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24813         (gst_audiofilter_chain):
24814         * gst-libs/gst/audio/gstaudiosink.c:
24815         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24816         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24817         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24818         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24819         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24820         (gst_audiosink_create_ringbuffer):
24821         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24822         (gst_audio_convert_caps_remove_format_info),
24823         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24824         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24826         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24827         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24828         Fix passthrough in ffmpegcolorspace.
24829         Fix memset in audiosink on wrong memory.
24830
24831 2005-05-16  David Schleef  <ds@schleef.org>
24832
24833         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24834         to GstMiniObject.
24835
24836 2005-05-16  David Schleef  <ds@schleef.org>
24837
24838         Port from GstData to GstMiniObject.
24839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24841         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24842         (gst_ogg_mux_collected):
24843         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24844         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24845         (theora_handle_data_packet):
24846         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24847         (theora_set_header_on_caps), (theora_enc_chain):
24848         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24849         (vorbis_handle_comment_packet):
24850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24851         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24852         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24853         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24854         * gst/audioconvert/gstaudioconvert.c:
24855         (gst_audio_convert_get_buffer):
24856         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24857         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24858         (mute_stream), (silence_stream):
24859         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24860         * gst/volume/gstvolume.c: (volume_transform):
24861         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24862         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24863         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24864         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24865         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24866         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24867         (gst_ximagesink_buffer_alloc):
24868         * sys/ximage/ximagesink.h:
24869
24870 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24871
24872         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24873         (fill_buffer), (check_queue), (queue_threshold_reached),
24874         (queue_out_of_data):
24875         * gst/playback/gstplaybasebin.h:
24876           Post buffer-fullness on the bus.
24877
24878 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24879
24880         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24881         (try_to_link_1):
24882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24883         (group_commit), (probe_triggered), (setup_source),
24884         (gst_play_base_bin_change_state):
24885         * gst/playback/gstplaybasebin.h:
24886         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24887         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24888         (gst_play_bin_change_state):
24889           Move setup_output_pads into a virtual function, remove
24890           group-switch (no longer needed) and redirect (handled by bus
24891           now) signals.
24892
24893 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24894
24895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24896         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24897         (get_active_group), (get_building_group), (group_destroy),
24898         (group_commit), (check_queue), (queue_overrun),
24899         (queue_threshold_reached), (queue_out_of_data),
24900         (gen_preroll_element), (remove_groups), (unknown_type),
24901         (add_element_stream), (no_more_pads), (probe_triggered),
24902         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24903         (setup_substreams), (setup_source), (finish_source),
24904         (prepare_output), (muted_group_change_state),
24905         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24906         (gst_play_base_bin_change_state):
24907         * gst/playback/gstplaybasebin.h:
24908         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24909         (gst_play_bin_init), (gst_play_bin_set_property),
24910         (gen_video_element), (gen_text_element), (gen_audio_element),
24911         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24912         (gst_play_bin_change_state):
24913         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24914         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24915         (stream_info_change_state), (gst_stream_info_set_mute),
24916         (gst_stream_info_get_property):
24917         * gst/playback/gststreaminfo.h:
24918         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24919         (gst_stream_selector_get_linked_pad),
24920         (gst_stream_selector_getcaps),
24921         (gst_stream_selector_get_linked_pads),
24922         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24923         * gst/playback/gststreamselector.h:
24924           Rough port of playbin. Needs some more work, but is mostly done,
24925           and uses a few locks in important places, which should make stuff
24926           like chain-switches clean. Still uses GST_STATE() in a few places,
24927           which isn't all that good an idea, subtitles/elements disabled
24928           because no elements to test with and thus probably broken, query
24929           and event handling moved to GstBin, internal thread removed
24930           alltogether because the pipeline does that for us now. Can play
24931           Ogg/Vorbis files. Haven't tested anything else yet.
24932
24933 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24934
24935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24936           Do no-more-pads (needed for autoplugging).
24937
24938 2005-05-10  Andy Wingo  <wingo@pobox.com>
24939
24940         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24941         message to the bus with the tags. Still not sent downstream tho.
24942
24943         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24944         get_parent.
24945         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24946         avoid refcounting hassles.
24947
24948 2005-05-09  Andy Wingo  <wingo@pobox.com>
24949
24950         * gst/volume/Makefile.am:
24951         * gst/volume/demo.c
24952         * gst/volume/gstvolume.h
24953         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24954         basetransform. Probably need an audio filter base class.
24955
24956 2005-05-09  Wim Taymans  <wim@fluendo.com>
24957
24958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24959         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24960         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24961         (gst_vorbisenc_chain):
24962         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24963         (gst_audio_convert_caps_remove_format_info),
24964         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24965         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24966         Make caps writable before writing to it.
24967         Fix negotiation in audioconvert some more.
24968
24969 2005-05-09  Wim Taymans  <wim@fluendo.com>
24970
24971         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24972         (gst_videorate_getcaps), (gst_videorate_setcaps),
24973         (gst_videorate_event), (gst_videorate_chain):
24974         Better negotiation.
24975
24976 2005-05-09  Wim Taymans  <wim@fluendo.com>
24977
24978         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24979         (gst_videorate_getcaps), (gst_videorate_setcaps),
24980         (gst_videorate_blank_data), (gst_videorate_init),
24981         (gst_videorate_event), (gst_videorate_chain),
24982         (gst_videorate_change_state):
24983         Port videorate, do a better job at negotiation while we're at
24984         it.
24985
24986 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24987
24988         * configure.ac:
24989           Disable libvisual
24990
24991         * examples/Makefile.am:
24992         * gst-libs/gst/audio/Makefile.am:
24993         * gst-libs/gst/riff/Makefile.am:
24994         * gst-libs/gst/tag/Makefile.am:
24995         * gst-libs/gst/video/Makefile.am:
24996           Fixups for missing variables.
24997
24998 2005-05-09  Wim Taymans  <wim@fluendo.com>
24999
25000         * examples/seeking/seek.c: (make_theora_pipeline),
25001         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25002         (query_rates), (query_positions_elems), (query_positions_pads),
25003         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25004         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25005         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25006         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25007         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25008         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25010         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25011         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25012         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25013         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25014         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25015         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25016         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25017         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25018         (theora_dec_src_convert), (theora_dec_sink_convert),
25019         (theora_dec_src_query), (theora_dec_sink_query),
25020         (theora_dec_src_event), (theora_dec_sink_event),
25021         (theora_handle_comment_packet), (theora_handle_type_packet),
25022         (theora_handle_header_packet), (theora_handle_data_packet),
25023         (theora_dec_chain):
25024         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25025         (vorbis_dec_convert), (vorbis_dec_src_query),
25026         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25027         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25028         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25029         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25031         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25032         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25033         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25034         (gst_play_bin_query):
25035         * gst/playback/test3.c: (update_scale):
25036         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25037         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25038         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25039         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25040         (gst_videotestsrc_src_query):
25041         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25042         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25043         (paint_hline_YUV9):
25044         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25045         Port to new query API.
25046         Updated seek.
25047         Cleanups in x[v]imagesink
25048
25049 2005-05-09  Andy Wingo  <wingo@pobox.com>
25050
25051         * ext/alsa/gstalsasink.h:
25052         * ext/gnomevfs/gstgnomevfssrc.c:
25053         (gst_gnomevfssrc_get_icy_metadata):
25054         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25055         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25056         * ext/theora/theoradec.c (theora_dec_src_query)
25057         (theora_dec_src_event, theora_dec_sink_event)
25058         (theora_handle_comment_packet, theora_handle_data_packet):
25059         * ext/theora/theoraenc.c (theora_enc_chain):
25060         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25061         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25062         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25063         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25064         (qt_type_find):
25065         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25066         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25067         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25068         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25069         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25070         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25071         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25072         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25073         (paint_setup_RGB565, paint_setup_xRGB1555):
25074         * gst/videotestsrc/videotestsrc.h:
25075         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25076         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25077         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25078         GCC4 fixes.
25079         
25080         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25081         gst_pad_query_position. Fixes oggdemux.
25082
25083 2005-05-08  David Schleef  <ds@schleef.org>
25084
25085         * configure.ac: Require liboil.
25086         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25087         a few more.
25088         * gst/videotestsrc/videotestsrc.c:
25089         * gst/videotestsrc/videotestsrc.h:
25090
25091 2005-05-06  Wim Taymans  <wim@fluendo.com>
25092
25093         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25094         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25095         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25096         Well, unreffing a buffer right before pushing it is asking
25097         for trouble..
25098
25099 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25100
25101         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25102
25103 2005-05-06  Wim Taymans  <wim@fluendo.com>
25104
25105         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25106         (gst_audio_convert_caps_remove_format_info),
25107         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25108         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25110         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25111         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25112         * gst/sine/Makefile.am:
25113         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25114         (gst_sinesrc_class_init), (gst_sinesrc_init),
25115         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25116         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25117         (gst_sinesrc_update_freq):
25118         * gst/sine/gstsinesrc.h:
25119         * gst/tcp/gstmultifdsink.c:
25120         * sys/xvimage/xvimagesink.c:
25121         Fixed negotiation wrt _peer_get_caps()
25122         Some cleanups.
25123
25124
25125 2005-05-06  Wim Taymans  <wim@fluendo.com>
25126
25127         * gst-libs/gst/audio/gstaudiosink.c:
25128         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25129         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25130         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25131         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25132         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25133         (gst_audiosink_create_ringbuffer):
25134         * gst-libs/gst/audio/gstbaseaudiosink.c:
25135         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25136         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25137         (gst_baseaudiosink_set_property), (build_linear_format),
25138         (debug_spec_caps), (debug_spec_buffer),
25139         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25140         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25141         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25142         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25143         * gst-libs/gst/audio/gstbaseaudiosink.h:
25144         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25145         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25146         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25147         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25148         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25149         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25150         (wait_segment), (gst_ringbuffer_commit),
25151         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25152         (gst_ringbuffer_clear):
25153         * gst-libs/gst/audio/gstringbuffer.h:
25154         Make the base audiosink return an error when there is no
25155         audiobuffer negotiated.
25156
25157 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25158
25159         * ext/Makefile.am:
25160         Disable cdparanoia until someone ports it!
25161
25162 2005-05-06  Wim Taymans  <wim@fluendo.com>
25163
25164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25165         (gst_ogg_demux_sink_activate):
25166         And revert after wingo's revert.. sigh..
25167
25168 2005-05-05  Andy Wingo  <wingo@pobox.com>
25169
25170         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25171         GObject.
25172         * configure.ac: Return audiorate and subparse from the ghetto.
25173         Re-enable -Wall -Werror.
25174         * gst/subparse/gstsubparse.c:
25175         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25176         or chain-based. Cleaned up a bit. Not tested.
25177         
25178 2005-05-05  Christian Schaller <christian@fluendo.com> 
25179
25180         * Makefile.am: remove stuff that is not building
25181         * configure.ac: remove stuff that is not building
25182         * examples/Makefile.am: remove stuff that is not building
25183         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25184         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25185         * sys/Makefile.am: remove stuff that is not building
25186         * testsuite/Makefile.am: remove stuff that is not building
25187
25188 2005-05-05  Andy Wingo  <wingo@pobox.com>
25189
25190         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25191         * gst-libs/gst/tag/gstvorbistag.c:
25192         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25193         * gst/adder/gstadder.h:
25194         * gst/audioconvert/gstchannelmix.c:
25195         (gst_audio_convert_fill_one_other):
25196         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25197         (gst_audiorate_init), (gst_audiorate_chain):
25198         * gst/playback/gstplaybasebin.c: (setup_source):
25199         * gst/playback/test3.c: (update_scale):
25200         Some GCC4 fixes
25201         
25202         * po/af.po:
25203         * po/az.po:
25204         * po/cs.po:
25205         * po/en_GB.po:
25206         * po/hu.po:
25207         * po/it.po:
25208         * po/nb.po:
25209         * po/nl.po:
25210         * po/or.po:
25211         * po/sq.po:
25212         * po/sr.po:
25213         * po/sv.po:
25214         * po/uk.po:
25215         * po/vi.po: Foo
25216
25217 2005-05-05  Wim Taymans  <wim@fluendo.com>
25218
25219         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25220         (gst_audio_convert_caps_remove_format_info),
25221         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25222         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25223         * gst/videotestsrc/gstvideotestsrc.c:
25224         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25225         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25226         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25227         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25228         Don't ignore _push() return values.
25229         Make sure no processing is done when shutting down.
25230         Videotestsrc pad activation fix.
25231
25232 2005-05-05  Wim Taymans  <wim@fluendo.com>
25233
25234         * gst/adder/Makefile.am:
25235         * gst/adder/gstadder.c: (gst_adder_setcaps),
25236         (gst_adder_class_init), (gst_adder_init),
25237         (gst_adder_request_new_pad), (gst_adder_collected),
25238         (gst_adder_change_state):
25239         * gst/adder/gstadder.h:
25240         Ported adder as an example of a mixer element using
25241         collect pads. Needs more negotiation work.
25242
25243 2005-05-05  Wim Taymans  <wim@fluendo.com>
25244
25245         * ext/theora/theoradec.c: (_inc_granulepos),
25246         (theora_dec_src_event), (theora_dec_sink_event),
25247         (theora_handle_comment_packet), (theora_handle_type_packet),
25248         (theora_handle_header_packet), (theora_handle_data_packet),
25249         (theora_dec_chain):
25250         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25251         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25252         (theora_push_buffer), (theora_push_packet),
25253         (theora_enc_sink_event), (theora_enc_chain),
25254         (theora_enc_change_state), (theora_enc_set_property),
25255         (theora_enc_get_property):
25256         Added stream lock to decoder so that we can serialize
25257         the discont event.
25258         More theoraenc porting, recover from errors, do clean
25259         shutdown.
25260
25261 2005-05-05  Wim Taymans  <wim@fluendo.com>
25262
25263         * ext/ogg/Makefile.am:
25264         * ext/ogg/README:
25265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25266         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25267         (gst_ogg_print):
25268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25269         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25270         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25271         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25272         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25273         (gst_ogg_mux_change_state):
25274         Ported ogg muxer.
25275
25276 2005-05-05  Wim Taymans  <wim@fluendo.com>
25277
25278         * docs/design-audiosinks.txt:
25279         * gst-libs/gst/audio/TODO:
25280         * gst-libs/gst/audio/gstaudiosink.c:
25281         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25282         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25283         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25284         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25285         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25286         (gst_audiosink_create_ringbuffer):
25287         * gst-libs/gst/audio/gstbaseaudiosink.c:
25288         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25289         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25290         (gst_baseaudiosink_set_property), (build_linear_format),
25291         (debug_spec_caps), (debug_spec_buffer),
25292         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25293         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25294         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25295         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25296         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25297         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25298         (gst_ringbuffer_release), (gst_ringbuffer_play),
25299         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25300         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25301         (gst_ringbuffer_set_sample), (wait_segment),
25302         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25303         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25304         More work on the audiosink, mostly debugging and a race in
25305         shutdown.
25306
25307 2005-04-28  Wim Taymans  <wim@fluendo.com>
25308
25309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25310         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25311         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25312         (vorbis_dec_src_query), (vorbis_dec_src_event),
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         Don't crap out when seeking back to position 0.
25317
25318 2005-04-28  Wim Taymans  <wim@fluendo.com>
25319
25320         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25321         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25322         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25323         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25324         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25325         Make audio sink configurable, use alsasink as default.
25326
25327 2005-04-28  Wim Taymans  <wim@fluendo.com>
25328
25329         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25330         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25331         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25332         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25333         (vorbis_dec_change_state):
25334         * ext/vorbis/vorbisdec.h:
25335         Refactor, use STREAM_LOCK.
25336
25337 2005-04-28  Wim Taymans  <wim@fluendo.com>
25338
25339         * ext/theora/theoradec.c: (_inc_granulepos),
25340         (theora_dec_sink_event), (theora_handle_comment_packet),
25341         (theora_handle_type_packet), (theora_handle_header_packet),
25342         (theora_handle_data_packet), (theora_dec_chain),
25343         (theora_dec_change_state):
25344         Refactor a bit, use STREAM_LOCK.
25345
25346 2005-04-28  Wim Taymans  <wim@fluendo.com>
25347
25348         * ext/alsa/Makefile.am:
25349         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25350         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25351         (gst_alsa_link), (gst_alsa_close_audio):
25352         * ext/alsa/gstalsaplugin.c: (plugin_init):
25353         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25354         (gst_alsasink_dispose), (gst_alsasink_base_init),
25355         (gst_alsasink_class_init), (gst_alsasink_init),
25356         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25357         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25358         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25359         (gst_alsasink_reset):
25360         * ext/alsa/gstalsasink.h:
25361         Implement alsasink with simple open/write/close API. 
25362         Make alsa dir build by disabling compilation of code.
25363
25364 2005-04-28  Wim Taymans  <wim@fluendo.com>
25365
25366         * gst-libs/gst/audio/Makefile.am:
25367         * gst-libs/gst/audio/audio.h:
25368         * gst-libs/gst/audio/audioclock.c:
25369         * gst-libs/gst/audio/audioclock.h:
25370         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25371         (gst_audio_clock_class_init), (gst_audio_clock_init),
25372         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25373         * gst-libs/gst/audio/gstaudioclock.h:
25374         * gst-libs/gst/audio/gstaudiosink.c:
25375         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25376         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25377         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25378         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25379         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25380         (gst_audiosink_create_ringbuffer):
25381         * gst-libs/gst/audio/gstbaseaudiosink.c:
25382         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25383         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25384         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25385         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25386         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25387         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25388         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25389         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25390         * gst-libs/gst/audio/gstbaseaudiosink.h:
25391         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25392         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25393         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25394         (gst_ringbuffer_release), (gst_ringbuffer_play),
25395         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25396         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25397         (gst_ringbuffer_set_sample), (wait_segment),
25398         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25399         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25400         * gst-libs/gst/audio/gstringbuffer.h:
25401         Make ringbuffer faster and more simple by removing the locks
25402         in the playback thread.
25403         Add sample accurate playback based on buffer sample offsets.
25404         Make the baseaudiosink provide a clock.
25405         Parse caps in the base class.
25406         Correctly handle seeking, flushing and state changes.
25407
25408 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25409
25410         * configure.ac:
25411         * gst/audioconvert/Makefile.am:
25412         * gst/audioscale/Makefile.am:
25413           Fix part of the build.  Come on guys, autogen didn't even work :)
25414
25415 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25416
25417         * configure.ac:
25418         * gst-libs/gst/Makefile.am:
25419         * gst-libs/gst/media-info/.cvsignore:
25420         * gst-libs/gst/media-info/Makefile.am:
25421         * gst-libs/gst/media-info/README:
25422         * gst-libs/gst/media-info/media-info-priv.c:
25423         * gst-libs/gst/media-info/media-info-priv.h:
25424         * gst-libs/gst/media-info/media-info-test.c:
25425         * gst-libs/gst/media-info/media-info.c:
25426         * gst-libs/gst/media-info/media-info.h:
25427         * gst-libs/gst/media-info/media-info.vcproj:
25428         * pkgconfig/Makefile.am:
25429         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25430         * pkgconfig/gstreamer-media-info.pc.in:
25431           Remove media-info, which is also successed by playbin (see Totem
25432           implementation).
25433
25434 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25435
25436         * configure.ac:
25437         * examples/Makefile.am:
25438         * examples/gstplay/.cvsignore:
25439         * examples/gstplay/Makefile.am:
25440         * examples/gstplay/player.c:
25441         * gst-libs/gst/Makefile.am:
25442         * gst-libs/gst/play/.cvsignore:
25443         * gst-libs/gst/play/Makefile.am:
25444         * gst-libs/gst/play/play.c:
25445         * gst-libs/gst/play/play.h:
25446         * gst-libs/gst/play/play.vcproj:
25447         * pkgconfig/Makefile.am:
25448         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25449         * pkgconfig/gstreamer-play.pc.in:
25450           Remove libgstplay, playbin is now the official successor.
25451
25452 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25453
25454         * configure.ac:
25455         * gst-libs/gst/Makefile.am:
25456         * gst-libs/gst/xwindowlistener/Makefile.am:
25457         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25458         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25459           Remove deprecated xwindowlistener (I've moved xwindowlistening
25460           in the v4l/v4l2 plugins over to serverside).
25461
25462 2005-04-25  David Schleef  <ds@schleef.org>
25463
25464         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25465         to examples/dynparams.  Examples do not belong interspersed with
25466         source code.
25467         * examples/dynparams/demo-dparams.c:
25468         * gst/sine/Makefile.am:
25469         * gst/sine/demo-dparams.c:
25470
25471 2005-04-25  David Schleef  <ds@schleef.org>
25472
25473         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25474         * gst-libs/gst/audio/Makefile.am:
25475         * gst-libs/gst/riff/Makefile.am:
25476         * gst-libs/gst/tag/Makefile.am:
25477         * gst-libs/gst/video/Makefile.am:
25478         * gst-libs/gst/xwindowlistener/Makefile.am:
25479
25480         Convert to 0.9 API, seems to work:
25481         * sys/ximage/Makefile.am:
25482         * sys/ximage/ximagesink.c:
25483
25484 2005-04-24  David Schleef  <ds@schleef.org>
25485
25486         Link plugins against libraries:
25487         * ext/alsa/Makefile.am:
25488         * gst/tcp/Makefile.am:
25489
25490         Remove asm code that should be in liboil
25491         * gst/videoscale/Makefile.am:
25492         * gst/videoscale/videoscale_x86_asm.s:
25493
25494         gettext wants these checked in:
25495         * po/af.po:
25496         * po/az.po:
25497         * po/cs.po:
25498         * po/en_GB.po:
25499         * po/hu.po:
25500         * po/it.po:
25501         * po/nb.po:
25502         * po/nl.po:
25503         * po/or.po:
25504         * po/sq.po:
25505         * po/sr.po:
25506         * po/sv.po:
25507         * po/uk.po:
25508         * po/vi.po:
25509
25510 2005-04-24  David Schleef  <ds@schleef.org>
25511
25512         Convert gst_main() to g_main_loop_run()
25513         * gst/playback/decodetest.c: (main):
25514         * gst/playback/test2.c: (main):
25515         * gst/playback/test3.c: (main):
25516         * gst/playback/test4.c: (main):
25517
25518         Link plugins against libraries:
25519         * ext/libvisual/Makefile.am:
25520         * sys/xvimage/Makefile.am:
25521
25522 2005-04-24  David Schleef  <ds@schleef.org>
25523
25524         * configure.ac: Remove idct and resample libs
25525         * gst-libs/gst/Makefile.am: same
25526
25527         Remove usage of gst_library_load():
25528         * ext/alsa/gstalsaplugin.c: (plugin_init):
25529         * ext/libvisual/visual.c: (plugin_init):
25530         * ext/ogg/gstogg.c: (plugin_init):
25531         * ext/theora/theora.c: (plugin_init):
25532         * ext/vorbis/vorbis.c: (plugin_init):
25533         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25534         * gst/audioscale/gstaudioscale.c:
25535         * gst/adder/gstadder.c: (plugin_init):
25536         * gst/audioconvert/plugin.c: (plugin_init):
25537         * sys/ximage/ximagesink.c: (plugin_init):
25538         * sys/xvimage/xvimagesink.c: (plugin_init):
25539         * gst/tcp/gsttcpplugin.c: (plugin_init):
25540
25541         Link plugins against libraries:
25542         * ext/ogg/Makefile.am:
25543         * ext/theora/Makefile.am:
25544         * ext/vorbis/Makefile.am:
25545         * gst/audioconvert/Makefile.am:
25546
25547         Create proper libraries:
25548         * gst-libs/gst/riff/Makefile.am:
25549         * gst-libs/gst/audio/Makefile.am:
25550         * gst-libs/gst/video/Makefile.am:
25551
25552         Move resample library to audioscale plugin directory:
25553         * gst-libs/gst/resample/Makefile.am:
25554         * gst-libs/gst/resample/README:
25555         * gst-libs/gst/resample/dtof.c:
25556         * gst-libs/gst/resample/dtos.c:
25557         * gst-libs/gst/resample/functable.c:
25558         * gst-libs/gst/resample/private.h:
25559         * gst-libs/gst/resample/resample.c:
25560         * gst-libs/gst/resample/resample.h:
25561         * gst-libs/gst/resample/resample.vcproj:
25562         * gst-libs/gst/resample/test.c:
25563         * gst/audioscale/Makefile.am:
25564         * gst/audioscale/README:
25565         * gst/audioscale/dtof.c:
25566         * gst/audioscale/dtos.c:
25567         * gst/audioscale/functable.c:
25568         * gst/audioscale/private.h:
25569         * gst/audioscale/resample.c:
25570         * gst/audioscale/resample.h:
25571         * gst/audioscale/test.c:
25572
25573         Move tagedit library to gst-libs:
25574         * gst-libs/gst/tag/Makefile.am:
25575         * gst-libs/gst/tag/gstid3tag.c:
25576         * gst-libs/gst/tag/gsttagediting.c:
25577         * gst-libs/gst/tag/gsttageditingprivate.h:
25578         * gst-libs/gst/tag/gstvorbistag.c:
25579         * gst/tags/Makefile.am:
25580         * gst/tags/gstid3tag.c:
25581         * gst/tags/gstvorbistag.c:
25582
25583         Fix for core changes:
25584         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25585         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25586         (gst_sinesrc_getrange):
25587
25588 2005-04-23  David Schleef  <ds@schleef.org>
25589
25590         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25591         in gst-plugins in a long time, and properly belongs in liboil.
25592         * gst-libs/gst/idct/Makefile.am:
25593         * gst-libs/gst/idct/README:
25594         * gst-libs/gst/idct/dct.h:
25595         * gst-libs/gst/idct/doieee:
25596         * gst-libs/gst/idct/fastintidct.c:
25597         * gst-libs/gst/idct/floatidct.c:
25598         * gst-libs/gst/idct/idct.c:
25599         * gst-libs/gst/idct/idct.h:
25600         * gst-libs/gst/idct/idtc.vcproj:
25601         * gst-libs/gst/idct/ieeetest.c:
25602         * gst-libs/gst/idct/intidct.c:
25603
25604 2005-04-20  Wim Taymans  <wim@fluendo.com>
25605
25606         * docs/design-audiosinks.txt:
25607         * gst-libs/gst/audio/Makefile.am:
25608         * gst-libs/gst/audio/TODO:
25609         * gst-libs/gst/audio/gstaudiosink.c:
25610         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25611         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25612         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25613         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25614         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25615         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25616         (gst_audiosink_class_init), (gst_audiosink_init),
25617         (gst_audiosink_create_ringbuffer):
25618         * gst-libs/gst/audio/gstaudiosink.h:
25619         * gst-libs/gst/audio/gstbaseaudiosink.c:
25620         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25621         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25622         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25623         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25624         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25625         (gst_baseaudiosink_create_ringbuffer),
25626         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25627         * gst-libs/gst/audio/gstbaseaudiosink.h:
25628         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25629         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25630         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25631         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25632         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25633         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25634         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25635         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25636         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25637         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25638         * gst-libs/gst/audio/gstringbuffer.h:
25639         An attempt at a set of audio base classes together with some
25640         design docs.
25641
25642 2005-04-20  Wim Taymans  <wim@fluendo.com>
25643
25644         * gst/audioconvert/Makefile.am:
25645         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25646         (gst_audio_convert_caps_remove_format_info),
25647         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25648         (gst_audio_convert_channels):
25649         Link against audio libs.
25650         Fix audio convert plugin.
25651
25652 2005-04-20  Wim Taymans  <wim@fluendo.com>
25653
25654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25655         (gst_ogg_demux_sink_activate):
25656         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25657         (theora_set_header_on_caps), (theora_enc_sink_event),
25658         (theora_enc_chain):
25659         Fix theora encoder.
25660
25661 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25662
25663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25664         * gst/playback/gstdecodebin.c: (find_compatibles):
25665           Work with staticpadtemplates in elementfactories.
25666
25667 2005-04-12  Wim Taymans  <wim@fluendo.com>
25668
25669         * gst/playback/README:
25670         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25671         (compare_ranks), (print_feature), (gst_decode_bin_init),
25672         (dynamic_create), (dynamic_free), (find_compatibles),
25673         (mimetype_is_raw), (close_pad_link), (got_redirect),
25674         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25675         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25676         (gst_decode_bin_change_state):
25677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25678         (gst_play_base_bin_init), (group_destroy), (group_commit),
25679         (check_queue), (queue_overrun), (queue_threshold_reached),
25680         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25681         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25682         (got_redirect), (setup_source), (play_base_eos),
25683         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25684         (gst_play_base_bin_remove_element):
25685         * gst/playback/gstplaybasebin.h:
25686         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25687         (gst_play_bin_init), (gst_play_bin_dispose),
25688         (gst_play_bin_set_property), (gen_video_element),
25689         (gen_text_element), (gen_audio_element), (remove_sinks),
25690         (gst_play_bin_send_event):
25691         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25692         (stream_info_change_state), (gst_stream_info_set_mute):
25693         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25694         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25695         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25696         (gst_stream_selector_chain):
25697         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25698         (main):
25699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25700         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25701         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25702         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25703         Raw and crude port of decodebin. 
25704         Make playbin compile.
25705
25706 2005-04-06  Wim Taymans  <wim@fluendo.com>
25707
25708         * ext/gnomevfs/Makefile.am:
25709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25710         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25711         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25712         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25713         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25714         (gst_gnomevfssrc_stop):
25715         * ext/ogg/Makefile.am:
25716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25717         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25718         * ext/theora/Makefile.am:
25719         * ext/theora/theoradec.c: (_inc_granulepos),
25720         (theora_dec_sink_event), (theora_dec_chain):
25721         * ext/vorbis/Makefile.am:
25722         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25723         (vorbis_dec_sink_event), (vorbis_dec_chain):
25724         * gst-libs/gst/audio/Makefile.am:
25725         * sys/xvimage/Makefile.am:
25726         Make gnomevfssrc extend the source base class.
25727         Fix linking against libs in various plugins.
25728
25729 2005-04-06  Andy Wingo  <wingo@pobox.com>
25730
25731         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25732         GST_BASE_LIBS.
25733
25734         * configure.ac: Add check and AC_SUBST for libgstbase.
25735
25736 2005-03-31  Wim Taymans  <wim@fluendo.com>
25737
25738         * examples/seeking/Makefile.am:
25739         * examples/seeking/cdparanoia.c: (main):
25740         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25741         (play_cb), (pause_cb), (stop_cb), (main):
25742         * examples/seeking/playbin.c:
25743         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25744         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25745         (make_sid_pipeline), (make_vorbis_pipeline),
25746         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25747         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25748         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25749         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25750         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25751         (stop_cb), (main):
25752         * examples/seeking/spider_seek.c:
25753         * examples/seeking/vorbisfile.c:
25754         * ext/gnomevfs/Makefile.am:
25755         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25756         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25757         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25758         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25759         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25760         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25761         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25762         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25763         * ext/ogg/README:
25764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25765         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25766         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25767         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25768         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25769         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25770         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25771         (gst_ogg_demux_factory_filter), (compare_ranks),
25772         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25773         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25774         (gst_ogg_chain_new), (gst_ogg_chain_free),
25775         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25776         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25777         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25778         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25779         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25780         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25781         (gst_ogg_demux_get_prev_page),
25782         (gst_ogg_demux_deactivate_current_chain),
25783         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25784         (gst_ogg_demux_bisect_forward_serialno),
25785         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25786         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25787         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25788         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25789         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25790         (gst_ogg_demux_change_state), (gst_ogg_print):
25791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25792         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25793         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25794         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25795         (gst_ogg_mux_loop):
25796         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25797         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25798         (theora_dec_src_convert), (theora_dec_sink_convert),
25799         (theora_dec_src_query), (theora_dec_src_event),
25800         (theora_dec_sink_event), (theora_dec_chain),
25801         (theora_dec_change_state):
25802         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25803         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25804         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25805         (theora_enc_change_state):
25806         * ext/vorbis/Makefile.am:
25807         * ext/vorbis/oggvorbisenc.c:
25808         * ext/vorbis/oggvorbisenc.h:
25809         * ext/vorbis/vorbis.c: (plugin_init):
25810         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25811         (vorbis_dec_src_query), (vorbis_dec_src_event),
25812         (vorbis_dec_sink_event), (vorbis_dec_chain),
25813         (vorbis_dec_change_state):
25814         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25815         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25816         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25817         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25818         (gst_vorbisenc_change_state):
25819         * ext/vorbis/vorbisenc.h:
25820         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25821         * gst-libs/gst/audio/audioclock.c:
25822         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25823         (gst_audiofilter_init), (gst_audiofilter_chain):
25824         * gst-libs/gst/audio/testchannels.c: (main):
25825         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25826         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25827         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25828         (gmip_find_track_streaminfo), (gmip_find_track_format):
25829         * gst-libs/gst/media-info/media-info.c:
25830         (gst_media_info_read_idler):
25831         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25832         (gst_play_get_all_by_interface):
25833         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25834         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25835         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25836         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25837         (gst_riff_parse_info):
25838         * gst-libs/gst/riff/riff-read.h:
25839         * gst-libs/gst/riff/riff.c: (plugin_init):
25840         * gst-libs/gst/video/Makefile.am:
25841         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25842         (gst_videosink_class_init), (gst_videosink_get_type):
25843         * gst-libs/gst/video/videosink.h:
25844         * gst/audioconvert/bufferframesconvert.c:
25845         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25846         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25847         * gst/audioconvert/channelmixtest.c: (main):
25848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25849         (gst_audio_convert_chain),
25850         (gst_audio_convert_caps_remove_format_info),
25851         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25852         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25853         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25854         (gst_audio_convert_buffer_to_default_format),
25855         (gst_audio_convert_buffer_from_default_format),
25856         (gst_audio_convert_channels):
25857         * gst/audioconvert/gstchannelmix.h:
25858         * gst/ffmpegcolorspace/avcodec.h:
25859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25860         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25861         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25862         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25863         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25864         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25865         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25866         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25867         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25868         (dv_type_find):
25869         * gst/videotestsrc/gstvideotestsrc.c:
25870         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25871         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25872         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25873         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25874         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25875         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25876         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25878         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25879         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25880         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25881         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25882         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25883         (gst_xvimagesink_navigation_send_event),
25884         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25885         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25886         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25887         * sys/xvimage/xvimagesink.h:
25888         Plugin port to 0.9, ogg/theora playback should work in the seek
25889         example now.
25890         Removed old examples.
25891         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25892         explained in 0.9 TODO doc.
25893
25894
25895 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25896
25897         * autogen.sh:
25898         * configure.ac:
25899         * ext/Makefile.am:
25900         * gst/Makefile.am:
25901         * po/POTFILES.in:
25902         * po/af.po:
25903         * po/az.po:
25904         * po/cs.po:
25905         * po/en_GB.po:
25906         * po/hu.po:
25907         * po/it.po:
25908         * po/nb.po:
25909         * po/nl.po:
25910         * po/or.po:
25911         * po/sq.po:
25912         * po/sr.po:
25913         * po/sv.po:
25914         * po/uk.po:
25915         * po/vi.po:
25916         * sys/Makefile.am:
25917         * testsuite/Makefile.am:
25918           remove a whole bunch of plugins.  This module now contains a set
25919           of free reference plugins/elements as agreed.
25920
25921 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25922
25923         * configure.ac:
25924           hunting season on 0.9 is now OPEN
25925
25926 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25927
25928         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25929           Kick the hell out of gcc for not warning me about a symbol conflict.
25930
25931 2005-02-22  Luca Ognibene  <luogni@tin.it>
25932
25933         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25934
25935         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25936           Don't leak caps string (fixes #168134)
25937
25938         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25939         (gst_jpegenc_init), (gst_jpegenc_finalize),
25940         (gst_jpegenc_change_state):
25941           Don't leak line buffers and context struct (fixes #168133).
25942
25943 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25944
25945         * configure.ac:
25946         * ext/dirac/gstdiracdec.cc:
25947         (gst_diracdec_chain):
25948           Since dirac 0.5.0 the framerate in dirac is expressed as a
25949           rational number. Fix build and up requirement to 0.5.0, and
25950           also pass parameters to gst_diracdec_link in the right order
25951           (fixes #167959).
25952
25953 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25954
25955         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25956         * ext/faad/gstfaad.h:
25957         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25958         certain invalid muxed streams, where some packets will contain 
25959         junk after decoder data. Partially fixes #149158.
25960
25961 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25962         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25963           Make sure we only write to writable buffers
25964
25965 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25966
25967         * gst-libs/gst/riff/riff-media.c:
25968         (gst_riff_create_audio_caps_with_data):
25969           Do actually fix invalid RIFF fmt header values for alaw
25970           and mulaw audio instead of just saying so.
25971
25972         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25973           Give gst_riff_create_audio_caps_with_data() a chance to
25974           fix up broken format header fields before extracting any
25975           parameters from the header. (fixes #167633)
25976
25977 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25978
25979         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25980
25981         * gst/audioconvert/bufferframesconvert.c:
25982         (buffer_frames_convert_link):
25983           Don't leak othercaps. (fixes #167878)
25984
25985 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25986
25987         * configure.ac:
25988         * ext/libvisual/visual.c: (gst_visual_srclink),
25989         (gst_visual_change_state):
25990           Support libvisual 0.2.0.
25991
25992 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25993
25994         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25995         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25996           Use same rowstrides for I420 as used everywhere else.
25997
25998 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25999
26000         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26001           Declare variables at beginning of block and make gcc-2.95 happy
26002           (fixes # 167482, patch by Gergely Nagy).
26003           
26004         * gst/tcp/gsttcpclientsrc.c:
26005         * gst/tcp/gsttcpclientsrc.h:
26006           Move some includes into the header, so that struct sockaddr_in is
26007           defined when it should be defined on FreeBSD as well (fixes
26008           #167483).
26009           
26010         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26011           Don't pass uninitialised values to setsockopt() here either.
26012
26013 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26014
26015         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26016
26017         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26018           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26019
26020 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26021
26022         * gst/playback/gstplaybin.c: (add_sink):
26023           Invert bin_add/link order to workaround deadlock in opt.
26024
26025 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26026
26027         * gst/modplug/gstmodplug.cc:
26028           Add missing break causing position queries to fail.
26029
26030 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26031
26032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26033           Granpos can apparently be -1, which screws up calculations...
26034
26035 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26036
26037         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26038         (gst_ximagesink_send_pending_navigation),
26039         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26040         (gst_ximagesink_init):
26041         * sys/ximage/ximagesink.h:
26042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26043         (gst_xvimagesink_send_pending_navigation),
26044         (gst_xvimagesink_navigation_send_event),
26045         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26046         * sys/xvimage/xvimagesink.h:
26047           Use a mutex protected list to marshal navigation
26048           events into the stream thread from whichever thread
26049           sends them.
26050
26051 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26052
26053         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26054           Display current position and track length; misc. clean-ups.
26055           
26056         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26057         (speed_init), (speed_chain):
26058           Add query function, so that the stream length and current position
26059           get adjusted when queried (note that current position queries may
26060           still be wrong if the audio sink returns values based on buffer
26061           timestamps instead of passing on the query).
26062
26063 2005-02-13  Benjamin Otte  <otte@gnome.org>
26064
26065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26066         (gst_audio_convert_channels):
26067           create channel conversion matrix when linking
26068         * gst/audioconvert/.cvsignore:
26069         * gst/audioconvert/Makefile.am:
26070         * gst/audioconvert/channelmixtest.c: (main):
26071           add (ugly) test that ensures stereo <=> mono conversion works
26072           correctly
26073
26074 2005-02-13  Benjamin Otte  <otte@gnome.org>
26075
26076         * gst/audioconvert/gstchannelmix.h:
26077           include missing header file
26078         * gst/audioconvert/gstchannelmix.c:
26079         (gst_audio_convert_fill_compatible):
26080           use same sign for both channels when converting to/from compatible
26081           channel. Previously used different signs made the signals cancel
26082           each other out and appear like silence. (fixes #167269)
26083
26084 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26085
26086         * gst/ffmpegcolorspace/avcodec.h:
26087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26088         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26089         (gst_ffmpegcsp_avpicture_fill):
26090         * gst/ffmpegcolorspace/imgconvert.c:
26091           Convert to and from YV12 (fixes #156379).
26092
26093 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26094
26095         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26096         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26097         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26098         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26099         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26100         methods from chain and negotiation and vice versa (Fixes #166142).
26101         * sys/ximage/ximagesink.h: Add stream_lock.
26102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26103         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26104         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26105         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26106
26107 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26108
26109         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26110           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26111           error message when we can't open the DVD device (when dvdnav_open()
26112           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26113           the above). Send something more useful instead (fixes #167117).
26114
26115 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26116
26117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26118         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26119         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26120         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26121         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26122         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26123         methods from chain and negotiation and vice versa (Fixes #166142).
26124         Fix a possible bug of images in the buffer pool being discarded because
26125         we are looking at the wrong geometry.
26126         * sys/xvimage/xvimagesink.h: Add stream_lock.
26127
26128 2005-02-11  David Schleef  <ds@schleef.org>
26129
26130         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26131         unsigned int. (fixes #167128)
26132
26133 2005-02-11  David Schleef  <ds@schleef.org>
26134
26135         * gst/librfb/Makefile.am: Testing stuff before committing is
26136           for wimps... and people with fast machines.  Fix stupid
26137           mistake.
26138
26139 2005-02-11  David Schleef  <ds@schleef.org>
26140
26141         * configure.ac: Pull in librfb from my CVS tree, because it is
26142           too small and annoying to be separate.  Move rfbsrc plugin
26143           to gst/.
26144         * ext/Makefile.am:
26145         * ext/librfb/Makefile.am:
26146         * ext/librfb/gstrfbsrc.c:
26147         * gst/librfb/Makefile.am:
26148         * gst/librfb/gstrfbsrc.c:
26149         * gst/librfb/rfb.c:
26150         * gst/librfb/rfb.h:
26151         * gst/librfb/rfbbuffer.c:
26152         * gst/librfb/rfbbuffer.h:
26153         * gst/librfb/rfbbytestream.c:
26154         * gst/librfb/rfbbytestream.h:
26155         * gst/librfb/rfbcontext.h:
26156         * gst/librfb/rfbdecoder.c:
26157         * gst/librfb/rfbdecoder.h:
26158         * gst/librfb/rfbutil.h:
26159
26160 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26161
26162         * gst/speed/Makefile.am:
26163         * gst/speed/demo-mp3.c: (main):
26164         * gst/speed/filter.func:
26165         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26166         (speed_class_init), (speed_init), (speed_chain_int16),
26167         (speed_chain_float32), (speed_chain), (speed_set_property),
26168         (speed_get_property), (speed_change_state):
26169         * gst/speed/gstspeed.h:
26170           Fix speed element and make it chain-based (fixes #156467),
26171           and make it handle more than one channel.
26172
26173 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26174
26175         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26176         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26177         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26178         * ext/dts/gstdtsdec.h:
26179           Don't clobber the stack constructing the channels array.
26180           Make the element chain-based. DTS tracks can now be played.
26181           
26182 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26183
26184         * gst-libs/gst/audio/multichannel.h:
26185         * gst-libs/gst/gconf/gconf.h:
26186         * gst-libs/gst/idct/idct.h:
26187         * gst-libs/gst/media-info/media-info-priv.h:
26188         * gst-libs/gst/play/play.h:
26189         * gst-libs/gst/resample/private.h:
26190         * gst-libs/gst/resample/resample.h:
26191         * gst-libs/gst/riff/riff-ids.h:
26192         * gst-libs/gst/video/video.h:
26193         * gst-libs/gst/video/videosink.h:
26194           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26195           missing, so that they work when included from C++ code.
26196
26197 2005-02-09  David Schleef  <ds@schleef.org>
26198
26199         * testsuite/gst-lint: Check for non-statically scoped
26200           parent_class variables.  This won't be a problem once
26201           plugins are loaded with RTLD_LOCAL.
26202
26203 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26204
26205         * ext/mplex/gstmplexibitstream.cc:
26206           gcc madness.
26207
26208 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26209
26210         * ext/ogg/gstogmparse.c:
26211         * gst/debug/gstnavigationtest.c:
26212           Die, thou faulty symbol pollutors (non-static parent_class).
26213
26214 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * ext/mplex/gstmplexibitstream.cc:
26217           Fix event handling (#165525).
26218
26219 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26220
26221         * ext/mikmod/gstmikmod.c:
26222         * gst/modplug/gstmodplug.cc:
26223           Add missing endianness to template (fixes #165509).
26224
26225 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26228           Fix wrong order of reading of optional bytes (#165290).
26229
26230 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26231
26232         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26233           Implement FILLER event awareness.
26234
26235 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26236
26237         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26238           Fix track calculations (#166208).
26239
26240 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26241
26242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26243
26244         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26245         * ext/libpng/gstpngenc.c:
26246           Fix byte-order, use proper fixed caps. Fixes #164197.
26247
26248 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26249
26250         * configure.ac:
26251           Add dvdlpcmdec 
26252
26253         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26254         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26255           Don't push buffers if the src pad isn't negotiated yet.
26256           
26257         * gst/audioconvert/gstaudioconvert.c:
26258         (gst_audio_convert_buffer_to_default_format),
26259         (gst_audio_convert_buffer_from_default_format):
26260           Add support for 24-bit width.
26261
26262         * gst/dvdlpcmdec/.cvsignore:
26263         * gst/dvdlpcmdec/Makefile.am:
26264         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26265         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26266         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26267         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26268         (plugin_init):
26269         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26270           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26271           format. Needs support for the channels maps if someone can find 
26272           a DVD LPCM track with > 2 channels.
26273
26274         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26275         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26276         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26277         * gst/mpegstream/gstdvddemux.h:
26278         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26279         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26280         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26281         * gst/mpegstream/gstmpegdemux.h:
26282         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26283         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26284         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26285         (gst_mpeg_parse_handle_src_query),
26286         (gst_mpeg_parse_handle_src_event):
26287           Use audio/x-dvd-lpcm for LPCM output.
26288           Add DTS output.
26289
26290 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26291
26292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26293
26294         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26295         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26296           Add BGRA handling (#165736).
26297
26298 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26299
26300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26301
26302         * gst/law/alaw-decode.c: (alawdec_link):
26303         * gst/law/alaw-encode.c: (alawenc_link):
26304         * gst/law/mulaw-decode.c: (mulawdec_link):
26305         * gst/law/mulaw-encode.c: (mulawenc_link):
26306           Fix caps memleaks (#166600).
26307
26308 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26309
26310         * ext/tarkin/mem.h:
26311         * ext/tarkin/wavelet.h:
26312         * ext/tarkin/yuv.h:
26313         * gst/ffmpegcolorspace/avcodec.h:
26314           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26315           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26316
26317 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26318
26319         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26321         (gst_xvimagesink_change_state):
26322           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26323           Xv video (and thereby regenerate Xv colourkey) in clear() so
26324           that PLAY -> READY -> PLAY works (fixes #162504).
26325
26326 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26327
26328         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26329           Switch to list instead of range, since MJPEG-devices really just
26330           support decimations, not any size.
26331
26332 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26333         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26334         (gst_mpeg2dec_reset), (free_all_buffers),
26335         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26336         * ext/mpeg2dec/gstmpeg2dec.h:
26337           The libmpeg2 user-allocated buffer management is awkward, 
26338           to say the least. Hopefully this fixes things.
26339
26340 2005-02-04  Andy Wingo  <wingo@pobox.com>
26341
26342         * gst/audioconvert/bufferframesconvert.c
26343         (buffer_frames_convert_fixate): New function, fixates to 256
26344         frames per buffer by default. (Much better than 1.)
26345         (buffer_frames_convert_init): Set the fixate function for both src
26346         and sink pad.
26347         (buffer_frames_convert_link): After success setting nonfixed caps,
26348         get the negotiated caps so we can know how many buffer-frames it
26349         will be. No idea how this worked at all before.
26350
26351 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26352
26353         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26354         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26355         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26356         (handle_sequence), (handle_picture):
26357         * ext/mpeg2dec/gstmpeg2dec.h:
26358           Rearrange buffer tracking and refcounting and refactor
26359           a little for readability. 
26360
26361 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26362         * sys/v4l/gstv4l.c: (plugin_init):
26363         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26364         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26365         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26366         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26367         * sys/v4l/gstv4ljpegsrc.h:
26368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26369         * sys/v4l/v4l_calls.h:
26370         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26371         (gst_v4lsrc_get_fps):
26372         * sys/v4l/v4lsrc_calls.h:
26373           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26374           you jpeg inside rgb frames" driver.
26375           Don't error in the v4lsrc link function, just return 
26376           REFUSED.
26377
26378 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26379
26380         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26381         (gst_qcamsrc_open):
26382           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26383
26384 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26385
26386         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26387           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26388
26389 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26390
26391         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26392           Reset negotiated state on PAUSED->READY.
26393
26394 2005-02-02  David Schleef  <ds@schleef.org>
26395
26396         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26397         whereever possible.  (Fixes #165997)
26398         * examples/capsfilter/capsfilter1.c: (main):
26399         * examples/dynparams/filter.c: (create_ui):
26400         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26401         * examples/seeking/chained.c: (main):
26402         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26403         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26404         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26405         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26406         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26407         * examples/switch/switcher.c: (main):
26408         * ext/dv/demo-play.c: (main):
26409         * ext/faad/gstfaad.c: (gst_faad_change_state):
26410         * ext/mad/gstmad.c: (gst_mad_chain):
26411         * ext/smoothwave/demo-osssrc.c: (main):
26412         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26413         (gst_gconf_render_bin_from_description),
26414         (gst_gconf_get_default_audio_sink),
26415         (gst_gconf_get_default_video_sink),
26416         (gst_gconf_get_default_audio_src),
26417         (gst_gconf_get_default_video_src),
26418         (gst_gconf_get_default_visualization_element):
26419         * gst/level/demo.c: (main):
26420         * gst/level/plot.c: (main):
26421         * gst/playback/gstplaybin.c: (gen_video_element),
26422         (gen_audio_element):
26423         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26424         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26425         * gst/sine/demo-dparams.c: (main):
26426         * gst/spectrum/demo-osssrc.c: (main):
26427         * gst/speed/demo-mp3.c: (main):
26428         * gst/volume/demo.c: (main):
26429         * testsuite/embed/embed.c: (main):
26430
26431 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26432
26433         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26434         (gst_tcpclientsink_finalize):
26435         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26436         (gst_tcpclientsrc_finalize):
26437         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26438         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26439         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26440         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26441           Don't leak the hostname when shutting down.
26442           In tcpserversrc, take a copy of the default hostname.
26443
26444 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26445
26446         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26447           Set caps to systemstream=TRUE.
26448
26449 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * testsuite/Makefile.am:
26452           Fix more OSX buildbots.
26453
26454 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26455
26456         * ext/mpeg2dec/gstmpeg2dec.c:
26457           Don't send things to NULL PAD_PEERs
26458
26459         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26460           Copy-on-write the incoming buffer.
26461
26462         * gst/mpegstream/gstdvddemux.h:
26463         * gst/mpegstream/gstmpegclock.h:
26464         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26465         (normal_seek), (gst_mpeg_demux_handle_src_event):
26466         * gst/mpegstream/gstmpegdemux.h:
26467         * gst/mpegstream/gstmpegpacketize.h:
26468         * gst/mpegstream/gstmpegparse.c:
26469         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26470         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26471         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26472         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26473         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26474         * gst/mpegstream/gstmpegparse.h:
26475         * gst/mpegstream/gstrfc2250enc.h:
26476           Various changes to the way time is computed that make seeking and
26477           total time estimation much better here.
26478           Use G_BEGIN/END_DECLS instead of __cplusplus
26479
26480         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26481           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26482
26483 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26484
26485         * gst/subparse/gstsubparse.c:
26486           Fix OSX buildbot.
26487
26488 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26489
26490         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26491         (theora_enc_chain), (theora_enc_change_state):
26492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26493         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26494         (gst_vorbisenc_change_state):
26495         * ext/vorbis/vorbisenc.h:
26496           Set granulepos and timestamp correctly for streams not
26497           starting at 0, taking into account the initial delay.
26498
26499 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26500
26501         * gst/mpegstream/gstdvddemux.c:
26502           Add audio/x-dts to audio pad template caps
26503
26504 2005-01-30  David Schleef  <ds@schleef.org>
26505
26506         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26507         (create_context), (gst_polypsink_link): Fix silly endianness
26508         bug.  Add some debugging.  Remove float from caps; it doesn't
26509         work.  Attempt to get remote audio working.
26510
26511 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26512
26513         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26514           Add 3IV2 fourcc.
26515
26516 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26519         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26520         (gst_avi_demux_stream_data):
26521         * gst/avi/gstavidemux.h:
26522           Invert DIB images. Fixes #132341.
26523
26524 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26527         (gst_ffmpegcsp_chain):
26528           D'oh, reference the palette data, not the palette structure.
26529           Fixes color distortion in #132341.
26530
26531 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26532
26533         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26534           PAR can be non-fixed when not provided as argument (#162626).
26535
26536 2005-01-29  David Moore  <dcm@acm.org>
26537
26538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26541         (gst_qtdemux_loop_header):
26542           Re-apply patch from #142272 that allows non-seekable sources,
26543           re-proposed by Daniel Drake <dsd@gentoo.org>.
26544
26545 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26546
26547         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26548           Use the src template for creating the src pad (#162330).
26549
26550 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * configure.ac:
26553         * ext/musepack/Makefile.am:
26554         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26555         (gst_musepackdec_init), (gst_musepackdec_dispose),
26556         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26557         (gst_musepack_stream_init), (gst_musepackdec_loop),
26558         (gst_musepackdec_change_state):
26559         * ext/musepack/gstmusepackdec.cpp:
26560         * ext/musepack/gstmusepackdec.h:
26561         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26562         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26563         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26564         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26565         * ext/musepack/gstmusepackreader.cpp:
26566         * ext/musepack/gstmusepackreader.h:
26567           Update to 1.1 API (#165446).
26568
26569 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26570
26571         * ext/Makefile.am:
26572           Unbreak buildbot.
26573
26574 2005-01-28  Andy Wingo  <wingo@pobox.com>
26575
26576         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26577         to reflect a different dubious internet source. Add a reference
26578         and some commentary.
26579
26580 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26581
26582         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26583         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26584         * gst/playback/gststreamselector.h:
26585           Be more selective when we're redoing caps negotiation from
26586           within the chain function on a stream change.
26587
26588 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * configure.ac:
26591         * ext/Makefile.am:
26592         * ext/amrnb/Makefile.am:
26593         * ext/amrnb/amrnb.c: (plugin_init):
26594         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26595         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26596         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26597         (gst_amrnbdec_state_change):
26598         * ext/amrnb/amrnbdec.h:
26599         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26600         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26601         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26602         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26603         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26604         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26605         * ext/amrnb/amrnbparse.h:
26606           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26607         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26608           Add AMR-NB/-WB raw formats.
26609         * ext/alsa/gstalsa.c: (gst_alsa_link):
26610           Keep valid time when changing format.
26611         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26612         (qtdemux_parse_trak):
26613           Add some more format-specific options (#140141, #143555, #155163).
26614
26615 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * gst/matroska/matroska-demux.c:
26618         (gst_matroska_demux_parse_blockgroup):
26619           Fix logic error in timing of subtitle stream synchronization.
26620         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26621           Add skip-chunk, which is found in kodak-camera streams.
26622
26623 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26624
26625         * po/LINGUAS:
26626         * po/vi.po:
26627           Adding Vietnamese translation (submitted by Clytie Siddall)
26628
26629 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26630
26631         * gst/playback/gstdecodebin.c: (try_to_link_1):
26632           Use realpad for signal.
26633
26634 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26635
26636         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26637           Fix category so decodebin picks it up.
26638
26639 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * ext/mad/Makefile.am:
26642         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26643         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26644         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26645         (found_type), (gst_id3demux_bin_change_state):
26646         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26647         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26648         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26649         (gst_id3_tag_change_state), (plugin_init):
26650         * ext/mad/gstmad.h:
26651           Add id3demuxbin (which is a simple bin consisting of id3demux
26652           and typefind), take over rank from id3demux, remove typefind
26653           code from id3demux. Makes all broken mp3s that I know of work,
26654           and thereby fixes #152688.
26655
26656 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26657
26658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26659
26660         * ext/mad/gstmad.c: (gst_mad_src_event):
26661         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26662           Allow seeks on audio pad, make mad forward those (#164826).
26663         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26664           Set duration (#165335).
26665
26666 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26667
26668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26669         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26670         (gst_asf_demux_process_ext_content_desc),
26671         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26672         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26673         * gst/asfdemux/gstasfdemux.h:
26674           Improve metadata display, e.g. if the metadata comes before the
26675           streams are loaded (which is perfectly valid).
26676
26677 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * tools/gst-launch-ext-m.m:
26680           Fix AVI/ASF pipelines (#165340).
26681
26682 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26683         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26684         build failure on amd64
26685
26686 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26687
26688         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26689         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26690           Check environment variables GST_ID3V2_TAG_ENCODING,
26691           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26692           list of character encodings to force interpretation of non-unicode
26693           strings stored in an ID3v2 tag to a particular encoding. If none
26694           is specified, try to use current locale's encoding, then fall back
26695           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26696         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26697         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26698           Check environment variables GST_ID3V1_TAG_ENCODING,
26699           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26700           list of character encodings to use in case a string encountered
26701           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26702           specified, try to use the current locale's encoding, then fall
26703           back to ISO-8859-1 (which will always succeed).
26704
26705 2005-01-25  Benjamin Otte  <otte@gnome.org>
26706
26707         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26708           - on half framerate, compute the rate in advance so the comparisons
26709             don't compare wrong values
26710           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26711             behaviour
26712           - don't use mad_header_decode anymore, mad_frame_decode does that
26713             automatically
26714           - when getting rid of consumed bytes, reset the stream's skiplen
26715           (fixes #163867)
26716
26717 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26718
26719         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26720           Use 1/2 a second for default max_discont, as PES streams from DVB
26721           seem to have larger spacings in the SCR. 
26722           Fix a typo.
26723
26724 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26725
26726         * gst/playback/gstplaybasebin.c: (group_commit):
26727           Notify delayed stream-info availability.
26728
26729 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26730         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26731         (gst_a52dec_handle_event), (gst_a52dec_chain):
26732         Add some debug output. Check that a discont has a valid
26733         time associated.
26734         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26735         (gst_alsa_sink_loop):
26736         Ignore TAG events. A little extra debug for broken timestamps.
26737         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26738         (dvdnavsrc_change_state):
26739         Ensure we send a discont to engage the link before we send any
26740         other events.
26741         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26742         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26743         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26744         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26745         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26746         dvd://title works in totem because typefinding sends a seek that ends
26747         up going back to chapter 1 regardless.
26748         * ext/mpeg2dec/gstmpeg2dec.c:
26749         * ext/mpeg2dec/gstmpeg2dec.h:
26750         Output correct timestamps and handle disconts.
26751         * ext/ogg/gstoggdemux.c: (get_relative):
26752         Small guard against a null dereference.
26753         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26754         (gst_textoverlay_set_property):
26755         Free memory when done. Don't call gst_event_filler_get_duration on
26756         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26757         g_warning.
26758         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26759         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26760         (gst_sw_srclink), (gst_smoothwave_chain):
26761         Draw solid lines, prettier colours.
26762         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26763         Add a default palette that'll work for some movies.
26764         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26765         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26766         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26767         * gst/mpegstream/gstdvddemux.h:
26768         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26769         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26770         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26771         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26772         * gst/mpegstream/gstmpegparse.h:
26773         Use PTM/NAV events when for timestamp adjustment when connected to 
26774         dvdnavsrc. Don't use many discont events where one suffices.
26775         * gst/playback/gstplaybasebin.c: (group_destroy),
26776         (gen_preroll_element), (gst_play_base_bin_add_element):
26777         * gst/playback/gstplaybasebin.h:
26778         Make sure we remove subtitles from the same bin we put them in.
26779         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26780         (gst_subparse_buffer_format_autodetect),
26781         (gst_subparse_change_state):
26782         Fix some memleaks and invalid accesses.
26783         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26784         (oggskel_type_find), (cmml_type_find), (plugin_init):
26785         Some typefind functions for Annodex v3.0 files
26786         * gst/wavparse/gstwavparse.h:
26787         GstRiffReadClass is the correct parent class.
26788
26789 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26790
26791         * gst-libs/gst/riff/riff-media.c:
26792         (gst_riff_create_video_caps_with_data):
26793           Add extradata to huffyuv (fixes #165013).
26794         * gst-libs/gst/riff/riff-read.c:
26795         (gst_riff_read_strf_vids_with_data):
26796           Fix extradata extraction if it is in the chunk size.
26797
26798 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26799
26800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26801
26802         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26803         (gst_quarktv_change_state), (gst_quarktv_dispose):
26804           Memory free'ing location fix (#164708).
26805
26806 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26807
26808         * gst/playback/gstplaybasebin.c: (group_commit),
26809         (gen_preroll_element), (probe_triggered), (gen_source_element),
26810         (setup_source), (gst_play_base_bin_change_state),
26811         (gst_play_base_bin_add_element):
26812           Don't block for streams.
26813         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26814         (gst_stream_info_set_mute):
26815           Use gst_pad_set_active_recursive.
26816
26817 2005-01-25  Andy Wingo  <wingo@pobox.com>
26818
26819         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26820         for #ifndef HAVE_XVIDEO.
26821
26822 2005-01-24  Jeffrey C. Ollie
26823
26824         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26825
26826         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26827         * ext/gsm/gstgsmdec.h:
26828         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26829         * ext/gsm/gstgsmenc.h:
26830         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26831         was given by property. Add proper buffer timestamps and offsets.
26832
26833 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26834
26835         * gst-libs/gst/riff/riff-media.c:
26836         (gst_riff_create_audio_caps_with_data):
26837           Audio can be <8000Hz.
26838
26839 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26840
26841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26842           Explicit state change to workaround refcount bugs.
26843
26844 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26847         (gst_avimux_riff_get_avi_header):
26848           Fix...
26849
26850 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26851
26852         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26853         (gst_riff_read_element_data):
26854         * gst-libs/gst/riff/riff-read.h:
26855           Add _peek version (req'ed in CDXA).
26856         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26857         (gst_cdxaparse_loop):
26858           Fix parsing in playbin.
26859         * gst/playback/gstdecodebin.c: (close_pad_link):
26860           Ignore current_ pads, they cause major annoyance.
26861
26862 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26863
26864         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26865           Safety guard.
26866
26867 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26870           Fix padding...
26871
26872 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26875           Allow for 0-sized buffers. Fixes length query problems in
26876           starwars.mkv from the testsuite.
26877
26878 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26879
26880         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26881         (gst_video_box_i420), (gst_video_box_chain):
26882           Fix row strides for I420 (fixes #163159)
26883           
26884 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26885
26886         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26887           MPEG2 has a useful rate property, so we can actually use that.
26888           For MPEG-1, continue using the bytes/time properties.
26889
26890 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * gst-libs/gst/riff/riff-media.c:
26893         (gst_riff_create_video_caps_with_data),
26894         (gst_riff_create_video_template_caps):
26895           Add intel-h263.
26896
26897 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26898
26899         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26900           Fail if caps negotiation fails. Should fix #162184, and should
26901           definately be in there regardless of it fixing the actual bug.
26902         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26903         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26904         (gst_avimux_riff_get_avix_header),
26905         (gst_avimux_riff_get_video_header),
26906         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26907         (gst_avimux_start_file), (gst_avimux_handle_event),
26908         (gst_avimux_change_state):
26909         * gst/avi/gstavimux.h:
26910           Refactor structure writing to use GST_WRITE_UINT macros, add
26911           metadata writing support.
26912
26913 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26914
26915         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26916           Elements may already be destroyed when this function is called.
26917
26918 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26921         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26922           More memory leak fixes (#149162).
26923
26924 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26925
26926         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26927         (gst_qtdemux_add_stream):
26928           Fix two memleaks.
26929
26930 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26931
26932         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26933           Argh...
26934
26935 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26936
26937         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26938           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26939           when fixating to six channels in Totem.
26940
26941 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26942
26943         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26944           Fix compile warnings on Solaris 10 buildbot
26945
26946 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26947
26948         * ext/dvdread/dvdreadsrc.c: (_read):
26949           Don't read beyond the last cell in a chapter (fixes 
26950           invalid memory access)
26951
26952 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26953
26954         * ext/dvdread/stream_labels.c:
26955         (dvdreadsrc_get_audio_stream_labels):
26956           Use NULL for an empty GList instead of g_list_alloc(); fix 
26957           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26958           of GString (easier to bulk free later)
26959
26960 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26961
26962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26963
26964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26965         (gst_ffmpeg_pixfmt_to_caps):
26966           Fix BGRA32 caps (#164209).
26967
26968 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26969
26970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26973         (gst_ffmpeg_caps_to_pixfmt):
26974           alpha_mask can be RGBA/ABGR. Fixes #164265.
26975
26976 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26977
26978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26979
26980         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26981         (gst_mpeg2dec_alloc_buffer):
26982         * ext/mpeg2dec/gstmpeg2dec.h:
26983           Crop if decoding size is not the actual image size (#163676).
26984
26985 2005-01-17  Steve Baker  <steve@stevebaker.org>
26986
26987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26988
26989         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26990         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26991           Add libsndfile typefind functions (#163309).
26992
26993 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26994
26995         * tools/gst-launch-ext-m.m:
26996           Add .aac, fix .m1v/.m2v (#163891).
26997
26998 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27001           Sanity check, don't wait endlessly since the clock might not
27002           actually run at this point (which is a deadlock). Fixes #164069.
27003
27004 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27005
27006         * gst/playback/gstplaybasebin.c: (probe_triggered):
27007           Of course, only pause if group is done...
27008
27009 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27010
27011         * gst/playback/gstplaybasebin.c: (probe_triggered):
27012           Thread safety.
27013
27014 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27015
27016         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27017           Don't return state change success when the parent
27018           failed.
27019
27020 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27021
27022         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27023           Free events (fix memleak in #162905).
27024
27025 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27026
27027         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27030         (gst_ffmpeg_caps_to_pixfmt):
27031           Fix for depth = 15. Fixes #161675.
27032
27033 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27034
27035         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27036           Set FPS correctly, even for webcams and the like.
27037         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27038           Don error on setting while capturing.
27039
27040 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27041
27042         * ext/dv/gstdvdec.c:
27043         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27044         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27045           I'm a bad boy. using /1001. to force C to do float division
27046           and not integer division (as it did in my last commit)
27047           Thanks to David I. Lehn for pointing this mistake.
27048
27049 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27050
27051         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27052           Revert Johan's 1.35->1.36 since it breaks compat.
27053
27054 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27055
27056         * ext/dv/gstdvdec.c:
27057         * ext/libfame/gstlibfame.c:
27058         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27059         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27060           replace framerate aproximations by their real value
27061           (24000/1001, 30000/1001, 60000/1001)
27062           Finish fixing bug #164049
27063
27064 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27065
27066         * ext/ogg/gstoggmux.c:
27067           eos/bos debugging
27068         * gst/tcp/gstmultifdsink.c:
27069         * gst/tcp/gstmultifdsink.h:
27070         * gst/tcp/gsttcp.c:
27071         * gst/tcp/gsttcp.h:
27072         * gst/tcp/gsttcpclientsink.c:
27073         * gst/tcp/gsttcpclientsrc.c:
27074         * gst/tcp/gsttcpserversink.c:
27075         * gst/tcp/gsttcpserversrc.c:
27076           improve reusability of elements after state changes and errors
27077           make multifdsink throw away streamheaders when receiving new ones
27078
27079 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27080
27081         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27082           Fix for if items are already in list...
27083
27084 2005-01-12  Benjamin Otte  <otte@gnome.org>
27085
27086         * gst/adder/gstadder.c: (gst_adder_loop):
27087           fix adder a bit so it doesn't screw up with events as much anymore
27088
27089 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27090
27091         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27092         (pixbufscale_scale), (gst_pixbufscale_chain):
27093         * ext/gdk_pixbuf/pixbufscale.h:
27094           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27095           to ensure rowstrides are calculated the same way as 
27096           ffmpegcolorspace
27097           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27098           that we pick up duration and offset also.
27099
27100 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27101
27102         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27103         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27104           Reusability fixes.
27105
27106 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27107
27108         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27109         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27110         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27111         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27112           Update flags when requested.
27113
27114 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27117           Fix dmix.
27118
27119 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27120
27121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27122         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27123         (probe_triggered), (new_decoded_pad), (gen_source_element),
27124         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27125         * gst/playback/gstplaybasebin.h:
27126         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27127         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27128         (gst_play_bin_change_state):
27129           Implement group-switch signal for use in apps to clear metadata
27130           cache, clean up subtitle, add suburi property instead of # hack,
27131           some error-out fixes.
27132
27133 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27134
27135         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27136           Debug.
27137         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27138           If we got a state change in the _get handler, don't return success.
27139
27140 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27141
27142         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27143         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27144           Make jpegdec quiet on MJPEG decoding
27145         * gst/asfdemux/README:
27146           Fix mimetypes for MJPEG and H263
27147
27148 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27149
27150         * ext/theora/theoradec.c: (theora_dec_chain):
27151           Fix broken code generation by gcc by swapping arguments.
27152         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27153           Fix \n in debug.
27154
27155 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27156
27157         * TODO:
27158           delete this file, it is by far outdated
27159         * ext/alsa/gstalsa.1: remove
27160         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27161         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27162         (gst_alsa_get_caps):
27163           Add HW probing for supported sample rates. Fixes #161704
27164
27165 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27166
27167         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27168           Don't crash, biatch! :).
27169
27170 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27171
27172         * ext/musepack/gstmusepackreader.cpp:
27173         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27174           Some work on tags - still doesn't work in playbin...
27175         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27176           Handle events...
27177
27178 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27179
27180         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27181           Also shove tags on kid pads.
27182
27183 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27184
27185         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27186           Don't bail on unknown events.
27187         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27188           Don't crash on events before negotiation.
27189         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27190           Send tags on pads, too.
27191         * gst/playback/gststreamselector.c:
27192         (gst_stream_selector_request_new_pad):
27193           Forward events on first pad if no input was selected yet.
27194
27195 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27196
27197         * gst/playback/gstplaybasebin.c: (setup_substreams):
27198           Don't disable streamtype if the stream doesn't exist, since
27199           then playing a video after audio will disable both and nothing
27200           will happen. Fixes the testsuite.
27201
27202 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27203
27204         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27205         (gst_v4l_xoverlay_set_xwindow_id):
27206         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27207         (gst_v4l2_xoverlay_set_xwindow_id):
27208           Add debug categories, fix overlay disabling.
27209
27210 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27211
27212         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27213         * ext/alsa/gstalsa.h:
27214           Add HW probing for period_count/size and buffer_size MIX/MAX
27215           Adjust default/user defined value if out of bounds
27216           Should fix bug #162024
27217
27218 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27219
27220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27221           Fix warning (#161191).
27222
27223 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27224
27225         * ext/dvdread/stream_labels.c:
27226         (dvdreadsrc_get_audio_stream_labels):
27227           Fix warning (init the good variable in switch default)
27228
27229 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27230
27231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27232
27233         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27234           Fix gcc-2.95 compile (#163485).
27235
27236 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * configure.ac:
27239         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27240         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27241         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27242         (gst_flacenc_change_state):
27243         * ext/flac/gstflacenc.h:
27244           Update for API change in flac-1.1.1. Update requirement in
27245           configure.ac. Fixes #162974.
27246
27247 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27248
27249         * gst/playback/gstplaybasebin.c: (group_destroy):
27250           Remove hack to get rid of assert and get rid of unlinked
27251           signals properly.
27252
27253 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27254
27255         * gst/playback/gstplaybasebin.c: (setup_source):
27256           Set source to NULL so that resources are free'ed. Fixes issues
27257           with playback of CDDA and similar device-accessing things.
27258
27259 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * testsuite/embed/Makefile.am:
27262           test->noinst, fix make test in buildbot.
27263
27264 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27265
27266         * ext/dvdread/stream_labels.c: new file
27267         * ext/dvdread/stream_labels.h: new file
27268         * ext/dvdread/Makefile.am:
27269         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27270           Extract audio stream label from DVD IFO files.
27271           It only dump them on the console for now, still have to
27272           make playbin aware of them.
27273
27274 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * gst/playback/gstplaybasebin.c: (setup_source):
27277           Fix hanging subs.
27278
27279 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27280
27281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27282         (gen_preroll_element), (remove_groups), (setup_subtitle),
27283         (gen_source_element), (setup_source):
27284         * gst/playback/gstplaybasebin.h:
27285           Multiple .sub files is just a stupid idea... Fix some threading
27286           mistakes. Interestingly, external .sub files cause playbin to
27287           hang, I don't know why... Parsing fixes contributed by Fran??ois
27288           Kooman <fkooman@tuxed.net>.
27289
27290 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27291
27292         * testsuite/embed/Makefile.am:
27293           Fix buildbot.
27294
27295 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27296
27297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27298
27299         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27300         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27301         (gst_pngenc_set_property):
27302         * ext/libpng/gstpngenc.h:
27303           Add compression level property (#163323).
27304
27305 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * configure.ac:
27308         * examples/capsfilter/capsfilter1.c: (main):
27309         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27310         * ext/dvdread/Makefile.am:
27311         * ext/dvdread/demo-play:
27312         * ext/dvdread/demo-play.c:
27313         * gconf/gstreamer.schemas.in:
27314         * gst-libs/gst/gconf/gconf.c:
27315         * sys/v4l/TODO:
27316         * testsuite/Makefile.am:
27317         * testsuite/embed/Makefile.am:
27318         * testsuite/embed/embed.c: (cb_expose), (main):
27319           Remove all references to xvideosink, fix examples (#140845).
27320         * gst/playback/gstplaybasebin.c: (group_destroy):
27321           Apparently, disposal does not unlink - so do explicitely.
27322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27323           Add debug.
27324
27325 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27326
27327         * README: fix PKG_CONFIG_PATH instructions, what was there
27328         previously was breaking default search path, not nice. 
27329         Fixes #163358
27330
27331 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27332
27333         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27334         (gst_audioscale_chain):
27335           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27336           when resampling - how the ^@$^!@^! is this possible?!?
27337
27338 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27341           Reset variables on READY.
27342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27343         (gst_matroska_mux_loop):
27344           Require data before writing header.
27345
27346 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27347
27348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * ext/mad/gstmad.c: (gst_mad_chain):
27351           Don't call mad_stream_sync() directly after recovering sync.
27352           Fixes #151661.
27353
27354 2005-01-09  Martin Eikermann  <meiker@upb.de>
27355
27356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27357
27358         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27359         (snapshot_handler), (gst_snapshot_sinkconnect),
27360         (gst_snapshot_chain):
27361           Allocate resources when required, fix recursive signal emission
27362           and fix caps. Fixes #161667.
27363
27364 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27365
27366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27369         (gst_pngdec_chain):
27370           Handle only 8-bppc (bits-per-pixel-component) images, better
27371           error handling and correct strides. Fixes #163177.
27372         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27373         (gst_pngenc_chain):
27374           Better error handling. Fixes #163348.
27375
27376 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27377
27378         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27379         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27380         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27381         (dvdnavsrc_uri_handler_init):
27382           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27383         * gst/playback/gstplaybasebin.c: (gen_source_element):
27384           Add MMS to streaming URIs.
27385
27386 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27389         * sys/xvimage/xvimagesink.c:
27390         (gst_xvimagesink_navigation_send_event):
27391           Check for pad availability before sending event.
27392
27393 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27394
27395         * gst-plugins.spec.in:
27396           Add subparse.
27397
27398 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27399
27400         * configure.ac:
27401           Since we use functions from CVS, up requirement.
27402
27403 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27404
27405         * gst/playback/Makefile.am:
27406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27407         (group_destroy), (group_commit), (group_is_muted),
27408         (gen_preroll_element), (add_stream), (unknown_type),
27409         (probe_triggered), (preroll_unlinked), (mute_stream),
27410         (silence_stream), (new_decoded_pad), (setup_substreams),
27411         (setup_source), (get_active_source), (mute_group_type),
27412         (muted_group_change_state), (set_active_source),
27413         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27414         (play_base_eos), (gst_play_base_bin_change_state):
27415         * gst/playback/gstplaybasebin.h:
27416         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27417         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27418         (gst_stream_info_dispose), (stream_info_mute_pad),
27419         (stream_info_change_state), (gst_stream_info_set_mute):
27420         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27421         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27422         (gst_stream_selector_init), (gst_stream_selector_dispose),
27423         (gst_stream_selector_get_linked_pad),
27424         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27425         (gst_stream_selector_get_linked_pads),
27426         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27427         * gst/playback/gststreamselector.h:
27428           Adding stream selection support plus required properties for
27429           applications to use this. Fully fixes #100931.
27430
27431 2005-01-08  Benjamin Otte  <otte@gnome.org>
27432
27433         * gst/games/gstpuzzle.c: (nav_event_handler):
27434           - handle nav events differently: forward every event no matter if it
27435             was handled or not.
27436           - translate events
27437           You can now cheat by using navigationtest ! puzzle and moving the
27438           mouse close to the edge of a tile. ;)
27439
27440 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27441
27442         * configure.ac:
27443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27444         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27445         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27446         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27447         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27448         (gst_ogm_parse_plugin_init):
27449         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27450         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27451         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27452         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27453         * ext/pango/gsttextoverlay.h:
27454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27455         (gst_matroska_demux_handle_seek_event),
27456         (gst_matroska_demux_sync_streams),
27457         (gst_matroska_demux_parse_blockgroup),
27458         (gst_matroska_demux_subtitle_caps),
27459         (gst_matroska_demux_plugin_init):
27460         * gst/matroska/matroska-ids.h:
27461         * gst/playback/gstdecodebin.c: (close_pad_link):
27462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27463         (gen_preroll_element), (remove_groups), (add_stream),
27464         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27465         (setup_source):
27466         * gst/playback/gstplaybasebin.h:
27467         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27468         * gst/subparse/Makefile.am:
27469         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27470         (gst_subparse_base_init), (gst_subparse_class_init),
27471         (gst_subparse_init), (gst_subparse_formats),
27472         (gst_subparse_eventmask), (gst_subparse_event),
27473         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27474         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27475         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27476         (parse_mpsub_deinit), (parse_mpsub_init),
27477         (gst_subparse_buffer_format_autodetect),
27478         (gst_subparse_format_autodetect), (gst_subparse_loop),
27479         (gst_subparse_change_state), (gst_subparse_type_find),
27480         (plugin_init):
27481         * gst/subparse/gstsubparse.h:
27482         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27483         (plugin_init):
27484           Add subtitle support, .sub parser (supports SRT and MPsub),
27485           OGM text support, Matroska UTF-8 text support, deadlock fixes
27486           all over the place, subtitle awareness in decodebin/playbin
27487           and some fixes to textoverlay to handle subtitles in a stream
27488           correctly. Fixes #100931.
27489
27490 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27491
27492         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27493           Check for pad availability before doing a query on it.
27494
27495 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27496
27497         * ext/dv/gstdvdec.c:
27498           really fix bpp24/32 dvdec caps (classic rgba indeed)
27499         * gst/asfdemux/gstasfdemux.c:
27500         (gst_asf_demux_process_ext_content_desc):
27501           don't send text tags if they are empty (bis repetita)
27502
27503 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27504
27505         * ext/dv/gstdvdec.c:
27506          remove unneeded comment from dvdec
27507           (related to DV 4CC codes in AVI files)
27508           moved them in gstreamer/docs/random/mimetypes
27509         * gst/asfdemux/gstasfdemux.c:
27510         (gst_asf_demux_process_ext_content_desc):
27511          don't send text tags if they are empty
27512          fix mem leak on error path
27513         * gst/ffmpegcolorspace/avcodec.h:
27514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27515         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27516         (gst_ffmpegcsp_avpicture_fill):
27517         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27518         * gst/ffmpegcolorspace/imgconvert_template.h:
27519          adds BGR32 and BGRA32 to ffmpegcolorspace
27520           (still bad colors, fixing it on next commit)
27521           helps with dvdec outputing BGR32
27522
27523 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27524
27525         * ext/dv/gstdvdec.c:
27526          Fix audio caps i just broke (missing ',')
27527         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27528         (gst_matroska_mux_reset):
27529          Fix typo + add FIXME about old "x-gst-metadata" crap
27530
27531 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27532
27533         * ext/dv/demo-play.c: (main):
27534          xvideosink -> xvimagesink
27535         * ext/dv/gstdvdec.c:
27536          change rgb 32/32 caps to 24/32 (no alpha)
27537          change nb of channels to be a list (2 or 4, not 2)
27538          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27539         * gst/asfdemux/gstasfdemux.c:
27540         (gst_asf_demux_process_ext_content_desc):
27541          Add 'date/year' to extracted metadata list
27542
27543 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27544
27545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27546           The return value of fixate_to does not imply that the requested
27547           value was set, so don't assume.
27548
27549 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27550
27551         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27552
27553         * ext/libpng/gstpngdec.c:
27554         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27555         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27556         * ext/libpng/gstpngenc.h:
27557           Alpha support (encoder; #163161), mime fixage.
27558
27559 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27560
27561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27562
27563         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27564         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27565         (gst_faac_set_property), (gst_faac_get_property):
27566         * ext/faac/gstfaac.h:
27567           Allow for ADTS output (#153434).
27568
27569 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27572           Fix against template (#150576).
27573
27574 2005-01-06  Benjamin Otte  <otte@gnome.org>
27575
27576         * gst/games/gstpuzzle.c: (draw_puzzle):
27577           don't draw a puzzle if either width or height of tiles would be 0.
27578
27579 2005-01-06  Benjamin Otte  <otte@gnome.org>
27580
27581         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27582         (gst_puzzle_class_init), (gst_puzzle_finalize):
27583           no memleaks, please
27584         (gst_puzzle_create), (gst_puzzle_init),
27585         (gst_puzzle_set_property), (gst_puzzle_setup):
27586           change initialization code around so we don't reshuffle on resize
27587         (draw_puzzle):
27588           fix another stupid typo
27589
27590 2005-01-06  Benjamin Otte  <otte@gnome.org>
27591
27592         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27593           fix stupid typo that borked copying on YUY2
27594
27595 2005-01-06  Benjamin Otte  <otte@gnome.org>
27596
27597         * gst/games/gstpuzzle.c: (draw_puzzle):
27598           fix edges when image sizes aren't multiples of tile sizes
27599
27600 2005-01-06  Benjamin Otte  <otte@gnome.org>
27601
27602         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27603           make RGB endianness work correctly
27604         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27605           refactor and fix race with initial shuffling
27606         (nav_event_handler):
27607           allow using the mouse to puzzle
27608         (draw_puzzle):
27609           insist on tiles having width and height as multiples of 4 to get
27610           clean YUV image handling
27611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27612         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27613           s/DEBUG/LOG/ for common messages
27614         (gst_xvimagesink_navigation_send_event):
27615           fix mouse event translation to not include screen PAR
27616         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27617           fix mouse event translation to actually work
27618
27619 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27620
27621         * gst/asfdemux/gstasfdemux.c:
27622         (gst_asf_demux_process_ext_content_desc):
27623          Extract TrackNumber metadata + clean up code
27624         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27625          Hope this is the good fix (var used unitialised)
27626
27627 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27628
27629         * ext/faad/gstfaad.c: (gst_faad_chain):
27630           Only increment timestamp if it's valid. Fixes raw AAC streams.
27631
27632 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27633
27634         * configure.ac:
27635         * gst/games/Makefile.am:
27636         * gst/games/gstpuzzle.c:
27637           add a puzzle game with...
27638         * gst/games/gstvideoimage.c:
27639         * gst/games/gstvideoimage.h:
27640           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27641           from videotestsrc and made into something that would be a nice
27642           library for a lot of other plugins.
27643
27644 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27645
27646         * configure.ac:
27647          don't compile faad plugin if a RC of 2.0 is found
27648          Fixes #155346 (and FC1 buildbot)
27649         * gst/asfdemux/gstasfdemux.c:
27650         (gst_asf_demux_process_ext_content_desc):
27651          try to make Solaris compiler happier
27652
27653 2005-01-06  Paul Jack  <pjack@sfaf.org>
27654
27655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27656
27657         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27658           Fix segfault (#161667).
27659
27660 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27661
27662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27663           Fix framerate reporting.
27664
27665 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27666
27667         * gst-libs/gst/riff/riff-ids.h:
27668         * gst/wavenc/riff.h:
27669          Add AMR (VBR and CBR) ids to riff.h audio codec list
27670         * gst/asfdemux/gstasfdemux.c:
27671         (gst_asf_demux_process_ext_content_desc),
27672         (gst_asf_demux_process_object):
27673           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27674
27675 2005-01-05  Martin Eikermann  <meiker@upb.de>
27676
27677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27678
27679         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27680         (gst_dvd_demux_handle_discont):
27681         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27682         (gst_mpeg_demux_handle_discont):
27683           Recreate pads on new-media (#160730).
27684         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27685           Send discont even if manager changes timestamps (#161929).
27686
27687 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27688
27689         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27692           Fix invalid memory access (#159211).
27693
27694 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27695
27696         * examples/gstplay/player.c: (main):
27697           Don't iterate.
27698         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27699           Add visualizations.
27700         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27701         (gst_a52dec_handle_frame):
27702           Set duration.
27703         * ext/dvdnav/gst-dvd:
27704           Add audioconvert. Fixes #161325.
27705         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27706           Explicitely case to gint64. Possible valgrind error.
27707         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27708         (gst_play_tick_callback), (gst_play_change_state),
27709         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27710         (gst_play_set_location), (gst_play_get_location),
27711         (gst_play_seek_to_time), (gst_play_set_data_src),
27712         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27713         (gst_play_set_visualization), (gst_play_connect_visualization),
27714         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27715         (gst_play_new):
27716           Use playbin. Fixes #139749 and #147744.
27717         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27718           Add genre tag.
27719         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27720         (audioscale_get_type), (gst_audioscale_base_init),
27721         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27722         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27723         (gst_audioscale_link), (gst_audioscale_get_buffer),
27724         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27725         (gst_audioscale_init), (gst_audioscale_dispose),
27726         (gst_audioscale_chain), (gst_audioscale_set_property),
27727         (gst_audioscale_get_property), (plugin_init):
27728           Indent properly.
27729         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27730           Fix LPCM.
27731         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27732         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27733         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27734           Add more metadata (fixes #162656).
27735
27736 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27737
27738         * configure.ac:
27739           back to cvs
27740
27741 === release 0.8.7 ===
27742
27743 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27744
27745         * NEWS:
27746         * RELEASE:
27747         * configure.ac:
27748           releasing 0.8.7, "Hyperspace"
27749
27750 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27751
27752         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27753
27754         * gst/playback/gstplaybasebin.c:
27755          Fix for #162924 - free caps after use, not before
27756
27757 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27758
27759         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27760
27761         * gst/playback/gstplaybasebin.c:
27762         * gst/wavparse/gstwavparse.c:
27763           Fix for #154773 - fixes playback of small .wav files
27764
27765 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27766
27767         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27768
27769         * gst/audioscale/gstaudioscale.c:
27770           Fix for #162819 - make audioscale reusable
27771           Fixes playback of more than one file with playbin/totem
27772
27773 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27774
27775         * gst/ffmpegcolorspace/avcodec.h:
27776         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27777         * gst/ffmpegcolorspace/imgconvert.c:
27778           clean up the mess that made me cry and avoid needless duplication
27779
27780 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27781
27782         * gst/ffmpegcolorspace/imgconvert.c:
27783           give some indication of why we're segfaulting
27784
27785 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27786
27787         * configure.ac:
27788           Fix indentation, fix v4l2 plugin detection.
27789         * ext/Makefile.am:
27790           Fix libmms location (Maciej, use diff -u!).
27791         * ext/alsa/gstalsa.c: (gst_alsa_init):
27792           Initialize caps cache to NULL.
27793         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27794           Only change state on audiosink if it exists.
27795
27796 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27797
27798         * gst/matroska/matroska-demux.c:
27799         * gst/matroska/matroska-ids.h:
27800         * gst/matroska/matroska-demux.h:
27801         Fix Vorbis streams failing to decode in some files, where cluster_time
27802         isn't 0, because then it doesn't send codec_priv before actual data.
27803         Remove time-based test and replace it with marker set on beginning of
27804         new stream
27805
27806 2004-12-28  David Schleef  <ds@schleef.org>
27807
27808         Merge patch from Ronald fixing problems with streaming
27809         text.
27810         * ext/cairo/gstcairo.c: (plugin_init):
27811         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27812         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27813         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27814         (gst_textoverlay_font_init), (gst_textoverlay_init),
27815         (gst_textoverlay_set_property):
27816         * ext/cairo/gsttextoverlay.h:
27817
27818 2004-12-27  David Schleef  <ds@schleef.org>
27819
27820         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27821         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27822         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27823         (gst_textoverlay_font_init), (gst_textoverlay_init),
27824         (gst_textoverlay_set_property): Improvements to actually
27825         render text as white on black outline on video, including
27826         font selection and horizontal/vertical alignment.  (Ronald's
27827         christmas present)
27828         * ext/cairo/gsttextoverlay.h:
27829
27830 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27831
27832         * ext/ogg/gstogg.c:
27833         * ext/ogg/gstogmparse.c:
27834           fix ogm[audio/video]parse plugin registration
27835           (riff won't load if bytestream is already loaded)
27836
27837 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27838
27839         * gst/audioconvert/gstchannelmix.c:
27840           fix for GLIB < 2.4
27841
27842 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27843
27844         * Makefile.am:
27845         * configure.ac:
27846           disable docs again until it actually passes make distcheck.
27847
27848 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27851         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27852         (plugin_init):
27853           Add 3GP (variables name Q3GP because they can't start with a
27854           number). Add samr audio fourcc (used in .3gp files), decoder
27855           is work in progress. Also do a GST_WARNING instead of ERROR
27856           in case of unknown nodes, to decrease output.
27857
27858 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27859
27860         * Makefile.am:
27861           really fix dist
27862
27863 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27864
27865         * configure.ac:
27866         * ext/speex/gstspeexdec.h:
27867         * ext/speex/gstspeexenc.h:
27868           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27869           Fix detection code in configure.ac
27870
27871 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27872
27873         * gst/matroska/matroska-demux.c:
27874         (gst_matroska_demux_parse_blockgroup):
27875           Save position, so that queries give proper return values. Don't
27876           know how this could ever have worked before...
27877
27878 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27879
27880         * configure.ac:
27881           Put additional LAME check inside the conditional.  Fixes #152339
27882
27883 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27884
27885         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27886         (gst_avi_demux_stream_scan):
27887           Add some more debug. Fix logic error when setting movi offset
27888           while reading index.
27889
27890 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27891
27892         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27893         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27894         (gst_avi_demux_process_next_entry):
27895           Add some debugging. Better detection of broken indexes and the
27896           accompanying index recovery. No infinite loops on state changes
27897           when we're still in our loopfunction.
27898
27899 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27900
27901         * configure.ac:
27902           Fix up.
27903
27904 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27905
27906         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27907
27908         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27909           Normalizing the value before setting
27910         (gst_sunaudiomixer_get_volume):
27911           Normalizing the value after getting. Fixes bug# 161980
27912
27913 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27914
27915         * Makefile.am: Make sure docs gets disted
27916         * docs/Makefile.am: Make sure all needed files get disted
27917         * gst-plugins.spec.in: latest updates
27918
27919 2004-12-22  Wim Taymans  <wim@fluendo.com>
27920
27921         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27922         Revert patch 1.38 as clock distribution over schedulers does
27923         not work correcly in the core yet.
27924
27925 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27926
27927         * sys/oss/README: remove this file, which predates my birth
27928           (and which content is by far outdated)
27929
27930 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27931
27932         * Makefile.am:
27933         * configure.ac:
27934         * docs/Makefile.am:
27935         * docs/libs/Makefile.am:
27936         * docs/libs/gst-plugins-libs-docs.sgml:
27937         * docs/libs/gst-plugins-libs-sections.txt:
27938         * docs/libs/tmpl/gstgconf.sgml:
27939         * docs/upload.mak:
27940         * docs/version.entities.in:
27941           Added boilerplate gtk-doc files for plugin-libs documentation.
27942
27943 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27944
27945         * gst/auparse/gstauparse.c: fix int and float audio caps
27946
27947 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27950         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27951           g_assert() can be a macro, don't use #ifdef inside it.
27952
27953 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27954
27955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27956
27957         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27958         (gst_videorate_init), (gst_videorate_chain),
27959         (gst_videorate_change_state):
27960           Event handling (fixes #159986).
27961
27962 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27963
27964         * gst-libs/gst/riff/riff-media.c:
27965         (gst_riff_create_video_caps_with_data):
27966           Add BLZ0 (Blizzard's version of DivX) fourcc.
27967
27968 2004-12-18  David Schleef  <ds@schleef.org>
27969
27970         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27971         portability fix.
27972
27973 2004-12-18  David Schleef  <ds@schleef.org>
27974
27975         * gst/tta/ttadec.h: Disable some header code that isn't used
27976         and clearly isn't portable.
27977
27978 2004-12-18  David Schleef  <ds@schleef.org>
27979
27980         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27981         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27982         (avcodec_get_pix_fmt), (avpicture_layout),
27983         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27984         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27985         Fix code to not use GCC extensions (and c99 extensions that
27986         Forte does not like.)
27987
27988 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27989
27990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27991
27992         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27993         (gst_deinterlace_chain):
27994           Rowstride fixes. Fixes #161039.
27995         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27996         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27997         (gst_video_crop_getcaps), (gst_video_crop_link),
27998         (gst_video_crop_i420), (gst_video_crop_chain),
27999         (gst_video_crop_change_state):
28000           Rework of negotiation. Actually works now. Fixes #158650.
28001
28002 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28005           That was very stupid.
28006
28007 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28008
28009         * gst/matroska/matroska-demux.c:
28010         (gst_matroska_demux_parse_blockgroup):
28011           Fix possible crasher.
28012
28013 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28014
28015         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28016         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28017           Lace sizes can be zero.
28018
28019 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28020
28021         * ext/musepack/gstmusepackdec.cpp:
28022           Fetch error return values. Fixes #161624.
28023         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28024           Really EOS.
28025
28026 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28027
28028         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28029           Work for truncated (unfinished download etc.) files. Fixes #160514.
28030
28031 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28032
28033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28034           Fix for integer overflow. Makes #156001 not crash. Probably masks
28035           the real bug.
28036
28037 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28038
28039         * gst/ac3parse/gstac3parse.c: (plugin_init):
28040           Parsers never have ranks. Fixes #159651.
28041
28042 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28043
28044         * gst/playback/gstdecodebin.c: (compare_ranks):
28045           make sure the facotries are ordered the same every time even if they
28046           have the same rank by using the name
28047         * gst/playback/gstdecodebin.c: (find_compatibles):
28048           make sure we don't add factories to the list twice
28049
28050 2004-12-16  David Schleef  <ds@schleef.org>
28051
28052         * configure.ac: look for musepack headers as musepack/*.h
28053         (fixes #159847)
28054         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28055         * ext/musepack/gstmusepackreader.h: same
28056
28057 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28058
28059         * gst-libs/gst/riff/riff-read.c:
28060         (gst_riff_read_strf_auds_with_data):
28061           Read extradata correctly (fixes #155879).
28062
28063 2004-12-16  David Schleef  <ds@schleef.org>
28064
28065         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28066         audio.  does _not_ attempt or allow conversion unless channels
28067         is 1 or 2.
28068
28069 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28070
28071         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28072
28073 2004-12-16  David Schleef  <ds@schleef.org>
28074
28075         * gst/audioscale/gstaudioscale.c: the resample library only
28076         handles 1 or 2 channels.  Change caps to compensate.
28077
28078 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28079
28080         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28081         (gst_matroska_demux_audio_caps):
28082           Some MPEG-AAC hacks, because else it doesn't work...
28083
28084 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28085
28086         * gst-libs/gst/riff/riff-media.c:
28087         (gst_riff_create_video_caps_with_data),
28088         (gst_riff_create_video_template_caps):
28089           Add h264.
28090
28091 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28092
28093         * gst-libs/gst/audio/Makefile.am:
28094           Try to fix buildbot.
28095
28096 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28097
28098         * gst/tcp/gstmultifdsink.c:
28099           Clean up and uniformize debugging.
28100
28101 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28102
28103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28104
28105         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28106         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28108         (gst_mpeg_demux_change_state):
28109           Reset on ready. Fixes 160276.
28110
28111 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28112
28113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28114
28115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28116         (gst_ffmpegcsp_pad_link):
28117           Fix memleak (#154815).
28118
28119 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28120
28121         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28122
28123         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28124         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28125         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28126         * ext/musicbrainz/gsttrm.h:
28127           Add support for using a proxy server when getting a trm id from
28128           the MusicBrainz database (#149613).
28129
28130 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28131
28132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28135         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28136           Fix memleaks (#157233).
28137
28138 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28139
28140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28141
28142         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28143         * gst-libs/gst/resample/resample.h:
28144         * gst/audioscale/gstaudioscale.c:
28145           Fix memleak (#159215).
28146
28147 2004-12-16  Toni Willberg  <toniw@iki.fi>
28148
28149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28150
28151         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28152         * sys/oss/oss_probe.c: (main):
28153           Check for mono/stereo support (similar to samplerate probing),
28154           fixes #159433. Also add missing copyright header to oss_probe.c.
28155
28156 2004-12-15  David Schleef  <ds@schleef.org>
28157
28158         * configure.ac: add audioresample and cairo plugins.  Remove
28159         HAVE_MMX stuff, because it's not used.
28160         * ext/Makefile.am: same
28161         * ext/audioresample/Makefile.am: You are not ready for an
28162         audio resampling element based on audioresample.
28163         * ext/audioresample/gstaudioresample.c:
28164         * ext/audioresample/gstaudioresample.h:
28165         * ext/cairo/Makefile.am: You are not ready for overlay elements
28166         based on cairo.  Don't look too closely, these elements kinda
28167         suck right now.
28168         * ext/cairo/gstcairo.c: new
28169         * ext/cairo/gsttextoverlay.c: new
28170         * ext/cairo/gsttextoverlay.h: new
28171         * ext/cairo/gsttimeoverlay.c: new
28172         * ext/cairo/gsttimeoverlay.h: new
28173         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28174         problem with compilers that don't support variadic macros.
28175
28176 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28177
28178         Reviewed by:  David Schleef  <ds@schleef.org>
28179
28180         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28181         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28182         bit.  Also ran indent-gst.
28183         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28184         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28185         (gst_sunaudiosrc_setparams):
28186
28187 2004-12-14  David Schleef  <ds@schleef.org>
28188
28189         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28190         output rate to 16000.  Should fix #160235.
28191
28192 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28193
28194         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28195         Add typefinding for mpeg2 pes streams
28196
28197 2004-12-13  David Schleef  <ds@schleef.org>
28198
28199         * configure.ac:  Applied patch from bug #143659, making default
28200         sources and sinks OS-dependent (for Solaris), and added code
28201         for OS/X.
28202         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28203
28204 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28205
28206         * gst-libs/gst/riff/riff-media.c:
28207           forgot to add h2.64 to avidemux template caps
28208
28209 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28210
28211         * gst/wavenc/riff.h:
28212         * gst-libs/gst/riff/riff-media.c:
28213         * gst-libs/gst/riff/riff-ids.h:
28214         * gst/avi/gstavimux.c
28215         add 4CC code for VideoSoft h264 in AVI (VSSH)
28216           fixes bug #160655
28217         remove s323 from riff, it's quicktime specific :(
28218
28219 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28220
28221         * gst/asfdemux/README
28222         * gst/wavenc/riff.h
28223         * gst-libs/gst/riff/riff-ids.h
28224         * gst-libs/gst/riff/riff-media.c
28225         * gst/qtdemux/qtdemux.c:
28226           add new 4CC codes for h263 related codecs
28227           fixes partially bug #155163
28228
28229 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28230
28231         * configure.ac: Update polyaudio requirement to 0.7
28232         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28233
28234 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28235
28236         * gst/interleave/deinterleave.c:
28237         fix my name's spelling! :)
28238
28239 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28240
28241         * AUTHORS ChangeLog
28242         * gst/auparse/gstauparse.c
28243         * gst/interleave/deinterleave.c
28244         * gst/law/:
28245                 alaw-decode.c alaw-encode.c
28246                 mulaw-decode.c mulaw-encode.c
28247         * gst/oneton/gstoneton.c
28248         * sys/osxaudio/:
28249                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28250         * sys/osxvideo/:
28251                 cocoawindow.h cocoawindow.m
28252                 osxvideosink.h osxvideosink.m
28253
28254         put the same mail address for Zaheer Abbas Merali everywhere
28255
28256 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28257
28258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28259           Align by packetsize, and assert that we a packet available before
28260           playing. The first makes webstreams work (they often include
28261           trailing padding data in a packet), the second allows pausing a
28262           ASF stream in totem without getting demux errors afterwards.
28263
28264 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28265
28266         * ext/ogg/gstoggdemux.c: (get_relative):
28267           Check for non-NULL before accessing member (end-of-chain).
28268
28269 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28270
28271         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28272         (cdparanoia_set_property), (cdparanoia_get_property):
28273         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28274         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28275         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28276         (dvdreadsrc_init), (dvdreadsrc_set_property),
28277         (dvdreadsrc_get_property):
28278         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28279         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28280           Synchronize property names where not yet the case. Devices are
28281           now device=X, other versions are deprecated (but still exist).
28282           Also use g_free() unconditionally.
28283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28284         (setup_source), (gst_play_base_bin_get_property):
28285           Expose source.
28286
28287 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28288
28289         * configure.ac: move GCONF macro outside conditional for the am
28290           conditional. Fixes #160439
28291
28292 2004-12-08  David Schleef  <ds@schleef.org>
28293
28294         * tools/gst-visualise-m.m: Switch to elements that currently
28295         exist.
28296
28297 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28298
28299         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28300           We love wrong commas.
28301
28302 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28303
28304         * gst/matroska/matroska-demux.c:
28305         (gst_matroska_demux_handle_src_query):
28306           Don't set DEFAULT, unsupported - makes length display incorrectly
28307           in some cases.
28308
28309 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28310
28311         * gst/monoscope/README: remove blurb about files being GPL
28312         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28313         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28314           monoscope is now effectively LGPL licensed
28315
28316 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28317
28318         * gst/monoscope/README: Update information to be more correct
28319         * gst/monoscope/convolve.c: Relicense to LGPL
28320         * gst/monoscope/convolve.h: Relicense to LGPL
28321
28322 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28323
28324         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28325           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28327           set default_duration for mpeg1 audio
28328
28329 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28330
28331         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28332         * ext/alsa/gstalsa.h:
28333           refactor big chunks of the core caps negotiation code to make it
28334           a lot faster, because people claim it's really slow
28335           (actually, just cache the getcaps when the device is opened)
28336
28337 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28338
28339         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28340         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28341         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28342         (gst_a52dec_change_state), (plugin_init):
28343         * ext/a52dec/gsta52dec.h:
28344           Do something useful with timestamps. Make chain-based (since
28345           there's really no reason to be loopbased).
28346         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28347           Update current_byte/frame correctly.
28348
28349 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28350
28351         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28352         (gst_ape_demux_stream_init):
28353           Forward tags, too.
28354
28355 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28356
28357         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28358           Let's make sure we're done typefinding when detecting tags.
28359
28360 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28361
28362         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28363         (gst_ebml_read_init), (gst_ebml_read_use_event),
28364         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28365         (gst_ebml_read_seek), (gst_ebml_read_skip),
28366         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28367         (gst_ebml_read_master):
28368         * gst/matroska/ebml-read.h:
28369         * gst/matroska/matroska-demux.c:
28370         (gst_matroska_demux_parse_contents),
28371         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28372           Disgustingly evil hack for working around INTERRUPT events and
28373           their extremely annoying habit of being a pain in the ass. We
28374           simply peek a cluster before reading any of it.
28375
28376 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28377
28378         * ext/musepack/gstmusepackdec.cpp:
28379           There's also floating point libmusepacks.
28380
28381 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28382
28383         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28384         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28385           Set DURATION even if source buffer didn't. Also use increasing
28386           timestamps.
28387         * gst-libs/gst/riff/riff-media.c:
28388         (gst_riff_create_audio_caps_with_data):
28389           Block_align can have larger values than 8192.
28390
28391 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28392
28393         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28394         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28395         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28396         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28397           Fix caps.
28398
28399 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28400
28401         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28402           Fix logic bug.
28403
28404 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28405
28406         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28407           Yay, another one.
28408
28409 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28410
28411         * ext/esd/esdsink.c: (gst_esdsink_chain):
28412           Make error actually say something useful (fixes #156798).
28413         * gst-libs/gst/riff/riff-media.c:
28414         (gst_riff_create_video_caps_with_data),
28415         (gst_riff_create_video_template_caps):
28416           Add Intel Video 5.0 fourcc (IV50).
28417
28418 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28419
28420         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28421         detection on mono and stereo mp3 files.
28422
28423 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28424
28425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28426           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28427           the contained stream).
28428
28429 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28432           Oops, remove debug.
28433
28434 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28435
28436         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28437
28438         * gst/law/alaw-decode.c: (alawdec_getcaps):
28439         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28440           Prevent warnings when negotiating caps (fixes #159338).
28441
28442 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28443
28444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28445         (gst_ffmpegcsp_chain):
28446           Remove old leftover that shouldn't be there...
28447
28448 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28449
28450         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28451
28452         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28453           Don't forward DISCONT events (fixes #159684).
28454
28455 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28456
28457         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28458           Unlink manually since sometimes bin disposal (and therefore
28459           pad unlinking) is delayed, which will cause a new media file
28460           to not be able to start playing instantly.
28461
28462 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28463
28464         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28465           On mute of an unlinked stream, check for pad availability so
28466           we don't crash on unlinked pad.
28467
28468 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28469
28470         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28471         (gst_avi_demux_massage_index):
28472           Fix quite humiliating bug in omitting 0-sized index chunks but
28473           forgetting to count them for timestamps.
28474
28475 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28476
28477         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28478           Actually leave the loop if we failed to sync. Don't crash.
28479
28480 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28481
28482         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28483         (gst_dvd_demux_process_private):
28484         * gst/mpegstream/gstdvddemux.h:
28485           Fix crash (#159759). Doesn't work, though. :-(.
28486
28487 2004-11-28  Benjamin Otte  <otte@gnome.org>
28488
28489         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28490           more overwriting protection due to modifying channels one by one
28491           instead of all at once
28492
28493 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28494
28495         * gst/audioconvert/gstchannelmix.c:
28496         (gst_audio_convert_fill_normalize):
28497           Normalize using absolute values.
28498
28499 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28500
28501         * configure.ac:
28502         * ext/Makefile.am:
28503         * ext/directfb/Makefile.am:
28504         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28505         (gst_directfbvideosink_get_pixel_format),
28506         (gst_directfbvideosink_get_format_from_fourcc),
28507         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28508         (gst_directfbvideosink_sink_link),
28509         (gst_directfbvideosink_change_state),
28510         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28511         (gst_directfbvideosink_buffer_alloc),
28512         (gst_directfbvideosink_interface_supported),
28513         (gst_directfbvideosink_interface_init),
28514         (gst_directfbvideosink_navigation_send_event),
28515         (gst_directfbvideosink_navigation_init),
28516         (gst_directfbvideosink_set_property),
28517         (gst_directfbvideosink_get_property),
28518         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28519         (gst_directfbvideosink_base_init),
28520         (gst_directfbvideosink_class_init),
28521         (gst_directfbvideosink_get_type), (plugin_init):
28522         * ext/directfb/directfbvideosink.h: Adding a first version of
28523         directfbvideosink.
28524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28525         more.
28526
28527 2004-11-28  Benjamin Otte  <otte@gnome.org>
28528
28529         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28530           walk the samples backwards if out_channels > in_channels so we don't
28531           overwrite data
28532
28533 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28534
28535         * gst/audioconvert/Makefile.am:
28536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28537         (gst_audio_convert_link), (gst_audio_convert_change_state),
28538         (gst_audio_convert_channels):
28539         * gst/audioconvert/gstchannelmix.c:
28540         (gst_audio_convert_unset_matrix),
28541         (gst_audio_convert_fill_identical),
28542         (gst_audio_convert_fill_compatible),
28543         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28544         (gst_audio_convert_fill_others),
28545         (gst_audio_convert_fill_normalize),
28546         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28547         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28548         * gst/audioconvert/gstchannelmix.h:
28549           Implement a channel mixer.
28550
28551 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28552
28553         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28554         * ext/alsa/gstalsa.h:
28555         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28556         Make alsasink actually honor gst_element_set_clock and use that
28557         clock instead of its internal one.
28558
28559 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28560
28561         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28562         (gst_play_base_bin_change_state): nullify source and decoder when
28563         going from READY to NULL so that we don't try to do weird stuff with
28564         them when going from NULL to READY
28565         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28566         instead of g_object_unref
28567         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28568         it should be correct
28569         (gst_play_bin_change_state): don't call remove_sinks if we are
28570         currently disposing the object
28571
28572 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28575           Don't forget bass if it's there. Else left channel is silent...
28576
28577 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28578
28579         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28580         (gst_a52dec_change_state):
28581           Don't do sample adjusting anymore, we use float audio now.
28582         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28583           Don't fixate to non-existing properties.
28584
28585 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28586
28587         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28588         (gst_a52dec_change_state):
28589           Advertise that we can do surround sound.
28590
28591 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28592
28593         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28594           Add buffer-frames=0.
28595         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28596         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28597         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28598         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28599         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28600         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28601         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28602         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28603         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28604         * ext/dvdread/dvdreadsrc.h:
28605           Add seeking, querying for bytes, sectors, title, angle and
28606           chapter. Handle multiple chapters. Relicense to LGPL because
28607           Billy agreed on that (thanks Billy!).
28608
28609 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28610
28611         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28612         call parent dispose method
28613
28614 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28615
28616         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28617         (gst_audio_clock_get_internal_time):
28618         Fix active <-> inactive transitions: ensure time value always
28619         grows and avoid abrupt value changes.
28620
28621 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28622
28623         * configure.ac:
28624         * gst/tta/Makefile.am:
28625         * gst/tta/crc32.h:
28626         * gst/tta/filters.h:
28627         * gst/tta/gsttta.c:
28628         * gst/tta/gstttadec.c:
28629         * gst/tta/gstttadec.h:
28630         * gst/tta/gstttaparse.c:
28631         * gst/tta/gstttaparse.h:
28632         * gst/tta/ttadec.h:
28633           added TTA parser and decoder
28634
28635 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28636
28637         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28638         (probe_triggered), (check_queue), (buffer_underrun),
28639         (buffer_running), (buffer_overrun), (gen_source_element),
28640         (setup_source):
28641         * gst/playback/gstplaybasebin.h:
28642           Implement buffering. Needs some more work.
28643
28644 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28645
28646         * ext/theora/theoradec.c: (theora_dec_chain):
28647           Fix ilog mask range overflow.
28648
28649 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28650
28651         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28652           Don't omit the last (which in case of dmix is the only :) )
28653           channel count. Don't set channels if <= 2.
28654
28655 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28656
28657         * gst/playback/gstplaybin.c: (gen_video_element),
28658         (gen_audio_element): Removed 2 obsolete comments
28659
28660 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28661
28662         * ext/vorbis/oggvorbisenc.c
28663         * ext/vorbis/vorbisenc.c :
28664           change description fields of those plugins to differentiate them
28665           (pitivi show Encoders by description, they had the same one)
28666
28667 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28668
28669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28670
28671         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28672         (gst_play_bin_set_property), (gen_video_element),
28673         (gen_audio_element):
28674           Refcounting fixes for provided audio-/videosinks.
28675
28676 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28677
28678         * gst/playback/gstplaybin.c: (gen_video_element),
28679         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28680           Don't reference all sinks, but only the video- and audiosinks.
28681           The vis. element should be disposed when we're done with it.
28682           We don't have any reason to keep it around. This fixes warnings
28683           when reusing playbin for playing multiple audio files with
28684           vis. enabled. Also release audio device on pause - idea stolen
28685           from Rhythmbox.
28686
28687 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28690         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28691         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28692         * ext/alsa/gstalsaplugin.c: (plugin_init):
28693         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28694         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28695         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28696         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28697         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28698         (gst_faad_change_state), (plugin_init):
28699         * ext/faad/gstfaad.h:
28700         * ext/vorbis/vorbis.c: (plugin_init):
28701         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28702         * gst-libs/gst/audio/Makefile.am:
28703         * gst-libs/gst/audio/audio.c: (plugin_init):
28704         * gst-libs/gst/audio/multichannel.c:
28705         (gst_audio_check_channel_positions),
28706         (gst_audio_get_channel_positions),
28707         (gst_audio_set_channel_positions),
28708         (gst_audio_set_structure_channel_positions_list),
28709         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28710         (gst_audio_fixate_channel_positions):
28711         * gst-libs/gst/audio/multichannel.h:
28712         * gst-libs/gst/audio/testchannels.c: (main):
28713         * gst/audioconvert/gstaudioconvert.c:
28714         (gst_audio_convert_class_init), (gst_audio_convert_init),
28715         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28716         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28717         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28718         * gst/audioconvert/plugin.c: (plugin_init):
28719           Surround sound support.
28720
28721 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28722
28723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28724           Fix position for discont if we're close as well. Nitpicking, but
28725           saves a few milliseconds of extra waiting or skipping.
28726
28727 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28728
28729         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28730           We sometimes need parsers for playback, so add those too.
28731
28732 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28733
28734         * configure.ac:
28735         * gst/apetag/Makefile.am:
28736         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28737         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28738         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28739         (gst_ape_demux_get_src_query_types),
28740         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28741         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28742         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28743         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28744         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28745         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28746         (gst_ape_demux_change_state):
28747         * gst/apetag/apedemux.h:
28748         * gst/apetag/apetag.c: (plugin_init):
28749         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28750         (plugin_init):
28751           APE v1/2 tag reader plus typefind function.
28752
28753 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28754
28755         * configure.ac:
28756         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28757         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28758           Remove hacks for older core. Require newer core version
28759           accordingly.
28760
28761 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28762
28763         * gst/cdxaparse/Makefile.am:
28764         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28765         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28766         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28767         * gst/cdxaparse/gstcdxaparse.h:
28768         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28769         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28770         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28771         (gst_cdxastrip_get_src_query_types),
28772         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28773         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28774         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28775         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28776         * gst/cdxaparse/gstcdxastrip.h:
28777           SVCD/VCD header stripping separated from CDXA image parsing.
28778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28779         (plugin_init):
28780           Add VCD/SVCD header typefinding for VCD/SVCD.
28781         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28782         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28783         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28784         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28785         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28786         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28787         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28788         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28789         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28790         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28791         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28792         * sys/vcd/vcdsrc.h:
28793           Fix up, add seeking, querying, URI interface. Works in totem now.
28794
28795 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28796
28797         * configure.ac:
28798           back to CVS
28799
28800 === release 0.8.6 ===
28801
28802 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28803
28804         * NEWS:
28805         * RELEASE:
28806         * configure.ac:
28807         * po/af.po:
28808         * po/az.po:
28809         * po/cs.po:
28810         * po/en_GB.po:
28811         * po/hu.po:
28812         * po/it.po:
28813         * po/nb.po:
28814         * po/nl.po:
28815         * po/or.po:
28816         * po/sq.po:
28817         * po/sr.po:
28818         * po/sv.po:
28819         * po/uk.po:
28820           releasing 0.8.6, "IOU Love"
28821
28822 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28823
28824         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28825
28826         * gst/playback/gstplaybasebin.c:
28827           Fix unplayable files error handling.  Fixes #158365
28828
28829 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28830
28831         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28832
28833         * gst/typefind/gsttypefindfunctions.c:
28834           Fix broken mp3 typefinding.  Fixes #158375
28835
28836 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28837
28838         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28839
28840         * ext/ogg/gstoggdemux.c:
28841           Fix sync on broken files.  Fixes #158976
28842
28843 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28844
28845         patch by: Edward Hervey <bilboed@bilboed.com>
28846
28847         * ext/libpng/gstpngenc.c:
28848           Copy over buffer properties.  Fixes #158832
28849
28850 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28851
28852         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28853
28854         * ext/dvdread/dvdreadsrc.c:
28855           Fixes invalid reads (#158462)
28856
28857 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28858
28859         * sys/v4l/gstv4lsrc.c:
28860         * sys/v4l/gstv4lsrc.h:
28861         * sys/v4l/v4lsrc_calls.c:
28862           Probe less and cache it.  Fixes #159187.
28863
28864 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28865
28866         * gst/videorate/gstvideorate.c:
28867           Handle all video formats. Fixes #159186.
28868
28869 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28870         * gst/synaesthesia/gstsynaesthesia.c:
28871         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28872         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28873         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28874         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28875         (gst_synaesthesia_change_state), (plugin_init):
28876         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28877         Force 320x200 output, as that's the only thing the underlying
28878         synaesthesia implementation supports. Still needs to be made
28879         re-entrant.
28880
28881 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28882
28883         * configure.ac:
28884           Fix mpeg2enc configure check (similar to mplex check below).
28885
28886 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28887
28888         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28889
28890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28891           Fix for gcc-2.95 (fixes #158221).
28892
28893 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28894
28895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28896           Re-add clock distribution hack (until new core is released).
28897           Fixes #158125.
28898
28899 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28900         * configure.ac:
28901           fix mplex configure check segfaulting on some systems (bug #140994)
28902
28903 2004-11-13  Benjamin Otte  <otte@gnome.org>
28904
28905         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28906           add debugging
28907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28908           do a wait when we enter the loop func with no data available to
28909           write instead of getting into an 100% CPU loop by just returning and
28910           being called again by the scheduler
28911
28912 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28913
28914         * configure.ac:
28915         * ext/libvisual/visual.c: (gst_visual_get_type),
28916         (libvisual_log_handler), (gst_visual_getcaps),
28917         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28918         (plugin_init):
28919           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28920         * ext/smoothwave/Makefile.am:
28921         * ext/smoothwave/demo-osssrc.c: (main):
28922         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28923         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28924         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28925         (plugin_init):
28926         * ext/smoothwave/gstsmoothwave.h:
28927           Make gstsmoothwave a working element in the 20th century.
28928
28929         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28930           Fix incorrect link function
28931
28932 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28933
28934         * gst/volume/gstvolume.c:
28935           Allow buffer-frames=0.
28936
28937 2004-11-12 Iain <iaingnome@gmail.com>
28938
28939         * configure.ac: Check for polypaudio
28940
28941         * ext/Makefile.am: Build the polyp dir
28942
28943         * ext/polyp: The polypsink sources.
28944
28945 2004-10-30 Iain <iaingnome@gmail.com>
28946
28947         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28948         caps to reflect the new number of channels.
28949
28950 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28951
28952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28953           Fix for negotiation order problem. This would show when the
28954           ALSA loopfuction was called before any other function. ALSA
28955           wouldn't do anything because we're not negotiated yet, leading
28956           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28957
28958 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28959
28960         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28961
28962         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28963           No warnings (#157986).
28964
28965 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28966
28967         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28968           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28969
28970 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28971
28972         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28973           Signal no-more-pads (so it works in playbin).
28974
28975 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28976
28977         * ext/musepack/gstmusepackreader.cpp:
28978           Workaround for older core.
28979
28980 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28983           Actually test for odd width/height rather than testing whether
28984           a temporary variable that was 0 before we subtracted 1 is now
28985           not equal to zero (which it always is).
28986
28987 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28988
28989         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28990         Fix compilation if HAVE_XVIDEO is not defined
28991
28992 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28993
28994         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28995         Fix compilation if HAVE_XVIDEO is not defined
28996
28997 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28998
28999         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29000         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29001         (gst_goom_change_state), (plugin_init):
29002         Use the bytestream adapter so goom doesn't depend on the input
29003         buffer size.
29004         Add a debug category
29005
29006 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29007
29008         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29009           Only set hardware parameters *after* negotiation. Before
29010           negotiation, it will set ANY and that seems to cause crashes
29011           (see e.g. #151288, #153227).
29012
29013 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29014
29015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29016           This seems to be antique leftover. It needs to pass error
29017           checking.
29018         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29019         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29020         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29021         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29022           Fix GstXOverlay implementation (#151059).
29023
29024 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29025
29026         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29027           Don't assert (#157853).
29028
29029 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29030
29031         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29032           Fix bytes/samples confustion.
29033         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29034           Fix for underrun (#144389).
29035
29036 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29037
29038         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29039           Disable halfway-seek for pending release (since it needs a new
29040           core release).
29041
29042 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29043
29044         * sys/v4l/gstv4lsrc.c:
29045         * sys/v4l/gstv4lsrc.h:
29046         * sys/v4l/v4lsrc_calls.c:
29047           add autoprobe-fps property so we can separate autoprobing parts
29048
29049 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29050
29051         * sys/v4l/gstv4lsrc.c:
29052         * sys/v4l/v4lsrc_calls.c:
29053         initialise fourcc to catch unset fourcc's, and debug
29054
29055 2004-11-09  Wim Taymans  <wim@fluendo.com>
29056
29057         * gst/playback/README:
29058         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29059         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29060         (gst_play_bin_dispose), (gst_play_bin_set_property),
29061         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29062         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29063         (gst_play_bin_get_formats), (gst_play_bin_convert),
29064         (gst_play_bin_get_query_types), (gst_play_bin_query):
29065         Cleanups and some more documentation.
29066
29067 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29068
29069         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29070         (gst_cacasink_init), (gst_cacasink_chain):
29071         * ext/libcaca/gstcacasink.h:
29072         Cacasink inherits from VideoSink, so let that store the clock.
29073
29074 2004-11-09  Wim Taymans  <wim@fluendo.com>
29075
29076         * gst/playback/README:
29077         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29078         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29079         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29080         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29081         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29082         (setup_sinks):
29083         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29084         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29085         * gst/playback/gststreaminfo.h:
29086         Updated README.
29087         Only switch groups if all streams have muted (EOSed).
29088         Send Tags in sync with the stream playback instead of in
29089         the playback/preroll phase.
29090         Some cleanups, free the fakesrc elements.
29091
29092 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29093
29094         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29095           buffer-frames property was missing
29096         * ext/arts/gst_arts.c:
29097           rate missing from sinkcaps
29098         * ext/audiofile/gstafparse.c:
29099         * ext/audiofile/gstafsink.c:
29100         * ext/audiofile/gstafsrc.c:
29101         * ext/swfdec/gstswfdec.c:
29102           int audio doesn't know buffer-frames
29103         * ext/cdparanoia/gstcdparanoia.c:
29104           int audio doesn't know chunksize either
29105         * ext/nas/nassink.c:
29106           it's endianness, not endianess
29107         * gst-libs/gst/audio/audio.h:
29108           make float standard pad template caps really describe float
29109         * gst/law/mulaw.c: (linear_factory):
29110           signed only, please
29111         * gst/mpegstream/gstdvddemux.c:
29112           widths of 20 are not valid
29113
29114 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29115
29116         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29117
29118         * po/LINGUAS:
29119         * po/it.po:
29120           Add Italian
29121
29122 2004-11-08  Wim Taymans  <wim@fluendo.com>
29123
29124         * gst/playback/README:
29125         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29126         * gst/playback/gstplaybasebin.c: (probe_triggered),
29127         (gst_play_base_bin_change_state):
29128         Updated README, added more comments for fixmes etc..
29129
29130 2004-11-08  Wim Taymans  <wim@fluendo.com>
29131
29132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29133         We can remove this hack now.
29134
29135 2004-11-08  Wim Taymans  <wim@fluendo.com>
29136
29137         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29138         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29139         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29140         Only mix AYUV for maximum quality.
29141
29142 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29143
29144         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29145         (gst_ogg_demux_push), (gst_ogg_pad_push):
29146           Let's act as if we're synchronized now! :).
29147         * ext/theora/theoradec.c: (theora_dec_chain):
29148           Add some debug.
29149
29150 2004-11-08  Wim Taymans  <wim@fluendo.com>
29151
29152         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29153         (gst_alpha_set_property), (gst_alpha_sink_link),
29154         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29155         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29156         (gst_alpha_init_params), (gst_alpha_chain):
29157         Implement alpha functions for AYUV too, this increases
29158         accuracy quite a bit.
29159
29160 2004-11-08  Wim Taymans  <wim@fluendo.com>
29161
29162         * gst/ffmpegcolorspace/avcodec.h:
29163         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29164         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29165         (gst_ffmpegcsp_avpicture_fill):
29166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29167         (gst_ffmpegcsp_caps_remove_format_info):
29168         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29169         (shrink12), (img_get_alpha_info), (deinterlace_line),
29170         (deinterlace_line_inplace):
29171         * gst/ffmpegcolorspace/imgconvert_template.h:
29172         Added AYUV colorspace and handle RGBA a bit more respectful.
29173
29174 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29177           Actually always send a discont (cornercase when resending the
29178           same serial-tagged chain twice).
29179
29180 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29181
29182         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29183         (gst_ximagesink_finalize):
29184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29185         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29186
29187 2004-11-08  Wim Taymans  <wim@fluendo.com>
29188
29189         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29190         Don't segfault on NULL data.
29191
29192 2004-11-08  Wim Taymans  <wim@fluendo.com>
29193
29194         * gst/playback/gstdecodebin.c: (unlinked):
29195         * gst/playback/gstplay-marshal.list:
29196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29197         (gst_play_base_bin_init), (group_create), (get_active_group),
29198         (get_building_group), (group_destroy), (group_commit),
29199         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29200         (add_element_stream), (no_more_pads), (probe_triggered),
29201         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29202         (state_change), (setup_source), (gst_play_base_bin_get_property),
29203         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29204         (gst_play_base_bin_link_stream),
29205         (gst_play_base_bin_get_streaminfo):
29206         * gst/playback/gstplaybasebin.h:
29207         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29208         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29209         Add support for chained ogg files. Prepare for playlist
29210         support. This patch introduces the concept of pad groups, which
29211         together compose one playable media file.
29212
29213 2004-11-07  David Schleef  <ds@schleef.org>
29214
29215         * testsuite/gst-lint: Check for pad templates that aren't statically
29216         scoped.
29217
29218 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29219
29220         * configure.ac:
29221         * ext/Makefile.am:
29222         * ext/musepack/Makefile.am:
29223         * ext/musepack/gstmusepackdec.cpp:
29224         * ext/musepack/gstmusepackdec.h:
29225         * ext/musepack/gstmusepackreader.cpp:
29226         * ext/musepack/gstmusepackreader.h:
29227           Add musepack decoder.
29228         * ext/faad/gstfaad.c: (gst_faad_base_init):
29229           Make pad templates static.
29230         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29231         (plugin_init):
29232           Add musepack typefinder, make mp3 typefinding work halfway stream,
29233           which doesn't actually work yet because id3demux doesn't implement
29234           _get_length().
29235
29236 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29237
29238         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29239         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29240           Fix interrupt event handling (#144436).
29241
29242 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29243
29244         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29245           Hide unused glory.
29246
29247 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29248
29249         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29250
29251         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29252           Fix weird caps (#157548).
29253
29254 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29255
29256         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29257
29258         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29259           Add missing NULL terminator (#157543).
29260
29261 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29262
29263         * gst/tcp/gsttcp.h:
29264         * gst/tcp/gsttcpclientsink.c:
29265         * gst/tcp/gsttcpclientsrc.c:
29266         * gst/tcp/gsttcpserversink.c:
29267         * gst/tcp/gsttcpserversrc.c:
29268           ports can go up to 65535.  Move common defines to gsttcp.h
29269
29270 2004-11-05  Wim Taymans  <wim@fluendo.com>
29271
29272         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29273         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29274         Added two more colorspaces.
29275
29276 2004-11-05  Wim Taymans  <wim@fluendo.com>
29277
29278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29279         (gst_ffmpegcsp_avpicture_fill):
29280         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29281         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29282         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29283         More stride fixes.
29284
29285 2004-11-05  Wim Taymans  <wim@fluendo.com>
29286
29287         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29288         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29289         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29290         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29291         (gst_videomixer_loop):
29292         More stride fixes.
29293
29294 2004-11-05  Benjamin Otte  <otte@gnome.org>
29295
29296         * ext/mad/gstmad.c: (gst_mad_chain):
29297           don't overflow data buffer. Flush not needed sync data when syncing
29298           failed.
29299
29300 2004-11-04  Wim Taymans  <wim@fluendo.com>
29301
29302         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29303         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29304         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29305         (gst_alpha_init_params), (gst_alpha_chain),
29306         (gst_alpha_change_state):
29307         Updated the chroma keying algorithm with something more
29308         sophisticated.
29309
29310 2004-11-03  Wim Taymans  <wim@fluendo.com>
29311
29312         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29313         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29314         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29315         Fix stride issues. Does not completely work for odd
29316         heights.
29317
29318 2004-11-03  Wim Taymans  <wim@fluendo.com>
29319
29320         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29321         (gst_alpha_chroma_key), (gst_alpha_chain):
29322         Fix stride issues. Does not completely work for odd
29323         heights.
29324
29325 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29326
29327         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29328         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29329         leak fixes
29330
29331 2004-11-03  Wim Taymans  <wim@fluendo.com>
29332
29333         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29334         (gst_ffmpegcsp_avpicture_fill):
29335         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29336         (avpicture_alloc):
29337         * gst/ffmpegcolorspace/imgconvert_template.h:
29338         Use correct _fill function to get correct strides.
29339
29340 2004-11-02  David Schleef  <ds@schleef.org>
29341
29342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29343         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29344         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29345         Change all g_print()s to debugging.  Add a bunch of consistency
29346         checks.
29347
29348 2004-11-02  Wim Taymans  <wim@fluendo.com>
29349
29350         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29351         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29352         (unlinked), (no_more_pads), (close_link):
29353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29354         (unknown_type), (add_element_stream), (new_decoded_pad),
29355         (removed_decoded_pad), (setup_source):
29356         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29357         (gst_stream_info_class_init), (gst_stream_info_init),
29358         (gst_stream_info_new), (gst_stream_info_dispose),
29359         (stream_info_mute_pad), (gst_stream_info_set_property),
29360         (gst_stream_info_get_property):
29361         * gst/playback/gststreaminfo.h:
29362         Fix playback of multiple files.
29363         a slightly different approach to handling dynamic pad removals.
29364         This one only looks at pads that we have linked.
29365
29366 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29367
29368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29369         free" warning from libc.
29370
29371 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29372
29373         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29374         (get_unconnected_element), (remove_starting_from), (pad_removed),
29375         (close_link):
29376           Implement support for dynamic pad changing. We listen to "live"
29377           pad removals (i.e. while playing) and re-setup autoplugging
29378           after that. Playbasebin/playbin need some more work for this
29379           to finally work, but decodebin supports (and replugs) chained
29380           ogg now.
29381
29382 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29383
29384         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29385         (gst_alsa_finalize):
29386         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29387         (gst_cdaudio_finalize):
29388         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29389         (cdparanoia_finalize):
29390         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29391         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29392         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29393         (dvdreadsrc_finalize):
29394         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29395         (gst_flacdec_finalize):
29396         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29397         (gst_flacenc_finalize):
29398         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29399         (gst_gnomevfssink_finalize):
29400         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29401         (gst_gnomevfssrc_finalize):
29402         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29403         (gst_fameenc_finalize):
29404         * ext/nas/nassink.c: (gst_nassink_class_init),
29405         (gst_nassink_finalize):
29406         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29407         (gst_sdlvideosink_class_init):
29408         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29409         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29410         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29411         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29412         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29413         (gst_x_window_listener_dispose):
29414         * gst/audioscale/gstaudioscale.c:
29415         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29416         (play_on_demand_finalize):
29417         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29418         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29419         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29420         (cdplayer_finalize):
29421         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29422         (gst_glimagesink_class_init):
29423         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29424         (gst_osselement_finalize):
29425         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29426         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29427         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29428           Fixes a bunch of problems with finalize and dispose functions,
29429           either assumptions that dispose is only called once, or not calling
29430           the parent class dispose/finalize function
29431
29432 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29433
29434         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29435           added two api precondition guards
29436           use g_strdup with getenv to fix crash when using ENVVAR
29437
29438 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29439         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29440         (gst_esdsink_finalize):
29441         Use a finalize function, not dispose, and more importantly,
29442         call the parent class finalize function too
29443
29444 2004-11-01  Johan Dahlin  <johan@gnome.org>
29445
29446         * ext/ogg/gstoggdemux.c:
29447         * gst/tags/gstvorbistag.c:
29448         Plug leaks.
29449
29450 2004-10-31  Benjamin Otte  <otte@gnome.org>
29451
29452         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29453           lotsa memleaks today. But they're all small...
29454
29455 2004-10-31  Benjamin Otte  <otte@gnome.org>
29456
29457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29458           another memleak crushed
29459
29460 2004-10-31  Benjamin Otte  <otte@gnome.org>
29461
29462         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29463           fix memleak
29464
29465 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29466
29467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29468           Hack to prevent crash when going to READY inside signal handler
29469           while this function is active.
29470
29471 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29472
29473         * gst/ffmpegcolorspace/Makefile.am:
29474         * gst/ffmpegcolorspace/avcodec.h:
29475         * gst/ffmpegcolorspace/common.h:
29476         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29477         * gst/ffmpegcolorspace/dsputil.h:
29478         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29480         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29481         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29482         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29483         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29484         (gst_ffmpegcsp_avpicture_fill):
29485         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29486         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29487         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29488         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29489         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29490         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29491         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29492         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29493         * gst/ffmpegcolorspace/imgconvert.c:
29494         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29495         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29496         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29497         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29498         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29499         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29500         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29501         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29502         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29503         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29504         (grow21), (grow22), (grow41), (grow44), (conv411),
29505         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29506         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29507         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29508         (avpicture_free), (is_yuv_planar), (img_convert),
29509         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29510         (deinterlace_line_inplace), (deinterlace_bottom_field),
29511         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29512         * gst/ffmpegcolorspace/imgconvert_template.h:
29513         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29514         * gst/ffmpegcolorspace/mmx.h:
29515         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29516         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29517         (av_freep), (avcodec_get_context_defaults),
29518         (avcodec_alloc_context), (avcodec_init):
29519           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29520           handling plus update from ffmpeg CVS. Large clean-up.
29521
29522 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29523
29524         * gst/playback/Makefile.am:
29525           We need the marshallers for decodebin, too.
29526
29527 2004-10-30  David Schleef  <ds@schleef.org>
29528
29529         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29530           quicktime typefinding work with 64-bit offsets.
29531
29532 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29533
29534         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29535           Set EOS on the element when processing an EOS event.
29536         * ext/speex/gstspeexdec.h:
29537         * ext/speex/gstspeexenc.h:
29538           Only keep a const ptr to the mode
29539         * gst-libs/gst/riff/riff-media.c:
29540         (gst_riff_create_audio_caps_with_data),
29541         (gst_riff_create_audio_template_caps):
29542           Allow WMAV3, with up to 6 channels.
29543         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29544           Don't call gst_pad_set_event_function on a sink pad.
29545         * gst/mpegstream/gstdvddemux.c:
29546         (gst_dvd_demux_get_subpicture_stream),
29547         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29548           Copy the explicit caps that were set across to the cur_* pads,
29549           instead of trying to use a possibly non-existent negotiated caps.
29550           Reset the type of subpicture pads to UNKNOWN after calling
29551           init_stream, so that the caps get set.
29552
29553 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29554
29555         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29556
29557         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29558           Don't touch buffer if it is of size 0 (fixes #151064).
29559
29560 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29561
29562         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29563           Synchronized discont handling.
29564
29565 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29566
29567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29568         (gst_ogg_demux_push):
29569           Make seeking sort-of exact again (fixes #156387).
29570
29571 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29572
29573         * gst/playback/gstplaybasebin.c: (unknown_type),
29574         (add_element_stream), (new_decoded_pad),
29575         (gst_play_base_bin_change_state):
29576         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29577         (gst_stream_info_init), (gst_stream_info_new),
29578         (gst_stream_info_dispose), (gst_stream_info_get_property):
29579         * gst/playback/gststreaminfo.h:
29580           Make caps explicitely available. Makes testing for unsupported
29581           types possible. Improves error reporting.
29582
29583 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29584
29585         * gst/audioconvert/gstaudioconvert.c:
29586         (gst_audio_convert_buffer_to_default_format):
29587           Really don't touch read-only buffers (#156563).
29588
29589 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29590
29591         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29592
29593         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29594           Fix memleak (#155223).
29595
29596 2004-10-29  Wim Taymans  <wim@fluendo.com>
29597
29598         * gst/tcp/.cvsignore:
29599         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29600         (gst_multifdsink_class_init), (gst_multifdsink_init),
29601         (gst_multifdsink_add), (gst_multifdsink_remove),
29602         (gst_multifdsink_remove_client_link), (is_sync_frame),
29603         (gst_multifdsink_new_client),
29604         (gst_multifdsink_handle_client_write),
29605         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29606         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29607         (gst_multifdsink_get_property):
29608         * gst/tcp/gstmultifdsink.h:
29609         Added burst on connect sync_method, deprecated sync_clients,
29610         streamlined the sync code some more.
29611
29612 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29613
29614         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29615         (gst_play_base_bin_change_state):
29616           Improve error reporting.
29617
29618 2004-10-28  Wim Taymans  <wim@fluendo.com>
29619
29620         * gst/tcp/Makefile.am:
29621         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29622         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29623         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29624         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29625         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29626         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29627         (gst_fdset_wait):
29628         Added more locks around fdset structures. Fixed/reworked
29629         the poll array resizing code.
29630         Added stress test for fdset.
29631
29632 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29633
29634         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29635         fix build
29636
29637 2004-10-28  Benjamin Otte  <otte@gnome.org>
29638
29639         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29640           fix link function to always query channels and query width for
29641           floats
29642         * configure.ac:
29643           add equalizer dir
29644         * gst/equalizer/Makefile.am:
29645         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29646         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29647         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29648         (arg_to_scale), (setup_filter),
29649         (gst_iir_equalizer_compute_frequencies),
29650         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29651         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29652         (plugin_init):
29653           add an equalizer
29654
29655 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29656
29657         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29658
29659         * po/LINGUAS:
29660         * po/nb.po:
29661           Added Norwegian Bokmaal translation
29662
29663 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29666           Don't break on options (fixes #156488).
29667
29668 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29669
29670         * configure.ac:
29671         * ext/cdaudio/Makefile.am:
29672         * sys/Makefile.am:
29673           fix build on older automake
29674
29675 2004-10-26  Wim Taymans  <wim@fluendo.com>
29676
29677         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29678         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29679         Allow a little margin when negotiating the framerate.
29680
29681 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29682
29683         * gst/level/gstlevel.c:
29684           synchonised naming of pads and pad-templates
29685
29686 2004-10-26  Wim Taymans  <wim@fluendo.com>
29687
29688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29689         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29690         (_find_streams_check), (gst_ogg_demux_push):
29691         Fix EOS again. Needs to be done in a better way. We should not
29692         remove the pad if there is no new chained stream.
29693
29694 2004-10-26 Iain <iaingnome@gmail.com>
29695
29696         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29697         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29698         of the caps.
29699         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29700         pad.
29701         (interleave_release_pad): Remove the pad.
29702         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29703         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29704         the set device.
29705         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29706         attrs
29707         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29708         (gst_xvimagesink_finalize): Free the par.
29709
29710 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29711
29712         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29713         (gst_avimux_stop_file):
29714           First calculate the rate, and only then use it. Hdr.rate is a
29715           multiple and not a derivative of hdr.scale. Scale is not the
29716           same as blockalign but is solely related to rate.
29717
29718 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29719
29720         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29721         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29722           Implement seeking.
29723
29724 2004-10-25  James Henstridge  <james@jamesh.id.au>
29725
29726         Reviewed by:  David Schleef  <ds@schleef.org>
29727
29728         * examples/gstplay/player.c: (got_stream_length), (main):
29729         * examples/seeking/cdplayer.c: (update_scale):
29730         * examples/seeking/seek.c: (format_value), (update_scale):
29731         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29732         (stop_seek):
29733         Build fixes on AMD64.
29734
29735 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29736
29737         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29738
29739         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29740         Fix for some v4l cards which hang in v4lsrc
29741
29742 2004-10-25  Wim Taymans  <wim@fluendo.com>
29743
29744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29745         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29746         Make sure to remove the pad when a new chain is
29747         encountered. Set some vars to NULL so we don't try
29748         to reference freed memory.
29749
29750 2004-10-25  Wim Taymans  <wim@fluendo.com>
29751
29752         * examples/seeking/Makefile.am:
29753         * examples/seeking/cdplayer.c: (update_scale):
29754         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29755         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29756         (format_value), (update_scale), (iterate), (start_seek),
29757         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29758         (print_usage), (main):
29759         Added some more examples, update others.
29760
29761 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29762
29763         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29764         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29765         * ext/theora/theoradec.c: (theora_dec_chain):
29766         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29767           Add codec-name metadata.
29768
29769 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29770
29771         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29772
29773         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29774         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29775         * ext/alsa/gstalsamixertrack.h:
29776         * po/POTFILES.in:
29777           ALSA mixer track label internationalization (#154054).
29778
29779 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29780
29781         * ext/theora/theoradec.c: (theora_dec_chain):
29782           Export bitrate as metadata.
29783
29784 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29785
29786         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29787         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29788         * ext/alsa/gstalsamixertrack.h:
29789           Fix names, fix loop.
29790
29791 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29792
29793         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29794         (speex_dec_convert):
29795           sinkconvert function so oggdemux can get the file length (totem).
29796
29797 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29798
29799         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29800
29801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29802           Don't push incomplete packets.
29803         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29804           Fix MPEG-4 audio typefinding.
29805
29806 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29807
29808         * sys/v4l/Makefile.am:
29809         * sys/v4l/gstv4l.c: (plugin_init):
29810         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29811         (gst_v4lelement_init), (gst_v4lelement_dispose),
29812         (gst_v4lelement_change_state):
29813         * sys/v4l/gstv4lelement.h:
29814         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29815         (gst_v4l_xoverlay_close), (idle_refresh),
29816         (gst_v4l_xoverlay_set_xwindow_id):
29817         * sys/v4l/gstv4lxoverlay.h:
29818         * sys/v4l/v4l-overlay_calls.c:
29819         * sys/v4l/v4l_calls.h:
29820         * sys/v4l2/Makefile.am:
29821         * sys/v4l2/gstv4l2.c: (plugin_init):
29822         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29823         (gst_v4l2element_init), (gst_v4l2element_dispose),
29824         (gst_v4l2element_change_state):
29825         * sys/v4l2/gstv4l2element.h:
29826         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29827         (gst_v4l2_xoverlay_close), (idle_refresh),
29828         (gst_v4l2_xoverlay_set_xwindow_id):
29829         * sys/v4l2/gstv4l2xoverlay.h:
29830         * sys/v4l2/v4l2-overlay_calls.c:
29831         * sys/v4l2/v4l2_calls.h:
29832           Remove client-side overlay handling, use the X-server v4l plugin
29833           for that. Nicer overlay, less code. Also make the plugin
29834           compileable without X (but then without overlay, obviously).
29835           Makes xwindowlistener obsolete, should we remove that?
29836
29837 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29838
29839         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29840         (gst_osssrc_src_query):
29841         * sys/oss/gstosssrc.h:
29842           OK, so people want offset in DEFAULT. This time, actually fix all
29843           cases.
29844         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29845           Add FPS properly.
29846
29847 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29848
29849         * gst/asfdemux/gstasfmux.c:
29850         * gst/avi/gstavimux.c:
29851           Framerate.
29852
29853 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29854
29855         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29856           Fix properties (channel, norm, frequency).
29857
29858 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29859
29860         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29861           Flag typo.
29862         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29863           No warnings.
29864
29865 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29866
29867         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29868           Fix hang.
29869
29870 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29871
29872         * sys/v4l2/gstv4l2element.h:
29873           Yet Another Hack (tm) for kernel header borkedness.
29874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29875         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29876         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29877         (gst_v4l2src_change_state):
29878         * sys/v4l2/gstv4l2src.h:
29879         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29880         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29881           Fix caps, keep track of state, work.
29882
29883 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29884
29885         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29886           Quiet.
29887
29888 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29891           Don't mix bytes and samples.
29892
29893 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29894
29895         * ext/ogg/gstoggmux.c:
29896           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29897           and theora. Any is incorrect.
29898         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29899           Fix caps.
29900         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29901         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29902         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29903         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29904         * sys/v4l/gstv4lmjpegsrc.h:
29905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29906         (gst_v4lsrc_change_state):
29907         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29908         (gst_v4lmjpegsrc_capture_stop):
29909           Fix caps. Keep track of internal state. Work.
29910
29911 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29912
29913         * ext/Makefile.am:
29914           Fix the build fixes.
29915
29916 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29917
29918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29919         (gst_ogg_demux_src_event), (_find_chain_seek),
29920         (gst_ogg_pad_push):
29921           Check for pad availability before using it.
29922         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29923           Fix parsing of chained ogg. Needs more work on the decoder side.
29924
29925 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29926
29927         * gst/spectrum/Makefile.am:
29928         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29929         (idle_func):
29930           Fix demo and reenable it. Yes, I'm currently playing with audio
29931           analysis tools
29932
29933 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29934
29935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29936           We love it if files that start at zero work too...
29937
29938 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29939
29940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29941           Handle files with missing EOS headers.
29942
29943 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29944
29945         * gst/tcp/gsttcpserversink.c:
29946         (gst_tcpserversink_handle_server_read),
29947         (gst_tcpserversink_init_send):
29948         Zero some variables first (need for accept not to return EINVAL)
29949
29950 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29951
29952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29953         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29954         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29955         (theora_dec_chain):
29956         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29957         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29958           Seeking and querying finetune.
29959
29960 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29961
29962         * configure.ac:
29963         * ext/Makefile.am:
29964         * ext/raw1394/Makefile.am:
29965           fix the build
29966
29967 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29968
29969         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29970           Wrong return.
29971         * gst/playback/Makefile.am:
29972         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29973         * gst/playback/gstplay-marshal.list:
29974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29975           Fix marshallers.
29976
29977 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29980           Silence.
29981
29982 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29983
29984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29985         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29986         (gst_ogg_pad_push):
29987           Yay for non-lineair granulepos in theora.
29988
29989 2004-10-18  Wim Taymans  <wim@fluendo.com>
29990
29991         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29992         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29993         * ext/dv/gstdvdec.h:
29994         Make sure we renegotiate aspect ratio when the camera switches.
29995
29996 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29999         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30000           Start at zero.
30001         * ext/theora/theoradec.c: (theora_dec_chain):
30002           Skip headers. Bad idea for chained ogg, but fixes seeking.
30003
30004 2004-10-18  Wim Taymans  <wim@fluendo.com>
30005
30006         * configure.ac:
30007         I swear, this is the last time I touch this.
30008
30009 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30010
30011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30012         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30013         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30014           Faster seeking.
30015         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30016           Time-to-default conversion.
30017         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30018           Don't error on unknown packets, just skip. We should probably
30019           read them if we want to support chained ogg.
30020
30021 2004-10-18  Wim Taymans  <wim@fluendo.com>
30022
30023         * configure.ac:
30024         Added cdaudio to wrong list.
30025
30026 2004-10-18  Wim Taymans  <wim@fluendo.com>
30027
30028         * configure.ac:
30029         Revive cdaudio.
30030
30031 2004-10-18  Wim Taymans  <wim@fluendo.com>
30032
30033         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30034         (gst_dvdec_video_link), (gst_dvdec_push):
30035         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30036         (gst_smokeenc_resync), (gst_smokeenc_chain):
30037         Fix mimetype on smoke encoder.
30038         Add aspect ratio to dvdec. Not sure if these
30039         values are correct though....
30040
30041 2004-10-18  Wim Taymans  <wim@fluendo.com>
30042
30043         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30044         Fix vorbis property descriptions and ranges.
30045
30046 2004-10-18  Wim Taymans  <wim@fluendo.com>
30047
30048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30049         Really do nothing when no data is available.
30050         Go to the playing state when the stream is not seekable
30051         instead of failing.
30052
30053 2004-10-18  Wim Taymans  <wim@fluendo.com>
30054
30055         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30056         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30057         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30058         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30059         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30060         Added uri handler for cd://
30061         Port to new API.
30062
30063 2004-10-18  Wim Taymans  <wim@fluendo.com>
30064
30065         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30066         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30067         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30068         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30069         (remove_prerolls), (unknown_type), (add_element_stream),
30070         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30071         (gst_play_base_bin_remove_element),
30072         (gst_play_base_bin_link_stream):
30073         * gst/playback/gstplaybin.c: (gen_video_element),
30074         (gen_vis_element), (remove_sinks), (setup_sinks):
30075         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30076         (gst_stream_info_get_type), (gst_stream_info_class_init),
30077         (gst_stream_info_init), (gst_stream_info_new),
30078         (gst_stream_info_dispose), (stream_info_mute_pad),
30079         (gst_stream_info_set_property), (gst_stream_info_get_property):
30080         * gst/playback/gststreaminfo.h:
30081         Add sink padtemplate to decodebin.
30082         Added some more comments.
30083         Make queue size configurable in playbasebin.
30084         Added possibility to use elements as sinks (ex cdaudio).
30085
30086 2004-10-15  Wim Taymans  <wim@fluendo.com>
30087
30088         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30089         (gst_speexenc_chain):
30090         Fix speex timestamps so that it gets muxed properly.
30091
30092 2004-10-15  Wim Taymans  <wim@fluendo.com>
30093
30094         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30095         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30096         (gst_dv1394src_init), (gst_dv1394src_dispose),
30097         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30098         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30099         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30100         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30101         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30102         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30103         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30104         * ext/raw1394/gstdv1394src.h:
30105         Added conversion/query functions.
30106         Update buffer timestamps,
30107         Added signals.
30108         Added uri dv:// so it might play from the firewire in playbin.
30109         Fix a possible leak.
30110         Added debugging.
30111
30112 2004-10-15  Wim Taymans  <wim@fluendo.com>
30113
30114         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30115         (gst_dv1394src_init), (gst_dv1394src_set_property),
30116         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30117         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30118         * ext/raw1394/gstdv1394src.h:
30119         Added AV/C VTR control support needed for some cameras.
30120         Added automatic port detection.
30121         Added properties for selecting the channel.
30122         The configure.ac script is not yet updated to reflect the
30123         new libavc1394 and librom1394 dependencies.
30124
30125 2004-10-15  Wim Taymans  <wim@fluendo.com>
30126
30127         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30128         (qtdemux_parse), (gst_qtdemux_handle_esds):
30129         An esds box is not a container.
30130         Fix parsing of mp4v boxes.
30131         Do not try to renegotiate fps for each frame. Need to
30132         find a better method. This should fix mp4 playback.
30133
30134 2004-10-14  David Schleef  <ds@schleef.org>
30135
30136         * configure.ac: update for swfdec-0.3 and liboil-0.2
30137         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30138         * ext/swfdec/gstswfdec.h: same
30139         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30140         * gst/videotestsrc/videotestsrc.c: same
30141
30142 2004-10-14  Wim Taymans  <wim@fluendo.com>
30143
30144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30145         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30146         (is_sync_frame), (gst_multifdsink_new_client),
30147         (gst_multifdsink_handle_client_write),
30148         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30149         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30150         Turn warnings into info.
30151         Don't allow a state change in the streaming thread.
30152
30153 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30154
30155         * ext/vorbis/oggvorbisenc.c:
30156         * ext/vorbis/vorbisdec.c:
30157           fix template sample rate
30158
30159 2004-10-13  Wim Taymans  <wim@fluendo.com>
30160
30161         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30162         Decoding the header first fixes some problems in resyncing
30163         in more mp3s.
30164
30165 2004-10-12  Wim Taymans  <wim@fluendo.com>
30166
30167         * gst/playback/gstplaybin.c: (gen_video_element),
30168         (gen_vis_element), (remove_sinks), (setup_sinks):
30169         Added vis plugin support, need to configure the vis
30170         element to activate it.
30171
30172 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30173
30174         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30175         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30176           Some debug.
30177         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30178         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30179         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30180         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30181         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30182         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30183         * gst/avi/gstavidemux.h:
30184           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30185           recovery (where, if part of the index is broken, we will still read
30186           the rest of the index and recover the broken part by stream
30187           scanning). More broken media support. EOS workarounds. General AVI
30188           braindamage headache recovery. Aspirin included.
30189
30190 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30191
30192         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30193         (cdparanoia_event), (cdparanoia_query):
30194           Get rid of hideous lead-in.
30195
30196 2004-10-11  Wim Taymans  <wim@fluendo.com>
30197
30198         * gst/playback/gstplaybasebin.c: (setup_source):
30199         Wrong var used to get g_list_next.
30200
30201 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30202
30203         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30204         (cdparanoia_get), (cdparanoia_open):
30205           Report discid as metadata, add duration.
30206
30207 2004-10-11  Wim Taymans  <wim@fluendo.com>
30208
30209         * gst/playback/gstplaybasebin.c: (setup_source):
30210         Cleanup the previous pipeline a little earlier for the
30211         case that a source element provides raw data.
30212
30213 2004-10-11  Benjamin Otte  <otte@gnome.org>
30214
30215         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30216           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30217           consuming the last 128 bytes, even though it was valid mp3 data.
30218
30219 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30220
30221         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30222         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30223         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30224         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30225
30226 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30227
30228         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30229         Fix for webcams that support only specific width or height
30230
30231 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30232
30233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30234
30235         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30236           Fix wrong discont event setup (fixes #154967).
30237
30238 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30239
30240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30241
30242         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30243           Error out on invalid data (fixes #154807).
30244
30245 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30246
30247         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30248
30249         * ext/dvdread/dvdreadsrc.c: (_read):
30250           Make titles > 0 work again (fixes #154834).
30251
30252 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30253
30254         * gst-libs/gst/riff/riff-media.c:
30255         (gst_riff_create_video_template_caps):
30256           WMV3 missing in template caps.
30257
30258 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30259
30260         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30261           OK, so the original code was too strict. It makes random AVI files
30262           hang for seconds upon opening, which is unacceptable and is far
30263           beyond the original goal of getting multiple chunks for one-chunk
30264           sounc stream files. So now do just that.
30265
30266 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30267
30268         * gst/playback/gstplaybasebin.c: (setup_source),
30269         (gst_play_base_bin_change_state):
30270           Actually clean up streaminfo if output fails. This would trigger
30271           if, for example, there was no CD in the drive. No preroll, so
30272           a streaminfo structure is created, but the subsequent state change
30273           of the thread fails.
30274         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30275           Don't change state if parent failed.
30276
30277 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30278
30279         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30280         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30281         (gen_video_element), (remove_sinks):
30282           Add small bits of code for screenshot handling.
30283
30284 2004-10-08  Wim Taymans  <wim@fluendo.com>
30285
30286         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30287         (gen_video_element), (gen_audio_element), (setup_sinks):
30288         Don't assume the user provided sinks are named "sink"...
30289
30290 2004-10-08  Wim Taymans  <wim@fluendo.com>
30291
30292         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30293         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30294         (gst_play_base_bin_link_stream):
30295         Do not try to autoplug sources that generate raw streams like
30296         cdparanoia.
30297         disconnect the preroll overrun signal when we don't need it anymore.
30298
30299 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30300
30301         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30302         Added reworked patch from #154903 from milosz derezynski (deadchip).
30303
30304 2004-10-08  Wim Taymans  <wim@fluendo.com>
30305
30306         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30307         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30308         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30309         (cdparanoia_convert), (cdparanoia_uri_get_type),
30310         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30311         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30312         * ext/cdparanoia/gstcdparanoia.h:
30313         This adds the cdda://<tracknum> uri.
30314
30315 2004-10-08  Wim Taymans  <wim@fluendo.com>
30316
30317         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30318         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30319         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30321         (unknown_type), (gst_play_base_bin_remove_element),
30322         (gst_play_base_bin_link_stream):
30323         * gst/playback/gstplaybasebin.h:
30324         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30325         (gst_play_bin_set_property), (gen_video_element),
30326         (gen_audio_element), (setup_sinks):
30327         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30328         (gst_stream_info_get_type), (gst_stream_info_class_init),
30329         (gst_stream_info_init), (gst_stream_info_new),
30330         (gst_stream_info_dispose), (stream_info_mute_pad),
30331         (gst_stream_info_set_property), (gst_stream_info_get_property):
30332         * gst/playback/gststreaminfo.h:
30333         Reuse the audio and video bins.
30334         Some internal cleanups in the stream selection code.
30335
30336 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30337
30338         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30339         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30340         * sys/ximage/ximagesink.h:
30341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30342         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30343         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30344         not coming from those elements. Moreover these elements should not keep
30345         the xid they have been given when in NULL state.
30346
30347 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30348
30349         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30350         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30351         * sys/ximage/ximagesink.h:
30352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30353         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30354         * sys/xvimage/xvimagesink.h:
30355           Actually only create a new toplevel window if we're not gonna
30356           embed it right after.
30357
30358 2004-10-07  Wim Taymans  <wim@fluendo.com>
30359
30360         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30361         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30362         * gst/playback/gstplaybin.c: (setup_sinks):
30363         Implement muting/unmuting of streams, mute streams that are not
30364         used.
30365
30366 2004-10-07  Wim Taymans  <wim@fluendo.com>
30367
30368         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30369         (plugin_init):
30370         Added lame audio/x-ac3 typefind function.
30371
30372 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30373
30374         * configure.ac:
30375           bump nano to cvs
30376
30377 === release 0.8.5 ===
30378
30379 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30380
30381         * NEWS:
30382         * RELEASE:
30383         * configure.ac:
30384           releasing 0.8.5, "Take You On"
30385
30386 2004-10-06  Wim Taymans  <wim@fluendo.com>
30387
30388         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30389         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30390         (no_more_pads), (close_link), (type_found):
30391         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30392         * gst/playback/gstplaybin.c: (gen_video_element):
30393         Do not signal the no_more_pads after the first pad when
30394         we are plugging a non dynamic element with multiple
30395         output pads (like swfdec, dvdec, ...).
30396
30397 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30398
30399         * configure.ac:
30400           bump for prerelease
30401
30402 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30403
30404         * gst/wavparse/gstwavparse.c:
30405           add ATRAC3 to STATIC CAPS to fix a warning
30406
30407         * gst/matroska/ebml-read.c:
30408         * gst-libs/gst/riff/riff-read.c:
30409           fix typos
30410
30411 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30412
30413         * gst-libs/gst/riff/riff-media.c:
30414           generate caps for ATRAC3 audio streams
30415
30416         * gst/realmedia/rmdemux.c:
30417           generate caps for ATRAC3 audio streams
30418
30419 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30420
30421         * gst/wavparse/Makefile.am
30422         * gst/wavparse/riff.h
30423         * gst/wavparse/wavparse.vcproj
30424           riff.h removal (unused and duplication with riff-ids.h)
30425
30426 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30427
30428         * gst/wavparse/gstwavparse.h
30429           remove duplicated defines for audio codec codes
30430
30431         * gst-libs/gst/riff/riff-ids.h
30432         * gst/wavenc/riff.h:
30433           add "4CC" code for ATRAC3 audio streams
30434           add "4CC" code for ITU_G721_ADPCM (unused for now)
30435
30436 2004-10-06  Wim Taymans  <wim@fluendo.com>
30437
30438         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30439         Actually _do_ negotiation. Pass gdouble as arg instead
30440         of guint64 for the framerate.
30441
30442 2004-10-06  Wim Taymans  <wim@fluendo.com>
30443
30444         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30445         (find_compatibles), (close_pad_link), (try_to_link_1),
30446         (no_more_pads), (close_link), (type_found):
30447         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30448         * gst/playback/gstplaybin.c: (gen_video_element),
30449         (gen_audio_element):
30450         Set state on newly added element to READY so that negotiation
30451         can happen ASAP.
30452         Addes some more debug info.
30453         Do not try to plug pads with multiple caps structures or ANY
30454         because it is too dangerous since we do not do dynamic
30455         replugging.
30456
30457 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30458
30459         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30460
30461         * po/LINGUAS:
30462         * po/or.po:
30463           add Oriya translation
30464
30465 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30466
30467         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30468           Prevent overwrite of size member. Makes audio sound crappy.
30469
30470 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30471
30472         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30473         Add rmvb to the list of known RealMedia extensions
30474
30475 2004-10-05  Wim Taymans  <wim@fluendo.com>
30476
30477         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30478         (mngdec_openstream), (mngdec_closestream),
30479         (mngdec_handle_sink_event), (mngdec_readdata),
30480         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30481         (mngdec_getcanvasline), (mngdec_refresh),
30482         (gst_mngdec_change_state):
30483         Set the framerate correctly.
30484
30485 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30486
30487         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30488           There was something wrong with the index massaging.
30489
30490 2004-10-04  Wim Taymans  <wim@fluendo.com>
30491
30492         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30493         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30494         (gst_smokedec_chain):
30495         * ext/jpeg/gstsmokedec.h:
30496         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30497         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30498         * ext/jpeg/gstsmokeenc.h:
30499         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30500         (smokecodec_decode_new), (smokecodec_info_free),
30501         (smokecodec_set_quality), (smokecodec_get_quality),
30502         (smokecodec_set_threshold), (smokecodec_get_threshold),
30503         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30504         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30505         (smokecodec_encode), (smokecodec_parse_id),
30506         (smokecodec_parse_header), (smokecodec_decode):
30507         * ext/jpeg/smokecodec.h:
30508         * ext/jpeg/smokeformat.h:
30509         Updated smoke, new bitstream, allows embedding in ogg.
30510
30511 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30512
30513         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30514           Fix seeking in some files. All this code is no longer needed (and
30515           actually breaks stuff) because we now synchronize the full index
30516           right when reading the header.
30517
30518 2004-10-04  Wim Taymans  <wim@fluendo.com>
30519
30520         * configure.ac:
30521         configure update for libmng.
30522
30523 2004-10-04  Wim Taymans  <wim@fluendo.com>
30524
30525         * ext/libmng/Makefile.am:
30526         * ext/libmng/gstmng.c: (plugin_init):
30527         * ext/libmng/gstmng.h:
30528         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30529         (gst_mngdec_base_init), (gst_mngdec_class_init),
30530         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30531         (gst_mngdec_loop), (gst_mngdec_get_property),
30532         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30533         (mngdec_closestream), (mngdec_handle_sink_event),
30534         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30535         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30536         (gst_mngdec_change_state):
30537         * ext/libmng/gstmngdec.h:
30538         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30539         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30540         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30541         (gst_mngenc_chain), (gst_mngenc_get_property),
30542         (gst_mngenc_set_property):
30543         * ext/libmng/gstmngenc.h:
30544         Added basic MNG decoder. Needs more work. The encoder does
30545         not work yet.
30546
30547 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30548
30549         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30550         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30551         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30552           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30553           no-more-pads.
30554
30555 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30556
30557         * configure.ac:
30558           you need at least 1.0.4 of speex
30559
30560 2004-10-04 Iain <iaingnome@gmail.com>
30561
30562         * ext/speex/gstspeexdec.h: Revert the includes changes.
30563
30564         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30565
30566 2004-09-30 Iain <iaingnome@gmail.com>
30567
30568         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30569         found during init or set as a property instead of hardcoding /dev/audio
30570
30571 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30572
30573         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30574         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30575         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30576         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30577         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30578         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30579         (gst_rmdemux_dump_data):
30580           Use debug category, fix EOS handling. filesrc ! rmdemux now
30581           works.
30582
30583 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30584
30585         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30586         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30587         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30588           Improve allocation, cutting and sorting of the index. How takes a
30589           few seconds instead of minutes.
30590
30591 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30592
30593         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30594           fixed compilation
30595
30596 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30597
30598         * gst-libs/gst/riff/riff-media.c:
30599         (gst_riff_create_video_caps_with_data),
30600         (gst_riff_create_video_template_caps):
30601           Add wing commander format mimetype/fourccs.
30602         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30603           Don't crash if some value is 0.
30604
30605 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30606
30607         * gst-libs/gst/riff/riff-media.c:
30608         (gst_riff_create_video_caps_with_data),
30609         (gst_riff_create_video_template_caps):
30610           Add DIB fourcc (raw, palettized 8-bit RGB).
30611         * gst-libs/gst/riff/riff-read.c:
30612         (gst_riff_read_strf_vids_with_data):
30613           Oops, fix strf_data reading bug.
30614         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30615           Use a non-NULL tag.
30616         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30617           Time for hacks. Sorry Dave. At least one quicktime movie (a
30618           trailer) that I've encountered contains multiple video tracks.
30619           One of those is the actual video track, the other are one-frame
30620           tracks (images). Unfortunately, the number of frames according
30621           to the trak header is 1 for each, so that doesn't help. So
30622           instead, I look at the duration and discard tracks with a
30623           duration shorter than 20% of the length of the stream. Better
30624           than nothing.
30625
30626 2004-10-01  Christian Schaller <christian@fluendo.com>
30627
30628         * ext/ivorbis/vorbis.c:
30629           Patch from Phil Blundell (Bug 152341)
30630
30631 2004-10-01  Wim Taymans  <wim@fluendo.com>
30632
30633         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30634         (speex_dec_get_formats), (speex_dec_convert),
30635         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30636         (speex_dec_chain), (gst_speexdec_get_property),
30637         (gst_speexdec_set_property):
30638         Small cleanups.
30639
30640 2004-10-01  Wim Taymans  <wim@fluendo.com>
30641
30642         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30643         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30644         (gst_wavparse_other), (gst_wavparse_loop),
30645         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30646         (gst_wavparse_srcpad_event):
30647         * gst/wavparse/gstwavparse.h:
30648         Added some more debugging info.
30649         Fix the case where the length of the file is 0.
30650         Make sure we seek to sample borders.
30651
30652 2004-10-01  Wim Taymans  <wim@fluendo.com>
30653
30654         * gst/playback/README:
30655         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30656         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30657         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30658         Add some debug info to decodebin, update README
30659
30660 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30661
30662         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30663           Don't use g_print(); use GST_DEBUG().
30664
30665 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30666
30667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30668         (gst_ogg_mux_queue_pads):
30669           Handle EOS properly.
30670
30671 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30672
30673         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30674
30675         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30676         (gst_faad_chain), (gst_faad_change_state):
30677         * ext/faad/gstfaad.h:
30678           Allow playback of raw (unframed) MPEG AAC files (#148993).
30679
30680 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30681
30682         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30683
30684         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30685           Throw error if we didn't recognize the stream. Fixes #152289.
30686
30687 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30688
30689         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30690           Fix negotiation.
30691
30692 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30693
30694         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30695
30696         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30697           Fix memleak.
30698
30699 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30700
30701         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30702
30703         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30704           Solve #152805.
30705         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30706           Solve 152806.
30707
30708 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30709
30710         * gst-libs/gst/riff/riff-media.c:
30711         (gst_riff_create_video_caps_with_data),
30712         (gst_riff_create_audio_caps_with_data):
30713           Add codec_data handling (like asfdemux used to do).
30714         * gst/asfdemux/gstasf.c: (plugin_init):
30715         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30716         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30717           Use riff-media for caps creation instead of our own (mostly
30718           broken) copy of its functions.
30719
30720 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30721
30722         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30723           Don't actually error out if we get another return value than
30724           -EINVAL. Opposite to what I first thought, drivers have random
30725           return values for this, although -EINVAL is the expected return
30726           value. Since this is not fatal, we shouldn't use
30727           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30728
30729 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30730
30731         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30732         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30733         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30734         (dvdreadsrc_get), (dvdreadsrc_open_file),
30735         (dvdreadsrc_change_state):
30736           Fix. Don't do one big huge loop around the whole DVD, that will
30737           cache all data and thus eat sizeof(dvd) (several GB) before we
30738           see something.
30739         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30740           Actually NULL'ify event after using it.
30741         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30742         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30743         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30744         (gst_ebml_read_seek), (gst_ebml_read_skip):
30745           Handle events.
30746         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30747         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30748         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30749           Fix timing (this will probably break if I seek using menus, but
30750           I didn't get there yet). VOBs and normal DVDs should now work.
30751           Add a mpeg2-only pad with high rank so this get autoplugged for
30752           MPEG-2 movies.
30753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30754         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30755         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30756         (gst_mpeg_demux_get_audio_stream),
30757         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30758         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30759           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30760           MPEG-1 but use dvddemux for MPEG-2.
30761         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30762         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30763         (gst_mpeg_parse_parse_packhead):
30764           Timing. Only add pad template if it exists. Add sink template from
30765           class and not from ourselves. This means we will always use the
30766           correct sink template even if it is not the one defined in this
30767           file.
30768
30769 2004-09-29  Wim Taymans  <wim@fluendo.com>
30770
30771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30772         (gst_mpeg_demux_parse_pes):
30773         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30774         Fix playback of mpeg again, timestamps where screwed up by
30775         patch 1.61.
30776
30777 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30778
30779         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30780           Only return true if we actually filled something in. Prevents
30781           player applications from showing a random length for flac files.
30782         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30783         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30784         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30785         (gst_riff_read_strf_vids_with_data),
30786         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30787           OK, ok, so I implemented event handling. Apparently it's normal
30788           that we receive random events at random points without asking
30789           for it.
30790         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30791         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30792         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30793         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30794         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30795         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30796         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30797         * gst/avi/gstavidemux.h:
30798           Implement non-lineair chunk handling and subchunk processing.
30799           The first solves playback of AVI files where the audio and video
30800           data of individual buffers that we read are not synchronized.
30801           This should not happen according to the wonderful AVI specs, but
30802           of course it does happen in reality. It is also a prerequisite for
30803           the second. Subchunk processing allows us to cut chunks in small
30804           pieces and process each of these pieces separately. This is
30805           required because I've seen several AVI files with incredibly large
30806           audio chunks, even some files with only one audio chunk for the
30807           whole file. This allows for proper playback including seeking.
30808           This patch is supposed to fix all AVI A/V sync issues.
30809         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30810         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30811           Work.
30812         * gst/modplug/gstmodplug.cc:
30813           Proper return value setting for the query() function.
30814         * gst/playback/gstplaybasebin.c: (setup_source):
30815           Being in non-playing state (after, e.g., EOS) is not necessarily
30816           a bad thing. Allow for that. This fixes playback of short files.
30817           They don't actually playback fully now, because the clock already
30818           runs. This means that small files (<500kB) with a small length
30819           (<2sec) will still not or barely play. Other files, such as mod
30820           or flx, will work correctly, however.
30821
30822 2004-09-28  Wim Taymans  <wim@fluendo.com>
30823
30824         * ext/speex/gstspeex.c: (plugin_init):
30825         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30826         (gst_speex_dec_class_init), (speex_dec_get_formats),
30827         (speex_get_event_masks), (speex_get_query_types),
30828         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30829         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30830         (gst_speexdec_get_property), (gst_speexdec_set_property),
30831         (speex_dec_change_state):
30832         * ext/speex/gstspeexdec.h:
30833         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30834         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30835         (gst_speexenc_base_init), (gst_speexenc_class_init),
30836         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30837         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30838         (gst_speexenc_src_query), (gst_speexenc_init),
30839         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30840         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30841         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30842         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30843         (gst_speexenc_chain), (gst_speexenc_get_property),
30844         (gst_speexenc_set_property), (gst_speexenc_change_state):
30845         * ext/speex/gstspeexenc.h:
30846         Rewrote speex encoder, make sure it can be embedded in ogg.
30847         Implemented speex decoder.
30848
30849 2004-09-28  Christian Schaller <christian@fluendo.com>
30850
30851         * configure.ac:
30852         Remove kioslave plugin. Markey is brewing a new working one
30853         * ext/Makefile.am: Remove kioslave plugin
30854         * ext/kio: remove
30855         * gst-plugins.spec.in: remove kio plugin from spec
30856
30857 2004-09-27  Wim Taymans  <wim@fluendo.com>
30858
30859         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30860         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30861         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30862         (gst_multifdsink_new_client),
30863         (gst_multifdsink_handle_client_write),
30864         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30865         (gst_multifdsink_handle_clients):
30866         * gst/tcp/gstmultifdsink.h:
30867         Make syncing to keyframes actually work for new clients and lagging
30868         clients.
30869
30870 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30871
30872         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30873         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30874         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30875         * gst/debug/gstnavigationtest.h:
30876           make navigationtest display button-press and button-release events
30877
30878 2004-09-26 Iain <iaingnome@gmail.com>
30879
30880         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30881         the channels have received a new media event.
30882         (interleave_buffered_loop): Compresses a new media event on all
30883         channels into one.
30884
30885 2004-09-26 Iain <iaingnome@gmail.com>
30886
30887         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30888         call the sinkpad's default event handler and not the srcpads. He also
30889         says this is confusing :)
30890         (gst_wavenc_stop_file): Company says that seek events only go upstream
30891         we should send a discontinuous downstream instead.
30892
30893 2004-09-25  Christian Schaller <christian@fluendo.com>
30894
30895         * Update SPEC file to be usable in conjunction with Fedora Core,
30896           Fedora.us and freshrpms packages
30897         * Fix typo in multifilesrc test Makefile
30898
30899 2004-09-24  Wim Taymans  <wim@fluendo.com>
30900
30901         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30902         Only signal the no_more_pads signal when we have
30903         added the stream to our list.
30904
30905 2004-09-24  Wim Taymans  <wim@fluendo.com>
30906
30907         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30908         (new_decoded_pad):
30909         * gst/playback/gstplaybasebin.h:
30910         * gst/playback/gstplaybin.c: (setup_sinks):
30911         Don't try to preroll or decode more than one audio/video
30912         track.
30913
30914 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30915
30916         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30917           Throw error if we failed to find a suitable output. This should
30918           throw an error if we successfully set up a pipeline (e.g. because
30919           we recognized a media file) but found no decodable streams in it
30920           (e.g. because it contains only media stream types for which we
30921           have no decoders, or because it's not a media type).
30922
30923 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30924
30925         * ext/dirac/Makefile.am:
30926         * ext/dirac/gstdirac.cc:
30927         * ext/dirac/gstdiracdec.cc:
30928         * ext/dirac/gstdiracdec.h:
30929           Do something. Don't actually know if this works because I don't
30930           have a demuxer yet.
30931         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30932           Add channels=1 to caps returned from _getcaps().
30933         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30934         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30935         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30936         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30937         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30938         (gst_ogm_parse_change_state):
30939           Separate between audio/video so ogmaudioparse actually uses the
30940           audio pad templates. Both audio and video work now, including
30941           autoplugging. Also use sometimes-srcpad hack.
30942         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30943           Handle events better. Don't hang on infinite loops.
30944         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30945         (gst_avi_demux_init), (gst_avi_demux_reset),
30946         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30947         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30948         (gst_avi_demux_change_state):
30949         * gst/avi/gstavidemux.h:
30950           Improve A/V sync. Still not perfect.
30951         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30952         (gst_ebml_read_skip):
30953           Handle events better.
30954         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30955         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30956         (qtdemux_audio_caps):
30957           Add IMA4. Improve event handling. Save offset after a seek when
30958           the headers are at the end of the file so that we don't end up in
30959           an infinite loop.
30960         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30961           Add low-priority typefind support for files with no length.
30962
30963 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30964
30965         * testsuite/multifilesink/Makefile.am:
30966         fix typo
30967
30968 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30969
30970         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30972         mistakes from thaytan's patches.
30973
30974 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30975
30976         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30977           For completeness, XSync in the destroy function as xvimage does.
30978
30979 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30980
30981         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30982            Correct caps negotiation
30983         * gst/volume/gstvolume.c: (volume_chain_float),
30984         (volume_chain_int16):
30985            Modify debug output to be little more informative
30986         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30988         (gst_xvimagesink_xvimage_destroy):
30989           Add XSync calls after detaching from the shared memory segment to
30990           avoid a crash.
30991
30992 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30993
30994         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30995         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30996         * ext/vorbis/vorbis.c: (plugin_init):
30997         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30998         (gst_vorbisenc_chain):
30999         * ext/vorbis/vorbisenc.h:
31000         remove explicit newmedia support from oggmux and vorbisenc
31001         add debug category to vorbisenc
31002         * gst/multifilesink/gstmultifilesink.c:
31003         (gst_multifilesink_class_init), (gst_multifilesink_init),
31004         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31005         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31006         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31007         (plugin_init):
31008         * gst/multifilesink/gstmultifilesink.h:
31009         add support for streamheader in multifilesink
31010
31011 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31012
31013         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31014         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31015         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31016           Prevent infinite loops. More correct error reporting.
31017         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31018           Error out if negotiation fails.
31019         * gst/playback/gstplaybasebin.c: (setup_source),
31020         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31021         (gst_play_base_bin_found_tag):
31022           Error/tag forwarding. Pre-roll fixes for source errors on state
31023           changes (e.g. "file does not exist") to prevent hangs.
31024
31025 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31026
31027         * testsuite/multifilesink/Makefile.am:
31028         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31029         (gst_newmedia_class_init), (gst_newmedia_init),
31030         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31031         (newfile_signal), (test_signal), (main):
31032         * testsuite/multifilesink/multifilesrc_test.c: (main):
31033         * testsuite/multifilesink/oggtheora_test.c:
31034         (gst_newmedia_base_init), (gst_newmedia_class_init),
31035         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31036         (test_format), (newfile_signal), (test_signal), (main):
31037         * testsuite/multifilesink/oggvorbis_test.c:
31038         (gst_newmedia_base_init), (gst_newmedia_class_init),
31039         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31040         (test_format), (newfile_signal), (test_signal), (main):
31041         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31042         (gst_newmedia_class_init), (gst_newmedia_init),
31043         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31044         (newfile_signal), (test_signal), (main):
31045         New media tests
31046
31047 2004-09-20  Christian Schaller <christian@fluendo.com>
31048
31049         * Fix mikmod license to LGPL as they have relicensed
31050         * Move Dirac and Effectv into LGPL section of README_license
31051
31052 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31053
31054         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31055         (gst_mad_change_state):
31056           Allow for mp3 rate/channels changes. However, only very
31057           conservatively. Reason that we *have* to enable this is smiply
31058           because the mad find_sync() function is not good enough, it will
31059           regularly sync on random data as valid frames and therefore make
31060           us provide random caps as *final* caps of the stream. The best fix
31061           I could think of is to simply require several of the same stream
31062           changes in a row before we change caps.
31063           The actual testcase that works now is #
31064         * ext/ogg/Makefile.am:
31065         * ext/ogg/gstogg.c: (plugin_init):
31066         * ext/ogg/gstogmparse.c:
31067           OGM support (video only for now; I need an audio sample file).
31068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31069         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31070         (gst_asf_demux_add_video_stream):
31071           WMV extradata.
31072         * gst/playback/gstplaybasebin.c: (unknown_type):
31073           Don't error out on single unknown-types after all. It's wrong.
31074           If we found type of video and audio but not of a subtitle stream,
31075           it will still error out (which is unwanted). Will find a better fix
31076           later on.
31077         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31078         (ogmaudio_type_find), (plugin_init):
31079           OGM support.
31080
31081 2004-09-20  Johan Dahlin  <johan@gnome.org>
31082
31083         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31084         after setting caps.
31085
31086 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31087
31088         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31089         * gst/wavenc/gstwavenc.h:
31090         Added newmedia support to wavenc
31091
31092 2004-09-17  Wim Taymans  <wim@fluendo.com>
31093
31094         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31095         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31096         (gst_fdset_fd_can_write), (gst_fdset_wait):
31097         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31098         (gst_multifdsink_init), (gst_multifdsink_add),
31099         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31100         (gst_multifdsink_remove_client_link),
31101         (gst_multifdsink_client_queue_buffer),
31102         (gst_multifdsink_handle_client_write),
31103         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31104         (gst_multifdsink_close), (gst_multifdsink_change_state):
31105         * gst/tcp/gstmultifdsink.h:
31106         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31107         (gst_tcpserversink_removed):
31108         Small cleanups in fdset.c
31109         Use a hastable to map fd to the client structure for faster
31110         lookup in _remove and get_stats.
31111         Added virtual function to close the fds.
31112         Handle clients even when the select/poll call was unblocked because
31113         of a command.
31114         Implement syncing to keyframe in the recovery procedure.
31115
31116 2004-09-16 Iain <iaingnome@gmail.com>
31117
31118         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31119         try caps.
31120
31121 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31122
31123         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31124           Caps are only set if the type of the stream is unknown, but this
31125           is initialized in ->init_stream(), so set to UNKNOWN after calling
31126           ->init_stream() so that capsnego starts.
31127
31128 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31129
31130         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31131         (gst_avi_demux_stream_data):
31132           Just hardcode for raw audio then. AVI audio sucks.
31133
31134 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31135
31136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31137         * gst/matroska/matroska-mux.c: (audiosink_templ),
31138         (gst_matroska_mux_audio_pad_link):
31139         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31140         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31141
31142 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31143
31144         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31145         (gst_avi_demux_stream_data):
31146           Try to fix a/v sync issues.
31147
31148 2004-09-15  David Schleef  <ds@schleef.org>
31149
31150         * configure.ac: remove NASM check, since we don't use it.  Update
31151         dirac check to 0.4
31152         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31154         Initialized variables.
31155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31156         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31157         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31158         SVQ3 format
31159
31160 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31161
31162         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31163         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31164         * gst/avi/gstavidemux.h:
31165           Fix for compressed audio (mp3) timestamp generation. How did this
31166           ever work?
31167
31168 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31169
31170         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31171           Volume is a double not a float.
31172
31173 2004-09-15  Wim Taymans  <wim@fluendo.com>
31174
31175         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31176         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31177         Don't close the fd in multifdsink as we didn't open it in the
31178         first place. Some cleanups.
31179
31180 2004-09-15  Wim Taymans  <wim@fluendo.com>
31181
31182         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31184         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31185         Fix the case where the muxer would mark pages as delta
31186         frames when they are not (vorbis only ogg).
31187
31188 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31189
31190         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31191         (gst_play_base_bin_change_state):
31192           Handle the case where we failed to setup a clear pipeline. This
31193           will throw an error (or EOS, another nice case) and if you don't
31194           catch that, the app will wait for the signal forever (and thus
31195           hang).
31196
31197 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31198
31199         * ext/gnomevfs/gstgnomevfssink.c:
31200         (gst_gnomevfssink_uri_get_protocols):
31201         * ext/gnomevfs/gstgnomevfssrc.c:
31202         (gst_gnomevfssrc_uri_get_protocols):
31203         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31204         * ext/gnomevfs/gstgnomevfsuri.h:
31205           Use _uri_new() instead of _open(), so it doesn't take as long and
31206           Christophe's computer won't hang.
31207         * gst/playback/gstplaybasebin.c: (unknown_type):
31208           Throw error on unknown media type, so apps actually display it.
31209
31210 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31211
31212         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31213           this script to work on Solaris since bash shell handles echo
31214           differenly than bash.
31215
31216 2004-09-17  Wim Taymans  <wim@fluendo.com>
31217
31218         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31219         (setup_source), (gst_play_base_bin_set_property),
31220         (gst_play_base_bin_add_element):
31221         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31222         Some more work on making sure seeking pauses the pipeline and
31223         that changing the uri actually does something.
31224
31225 2004-09-17  Wim Taymans  <wim@fluendo.com>
31226
31227         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31228         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31229         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31230         (gst_tcpserversink_close):
31231         Be a bit more paranoid when freeing memory.
31232
31233 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31234
31235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31236         (qtdemux_parse_trak):
31237           Don't crash by dividing by zero (see sample movie in #126922).
31238
31239 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31240
31241         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31242           Don't touch non-existing data (fixes crash on file in #140147).
31243
31244 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31245
31246         * gst/playback/gstplaybasebin.c:
31247         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31248           Handle double disposals, and proper change of URIs.
31249
31250 2004-09-13  Martin Eikermann <meiker@upb.de>
31251
31252         * gst/mpegstream/gstmpegparse.c:
31253           fix synchronistation for streams recorded from digital PCR
31254           fixes bug #119376
31255
31256 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31257
31258         * ext/gnomevfs/Makefile.am:
31259         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31260         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31261         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31262         (gst_gnomevfssink_uri_get_type),
31263         (gst_gnomevfssink_uri_get_protocols),
31264         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31265         (gst_gnomevfssink_uri_handler_init),
31266         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31267         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31268         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31269         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31270         (gst_gnomevfssrc_uri_get_type),
31271         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31272         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31273         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31274         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31275         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31276         * ext/gnomevfs/gstgnomevfsuri.h:
31277           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31278           of fake URIs to see which this version of Gnome-VFS likes, and
31279           uses that for the Gst-URI interface. Makes playbin support http://
31280           streams. Also fix up some stupid behaviour in gnomevfssrc.
31281
31282 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31283
31284         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31285         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31286         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31287         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31288           Update mixer (to sync with other sessions) if we try to obtain
31289           a new value. This makes alsamixer work accross applications.
31290         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31291           Only call sync functions if we're running, else alsalib asserts.
31292         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31293           Sometimes fails to compile. Possibly a gcc bug.
31294         * gst/playback/gstplaybin.c: (gen_video_element),
31295         (gen_audio_element):
31296           Add a reference to an application-provided object, because we lose
31297           this same reference if we add it to the bin. If we don't do this,
31298           we can only use this object once and thus crash if we go from
31299           ready to playing, back to ready and back to playing again.
31300           Also add an audioscale element because several cheap soundcards -
31301           like mine - don't support all samplerates.
31302         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31303         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31304           Fix wrong order or PAR calls. Makes automatically obtained PAR
31305           from the X server atually being used.
31306
31307 2004-09-12  David Schleef  <ds@schleef.org>
31308
31309         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31310         #151887, #152102, #152247.
31311         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31312         * examples/seeking/cdparanoia.c: same
31313         * examples/seeking/cdplayer.c: same
31314         * examples/seeking/seek.c: same
31315         * examples/seeking/spider_seek.c: same
31316         * examples/seeking/vorbisfile.c: same
31317         * examples/stats/mp2ogg.c: same
31318         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31319         (gst_esdsink_dispose): Dispose of element properly.
31320         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31321         fixes.
31322         * ext/nas/nassink.c: (gst_nassink_class_init),
31323         (gst_nassink_dispose): Dispose of element correctly.
31324         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31325         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31326         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31327         Fix 64-bit warning.
31328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31329         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31330         Fix 64-bit warning.
31331
31332 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31333
31334         * configure.ac : change speex detection as 1.1.6 now uses
31335           .pc/pkg-config and they changed their headers location.
31336
31337 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31338
31339         * gst/matroska/matroska-mux.h:
31340         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31341         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31342         (gst_matroska_mux_write_data):
31343           Write multiple blocks/frames per cluster.
31344                 Write meta-seek information (seek heads).
31345
31346 2004-09-09  Scott Wheeler <wheeler@kde.org>
31347
31348         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31349         (gst_play_bin_set_property), (gst_play_bin_get_property),
31350         (gen_audio_element), (gen_audio_element):
31351           Add a volume element / property to the pipeline.
31352
31353 2004-09-07  Wim Taymans  <wim@fluendo.com>
31354
31355         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31356         Copy timestamps from the master pad to the output buffers.
31357
31358 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31359
31360         * ext/raw1394/gstdv1394src.c:
31361           throw errors when applicable
31362
31363 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31364
31365         * gst/matroska/ebml-ids.h:
31366         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31367         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31368         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31369           automatically convert unix time <-> ebml time when reading/writing
31370           a date, use gst_ebml_write_uint to write CUETIME,
31371           not gst_ebml_write_date.
31372         * gst/matroska/matroska-ids.h:
31373         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31374         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31375         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31376         (gst_matroska_mux_write_data):
31377           Write track and segment UIDs, write muxing date, write
31378           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31379           Create cues for audio only files.
31380
31381 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31382
31383         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31384         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31385           Re-commit ALSA switches.
31386         * gst/adder/gstadder.c: (gst_adder_loop):
31387           64-bit fix (#151416).
31388         * gst/debug/progressreport.c: (gst_progressreport_report):
31389           64-bit fix (#151419).
31390         * gst/matroska/matroska-demux.c:
31391         (gst_matroska_demux_parse_contents):
31392           64-bit fix (#151420).
31393         * gst/playback/test3.c: (update_scale):
31394           64-bit fix (#151421).
31395
31396 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31397
31398         * configure.ac:
31399           bump nano to cvs
31400
31401 === release 0.8.4 ===
31402
31403 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31404
31405         * configure.ac: releasing 0.8.4, "Alias"
31406
31407 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31408
31409         * ext/theora/Makefile.am:
31410           fix makefile.  Fixes #151462.
31411
31412 2004-08-30  Wim Taymans  <wim@fluendo.com>
31413
31414         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31415         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31416         (gst_multifdsink_remove_client_link),
31417         (gst_multifdsink_client_queue_buffer),
31418         (gst_multifdsink_handle_client_write):
31419         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31420         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31421         Fix some memory leaks.
31422
31423 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31424
31425         Patch by: David Schleef
31426
31427         * configure.ac:
31428         * sys/Makefile.am:
31429           rename our detection macro for V4L2.  Fixes #151236.
31430
31431 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31432
31433         Patch by: David Schleef
31434
31435         * configure.ac:
31436           check to define LAMEPRESET.  Fixes #151232.
31437
31438 2004-08-27  David Schleef  <ds@schleef.org>
31439
31440         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31441         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31442         (gst_glimagesink_fixate):  Move local variable declarations to
31443         make gcc-2.95 happy.
31444
31445 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31446
31447         * configure.ac:
31448           bump nano for prerelease
31449
31450 2004-08-27  David Schleef  <ds@schleef.org>
31451
31452         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31453         * sys/sunaudio/gstsunaudiosrc.c:
31454         * sys/sunaudio/gstsunaudiosrc.h:
31455
31456 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31457
31458         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31459         handle EOS correctly
31460         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31461         * gst/matroska/matroska-mux.h:
31462         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31463         VFW compatibility mode
31464
31465 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31466
31467         patch by: Zaheer Abbas Merali
31468
31469         * ext/ogg/gstoggmux.c:
31470         * ext/vorbis/vorbisenc.c:
31471         * ext/vorbis/vorbisenc.h:
31472           handle NEWMEDIA
31473
31474 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31475
31476         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31477         fix byte order reversion on little endian machines.
31478         * gst/matroska/matroska-mux.c: (audiosink_templ),
31479         (gst_matroska_mux_audio_pad_link):
31480         add TTA codec to the list of supported codecs.
31481         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31482         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31483         (gst_matroska_mux_write_data):
31484         * gst/matroska/matroska-mux.h:
31485         write segment duration correctly, write muxing app string, fixes bugs
31486         #140897 and #140898.
31487         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31488         wait for all pads to be negotiated before starting to mux.
31489
31490 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31491
31492         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31493         * ext/lame/gstlame.h:
31494         Added new media support to lame
31495
31496 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31497
31498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31499         send vorbis headers at the beginning of a stream, fixes bug #141554.
31500         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31501         bug #148950.
31502         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31503         (gst_matroska_demux_plugin_init):
31504         * gst/matroska/matroska-ids.h:
31505         enable demuxing of TTA audio streams, fixes bug #148951.
31506         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31507         enable typefinding for TTA audio files, fixes bug #148711.
31508         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31509         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31510         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31511
31512 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31513
31514         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31515         (gst_riff_read_element_data), (gst_riff_read_seek),
31516         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31517         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31518         <teuf@gnome.org>
31519
31520 2004-08-23 Iain <iaingnome@gmail.com>
31521
31522         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31523         tags. They appear to be handled differently to normal.
31524         (tag_list_to_id3_tag_foreach): Ditto.
31525
31526 2004-08-22  Wim Taymans  <wim@fluendo.com>
31527
31528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31529         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31530         Make sure we never send -1 granulepos.
31531
31532 2004-08-20  Wim Taymans  <wim@fluendo.com>
31533
31534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31535         (gst_ogg_mux_loop):
31536         I will accept bitchslappings with non sharp objects.
31537
31538 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31539
31540         * configure.ac:
31541         Clean up the test for lame presets
31542
31543 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31544
31545         * configure.ac:
31546         * ext/lame/Makefile.am:
31547         * ext/lame/gstlame.c: (gst_lame_class_init),
31548         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31549         Only enable lame presets if version of lame has presets in API
31550
31551 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31552         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31553         * gst/udp/gstudpsrc.h:
31554           Don't call gst_pad_push in a get function. Fixes #150449
31555
31556 2004-08-18  Wim Taymans  <wim@fluendo.com>
31557
31558         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31559         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31560         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31561         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31562         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31563         (gst_fdset_wait):
31564         * gst/tcp/gstfdset.h:
31565         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31566         (gst_multifdsink_client_queue_buffer),
31567         (gst_multifdsink_handle_client_write):
31568         * gst/tcp/gstmultifdsink.h:
31569         Some extra checks in gstfdset.
31570         Only use send() when the fd is a socket. Don't try to
31571         read from write only fds.
31572
31573 2004-08-18  Wim Taymans  <wim@fluendo.com>
31574
31575         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31576         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31577         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31578         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31579         (gst_fdset_wait):
31580         Add more locking and bounds checking.
31581
31582 2004-08-18  Wim Taymans  <wim@fluendo.com>
31583
31584         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31585         Realloc test fdset in the lock and right before starting
31586         the poll call. Bump the limit to 4096.
31587
31588 2004-08-17  David Schleef  <ds@schleef.org>
31589
31590         * sys/sunaudio/Makefile.am:
31591         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31592         of rates and channels.  Make debugging less obnoxious.
31593
31594         Patch from Balamurali Viswanathan implementing a mixer for
31595         Sun audio.  (bug #144091):
31596         * sys/sunaudio/gstsunelement.c:
31597         * sys/sunaudio/gstsunelement.h:
31598         * sys/sunaudio/gstsunmixer.c:
31599         * sys/sunaudio/gstsunmixer.h:
31600
31601 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31602
31603         * gst/audioscale/gstaudioscale.c:
31604         * gst/audioscale/gstaudioscale.h:
31605         made audioscale resample from any sample rate to any sample rate
31606
31607 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31608
31609         * ext/libpng/gstpngdec.c:
31610           error out on unsupported types
31611
31612 2004-08-17  Iain <iaingnome@gmail.com>
31613
31614         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31615         mid_side and loose_mid_side properties if its a stereo stream.
31616
31617 2004-08-17  Wim Taymans  <wim@fluendo.com>
31618
31619         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31620         (theora_get_formats), (theora_dec_src_convert),
31621         (theora_dec_sink_convert), (theora_dec_src_query),
31622         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31623         Add a debug line.
31624
31625 2004-08-17  Wim Taymans  <wim@fluendo.com>
31626
31627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31628         (gst_ogg_pad_push):
31629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31630         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31631         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31632         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31633         Mark delta units in the muxer.
31634         Try to decode the packet after an out-of-sync error from
31635         libogg.
31636
31637 2004-08-17  Wim Taymans  <wim@fluendo.com>
31638
31639         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31640         (gst_multifdsink_init), (gst_multifdsink_add),
31641         (gst_multifdsink_client_queue_buffer),
31642         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31643         * gst/tcp/gstmultifdsink.h:
31644         Added option to send a keyframe to clients as the first buffer.
31645         Make timeout property writable.
31646
31647 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31648
31649         patch by: Wim Taymans
31650
31651         * gst/tcp/gstfdset.c:
31652         * gst/tcp/gstmultifdsink.c:
31653           fix index comparison, should include 0
31654
31655 2004-08-16  Wim Taymans  <wim@fluendo.com>
31656
31657         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31658         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31659         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31660         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31661         (gst_fdset_wait):
31662           copy when reallocing for poll so the select arguments don't get
31663           changed during the call
31664
31665 2004-08-16  Wim Taymans  <wim@fluendo.com>
31666
31667         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31668         (gst_theora_enc_class_init), (theora_enc_sink_link),
31669         (theora_buffer_from_packet), (theora_enc_chain):
31670         Fix bug where buffers were not marked as keyframes
31671         correctly.
31672
31673 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31674
31675         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31676         (gst_lame_preset_get_type), (gst_lame_class_init):
31677         describe the enum values for vbr mode and presets more verbosely
31678
31679 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31680
31681         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31682         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31683         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31684         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31685         * ext/lame/gstlame.h:
31686         add preset property to lame so it can use lame presets
31687
31688 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31689
31690         * ext/lame/gstlame.c: (gst_lame_get_property):
31691         whoops forgot break, thanks teuf
31692
31693 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31694
31695         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31696         (gst_lame_class_init), (gst_lame_src_getcaps),
31697         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31698         (gst_lame_get_property), (gst_lame_setup):
31699         * ext/lame/gstlame.h:
31700         fix lame's broken vbr stuff, allow it to resample if need be, and also
31701         make xing header optional
31702
31703 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31704
31705         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31706         added getcaps function so samplerate doesnt get fixated to silly values
31707
31708 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31709
31710         * ext/lame/gstlame.c: (gst_lame_src_link):
31711         revert previous fix
31712
31713 2004-08-12  Johan Dahlin  <johan@gnome.org>
31714
31715         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31716         checks. Doesn't matter what state we are in. Interfaces are a
31717         compile time thing, not runtime. It also broke the python bindings.
31718
31719 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31720
31721         * ext/lame/gstlame.c: (gst_lame_src_link):
31722         made source pad link function check if sinkpad is ok..fixes the problem
31723         where core fixates the output rate of lame stupidly
31724
31725 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31726
31727         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31728         * sys/v4l/v4l_calls.c:
31729         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31730           fix fixate function to handle nonsimple caps.
31731           remove bogus check in _link
31732           cleanups
31733
31734 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31735
31736         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31737         set default compression ratio parameter to 0.0 so bitrate parameter
31738         works :)
31739
31740 2004-08-11  David Schleef  <ds@schleef.org>
31741
31742         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31743
31744 2004-08-11  David Schleef  <ds@schleef.org>
31745
31746         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31747         before.
31748
31749 2004-08-11  David Schleef  <ds@schleef.org>
31750
31751         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31752
31753 2004-08-11  David Schleef  <ds@schleef.org>
31754
31755         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31756           license field
31757         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31758         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31759           LGPL.
31760         * gst/auparse/gstauparse.c: Fix plugin license field.
31761         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31762         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31763         * gst/rtp/gstrtp.c: Fix plugin license field.
31764
31765 2004-08-11  Wim Taymans  <wim@fluendo.com>
31766
31767         * gst/tcp/Makefile.am:
31768         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31769         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31770         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31771         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31772         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31773         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31774         (gst_fdset_fd_can_write), (gst_fdset_wait):
31775         * gst/tcp/gstfdset.h:
31776         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31777         (gst_multifdsink_class_init), (gst_multifdsink_init),
31778         (gst_multifdsink_add), (gst_multifdsink_remove),
31779         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31780         (gst_multifdsink_remove_client_link),
31781         (gst_multifdsink_handle_client_read),
31782         (gst_multifdsink_client_queue_data),
31783         (gst_multifdsink_client_queue_caps),
31784         (gst_multifdsink_client_queue_buffer),
31785         (gst_multifdsink_handle_client_write),
31786         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31787         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31788         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31789         (gst_multifdsink_close):
31790         * gst/tcp/gstmultifdsink.h:
31791         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31792         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31793         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31794         (gst_tcpserversink_close):
31795         * gst/tcp/gsttcpserversink.h:
31796         Abstracted away the select call, implemented poll (yes we ran into
31797         the 1024 limit in production).
31798
31799 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31800
31801         * gst/tcp/gsttcp.c:
31802         * gst/tcp/gsttcpplugin.c:
31803           improve debuggging, remove assert
31804
31805 2004-08-10  Wim Taymans  <wim@fluendo.com>
31806
31807         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31808         (gst_client_status_get_type), (gst_multifdsink_class_init),
31809         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31810         (gst_multifdsink_handle_client_read),
31811         (gst_multifdsink_handle_client_write),
31812         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31813         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31814         (gst_multifdsink_get_property):
31815         * gst/tcp/gstmultifdsink.h:
31816         * gst/tcp/gsttcp-marshal.list:
31817         Starting to prepare for specifying buffer time in other units
31818         than buffers. Expose remove reason in signal.
31819
31820 2004-08-10  Wim Taymans  <wim@fluendo.com>
31821
31822         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31823         (gst_multifdsink_remove), (gst_multifdsink_clear),
31824         (gst_multifdsink_remove_client_link),
31825         (gst_multifdsink_handle_client_read),
31826         (gst_multifdsink_client_queue_data),
31827         (gst_multifdsink_client_queue_buffer),
31828         (gst_multifdsink_handle_client_write),
31829         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31830         (gst_multifdsink_chain), (gst_multifdsink_close):
31831         * gst/tcp/gstmultifdsink.h:
31832         Added more debugging info. Changed the way clients are
31833         removed from the lists. Fixed a bug where a bad file descriptor
31834         could cause many clients to be removed.
31835
31836 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31837
31838         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31839           allow all pixel-aspect-ratios, not just 1:1
31840
31841 2004-08-09  David Schleef  <ds@schleef.org>
31842
31843         * sys/glsink/ARB_multitexture.h:  Remove old files.
31844         * sys/glsink/EXT_paletted_texture.h:
31845         * sys/glsink/NV_register_combiners.h:
31846         * sys/glsink/gstgl_nvimage.c:
31847         * sys/glsink/gstgl_pdrimage.c:
31848         * sys/glsink/gstgl_rgbimage.c:
31849         * sys/glsink/gstglsink.c:
31850         * sys/glsink/gstglsink.h:
31851         * sys/glsink/gstglxwindow.c:
31852         * sys/glsink/regcomb_yuvrgb.c:
31853
31854 2004-08-09  David Schleef  <ds@schleef.org>
31855
31856         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31857         GL sink plugin.  (Bug #147302)
31858
31859         * configure.ac: Test for OpenGL
31860         * sys/Makefile.am: Use test for OpenGL
31861         * sys/glsink/Makefile.am:
31862         * sys/glsink/glimagesink.c: rewrite
31863         * sys/glsink/glimagesink.h: rewrite
31864
31865 2004-08-09  David Schleef  <ds@schleef.org>
31866
31867         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31868         sane framerates.
31869         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31871         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31872
31873 2004-08-09  Wim Taymans  <wim@fluendo.com>
31874
31875         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31876         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31877         (gst_multifdsink_client_remove),
31878         (gst_multifdsink_handle_client_read),
31879         (gst_multifdsink_handle_client_write),
31880         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31881         Do a bit more logging, make the client_read code more robust.
31882
31883 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31884
31885         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31886         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31887         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31888         (gst_jpegdec_init), (gst_jpegdec_chain):
31889         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31890         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31891           cleanups, debugging fixes and memleak plugging
31892
31893 2004-08-09  Wim Taymans  <wim@fluendo.com>
31894
31895         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31896         (theora_get_formats), (theora_dec_src_convert),
31897         (theora_dec_sink_convert), (theora_dec_src_query),
31898         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31899         (theora_dec_change_state):
31900         Don't crash on missing header packets.
31901
31902 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31903
31904         * po/LINGUAS:
31905         * po/sq.po:
31906           Added Albanian translation (Laurent Dhima)
31907         * po/cs.po:
31908           updated
31909
31910 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31911
31912         * ext/lame/gstlame.c:
31913           fix/add debugging
31914
31915 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31916
31917         * sys/ximage/ximagesink.c:
31918         * sys/xvimage/xvimagesink.c:
31919           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31920
31921 2004-08-06  Wim Taymans  <wim@fluendo.com>
31922
31923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31924         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31925         (gst_multifdsink_client_remove),
31926         (gst_multifdsink_handle_client_read),
31927         (gst_multifdsink_handle_client_write),
31928         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31929         Make sure we don't try to read more from a client that what
31930         ioctl says us or we deadlock.
31931
31932 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31933
31934         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31935         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31936         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31937           decouple running_time and n_frames so it can handle changing
31938           framerate while running
31939
31940 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31941
31942         * po/nl.po:
31943         * po/sv.po:
31944           updated translations
31945
31946 2004-08-04  Benjamin Otte  <otte@gnome.org>
31947
31948         * gst/videotestsrc/gstvideotestsrc.c:
31949         (gst_videotestsrc_get_capslist), (generate_capslist),
31950         (plugin_init):
31951           generate the list of supported caps at startup and reuse it instead
31952           of always generating it
31953
31954 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31955
31956         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31957           whoops, last checkin broke normal build
31958
31959 2004-08-03  Benjamin Otte  <otte@gnome.org>
31960
31961         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31962         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31963         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31964         (gst_alsa_mixer_get_option):
31965         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31966         (dvdnavsrc_print_event):
31967         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31969         (gst_ogg_mux_pad_unlink):
31970         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31971         (gst_multipart_mux_pad_unlink):
31972         * gst/videofilter/gstvideobalance.c:
31973         (gst_videobalance_colorbalance_set_value):
31974         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31975         (gst_videomixer_pad_unlink):
31976         * po/uk.po:
31977         * sys/oss/gstossmixer.c:
31978         * sys/v4l/gstv4lcolorbalance.c:
31979         * sys/v4l/gstv4ltuner.c:
31980         * sys/v4l/v4lsrc_calls.c:
31981         * sys/v4l2/gstv4l2colorbalance.c:
31982         * sys/v4l2/gstv4l2tuner.c:
31983           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31984
31985 2004-08-03  Benjamin Otte  <otte@gnome.org>
31986
31987         * examples/dynparams/filter.c: (ui_control_create):
31988         * examples/gstplay/player.c: (print_tag):
31989         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31990         * ext/gdk_pixbuf/gstgdkanimation.c:
31991         (gst_gdk_animation_iter_may_advance):
31992         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31993         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31994         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31995         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31996         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31997         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31998         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31999         * gst/sine/demo-dparams.c: (main):
32000         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32001         * testsuite/alsa/formats.c: (create_pipeline):
32002         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32003           fixes for G_DISABLE_ASSERT and friends
32004         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32005         (mp3_type_frame_length_from_header), (mp3_type_find),
32006         (plugin_init):
32007           require mp3 typefinding to have at least MIN_HEADERS valid headers
32008           add typefinding for AAC adts files
32009
32010 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32011
32012         * sys/ximage/ximagesink.c:
32013         (gst_ximagesink_calculate_pixel_aspect_ratio):
32014         * sys/xvimage/xvimagesink.c:
32015         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32016         Make sure we calculate pixel-aspect-ratio using floating point maths
32017
32018 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32019
32020         * po/uk.po:
32021           updated translation
32022
32023 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32024
32025         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32027           add debugging for display PAR calculation
32028
32029 2004-08-02  David Schleef  <ds@schleef.org>
32030
32031         * configure.ac: Fix mikmod CFLAGS.
32032
32033 2004-07-27  Benjamin Otte  <otte@gnome.org>
32034
32035         * gst/audioscale/gstaudioscale.c:
32036         - fix templates to only support S16, it's the only format that works
32037         - make caps nego code use try_set_caps_nonfixed and fixation instead
32038         of try_set_caps twice, which is not nice for autopluggers
32039         - change rank to secondary, so autopluggers can pick it up after
32040         audioconvert
32041
32042 2004-08-02  Iain <iain@prettypeople.org>
32043
32044         * gst/interleave/interleave.c (interleave_init),
32045         (interleave_request_new_pad),
32046         (interleave_pad_removed),
32047         (interleave_buffered_loop): Use the real pad count, not the artificial
32048         one.
32049
32050 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32051
32052         * configure.ac: bump nano back to development
32053
32054 === release 0.8.3 ===
32055
32056 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32057
32058         * configure.ac: releasing 0.8.3, "Water"
32059
32060 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32061
32062         * sys/xvimage/xvimagesink.c:
32063         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32064         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32065         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32066         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32067         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32068         * sys/xvimage/xvimagesink.h:
32069           apply similar PAR fixes as to ximagesink
32070
32071 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32072
32073         patch from: Benjamin Otte
32074
32075         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32076           add link function to lame.  Fixes #148986.
32077
32078 2004-08-02  Johan Dahlin  <johan@gnome.org>
32079
32080         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32081         fix debugging log
32082
32083 2004-07-30  David Schleef  <ds@schleef.org>
32084
32085         * gst/videomixer/Makefile.am: Fix things that should have been
32086         fixed in the last checkin.
32087
32088 2004-07-30  David Schleef  <ds@schleef.org>
32089
32090         * gst/multipart/Makefile.am: Fix things that should have been
32091         fixed in the last checkin.
32092
32093 2004-07-30  David Schleef  <ds@schleef.org>
32094
32095         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32096
32097 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32098
32099         * configure.ac:
32100           bump nano for prerelease
32101         * po/af.po:
32102         * po/az.po:
32103         * po/cs.po:
32104         * po/en_GB.po:
32105         * po/hu.po:
32106         * po/nl.po:
32107         * po/sr.po:
32108         * po/sv.po:
32109         * po/uk.po:
32110           updates
32111
32112 2004-07-30  Wim Taymans  <wim@fluendo.com>
32113
32114         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32115         (gst_multifdsink_add), (gst_multifdsink_remove),
32116         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32117         (gst_multifdsink_client_remove),
32118         (gst_multifdsink_handle_client_write),
32119         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32120         * gst/tcp/gstmultifdsink.h:
32121         Recover from a select with a bad file descriptor by removing
32122         the client.
32123
32124 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32125
32126         * configure.ac:
32127           fix requirement of core
32128         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32129         (gst_play_pipeline_setup):
32130           don't use colorspace element.  do use hermescolorspace element.
32131           make macro to get a colorspace element.
32132           mark strings for translation.
32133         * po/POTFILES.in:
32134           add play.c
32135         * po/af.po:
32136         * po/az.po:
32137         * po/cs.po:
32138         * po/en_GB.po:
32139         * po/hu.po:
32140         * po/nl.po:
32141         * po/sr.po:
32142         * po/sv.po:
32143         * po/uk.po:
32144           update translations
32145
32146 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32147
32148         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32149         fix default for newmedia flag
32150
32151 2004-07-30  Wim Taymans  <wim@fluendo.com>
32152
32153         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32154         (gst_theora_dec_init), (theora_get_formats),
32155         (theora_dec_src_convert), (theora_dec_sink_convert),
32156         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32157         (theora_dec_chain), (theora_dec_set_property),
32158         (theora_dec_get_property):
32159         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32160         (gst_theora_enc_class_init), (gst_theora_enc_init),
32161         (theora_enc_sink_link), (theora_enc_chain),
32162         (theora_enc_set_property), (theora_enc_get_property):
32163         Added cropping option to theora decoder.
32164         Added border option to theora encoder.
32165
32166 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32167
32168         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32169         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32170         (gst_pngenc_set_property):
32171         * ext/libpng/gstpngenc.h:
32172         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
32173
32174 2004-07-30  Wim Taymans  <wim@fluendo.com>
32175
32176         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32177         (theora_enc_sink_link), (theora_enc_chain),
32178         (theora_enc_set_property), (theora_enc_get_property):
32179         Fix encoding of non-multiple-of-16 video.
32180
32181 2004-07-29  David Schleef  <ds@schleef.org>
32182
32183         * configure.ac: make test for audiofile more strict
32184
32185 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32186
32187         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32188           give different names to typefind functions
32189
32190 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32191
32192         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32193         (gst_ximagesink_calculate_pixel_aspect_ratio),
32194         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32195         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32196         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32197         (gst_ximagesink_get_property), (gst_ximagesink_init):
32198         * sys/ximage/ximagesink.h:
32199           allocate PAR's dynamically.
32200           use autodetected PAR if no object-set PAR is given.
32201           add workaround for directfb's X not setting physical size.
32202           fix to xvimagesink will follow tomorrow.
32203
32204 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32205
32206         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32207         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32208         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32209         (gst_shout2send_class_init), (gst_shout2send_init),
32210         (set_shout_metadata), (gst_shout2send_set_metadata),
32211         (gst_shout2send_chain), (gst_shout2send_set_property),
32212         (gst_shout2send_get_property), (gst_shout2send_connect),
32213         (gst_shout2send_change_state):
32214         * ext/shout2/gstshout2.h:
32215         - fix for sending mp3 audio to icecast2 server, if pad link function not
32216         called before PAUSED state
32217         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32218         - added tagging support for mp3 audio broadcasted
32219         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32220         debug info
32221
32222 2004-07-28  Wim Taymans  <wim@fluendo.com>
32223
32224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32225         (gst_ogg_demux_push):
32226         Return query failure when we don't know the length of
32227         an ogg stream insteda of returning TRUE with a bogus value.
32228
32229 2004-07-28  Wim Taymans  <wim@fluendo.com>
32230
32231         * ext/theora/theoradec.c: (theora_get_formats),
32232         (theora_dec_src_convert), (theora_dec_sink_convert),
32233         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32234         (theora_dec_chain):
32235         Don't screw up the 1 Chroma for 1 luma sample situation when we
32236         have an odd offset/width by adding a black border in those cases.
32237
32238 2004-07-28  Wim Taymans  <wim@fluendo.com>
32239
32240         * ext/theora/theoradec.c: (theora_get_formats),
32241         (theora_dec_src_convert), (theora_dec_sink_convert),
32242         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32243         (theora_dec_chain):
32244         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32245         Added first attempt at cropping of the image as required by the
32246         theora spec. We need more properties in the caps (offset_x,
32247         offset_y,stride) to implement this correctly.
32248
32249 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32250
32251         * ext/dvdnav/README:
32252           Update the README to use dvddemux
32253         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32254           Ensure getcaps returns a subset of the template caps
32255         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32256         (gst_mpeg2subt_init):
32257           Ensure getcaps returns a subset of the template caps
32258         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32259         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32260         (gst_dvd_demux_get_subpicture_stream),
32261         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32262         * gst/mpegstream/gstdvddemux.h:
32263           Set the explicit caps on the current_video pad before pushing
32264           anything
32265         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32266         (gst_mpeg_demux_get_audio_stream):
32267           Free caps used to gst_pad_set_explicit_caps, which takes a const
32268           GstCaps *
32269
32270 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32271
32272         * configure.ac: update GStreamer requirement to 0.8.4 because of
32273           GstFraction.
32274
32275 2004-07-28  Wim Taymans  <wim@fluendo.com>
32276
32277         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32278         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32279         Add the pad to the element after setting up the caps. This
32280         makes it a lot easier to autoplug.
32281
32282 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32283
32284         * gst/median/gstmedian.c:
32285         * gst/mpeg2subt/gstmpeg2subt.c:
32286         * gst/mpegaudioparse/gstmpegaudioparse.c:
32287         * gst/mpegstream/gstdvddemux.c:
32288         * gst/mpegstream/gstmpegdemux.c:
32289         * gst/mpegstream/gstmpegpacketize.c:
32290         * gst/rtjpeg/gstrtjpeg.c:
32291         * gst/rtjpeg/gstrtjpegdec.c:
32292         * gst/rtjpeg/gstrtjpegenc.c:
32293         * gst/sine/gstsinesrc.c:
32294         * gst/smooth/gstsmooth.c:
32295         * gst/smpte/gstsmpte.c:
32296         * gst/smpte/gstsmpte.h:
32297         * gst/stereo/gststereo.c:
32298         * gst/videofilter/gstgamma.c:
32299         * gst/videofilter/gstvideobalance.c:
32300         * gst/videofilter/gstvideofilter.c:
32301         * gst/videofilter/gstvideoflip.c:
32302         * gst/videoscale/gstvideoscale.c:
32303         * gst/videoscale/videoscale.c:
32304         * gst/videotestsrc/gstvideotestsrc.c:
32305         * gst/videotestsrc/videotestsrc.c:
32306         * gst/wavenc/gstwavenc.c:
32307         * gst/wavparse/gstwavparse.c:
32308           fix local includes and 64 bits constants
32309
32310 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32311
32312         * win32/gst.sln:
32313         * gst-libs/gst/*/*.vcproj:
32314         * gst/*/*.vcproj:
32315           more working plugins
32316
32317 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32318
32319         * testsuite/alsa/Makefile.am:
32320         * testsuite/alsa/srcstate.c:
32321         add test for alsasrc changing state
32322
32323 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32324
32325         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32326         (gst_silence_get):
32327         * gst/silence/gstsilence.h:
32328         fix silence generation for 16bit raw audio
32329
32330 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32331
32332         * gst/matroska/matroska-demux.c:
32333         (gst_matroska_demux_parse_metadata),
32334         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32335         * gst/mpegaudio/common.c:
32336         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32337         (gst_videoscale_getcaps), (gst_videoscale_link),
32338         (gst_videoscale_src_fixate), (gst_videoscale_init),
32339         (gst_videoscale_finalize):
32340         * gst/videoscale/gstvideoscale.h:
32341         * gst/videotestsrc/gstvideotestsrc.c:
32342         (gst_videotestsrc_get_capslist):
32343         * gst/wavenc/gstwavenc.c:
32344         * sys/oss/gstossmixer.c: (fill_labels):
32345         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32346         (gst_ximagesink_handle_xevents),
32347         (gst_ximagesink_calculate_pixel_aspect_ratio),
32348         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32349         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32350         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32351         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32352         (gst_ximagesink_init), (gst_ximagesink_class_init):
32353         * sys/ximage/ximagesink.h:
32354         * sys/xvimage/xvimagesink.c:
32355         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32356         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32357         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32358         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32359         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32360         * sys/xvimage/xvimagesink.h:
32361           first batch of pixel aspect ratio commits.
32362
32363 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32364
32365         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32366         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32367         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32368           handle stride, needs work if we want to move stride handling
32369           upstream, but works correctly for our purposes.
32370
32371 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32372
32373         * gst/videoscale/README:
32374           add testing examples
32375         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32376         (gst_videoscale_chain):
32377         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32378         (gst_videoscale_get_size):
32379           add get_size function that handles stride like videotestsrc.
32380           fixes conversion for YUV formats for as much as I can test them.
32381
32382 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32383
32384         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32385         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32387         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32388         (gst_xvimagesink_xvimage_put):
32389           further cleanups, logging, error handling and synchronizing
32390
32391 2004-07-27  Wim Taymans  <wim@fluendo.com>
32392
32393         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32394         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32395         (gst_videomixer_pad_set_property),
32396         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32397         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32398         (gst_videomixer_class_init), (gst_videomixer_init),
32399         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32400         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32401         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32402         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32403         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32404         (gst_videomixer_loop), (plugin_init):
32405         Be a nicer negotiation citizen and provide a getcaps function on
32406         the srcpad. This also fixes a crash when resizing.
32407
32408 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32409
32410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32411         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32412
32413 2004-07-27  Wim Taymans  <wim@fluendo.com>
32414
32415         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32416         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32417         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32418         (gst_pngenc_set_property):
32419         * ext/libpng/gstpngenc.h:
32420         Added snapshot property to pngenc.
32421         removed g_print from pngdec
32422
32423 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32424
32425         * gst/ac3parse/ac3parse.vcproj
32426         * gst/adder/adder.vcproj
32427         * gst/alpha/alpha.vcproj
32428         * gst/alpha/alphacolor.vcproj
32429         * gst/asfdemux/asf.vcproj
32430         * gst/audioconvert/audioconvert.vcproj
32431         * gst/audiorate/audiorate.vcproj
32432         * gst/audioscale/audioscale.vcproj
32433         * gst/auparse/auparse.vcproj
32434         * gst/avi/avi.vcproj
32435         * gst/cdxaparse/cdxaparse.vcproj
32436         * gst/chart/chart.vcproj
32437         * gst/colorspace/colorspace.vcproj
32438         * gst/cutter/cutter.vcproj
32439         * gst/debug/debug.vcproj
32440         * gst/debug/efence.vcproj
32441         * gst/debug/navigationtest.vcproj
32442         * gst/deinterlace/deinterlace.vcproj
32443         * gst/effectv/effectv.vcproj
32444         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32445         * gst/filter/filter.vcproj
32446         * gst/flx/flxdec.vcproj
32447         * gst/goom/goom.vcproj
32448         * gst/interleave/interleave.vcproj
32449         * gst/law/alaw.vcproj
32450         * gst/law/mulaw.vcproj
32451         * gst/matroska/matroska.vcproj
32452         * gst/median/median.vcproj
32453         * gst/mixmatrix/mixmatrix.vcproj
32454         * gst/mpeg1sys/mpeg1systemencode.vcproj
32455         * gst/mpeg1videoparse/mp1videoparse.vcproj
32456         * gst/mpeg2sub/mpeg2subt.vcproj
32457         * gst/mpegaudio/mpegaudio.vcproj
32458         * gst/mpegaudioparse/mpegaudioparse.vcproj
32459         * gst/mpegstream/mpegstream.vcproj
32460         * gst/multifilesink/multifilesink.vcproj
32461         * gst/multipart/multipart.vcproj
32462         * gst/oneton/oneton.vcproj
32463         * gst/overlay/overlay.vcproj
32464         * gst/passthrough/passthrough.vcproj
32465         * gst/qtdemux/qtdemux.vcproj
32466         * gst/realmedia/rmdemux.vcproj
32467         * gst/rtjpeg/rtjpeg.vcproj
32468         * gst/rtp/rtp.vcproj
32469         * gst/silence/silence.vcproj
32470         * gst/sine/sinesrc.vcproj
32471         * gst/smooth/smooth.vcproj
32472         * gst/smpte/smpte.vcproj
32473         * gst/spectrum/spectrum.vcproj
32474         * gst/speed/speed.vcproj
32475         * gst/stereo/stereo.vcproj
32476         * gst/switch/switch.vcproj
32477         * gst/tags/tagedit.vcproj
32478         * gst/tcp/tcp.vcproj
32479         * gst/typefind/typefindfunctions.vcproj
32480         * gst/udp/udp.vcproj
32481         * gst/videobox/videobox.vcproj
32482         * gst/videocrop/videocrop.vcproj
32483         * gst/videodrop/videodrop.vcproj
32484         * gst/videofilter/gamma.vcproj
32485         * gst/videofilter/videobalance.vcproj
32486         * gst/videofilter/videofilter.vcproj
32487         * gst/videofilter/videoflip.vcproj
32488         * gst/videoflip/videoflip.vcproj
32489         * gst/videomixer/videomixer.vcproj
32490         * gst/videorate/videorate.vcproj
32491         * gst/videoscale/videoscale.vcproj
32492         * gst/videotestsrc/videotestsrc.vcproj
32493         * gst/virtualdub/virtualdub.vcproj
32494         * gst/volenv/volenv.vcproj
32495         * gst/volume/volume.vcproj
32496         * gst/wavenc/wavenc.vcproj
32497         * gst/wavparse/wavparse.vcproj
32498         * gst/y4m/y4menc.vcproj
32499         * gst-libs/gst/audio/audio.vcproj
32500         * gst-libs/gst/audio/audiofilter.vcproj
32501         * gst-libs/gst/colorbalance/colorbalance.vcproj
32502         * gst-libs/gst/idct/idtc.vcproj
32503         * gst-libs/gst/media-info/media-info.vcproj
32504         * gst-libs/gst/mixer/mixer.vcproj
32505         * gst-libs/gst/navigation/navigation.vcproj
32506         * gst-libs/gst/play/play.vcproj
32507         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32508         * gst-libs/gst/resample/resample.vcproj
32509         * gst-libs/gst/riff/riff.vcproj
32510         * gst-libs/gst/tuner/tuner.vcproj
32511         * gst-libs/gst/video/video.vcproj
32512         * gst-libs/gst/xoverlay/xoverlay.vcproj
32513           avoid problems with math.h, fix release dependancy
32514           rename GStreamer-0.8.lib to libgstreamer.lib
32515
32516 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32517
32518         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32520         the atom is not available we have to unlock the mutex. Fixes #148023
32521
32522 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32523
32524         * gst-libs/gst/media-info/media-info.h:
32525           issue for a vararg macro with MSVC
32526
32527 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32528
32529         * gst/effectv/effectv.vcproj
32530         * gst-libs/gst/idct/idct.vcproj:
32531         * gst-libs/gst/media-info/media-info.vcproj:
32532         * gst-libs/gst/navigation/navigation.vcproj:
32533         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32534         * gst-libs/gst/video/video.vcproj:
32535         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32536           fixes for build problems
32537
32538 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32539
32540         * gst-libs/gst/audio/audio.def:
32541         * gst-libs/gst/audio/riff.def:
32542           add some definitions needed by plugins
32543
32544 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32545
32546         * gst/asfdemux/gstasfmux.c
32547           Fix some 64 bits constants to be glib friendly
32548
32549 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32550
32551         * gst/ac3parse/gstac3parse.c
32552         * gst/audioscale/gstaudioscale.c
32553         * gst/auparse/gstauparse.c
32554         * gst/colorspace/gstcolorspace.c
32555         * gst/colorspace/yuv2rgb.h
32556           local include fixes
32557
32558 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32559
32560         * win32/gst.sln
32561           add more plugins to the build
32562
32563 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32564
32565         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32566         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32567
32568 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32569
32570         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32571         (gst_level_set_property), (gst_level_get_property),
32572         (gst_level_base_init), (gst_level_class_init):
32573           add debugging categories.  cleanups.
32574
32575 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32576
32577         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32578         (gst_videoscale_planar411), (gst_videoscale_planar400),
32579         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32580         (gst_videoscale_scale_nearest_str1),
32581         (gst_videoscale_scale_nearest_str2),
32582         (gst_videoscale_scale_nearest_str4),
32583         (gst_videoscale_scale_nearest_16bit),
32584         (gst_videoscale_scale_nearest_24bit):
32585           fixed stride issues
32586           tested with 320x240 -> 321, 322, 324 x240
32587           tested with YV12, I420, YUY2, UYVY
32588           fixed packed422rev (don't think it could have worked before)
32589           by testing with UYVY
32590
32591 2004-07-26  Benjamin Otte  <otte@gnome.org>
32592
32593         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32594         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32595         (plugin_init):
32596           add debugging category, add error checks like checking return values
32597           of setup calls, make sure it still works after
32598           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32599
32600 2004-07-26  Wim Taymans  <wim@fluendo.com>
32601
32602         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32603         (gst_mpeg_demux_get_audio_stream),
32604         (gst_mpeg_demux_process_private):
32605         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32606         Check for error codes from the negotiation functions. Make sure
32607         we really set the pad caps when a new pad is created.
32608
32609 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32610
32611         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32612         (gst_ffmpeg_caps_to_pix_fmt):
32613         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32614         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32615         (gst_ffmpegcolorspace_pad_link):
32616           don't make function do two things at the same time without reason.
32617
32618 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32619
32620         * gst/ac3parse/ac3parse.vcproj
32621         * gst/adder/adder.vcproj
32622         * gst/alpha/alpha.vcproj
32623         * gst/alpha/alphacolor.vcproj
32624         * gst/asfdemux/asf.vcproj
32625         * gst/audioconvert/audioconvert.vcproj
32626         * gst/audiorate/audiorate.vcproj
32627         * gst/audioscale/audioscale.vcproj
32628         * gst/auparse/auparse.vcproj
32629         * gst/avi/avi.vcproj
32630         * gst/cdxaparse/cdxaparse.vcproj
32631         * gst/chart/chart.vcproj
32632         * gst/colorspace/colorspace.vcproj
32633         * gst/cutter/cutter.vcproj
32634         * gst/debug/debug.vcproj
32635         * gst/debug/efence.vcproj
32636         * gst/debug/navigationtest.vcproj
32637         * gst/deinterlace/deinterlace.vcproj
32638         * gst/effectv/effectv.vcproj
32639         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32640         * gst/filter/filter.vcproj
32641         * gst/flx/flxdec.vcproj
32642         * gst/goom/goom.vcproj
32643         * gst/interleave/interleave.vcproj
32644         * gst/law/alaw.vcproj
32645         * gst/law/mulaw.vcproj
32646         * gst/matroska/matroska.vcproj
32647         * gst/median/median.vcproj
32648         * gst/mixmatrix/mixmatrix.vcproj
32649         * gst/mpeg1sys/mpeg1systemencode.vcproj
32650         * gst/mpeg1videoparse/mp1videoparse.vcproj
32651         * gst/mpeg2sub/mpeg2subt.vcproj
32652         * gst/mpegaudio/mpegaudio.vcproj
32653         * gst/mpegaudioparse/mpegaudioparse.vcproj
32654         * gst/mpegstream/mpegstream.vcproj
32655         * gst/multifilesink/multifilesink.vcproj
32656         * gst/multipart/multipart.vcproj
32657         * gst/oneton/oneton.vcproj
32658         * gst/overlay/overlay.vcproj
32659         * gst/passthrough/passthrough.vcproj
32660         * gst/qtdemux/qtdemux.vcproj
32661         * gst/realmedia/rmdemux.vcproj
32662         * gst/rtjpeg/rtjpeg.vcproj
32663         * gst/rtp/rtp.vcproj
32664         * gst/silence/silence.vcproj
32665         * gst/sine/sinesrc.vcproj
32666         * gst/smooth/smooth.vcproj
32667         * gst/smpte/smpte.vcproj
32668         * gst/spectrum/spectrum.vcproj
32669         * gst/speed/speed.vcproj
32670         * gst/stereo/stereo.vcproj
32671         * gst/switch/switch.vcproj
32672         * gst/tags/tagedit.vcproj
32673         * gst/tcp/tcp.vcproj
32674         * gst/typefind/typefindfunctions.vcproj
32675         * gst/udp/udp.vcproj
32676         * gst/videobox/videobox.vcproj
32677         * gst/videocrop/videocrop.vcproj
32678         * gst/videodrop/videodrop.vcproj
32679         * gst/videofilter/gamma.vcproj
32680         * gst/videofilter/videobalance.vcproj
32681         * gst/videofilter/videofilter.vcproj
32682         * gst/videofilter/videoflip.vcproj
32683         * gst/videoflip/videoflip.vcproj
32684         * gst/videomixer/videomixer.vcproj
32685         * gst/videorate/videorate.vcproj
32686         * gst/videoscale/videoscale.vcproj
32687         * gst/videotestsrc/videotestsrc.vcproj
32688         * gst/virtualdub/virtualdub.vcproj
32689         * gst/volenv/volenv.vcproj
32690         * gst/volume/volume.vcproj
32691         * gst/wavenc/wavenc.vcproj
32692         * gst/wavparse/wavparse.vcproj
32693         * gst/y4m/y4menc.vcproj
32694           more plugins supported under windows
32695
32696 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32697
32698         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32699         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32700         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32702         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32703           Add debugging statements.  Use the sizes as returned by the
32704           *CreateImage calls.
32705
32706 2004-07-26  Johan Dahlin  <johan@gnome.org>
32707
32708         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32709         the pad is negotiated.
32710
32711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32712
32713 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32714
32715         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32716         * gst-libs/gst/idct/idct.vcproj:
32717         * gst-libs/gst/media-info/media-info.vcproj:
32718         * gst-libs/gst/mixer/mixer.vcproj:
32719         * gst-libs/gst/navigation/navigation.vcproj:
32720         * gst-libs/gst/play/play.vcproj:
32721         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32722         * gst-libs/gst/resample/resample.vcproj:
32723         * gst-libs/gst/tuner/tuner.vcproj:
32724         * gst-libs/gst/video/video.vcproj:
32725         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32726           more plugins supported under windows
32727
32728 2004-07-25 Iain <iain@prettypeople.org>
32729
32730         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32731         pad now rather than when the pad is created because state changes wipe
32732         explicit caps (fixes #148043).
32733
32734 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32735
32736         reviewed by Benjamin Otte  <otte@gnome.org>
32737
32738         * ext/mad/gstmad.c:
32739           fix mad plugin crashing on Sun (fixes #148289)
32740
32741 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32742
32743         * gst/avi/avi.def:
32744         * gst/avi/avi.vcproj:
32745         * gst/matroska/matroska.def:
32746         * gst/matroska/matroska.vcproj:
32747           remove unused .def files
32748
32749 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32750
32751         * gst-libs/gst/audio/gstaudiofilter.c:
32752           Clean the local include
32753
32754 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32755
32756         * win32/gst.sln:
32757         * gst-libs/gst/audio/audio.def:
32758         * gst-libs/gst/audio/audio.vcproj:
32759         * gst-libs/gst/audio/audiofilter.vcproj:
32760         * gst-libs/gst/audio/riff.def:
32761         * gst-libs/gst/audio/riff.vcproj:
32762         * gst-libs/gst/gst-libs.def:
32763         * gst-libs/gst/gst-libs.vcproj:
32764         * gst/avi/avi.vcproj:
32765         * gst/avi/avi.vcproj:
32766           Copy the files where needed after building, cleaner projects
32767
32768 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32769
32770         * gst/matroska/ebml-write.c:
32771           Fix some 64 bits constants to be glib friendly
32772
32773 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32774
32775         * win32/gst.sln:
32776         * gst-libs/gst/gst-libs.def:
32777         * gst-libs/gst/gst-libs.vcproj:
32778         * gst/matroska/matroska.def:
32779         * gst/matroska/matroska.vcproj:
32780           Add the preliminary canvas to build plugins on Win32
32781
32782 2004-07-23  Benjamin Otte  <otte@gnome.org>
32783
32784         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32785           don't enfore negotiation from source side, it breaks
32786           sinesrc ! audioconvert ! osssink
32787
32788 2004-07-22  David Schleef  <ds@schleef.org>
32789
32790         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32791         for ELF files, since they can easily be recognized as audio/mpeg.
32792         (bug #147441)
32793
32794 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32795
32796         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32797         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32798         (gst_videoscale_scale_nearest_24bit),
32799         (gst_videoscale_scale_nearest_16bit):
32800           fix 16bit and 24bit for stride (24bit might need testing)
32801           don't pretend we do more than one algorithm
32802
32803 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32804
32805         * configure.ac:
32806         * gst/Makefile.am:
32807         * gst/multifilesink/Makefile.am:
32808         * gst/multifilesink/gstmultifilesink.c:
32809         (gst_multifilesink_get_formats),
32810         (gst_multifilesink_get_query_types), (_do_init),
32811         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32812         (gst_multifilesink_init), (gst_multifilesink_dispose),
32813         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32814         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32815         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32816         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32817         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32818         (gst_multifilesink_uri_get_type),
32819         (gst_multifilesink_uri_get_protocols),
32820         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32821         (gst_multifilesink_uri_handler_init), (plugin_init):
32822         * gst/multifilesink/gstmultifilesink.h:
32823         * testsuite/Makefile.am:
32824         * testsuite/multifilesink/Makefile.am:
32825         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32826         (gst_newmedia_class_init), (gst_newmedia_init),
32827         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32828         (newfile_signal), (test_signal), (main):
32829         multifilesink plugin for creating new files every time a new media
32830         discontinuity event occurs
32831
32832 2004-07-22  Wim Taymans  <wim@fluendo.com>
32833
32834         * gst/alpha/Makefile.am:
32835         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32836         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32837         (gst_alpha_color_init), (gst_alpha_color_set_property),
32838         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32839         (transform), (gst_alpha_color_chain),
32840         (gst_alpha_color_change_state), (plugin_init):
32841         Stupid plugin to to RGBA to AYUV conversion because none of
32842         the colorspace plugins can handle that yet.
32843
32844 2004-07-22  Wim Taymans  <wim@fluendo.com>
32845
32846         * examples/seeking/seek.c: (update_scale), (main):
32847         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32848         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32849         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32850         (gst_decode_bin_init), (gst_decode_bin_dispose),
32851         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32852         (no_more_pads), (close_link), (type_found),
32853         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32854         (plugin_init):
32855         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32856         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32857         (gst_play_base_bin_dispose), (queue_overrun),
32858         (gen_preroll_element), (remove_prerolls), (unknown_type),
32859         (no_more_pads), (new_stream), (setup_source),
32860         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32861         (play_base_eos), (gst_play_base_bin_change_state),
32862         (gst_play_base_bin_add_element),
32863         (gst_play_base_bin_remove_element),
32864         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32865         (gst_play_base_bin_unlink_stream),
32866         (gst_play_base_bin_get_streaminfo):
32867         * gst/playback/gstplaybin.c: (gen_video_element),
32868         (gen_audio_element):
32869         * gst/playback/gststreaminfo.h:
32870         More playback updates, attempt to fix things after the state change
32871         breakage.
32872
32873 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32874
32875         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32876         (gst_videoscale_scale_nearest_16bit):
32877           comment algorithm
32878
32879 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32880
32881         * gst/videotestsrc/gstvideotestsrc.c:
32882         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32883         (gst_videotestsrc_init), (gst_videotestsrc_get),
32884         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32885         (gst_videotestsrc_get_property):
32886         * gst/videotestsrc/gstvideotestsrc.h:
32887         * gst/videotestsrc/videotestsrc.c:
32888         * gst/videotestsrc/videotestsrc.h:
32889           cleanup and commenting
32890
32891 2004-07-21  Wim Taymans  <wim@fluendo.com>
32892
32893         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32894         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32895         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32896         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32897         (_find_chain_get_unknown_part), (_find_streams_check),
32898         (gst_ogg_demux_push), (gst_ogg_pad_push):
32899         * ext/theora/theoradec.c: (theora_get_formats),
32900         (theora_dec_src_convert), (theora_dec_sink_convert),
32901         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32902         (theora_dec_chain):
32903         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32904         (vorbis_dec_convert), (vorbis_dec_src_query),
32905         (vorbis_dec_src_event), (vorbis_dec_event):
32906         More seeking fixes, oggdemux now supports seeking to time and
32907         uses the downstream element to convert granulepos to time.
32908         Seeking in theora-only ogg files now works.
32909
32910 2004-07-21  Wim Taymans  <wim@fluendo.com>
32911
32912         * ext/theora/theoradec.c: (gst_theora_dec_init),
32913         (theora_get_formats), (theora_get_event_masks),
32914         (theora_get_query_types), (theora_dec_src_convert),
32915         (theora_dec_sink_convert), (theora_dec_src_query),
32916         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32917         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32918         (vorbis_get_event_masks), (vorbis_get_query_types),
32919         (gst_vorbis_dec_init), (vorbis_dec_convert),
32920         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32921         Added query/convert/formats functions to vorbis and theora decoders
32922         so that the outside world can use them too. Fixed seeking on an
32923         ogg/theora/vorbis file by disabling the seeking seeking on the
32924         theora srcpad.
32925
32926 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32927
32928         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32929         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32930         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32931         images creation for both elements. We don't create the image on caps
32932         nego or renego, we just destroy the internal one if present if it does
32933         not match the needs. The chain function takes care of creating a new
32934         image when needed.
32935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32936         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32937         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32938         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32939         the image format information. The buffer pool checks for the context
32940         image format and discard images with different formats.
32941         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32942
32943 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32944
32945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32946         (gst_ffmpegcolorspace_chain):
32947           no point in doing any chaining if the pad we want to push from
32948           isn't usable.
32949
32950 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32951
32952         * gst-libs/gst/riff/riff-media.c:
32953         (gst_riff_create_audio_caps_with_data):
32954           Fix double end-to-native symbol conversion (#148021).
32955
32956 2004-07-20  David Schleef  <ds@schleef.org>
32957
32958         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32959         Don't use an Atom that doesn't exist.
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_get_stats),
32965         (gst_multifdsink_client_remove),
32966         (gst_multifdsink_handle_client_write),
32967         (gst_multifdsink_queue_buffer):
32968         * gst/tcp/gstmultifdsink.h:
32969         More multifdsink stats. Avoid deadlock by releasing locks
32970         before sending out a signal.
32971
32972 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32973
32974         * po/LINGUAS:
32975         * po/hu.po:
32976           added Hungarian translation (Laszlo Dvornik)
32977
32978 2004-07-20  Wim Taymans  <wim@fluendo.com>
32979
32980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32981         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32982         (gst_multifdsink_handle_client_write),
32983         (gst_multifdsink_queue_buffer):
32984         * gst/tcp/gsttcp-marshal.list:
32985         Fixed the stupid marshal definition.
32986
32987 2004-07-20  Wim Taymans  <wim@fluendo.com>
32988
32989         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32990         (gst_multifdsink_init), (gst_multifdsink_add),
32991         (gst_multifdsink_client_remove),
32992         (gst_multifdsink_handle_client_write),
32993         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32994         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32995         (gst_multifdsink_init_send):
32996         * gst/tcp/gstmultifdsink.h:
32997         Added more stats, added timeout for a client, fixed some typos
32998         and added some comments.
32999
33000 2004-07-20  Wim Taymans  <wim@fluendo.com>
33001
33002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33003         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33004         (gst_multifdsink_client_remove),
33005         (gst_multifdsink_handle_client_write):
33006         * gst/tcp/gstmultifdsink.h:
33007         * gst/tcp/gsttcp-marshal.list:
33008         Added get_stats method that returns a GValueArray of
33009         stats values.
33010
33011 2004-07-19  Benjamin Otte  <otte@gnome.org>
33012
33013         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33014           make sure longname, description and author are valid UTF-8
33015
33016 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33017
33018         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33019         (gst_ximagesink_set_property):
33020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33021         (gst_xvimagesink_set_property):
33022           make sure SYNCHRONOUS is respected after getting the X context
33023
33024 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33025
33026         * gst/matroska/matroska-demux.c:
33027         (gst_matroska_demux_handle_src_event),
33028         (gst_matroska_demux_parse_blockgroup):
33029         * gst/matroska/matroska-ids.h:
33030           add BlockReference tag and ignore it to clear out log.
33031           ignore NAVIGATION events to clear out log.
33032
33033 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33034
33035         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33036         (gst_matroska_demux_add_stream):
33037         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33038           add debug categories
33039
33040 2004-07-16  Wim Taymans  <wim@fluendo.com>
33041
33042         * ext/libpng/Makefile.am:
33043         * ext/libpng/gstpng.c: (plugin_init):
33044         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33045         (gst_pngdec_get_type), (gst_pngdec_base_init),
33046         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33047         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33048         * ext/libpng/gstpngdec.h:
33049         Added png decoder.
33050
33051 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33052
33053         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33054         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33055         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33056         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33057         (gst_ximagesink_buffer_alloc):
33058         * sys/ximage/ximagesink.h:
33059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33060         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33061         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33062         (gst_xvimagesink_buffer_alloc):
33063         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33064         again. Using internal data pointer of the x(v)image to store image's
33065         data to be coherent with the buffer alloc mechanism. Investigated the
33066         image destruction code to be sure that everything gets freed correctly.
33067
33068 2004-07-16  Wim Taymans  <wim@fluendo.com>
33069
33070         * gst-libs/gst/riff/riff-read.c:
33071         (gst_riff_read_strf_vids_with_data),
33072         (gst_riff_read_strf_auds_with_data):
33073         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33074         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33075         Make sure we don't create 0 sized subbuffers in riff-read.
33076         Signal the no more pads signal after reading the avi header.
33077
33078 2004-07-16  Wim Taymans  <wim@fluendo.com>
33079
33080         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33081         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33082         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33083         (gst_decode_bin_init), (gst_decode_bin_dispose),
33084         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33085         (no_more_pads), (close_link), (type_found),
33086         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33087         (gst_decode_bin_change_state), (plugin_init):
33088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33089         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33090         (gst_play_base_bin_dispose), (queue_overrun),
33091         (gen_preroll_element), (remove_prerolls), (unknown_type),
33092         (no_more_pads), (new_stream), (setup_source),
33093         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33094         (play_base_eos), (gst_play_base_bin_change_state),
33095         (gst_play_base_bin_add_element),
33096         (gst_play_base_bin_remove_element),
33097         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33098         (gst_play_base_bin_unlink_stream),
33099         (gst_play_base_bin_get_streaminfo):
33100         * gst/playback/gstplaybasebin.h:
33101         Better error recovery. Added configurable preroll queue size. Faster
33102         detection of no-more-pads.
33103
33104 2004-07-16  Wim Taymans  <wim@fluendo.com>
33105
33106         * gst-libs/gst/video/video.h:
33107         Added 32 bits RGBA. Not sure if we should use another mime-type
33108         for alpha rgb. Currently the presence of the alpha_mask property
33109         signals an alpha channel.
33110
33111 2004-07-16  Wim Taymans  <wim@fluendo.com>
33112
33113         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33115         FPS seems to be 0.0 to MAX everywhere else.
33116
33117 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33118
33119         * gst-libs/gst/riff/riff-media.c:
33120         (gst_riff_create_video_caps_with_data):
33121           mp42/mp43 (no caps) exist too.
33122         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33123           Set pixel_width/height; we've got them in-caps.
33124         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33125         * gst/wavparse/gstwavparse.c: (plugin_init):
33126           Both are valid primary.
33127         * sys/oss/gstossmixer.c:
33128           Remove i18n hack and enable translations.
33129
33130 2004-07-15  Benjamin Otte  <otte@gnome.org>
33131
33132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33133         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33134           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33135
33136 2004-07-15  Benjamin Otte  <otte@gnome.org>
33137
33138         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33139         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33140         (gst_alsa_close_audio):
33141           disable some of the debugging code for now. Writing debugging to a
33142           buffer is broken in current alsalib releases.
33143
33144 2004-07-12  Benjamin Otte  <otte@gnome.org>
33145
33146         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33147           use bufferpools
33148
33149 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33150
33151         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33152         (theora_dec_src_query), (theora_dec_event):
33153         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33154           add debugging categories.  Remove \n's.
33155
33156 2004-07-13  Johan Dahlin  <johan@gnome.org>
33157
33158         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33159         (gst_play_bin_get_property): Impl.
33160
33161 2004-07-13  Wim Taymans  <wim@fluendo.com>
33162
33163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33164         When trying to find the stream length, seek back N pages
33165         instead of just one, where N is the number of streams in
33166         the current chain.
33167
33168 2004-07-13  Wim Taymans  <wim@fluendo.com>
33169
33170         * gst-libs/gst/riff/riff-media.c:
33171         (gst_riff_create_audio_caps_with_data),
33172         (gst_riff_create_audio_caps),
33173         (gst_riff_create_audio_template_caps):
33174         * gst-libs/gst/riff/riff-media.h:
33175         * gst-libs/gst/riff/riff-read.c:
33176         (gst_riff_read_strf_vids_with_data),
33177         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33178         * gst-libs/gst/riff/riff-read.h:
33179         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33180         (gst_avi_demux_add_stream):
33181         Set codec_data on caps for avidemuxer.
33182
33183 2004-07-12  David Schleef  <ds@schleef.org>
33184
33185         * configure.ac: Fix test for Objective C
33186
33187 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33188         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33189         (gst_gdk_pixbuf_chain):
33190           Add svg and pcx to template caps, and ensure that getcaps returns a
33191           subset of the template caps.
33192           Copy each row manually for output, as gdkpixbuf may pad the
33193           rowstride to a 32-bit word boundary.
33194
33195 2004-07-12  Wim Taymans  <wim@fluendo.com>
33196
33197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33198         (gst_riff_create_video_template_caps):
33199         Fix the template caps to include some more media types.
33200
33201 2004-07-12  Wim Taymans  <wim@fluendo.com>
33202
33203         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33204         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33205         (compare_ranks), (print_feature), (gst_decode_bin_init),
33206         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33207         (try_to_link_1), (new_pad), (close_link), (type_found),
33208         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33209         (gst_decode_bin_change_state), (plugin_init):
33210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33211         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33212         (gst_play_base_bin_dispose), (queue_overrun),
33213         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33214         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33215         (gst_play_base_bin_get_property), (play_base_eos),
33216         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33217         (gst_play_base_bin_remove_element),
33218         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33219         (gst_play_base_bin_unlink_stream),
33220         (gst_play_base_bin_get_streaminfo):
33221         * gst/playback/gstplaybasebin.h:
33222         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33223         (gst_play_bin_class_init), (gst_play_bin_init),
33224         (gst_play_bin_dispose), (gst_play_bin_set_property),
33225         (gst_play_bin_get_property), (gen_video_element),
33226         (gen_audio_element), (remove_sinks), (setup_sinks),
33227         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33228         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33229         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33230         (gst_play_bin_query), (plugin_init):
33231         * gst/playback/test4.c: (main):
33232         More fixes on reusing of the element.
33233
33234 2004-07-11  Benjamin Otte  <otte@gnome.org>
33235
33236         * ext/mad/gstmad.c: (normal_seek):
33237           allow seeking for other methods than just SET
33238
33239 2004-07-11  Andy Wingo  <wingo@pobox.com>
33240
33241         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33242         float, "any" caps -> buffer_frames=[0,MAX].
33243
33244         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33245         doesn't intersect our caps with the template any more. Do it
33246         ourselves.
33247         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33248
33249 2004-07-09  Wim Taymans  <wim@fluendo.com>
33250
33251         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33252         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33253         (compare_ranks), (print_feature), (gst_decode_bin_init),
33254         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33255         (try_to_link_1), (new_pad), (close_link), (type_found),
33256         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33257         (gst_decode_bin_change_state), (plugin_init):
33258         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33259         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33260         (gst_play_base_bin_dispose), (queue_overrun),
33261         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33262         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33263         (gst_play_base_bin_get_property), (play_base_eos),
33264         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33265         (gst_play_base_bin_remove_element),
33266         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33267         (gst_play_base_bin_unlink_stream),
33268         (gst_play_base_bin_get_streaminfo):
33269         * gst/playback/gstplaybasebin.h:
33270         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33271         (gst_play_bin_class_init), (gst_play_bin_init),
33272         (gst_play_bin_dispose), (gst_play_bin_set_property),
33273         (gst_play_bin_get_property), (gen_video_element),
33274         (gen_audio_element), (remove_sinks), (setup_sinks),
33275         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33276         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33277         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33278         (gst_play_bin_query), (plugin_init):
33279         * gst/playback/test4.c: (main):
33280         Work on object reuse and seeking.
33281
33282 2004-07-09  Wim Taymans  <wim@fluendo.com>
33283
33284         * examples/seeking/seek.c: (iterate):
33285         Don't consume all CPU in the idle loop.
33286
33287 2004-07-09  Wim Taymans  <wim@fluendo.com>
33288
33289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33290         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33291         Add pad to element *after* setting the pad functions so that
33292         the scheduler can use the correct ones.
33293
33294 2004-07-09  Wim Taymans  <wim@fluendo.com>
33295
33296         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33297         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33298         Sync to keyframe after seek
33299
33300 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33301
33302         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33304         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33305         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33306         * ext/libvisual/visual.c: (gst_visual_change_state):
33307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33308         * ext/theora/theoradec.c: (theora_dec_change_state):
33309         * ext/theora/theoraenc.c: (theora_enc_change_state):
33310         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33311         * gst-libs/gst/navigation/navigation.c:
33312         * gst/adder/gstadder.c: (gst_adder_change_state):
33313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33314         (gst_audio_convert_get_buffer):
33315         * gst/multipart/multipartdemux.c:
33316         (gst_multipart_demux_change_state):
33317         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33319         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33320         * gst/videoscale/gstvideoscale.c:
33321         (gst_videoscale_handle_src_event):
33322         * gst/volume/gstvolume.c: (volume_chain_int16):
33323           don't assert in state change, this should be done by the base
33324           GstElement class.
33325           various debugging fixes.
33326
33327 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33328
33329         * configure.ac:
33330         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33331         (gst_play_dispose), (gst_play_set_location),
33332         (gst_play_set_data_src), (gst_play_set_video_sink),
33333         (gst_play_set_audio_sink), (gst_play_set_visualization),
33334         (gst_play_connect_visualization), (gst_play_get_sink_element),
33335         (gst_play_get_all_by_interface):
33336         * gst-libs/gst/play/play.h:
33337           add new method to get elements implementing an interface.
33338           add various error logging
33339
33340 2004-07-08  Wim Taymans  <wim@fluendo.com>
33341
33342         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33343         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33344         (make_playerbin_pipeline), (query_durations_elems),
33345         (query_durations_pads), (query_positions_elems),
33346         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33347         (main):
33348         Added playbin seeking example.
33349
33350 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33351
33352         * gst-libs/gst/play/play.c: (gst_play_set_location),
33353         (gst_play_set_data_src), (gst_play_set_video_sink),
33354         (gst_play_set_audio_sink), (gst_play_set_visualization),
33355         (gst_play_connect_visualization), (gst_play_get_framerate):
33356           use a macro to look up elements from hash table
33357
33358 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33359
33360         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33361         (gst_play_get_length_callback), (gst_play_set_location),
33362         (gst_play_seek_to_time), (gst_play_set_data_src),
33363         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33364         (gst_play_set_visualization), (gst_play_connect_visualization),
33365         (gst_play_get_sink_element):
33366         - add debugging info
33367         - fix looking up sink elements by iterating over complete caps
33368         - put everything except for source and autoplugger in a complete bin
33369
33370 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33371
33372         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33374         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33375         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33376         * ext/alsa/gstalsasink.h:
33377         - add debugging info
33378         - clean up schizophrenia of data/buffer/event
33379         - fix double event unref error
33380
33381 2004-07-08  Wim Taymans  <wim@fluendo.com>
33382
33383         * gst/playback/Makefile.am:
33384         Add headers to noinst
33385
33386 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33387
33388         * tools/gst-launch-ext-m.m:
33389         * tools/gst-launch-ext.1.in:
33390           convert to the third millenium
33391
33392 2004-07-07  David Schleef  <ds@schleef.org>
33393
33394         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33395
33396 2004-07-07  Wim Taymans  <wim@fluendo.com>
33397
33398         * gst/playback/Makefile.am:
33399         * gst/playback/README:
33400         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33401         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33402         (compare_ranks), (print_feature), (gst_decode_bin_init),
33403         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33404         (try_to_link_1), (new_pad), (close_link), (type_found),
33405         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33406         (plugin_init):
33407         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33408         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33409         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33410         (gen_preroll_element), (no_more_pads), (new_stream),
33411         (setup_source), (gst_play_base_bin_set_property),
33412         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33413         (gst_play_base_bin_add_element),
33414         (gst_play_base_bin_remove_element),
33415         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33416         (gst_play_base_bin_unlink_stream),
33417         (gst_play_base_bin_get_streaminfo):
33418         * gst/playback/gstplaybasebin.h:
33419         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33420         (gst_play_bin_class_init), (gst_play_bin_init),
33421         (gst_play_bin_dispose), (gst_play_bin_set_property),
33422         (gst_play_bin_get_property), (gen_video_element),
33423         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33424         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33425         (gst_play_bin_get_formats), (gst_play_bin_convert),
33426         (gst_play_bin_get_query_types), (gst_play_bin_query),
33427         (plugin_init):
33428         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33429         (gst_stream_info_get_type), (gst_stream_info_class_init),
33430         (gst_stream_info_init), (gst_stream_info_new),
33431         (gst_stream_info_dispose), (gst_stream_info_set_property),
33432         (gst_stream_info_get_property):
33433         * gst/playback/gststreaminfo.h:
33434         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33435         (main):
33436         * gst/playback/test2.c: (main):
33437         * gst/playback/test3.c: (update_scale), (main):
33438         More playbin fixes. Added README. Do better element filtering.
33439         Added base class to preroll media. Added test apps.
33440
33441 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33442
33443         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33444         * ext/mpeg2dec/gstmpeg2dec.h:
33445           various debugging improvements.  Reset stream to next picture
33446           instead of sequence header, otherwise seeks cannot work.
33447
33448 2004-07-07  Wim Taymans  <wim@fluendo.com>
33449
33450         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33451         (gst_video_box_class_init), (gst_video_box_set_property),
33452         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33453         Use pad_alloc where possible.
33454
33455 2004-07-07  Wim Taymans  <wim@fluendo.com>
33456
33457         * sys/oss/gstosselement.c: (gst_osselement_reset),
33458         (gst_osselement_parse_caps):
33459         * sys/oss/gstosselement.h:
33460         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33461         Fix offset on osssrc.
33462
33463 2004-07-07  Wim Taymans  <wim@fluendo.com>
33464
33465         * ext/theora/theora.c: (plugin_init):
33466         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33467         (theora_dec_src_query), (theora_dec_chain):
33468         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33469         (theora_enc_sink_link), (theora_buffer_from_packet),
33470         (theora_push_packet), (theora_enc_chain):
33471         Fix theora granulepos calculation.
33472         Fix overflow in duration/position calculation.
33473         Bump rank to PRIMARY for theoradec.
33474         Use granulepos of last packet to calculate position.
33475         Set keyframe flag on buffers when needed.
33476
33477 2004-07-06  David Schleef  <ds@schleef.org>
33478
33479         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33480         serious?  (Fixed, obviously.)
33481
33482 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33483
33484         * po/LINGUAS:
33485         * po/cs.po:
33486           added Czech translation (Miloslav Trmac)
33487
33488 2004-07-05  Wim Taymans  <wim@fluendo.com>
33489
33490         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33491         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33492         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33493         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33494         (close_link), (type_found), (gst_decode_bin_set_property),
33495         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33496         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33497         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33498         (gst_decode_bin_query), (plugin_init):
33499         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33500         (gst_play_bin_class_init), (gst_play_bin_init),
33501         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33502         (get_video_element), (new_pad), (setup_source),
33503         (gst_play_bin_set_property), (gst_play_bin_get_property),
33504         (gst_play_bin_change_state), (gst_play_bin_add_element),
33505         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33506         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33507         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33508         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33509         * gst/playback/test.c: (main):
33510         More fixes, cleaned up playbin, make it use decodebin. Added
33511         threaded property to playbin.
33512
33513 2004-07-05  Wim Taymans  <wim@fluendo.com>
33514
33515         * configure.ac:
33516         * gst/playback/Makefile.am:
33517         * gst/playback/decodetest.c: (main):
33518         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33519         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33520         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33521         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33522         (close_link), (type_found), (gst_decode_bin_set_property),
33523         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33524         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33525         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33526         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33527         (plugin_init):
33528         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33529         (gst_play_bin_class_init), (gst_play_bin_init),
33530         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33531         (collect_sink_pads), (find_compatibles), (close_pad_link),
33532         (try_to_link_1), (new_pad), (close_link), (type_found),
33533         (setup_source), (gst_play_bin_set_property),
33534         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33535         (compare_ranks), (gst_play_bin_collect_factories),
33536         (gst_play_bin_change_state), (gst_play_bin_add_element),
33537         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33538         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33539         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33540         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33541         * gst/playback/test.c: (main):
33542         Added some playback helper elements and some test apps, very alpha
33543         still.
33544
33545 2004-07-04  Benjamin Otte  <otte@gnome.org>
33546
33547         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33548           only restart audio when we indeed have an xrun to fix repeated
33549           xruns. Fix suggested by Giuliano Pochini.
33550
33551 2004-07-03  David Schleef  <ds@schleef.org>
33552
33553         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33554         call to gst_debug_log() if debugging is disabled (bug #145118)
33555
33556 2004-07-03  Benjamin Otte  <otte@gnome.org>
33557
33558         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33559           use our own functions for restarting the alsa device.
33560         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33561           I should apply patches myself - use MIN for the third argument, not
33562           the second, this fixes seeking
33563
33564 2004-07-02  David Schleef  <ds@schleef.org>
33565
33566         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33567         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33568         do with the logic.
33569
33570 2004-07-02  David Schleef  <ds@schleef.org>
33571
33572         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33573         output buffers.  Fix logic mistake.  (bug #144866)
33574
33575 2004-07-02  David Schleef  <ds@schleef.org>
33576
33577         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33578         on X.  (bug #144753)
33579
33580 2004-07-02  David Schleef  <ds@schleef.org>
33581
33582         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33583         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33584         (bug #144624)
33585         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33586         (gst_osselement_rate_probe_check): Add another workaround for
33587         buggy drivers (bug #145336)
33588
33589 2004-07-02  David Schleef  <ds@schleef.org>
33590
33591         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33592         Most systems don't have MSG_NOSIGNAL.
33593
33594 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33595
33596         * Makefile.am:
33597         * gst-libs/gst/colorbalance/Makefile.am:
33598         * gst-libs/gst/mixer/Makefile.am:
33599         * gst-libs/gst/play/Makefile.am:
33600         * gst-libs/gst/tuner/Makefile.am:
33601           (hopefully) fix both install and dist and make error message useful.
33602           needs testing across automakes.
33603
33604 2004-07-02  Benjamin Otte  <otte@gnome.org>
33605
33606         * ext/ogg/gstogg.c: (plugin_init):
33607           we require bytestream now
33608         * ext/ogg/gstoggdemux.c:
33609           huge diff to implement chain setup in a fast and generic way. This
33610           improves tag reading and startup of huge files (read: Theora videos)
33611           quite a bit. It probably contains bugs, too, so please test.
33612           Seeking is not improved to the fast method.
33613
33614 2004-06-29  Wim Taymans  <wim@fluendo.com>
33615
33616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33617         * ext/ogg/gstoggmux.c:
33618         Fix memleak in oggdemux when running unconnected pads.
33619         doc update in mux, start working on keyframe mode.
33620
33621 2004-06-29  Benjamin Otte  <otte@gnome.org>
33622
33623         * sys/oss/gstosssink.c:
33624         * sys/oss/gstosssrc.c:
33625           advertise correct template caps - we indeed do non-native endianness
33626           and 8bit audio has no endianness
33627         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33629           avoid (wrong) duplications in getcaps function and return
33630           template caps
33631
33632 2004-06-29  Wim Taymans  <wim@fluendo.com>
33633
33634         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33635         (gst_multifdsink_class_init), (gst_multifdsink_add),
33636         (gst_multifdsink_remove), (gst_multifdsink_clear),
33637         (gst_multifdsink_client_remove),
33638         (gst_multifdsink_handle_client_read),
33639         (gst_multifdsink_client_queue_data),
33640         (gst_multifdsink_client_queue_caps),
33641         (gst_multifdsink_client_queue_buffer),
33642         (gst_multifdsink_handle_client_write),
33643         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33644         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33645         (gst_multifdsink_init_send), (gst_multifdsink_close):
33646         Fix wrong GList iteration that could crash the server when
33647         more then 2 clients disconnect at the same time. Read all the
33648         pending commands in one batch to recover from command storms under
33649         very heavy load.
33650
33651 2004-06-28  Wim Taymans  <wim@fluendo.com>
33652
33653         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33654         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33655         (gst_videomixer_pad_set_property),
33656         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33657         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33658         (gst_videomixer_class_init), (gst_videomixer_init),
33659         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33660         (pad_zorder_compare), (gst_videomixer_sort_pads),
33661         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33662         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33663         (gst_videomixer_update_queues), (gst_videomixer_loop),
33664         (plugin_init):
33665         Avoid divide by zero, choose masterpad as the pad with the highest
33666         framerate.
33667
33668 2004-06-27  Julien Moutte  <julien@moutte.net>
33669
33670         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33671         (gst_ximagesink_xwindow_new):
33672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33673         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33674         function directly. We might want to call it from somewhere else one day.
33675
33676 2004-06-27  Julien Moutte  <julien@moutte.net>
33677
33678         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33679         (gst_ximagesink_xwindow_new):
33680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33681         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33682         window decorations.
33683
33684 2004-06-27  Wim Taymans  <wim@fluendo.com>
33685
33686         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33687         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33688         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33689         (gst_dvdec_set_property), (gst_dvdec_get_property):
33690         * ext/dv/gstdvdec.h:
33691         Implement drop_factor property to lower the framerate with
33692         a factor.
33693
33694 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33695
33696         * gst-libs/gst/colorbalance/Makefile.am:
33697         * gst-libs/gst/mixer/Makefile.am:
33698         * gst-libs/gst/play/Makefile.am:
33699         * gst-libs/gst/tuner/Makefile.am:
33700           unbreak Company's fix that didn't install the -enum.h files
33701
33702 2004-06-27  Wim Taymans  <wim@fluendo.com>
33703
33704         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33705         (gst_dvdec_change_state):
33706         * ext/dv/gstdvdec.h:
33707         Fix timestamp, duration and offset of the buffers.
33708
33709 2004-06-27  Wim Taymans  <wim@fluendo.com>
33710
33711         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33712         (gst_multifdsink_class_init), (gst_multifdsink_add),
33713         (gst_multifdsink_remove), (gst_multifdsink_clear),
33714         (gst_multifdsink_client_remove),
33715         (gst_multifdsink_handle_client_read),
33716         (gst_multifdsink_client_queue_data),
33717         (gst_multifdsink_client_queue_caps),
33718         (gst_multifdsink_client_queue_buffer),
33719         (gst_multifdsink_handle_client_write),
33720         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33721         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33722         (gst_multifdsink_init_send), (gst_multifdsink_close):
33723         * gst/tcp/gstmultifdsink.h:
33724         * gst/tcp/gsttcpserversink.c:
33725         (gst_tcpserversink_handle_server_read),
33726         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33727         More multifdsink fixes, more recovery policy fixes.
33728         Removed stupid g_print
33729
33730 2004-06-26  Wim Taymans  <wim@fluendo.com>
33731
33732         * gst/tcp/Makefile.am:
33733         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33734         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33735         (gst_multifdsink_class_init), (gst_multifdsink_init),
33736         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33737         (gst_multifdsink_handle_client_read),
33738         (gst_multifdsink_client_queue_data),
33739         (gst_multifdsink_client_queue_caps),
33740         (gst_multifdsink_client_queue_buffer),
33741         (gst_multifdsink_handle_client_write),
33742         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33743         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33744         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33745         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33746         (gst_multifdsink_close), (gst_multifdsink_change_state):
33747         * gst/tcp/gstmultifdsink.h:
33748         * gst/tcp/gsttcpplugin.c: (plugin_init):
33749         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33750         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33751         (gst_tcpserversink_handle_server_read),
33752         (gst_tcpserversink_handle_select),
33753         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33754         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33755         * gst/tcp/gsttcpserversink.h:
33756         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33757         one of the locks, added recovery policy to multifdsink.
33758
33759 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33760
33761         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33762           fix decision for when getting frames with same timestamp
33763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33764         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33765         (gst_v4lsrc_get_property):
33766         * sys/v4l/gstv4lsrc.h:
33767           add latency offset property
33768
33769 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33770
33771         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33772         (plugin_init):
33773           fix debugging. add category.
33774
33775 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33776
33777         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33778           fix wrong offsets
33779
33780 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33781
33782         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33783         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33784         (gst_alsa_src_change_state):
33785           return a time that is in sync with the element's processing
33786
33787 2004-06-25  Wim Taymans  <wim@fluendo.com>
33788
33789         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33790         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33791         (gst_tcpserversink_client_remove),
33792         (gst_tcpserversink_handle_client_read),
33793         (gst_tcpserversink_client_queue_data),
33794         (gst_tcpserversink_client_queue_caps),
33795         (gst_tcpserversink_client_queue_buffer),
33796         (gst_tcpserversink_handle_client_write),
33797         (gst_tcpserversink_queue_buffer),
33798         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33799         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33800         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33801         (gst_tcpserversink_close):
33802         * gst/tcp/gsttcpserversink.h:
33803         Serversink rewrite. Really do non blocking writes to clients and
33804         maintain an internal queue to handle slower clients while not
33805         disturbing fast clients.
33806
33807 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33808
33809         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33810           better debug, don't override OFFSET and OFFSET_END
33811
33812 2004-06-25  Iain <iain@prettypeople.org>
33813
33814         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33815         name=source for the wavparse pipeline.
33816
33817 2004-06-24  Johan Dahlin  <johan@gnome.org>
33818
33819         * ext/theora/theoraenc.c (theora_enc_chain): Call
33820         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33821         streamheader caps are set correctly.
33822
33823 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33824
33825         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33826         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33827           respect minimum bitrate; same could be done for max bitrate
33828
33829 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33830
33831         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33832         (gst_vorbisenc_setup):
33833           fix sample rate range
33834
33835 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33836
33837         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33838         (gst_oggvorbisenc_setup):
33839         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33840         (gst_vorbisenc_setup):
33841           resolve ambiguities in code and description
33842
33843 2004-06-24  Wim Taymans  <wim@fluendo.com>
33844
33845         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33846         * ext/alsa/gstalsa.h:
33847         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33848         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33849         Use alsa trigger_tstamp to get the timestamp of the first
33850         sample in the buffer for more precise sync. Some cleanups.
33851
33852 2004-06-24  Wim Taymans  <wim@fluendo.com>
33853
33854         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33855         (gst_audiorate_init), (gst_audiorate_chain),
33856         (gst_audiorate_set_property), (gst_audiorate_get_property):
33857         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33858         (gst_videorate_chain):
33859         Added some logging, fixed an overflow bug in videorate.
33860
33861 2004-06-24  Benjamin Otte  <otte@gnome.org>
33862
33863         * ext/kio/Makefile.am:
33864           fix for builddir != srcdir and distcheck
33865
33866 2004-06-24  Benjamin Otte  <otte@gnome.org>
33867
33868         * gst-libs/gst/colorbalance/Makefile.am:
33869         * gst-libs/gst/mixer/Makefile.am:
33870         * gst-libs/gst/play/Makefile.am:
33871         * gst-libs/gst/tuner/Makefile.am:
33872         * gst/tcp/Makefile.am:
33873         * sys/dxr3/Makefile.am:
33874           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33875           tarball.
33876           Also add all *.list files that were missing.
33877         * Makefile.am:
33878           add a distcheck hook to ensure the above doesn't happen again.
33879
33880 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33881
33882         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33883
33884 2004-06-23  Colin Walters  <walters@redhat.com>
33885
33886         * m4/Makefile.am: Distribute gst-fionread.m4.
33887
33888 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33889
33890         * configure.ac: back to dev
33891
33892 2004-06-23  Wim Taymans  <wim@fluendo.com>
33893
33894         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33895         (gst_alsa_xrun_recovery):
33896         * ext/alsa/gstalsa.h:
33897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33898         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33899         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33900         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33901         (gst_alsa_src_loop):
33902         Add clock to alsasrc. Take new capture timestamp when
33903         restarting after an overrun. Split up some functions between
33904         alsasrc and alsasink.
33905
33906 === release 0.8.2 ===
33907
33908 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33909
33910         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33911         (gst_alsa_change_state), (gst_alsa_update_avail),
33912         (gst_alsa_xrun_recovery):
33913         * ext/alsa/gstalsa.h:
33914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33915           merge back changes from release
33916
33917 2004-06-23  Wim Taymans  <wim@fluendo.com>
33918
33919         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33920         (gst_audiorate_init), (gst_audiorate_chain),
33921         (gst_audiorate_set_property), (gst_audiorate_get_property):
33922         Implement sample dropping and notify
33923
33924 2004-06-22  Wim Taymans  <wim@fluendo.com>
33925
33926         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33927         (theora_enc_sink_link), (theora_buffer_from_packet),
33928         (theora_push_packet), (theora_enc_chain):
33929         Some cleanups, make sure the timestamps are correct.
33930
33931 2004-06-22  Wim Taymans  <wim@fluendo.com>
33932
33933         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33934         (gst_alsa_change_state), (gst_alsa_update_avail),
33935         (gst_alsa_xrun_recovery):
33936         * ext/alsa/gstalsa.h:
33937         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33938         Cleanups, take queued samples into account when reporting
33939         the time.
33940
33941 2004-06-22  Wim Taymans  <wim@fluendo.com>
33942
33943         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33944         (gst_videorate_init):
33945         Initialize the property as well.
33946
33947 2004-06-22  Wim Taymans  <wim@fluendo.com>
33948
33949         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33950         (gst_videorate_init), (gst_videorate_chain),
33951         (gst_videorate_set_property), (gst_videorate_get_property):
33952         Add property to make videorate silent.
33953         Add property to prefer new frames over old ones.
33954
33955 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33956
33957         * sys/osxvideo/Makefile.am:
33958         Workaround so that the osxvideo .so file gets linked with the
33959         Cocoa, OpenGL and QuickTime frameworks
33960
33961 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33962
33963         * sys/osxaudio/Makefile.am:
33964         Workaround so that the osxaudio .so file gets linked with the
33965         CoreAudio framework
33966
33967 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33968
33969         * configure.ac:
33970         Whoops, my fault...fixed build issues
33971
33972 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33973
33974         * configure.ac:
33975         Add objective-c support if running in Darwin/Mac OS X
33976         * sys/Makefile.am:
33977         * sys/osxvideo:
33978         * sys/osxvideo/Makefile.am:
33979         * sys/osxvideo/osxvideosink.h:
33980         * sys/osxvideo/osxvideosink.m:
33981         * sys/osxvideo/cocoawindow.h:
33982         * sys/osxvideo/cocoawindow.m:
33983         Add osxvideosink, a cocoa-based osx video sink
33984
33985
33986 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33987         * ext/dvdnav/gst-dvd:
33988         Grab the gconf key from the right spot
33989         * gst/debug/gstnavseek.c: (gst_navseek_init),
33990         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33991         (gst_navseek_chain):
33992         * gst/debug/gstnavseek.h:
33993           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33994           and loop parameters of a segment seek.
33995         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33996         (gst_videotestsrc_get_event_masks),
33997         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33998         * gst/videotestsrc/gstvideotestsrc.h:
33999           Add seeking support to videotestsrc
34000           Initialise the timestamp_offset variable.
34001
34002 2004-06-18  Wim Taymans  <wim@fluendo.com>
34003
34004         * ext/sidplay/gstsiddec.cc:
34005         Fix negotiation and set correct end offset.
34006
34007 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34008
34009         * configure.ac: branch and prerelease
34010
34011 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34012
34013         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34014         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34015         (gst_tcpclientsrc_init_receive):
34016         * gst/tcp/gsttcpclientsrc.h:
34017           read caps when connecting to server for GDP so we set them correctly
34018
34019 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34020
34021         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34022           notify drops and duplicates
34023         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34024           no good reason to limit ourselves to 100x100
34025
34026 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34027
34028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34029         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34030         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34031         (gst_v4lsrc_get_property):
34032         * sys/v4l/gstv4lsrc.h:
34033         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34034         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34035         (gst_v4l_set_audio):
34036         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34037         (gst_v4lsrc_try_capture):
34038         * sys/v4l/v4lsrc_calls.h:
34039           change try_palette to more general try_capture
34040           add autoprobe option so we can turn off autoprobing
34041           various fixes
34042
34043 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34044
34045         * configure.ac:
34046           add videorate
34047         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34048         (gst_ximagesink_class_init):
34049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34050         (gst_xvimagesink_class_init):
34051           run them as finalize, not dispose, since dispose can be invoked
34052           multiple times
34053
34054 2004-06-17  Wim Taymans  <wim@fluendo.com>
34055
34056         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34057         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34058         * ext/alsa/gstalsa.h:
34059         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34060         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34061         (gst_alsa_src_change_state):
34062         * ext/alsa/gstalsasrc.h:
34063         Make the xrun code timestamp and offset the buffers correctly.
34064         moved the clock to the base class, use alsa methods to get time.
34065         Do correct timestamping on outgoing buffers.
34066
34067 2004-06-17  Wim Taymans  <wim@fluendo.com>
34068
34069         * gst/audiorate/Makefile.am:
34070         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34071         (gst_audiorate_base_init), (gst_audiorate_class_init),
34072         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34073         (gst_audiorate_set_property), (gst_audiorate_get_property),
34074         (gst_audiorate_change_state), (plugin_init):
34075         Added an audiorate converter that fills in gaps.
34076
34077 2004-06-17  Johan Dahlin  <johan@gnome.org>
34078
34079         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34080
34081 2004-06-16  Wim Taymans  <wim@fluendo.com>
34082
34083         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
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         Added a copy mode to v4lsrc where it will output a copied version
34090         of its internal hardware buffer.
34091         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34092         can't | them.
34093
34094 2004-06-16  Wim Taymans  <wim@fluendo.com>
34095
34096         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34097         Timestamp fixes.
34098
34099 2004-06-16  Wim Taymans  <wim@fluendo.com>
34100
34101         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34102         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34103         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34104         (gst_v4lsrc_get_property):
34105         * sys/v4l/gstv4lsrc.h:
34106         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34107         Added a sync mode enum property to control v4lsrc timestamp method
34108         Removed the use-fixed-fps property and moved functionality in
34109         the enum.
34110         Don't error on an error value from v4l-conf, it might not always
34111         be a real error.
34112
34113 2004-06-16  Wim Taymans  <wim@fluendo.com>
34114
34115         * gst/videorate/Makefile.am:
34116         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34117         (gst_videorate_base_init), (gst_videorate_class_init),
34118         (gst_videorate_getcaps), (gst_videorate_link),
34119         (gst_videorate_init), (gst_videorate_chain),
34120         (gst_videorate_set_property), (gst_videorate_get_property),
34121         (gst_videorate_change_state), (plugin_init):
34122         Added a video timestamp corrector.
34123
34124 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34125
34126         fixed a potential leak with previous commit
34127
34128         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34129
34130 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34131
34132         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34133         Added missing refcount, fixes bug #144425
34134         Cheers Tim for finding the bug
34135
34136 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34137
34138         * sys/v4l/gstv4l.c: (plugin_init):
34139         * sys/v4l/gstv4lcolorbalance.c:
34140         * sys/v4l/gstv4lcolorbalance.h:
34141         * sys/v4l/gstv4lelement.c:
34142         * sys/v4l/gstv4lelement.h:
34143         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34144         * sys/v4l/gstv4lmjpegsink.h:
34145         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34146         * sys/v4l/gstv4lmjpegsrc.h:
34147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34148         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34149         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34150         * sys/v4l/gstv4lsrc.h:
34151         * sys/v4l/gstv4ltuner.c:
34152         * sys/v4l/gstv4ltuner.h:
34153         * sys/v4l/gstv4lxoverlay.c:
34154         * sys/v4l/gstv4lxoverlay.h:
34155         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34156         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34157         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34158         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34159         (gst_v4l_set_audio):
34160         * sys/v4l/v4l_calls.h:
34161         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34162         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34163         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34164         (gst_v4lmjpegsink_playback_init),
34165         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34166         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34167         (gst_v4lmjpegsink_playback_stop),
34168         (gst_v4lmjpegsink_playback_deinit):
34169         * sys/v4l/v4lmjpegsink_calls.h:
34170         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34171         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34172         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34173         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34174         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34175         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34176         * sys/v4l/v4lmjpegsrc_calls.h:
34177         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34178         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34179         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34180         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34181         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34182         (gst_v4lsrc_try_palette):
34183         * sys/v4l/v4lsrc_calls.h:
34184           bunch of paranoia cleanups
34185
34186 2004-06-14  David Schleef  <ds@schleef.org>
34187
34188         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34189         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34190         Send discont events and change timestamps appropriately when
34191         we get a seek event.  (bug #144240)
34192         * ext/cdparanoia/gstcdparanoia.h:
34193
34194 2004-06-14  Benjamin Otte  <otte@gnome.org>
34195
34196         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34197           snd_pcm_hw_params_set_rate  since the latter fails for no good
34198           reason on some setups.
34199
34200 2004-06-14  David Schleef  <ds@schleef.org>
34201
34202         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34203         standard.  Thank you for playing.
34204
34205 2004-06-14  Wim Taymans  <wim@fluendo.com>
34206
34207         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34208         Patch 1.3 broke the ordering of the colorspace info and
34209         made the plugin basically work by coincidence, reordered
34210         the info.
34211
34212 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34213
34214         * ext/lame/gstlame.c:
34215         * ext/mad/gstmad.c:
34216           sync caps.  Make sure mad can only output a list of rates, not
34217           a full range.  In the future, have three caps lists for each of the
34218           mpeg versions.  Change mpegversion to a double as well.
34219
34220 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34221
34222         * gst/volume/.cvsignore:
34223         * gst/volume/Makefile.am:
34224         * gst/volume/demo.c: (value_changed_callback), (idler),
34225         (setup_gui), (main):
34226           added small demo app
34227
34228 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34229         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34230         * ext/esd/esdsink.h:
34231         Close the esd connection on pause, because esd will just wait -
34232         blocking all other esd clients indefinitely.
34233
34234 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34235
34236         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34237           previous commit with GST_DEBUG
34238
34239 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34240
34241         * configure.ac:
34242           add a header check for a dvdread header in dvdnav.  Fixes #133002
34243
34244 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34245
34246         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34247         * gst/tcp/gsttcpclientsink.h:
34248         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34249         * gst/tcp/gsttcpclientsrc.h:
34250         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34251         (gst_tcpserversink_handle_server_read),
34252         (gst_tcpserversink_init_send):
34253         * gst/tcp/gsttcpserversink.h:
34254         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34255         * gst/tcp/gsttcpserversrc.h:
34256         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34257         version of IP)
34258
34259 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34260
34261         * configure.ac:
34262         Added ogg library so that OSX detects libtheora properly
34263
34264 2004-06-11  Wim Taymans  <wim@fluendo.com>
34265
34266         * ext/theora/theoradec.c: (theora_dec_chain),
34267         (theora_dec_change_state):
34268         Don't try to decode frames before we received a keyframe.
34269
34270 2004-06-11  Wim Taymans  <wim@fluendo.com>
34271
34272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34273         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34274         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34275         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34276         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34277         Added property to set the maximum delay of a page.
34278
34279 2004-06-10  Wim Taymans  <wim@fluendo.com>
34280
34281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34282         (gst_ogg_mux_init), (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         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34286         Added max-delay property to control the maximum amount
34287         of data to put in one page.
34288
34289 2004-06-10  Wim Taymans  <wim@fluendo.com>
34290
34291         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34292         (gst_theora_enc_init), (theora_enc_sink_link),
34293         (theora_buffer_from_packet), (theora_enc_set_property),
34294         (theora_enc_get_property):
34295         Set duration on encoded buffer, added some more properties
34296
34297 2004-06-10  Wim Taymans  <wim@fluendo.com>
34298
34299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34300         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34301         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34302         * ext/theora/theoraenc.c: (theora_enc_chain):
34303         Fix refcounting bugs
34304
34305 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34306
34307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34308         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34309         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34310         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34311         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34312         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34313         (gst_asf_demux_change_state):
34314         * gst/asfdemux/gstasfdemux.h:
34315           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34316           feels like. I think we should set a new requirement for demuxers
34317           from now on to implement sane loop functions, data loops, query
34318           and seek functions before first commit into CVS. And this commit
34319           fixes all of the above.
34320
34321 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34322
34323         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34324           vorbis comments are properly encoded in UTF-8 before adding them
34325           to a GstTagList
34326
34327 2004-06-09  Benjamin Otte  <otte@gnome.org>
34328
34329         * ext/alsa/gstalsa.c: (add_channels):
34330           handle min <= max correctly
34331         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34332         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34333           add fixation functions so we fixate correctly. No preferring of alaw
34334           anymore because it's the first structure.
34335         * ext/alsa/gstalsa.h:
34336         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34337         (gst_alsa_hw_params_dump):
34338           add functions to ease debugging in alsalib
34339         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34340         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34341         (gst_alsa_start_audio):
34342           only specify hw params if we really setup a format (fixes #134007 -
34343           or at least works around it)
34344
34345 2004-06-09  Wim Taymans  <wim@fluendo.com>
34346
34347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34348         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34349         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34350         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34351         (gst_ogg_mux_loop):
34352         Use stream caps to setup the initial pages in the ogg stream.
34353         Correctly set the streamheader caps on the srcpad.
34354
34355 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34356
34357         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34358         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34359         (gst_v4lsrc_getcaps):
34360         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34361         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34362           add querying of fps lists for webcams.  Negotiating to a framerate
34363           now works.
34364
34365 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34366
34367         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34368         (theora_push_buffer), (theora_push_packet),
34369         (theora_set_header_on_caps), (theora_enc_chain):
34370           mark buffers and put on streamheader, raw theora streaming
34371           now works too, whee
34372
34373 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34374
34375         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34376         (gst_tcp_gdp_read_caps):
34377           do a looping read for caps and GDP headers too
34378
34379 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34380
34381         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34382         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34383           return EOS instead of NULL in _get
34384
34385 2004-06-08  Wim Taymans  <wim@fluendo.com>
34386
34387         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34388         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34389         (gst_tcp_gdp_write_caps):
34390         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34391         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34392         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34393         Memory leak fixes
34394
34395 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34396
34397         * ext/vorbis/Makefile.am:
34398         * ext/vorbis/vorbis.c: (plugin_init):
34399         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34400         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34401         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34402         (vorbis_parse_change_state):
34403         * ext/vorbis/vorbisparse.h:
34404           adding a vorbisparse element that marks the buffers, streaming
34405           raw vorbis using GDP now works, whee
34406
34407 2004-06-08  Wim Taymans  <wim@fluendo.com>
34408
34409         * ext/jpeg/Makefile.am:
34410         * ext/jpeg/README:
34411         * ext/jpeg/gstjpeg.c: (plugin_init):
34412         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34413         (gst_smokedec_base_init), (gst_smokedec_class_init),
34414         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34415         * ext/jpeg/gstsmokedec.h:
34416         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34417         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34418         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34419         (gst_smokeenc_resync), (gst_smokeenc_chain),
34420         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34421         * ext/jpeg/gstsmokeenc.h:
34422         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34423         (smokecodec_flush_destination), (smokecodec_term_destination),
34424         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34425         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34426         (smokecodec_term_source), (smokecodec_encode_new),
34427         (smokecodec_decode_new), (smokecodec_info_free),
34428         (smokecodec_set_quality), (smokecodec_get_quality),
34429         (smokecodec_set_threshold), (smokecodec_get_threshold),
34430         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34431         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34432         (smokecodec_parse_header), (smokecodec_decode):
34433         * ext/jpeg/smokecodec.h:
34434         Added a new simple jpeg based codec
34435
34436 2004-06-08  Wim Taymans  <wim@fluendo.com>
34437
34438         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34439         (gst_multipart_mux_loop):
34440         Fix memory leak
34441
34442 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34443
34444         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34445         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34446         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34447         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34448         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34449         * gst/tcp/gsttcpserversink.h:
34450           take streamheader into account
34451
34452 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34453
34454         * gst/level/Makefile.am:
34455         * gst/level/gstlevel.c: (gst_level_class_init):
34456           clean up marshal generation
34457
34458 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34459
34460         * gst/tcp/Makefile.am:
34461         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34462         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34463         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34464         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34465         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34466         (gst_tcpclientsrc_get_property):
34467         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34468         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34469         (gst_tcpserversink_handle_client_read),
34470         (gst_tcpserversink_handle_client_write),
34471         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34472         * gst/tcp/gsttcpserversink.h:
34473           add signals client-added and client-removed
34474         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34475         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34476         (gst_tcpserversrc_get_property):
34477         uniformized, change default protocol to NONE
34478         * gst/tcp/gsttcp-marshal.list: added
34479 2004-06-07  Benjamin Otte  <otte@gnome.org>
34480
34481         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34482           handle discont events if they happen before caps nego
34483
34484 2004-06-07  Wim Taymans  <wim@fluendo.com>
34485
34486         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34487         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34488         (gst_multipart_demux_plugin_init):
34489         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34490         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34491         (gst_multipart_mux_change_state):
34492         Small updates, fix a memleak
34493
34494 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34495
34496         * configure.ac: OSS portability
34497         * ext/arts/gst_arts.c: idem
34498         * sys/oss/gstosselement.c: idem
34499         * sys/oss/gstossmixer.c: idem
34500         * sys/oss/gstosssink.c: idem
34501         * sys/oss/gstosssrc.c: idem
34502         * sys/oss/oss_probe.c: idem
34503           - check for soundcard.h in different places for some BSD
34504
34505 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34506
34507         * AUTHORS:
34508         Add me to the authors file
34509         * configure.ac:
34510         Increase the libdv requirement to >= version 0.100
34511         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34512         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34513         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34514         * ext/dv/gstdvdec.h:
34515         Add support for the new_media flag when sending DISCONT events
34516         Make the querying work when video pad is not linked
34517
34518 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34519
34520         reviewed by Benjamin Otte  <otte@gnome.org>
34521
34522         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34523           create a NULL-initialized array of pads, so we don't think they
34524           exist already. (fixes #143130)
34525
34526 2004-06-07  Benjamin Otte  <otte@gnome.org>
34527
34528         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34529         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34530         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34531           don't use // coments
34532
34533 2004-06-07  Benjamin Otte  <otte@gnome.org>
34534
34535         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34536           cast to GstClockTime to get higher granularity
34537         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34538           use gst_element_set_time_delay to get the exact time
34539         * ext/mad/gstmad.c: (gst_mad_chain):
34540           use the negotiated rate instead of the current frame's rate which
34541           might be wrong because of bit errors. This avoids emitting totally
34542           bogus timestamps and screwing sync.
34543         (fixes #143454)
34544
34545 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34546
34547         reviewed by Benjamin Otte  <otte@gnome.org>
34548
34549         * gst/adder/gstadder.c: (gst_adder_loop):
34550           properly error out when no negotiation has happened yet. (fixes
34551           #143032)
34552
34553 2004-06-06  Benjamin Otte  <otte@gnome.org>
34554
34555         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34556           forward correctly transformed offset in discont events. Based on
34557           patch by Arwed v. Merkatz. (fixes #142851)
34558
34559 2004-06-06  David Schleef  <ds@schleef.org>
34560
34561         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34562         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34563         problems on several systems.
34564
34565 2004-06-06  Benjamin Otte  <otte@gnome.org>
34566
34567         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34568           use explicit caps on the srcpad
34569         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34570           properly error out if caps couldn't be set (fixes #142764)
34571
34572 2004-06-06  Benjamin Otte  <otte@gnome.org>
34573
34574         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34575         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34576         (gst_alsa_start_audio):
34577           - don't call set_periods_integer anymore, it breaks the
34578           configuration randomly
34579           - call snd_pcm_hw_params_set_access directly instead of using masks
34580           - don't fail if the sw_params can't be set, just use the default
34581           params and hope it works. Alsalib has weird issues when you touch
34582           sw_params and does no proper error reporting about what failed.
34583         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34584         (gst_alsa_close_audio):
34585           make our alsa debugging go via gst debugging and not conditionally
34586           defined
34587         * ext/alsa/gstalsa.h:
34588           add ALSA_DEBUG_FLUSH macro
34589         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34590         (plugin_init):
34591           wrap alsa errors to be printed via the gst debugging system and not
34592           spammed to stderr
34593
34594 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34595
34596         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34597         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34598         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34599         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34600         (qtdemux_parse_trak):
34601         * gst/qtdemux/qtdemux.h:
34602           Bitch. Also known as seeking, querying & co.
34603         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34604         (gst_osssink_change_state):
34605         * sys/oss/gstosssink.h:
34606           Resyncing is for weenies, this hack is no longer needed and was
34607           broken anyway (since it - unintendedly - always leaves resync to
34608           TRUE).
34609
34610 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34611
34612         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34613         * gst/tcp/gsttcpclientsrc.h: idem
34614           - define MSG_NOSIGNAL if not done
34615           - include unistd.h for off_t
34616           (fixes #143749)
34617
34618 2004-06-05  Benjamin Otte  <otte@gnome.org>
34619
34620         * configure.ac:
34621         * ext/kio/Makefile.am:
34622           check for qt's moc preprocessor explicitly and use it
34623
34624 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34625
34626         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34627           don't get a signal for EPIPE on socket writes
34628           (somebody check if this works on other platforms)
34629
34630 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34631
34632         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34633         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34634           check error condition on available samples correctly
34635
34636 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34637
34638         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34639           avoid a segfault
34640         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34641         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34642         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34643         (gst_tcpserversrc_gdp_read_header):
34644          use ssize_t over size_t since the former is signed and thus the
34645          check for error codes can work
34646
34647 2004-06-02  Wim Taymans  <wim@fluendo.com>
34648
34649         reviewed by: Johan
34650
34651         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34652         (gst_multipart_mux_loop):
34653         Oops
34654
34655 2004-06-02  Wim Taymans  <wim@fluendo.com>
34656
34657         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34658         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34659         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34660         (gst_multipart_mux_change_state):
34661         Added configurable boundary specifier, added the value as a
34662         caps field as well.
34663
34664 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34665
34666         * gst/tcp/gsttcp.c:
34667         * gst/tcp/gsttcpclientsrc.c:
34668         * gst/tcp/gsttcpclientsrc.h:
34669         * gst/tcp/gsttcpserversrc.c:
34670           - portability fix, to compile on OSX
34671             (fixes #143146)
34672
34673         * sys/osxaudio/gstosxaudioelement.c:
34674         * sys/osxaudio/gstosxaudiosink.c:
34675         * sys/osxaudio/gstosxaudiosrc.c:
34676           - compilation warnings on OSX
34677             (fixes #143153)
34678
34679 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34680
34681         * ext/vorbis/vorbisdec.c : sign warning fixes
34682
34683         * gst-libs/gst/mixer/mixertrack.c :
34684           do no use defines which are glib 2.4 specific
34685
34686 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34687
34688         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34689           buffer since libflac doesn't expect it (reports a sync error when
34690           it encounters that)
34691
34692
34693 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34694
34695         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34696         * gst-libs/gst/mixer/mixertrack.c:
34697         (gst_mixer_track_get_property), (get_mixer_track_init),
34698         (get_mixer_track_get_property): Added property accessors
34699         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34700         * gst-libs/gst/mixer/mixeroptions.c:
34701         (gst_mixer_options_get_values): Added
34702         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34703         * gst-libs/gst/mixer/mixer.c: Fixed comment
34704
34705
34706 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34707
34708         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34709           improve error messages on open
34710
34711
34712 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34713
34714         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34715           check if v4l-conf is in path
34716
34717 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34718
34719         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34720           change assert to a more readable error message
34721
34722 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34723
34724         * gst-libs/gst/tuner/tunerchannel.h:
34725           - add a freq_multiplicator field to make the conversion
34726             between internal frequency unit and Hz
34727         * sys/v4l/gstv4lelement.c:
34728         * sys/v4l2/gstv4l2element.c:
34729           - change default video device to /dev/video0
34730         * sys/v4l/v4l_calls.c:
34731         * sys/v4l2/v4l2_calls.c:
34732           - we only expose frequency to the user in Hz instead of
34733             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34734
34735 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34736         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34737           Initialise b_o_s and e_o_s variables
34738         * gst-libs/gst/riff/riff-media.c:
34739         (gst_riff_create_video_caps_with_data):
34740           Add some unusual fourcc's from mplayer avi's
34741         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34742           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34743           autoplugging.
34744
34745 2004-05-28  Wim Taymans  <wim@fluendo.com>
34746
34747         * configure.ac:
34748         * gst/alpha/Makefile.am:
34749         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34750         (gst_alpha_get_type), (gst_alpha_base_init),
34751         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34752         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34753         (gst_alpha_chroma_key), (gst_alpha_chain),
34754         (gst_alpha_change_state), (plugin_init):
34755         A plugin to add an alpha channel to I420 video. Can optionally do
34756         chroma keying.
34757         * gst/multipart/Makefile.am:
34758         * gst/multipart/multipart.c: (plugin_init):
34759         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34760         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34761         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34762         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34763         (gst_multipart_demux_change_state),
34764         (gst_multipart_demux_plugin_init):
34765         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34766         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34767         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34768         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34769         (gst_multipart_mux_pad_unlink),
34770         (gst_multipart_mux_request_new_pad),
34771         (gst_multipart_mux_handle_src_event),
34772         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34773         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34774         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34775         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34776         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34777         send multipart jpeg images to a browser.
34778         * gst/videobox/Makefile.am:
34779         * gst/videobox/README:
34780         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34781         (gst_video_box_get_type), (gst_video_box_base_init),
34782         (gst_video_box_class_init), (gst_video_box_init),
34783         (gst_video_box_set_property), (gst_video_box_get_property),
34784         (gst_video_box_sink_link), (gst_video_box_i420),
34785         (gst_video_box_ayuv), (gst_video_box_chain),
34786         (gst_video_box_change_state), (plugin_init):
34787         Crops or adds borders around an image. can do alpha channel
34788         borders as well.
34789         * gst/videomixer/Makefile.am:
34790         * gst/videomixer/README:
34791         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34792         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34793         (gst_videomixer_pad_get_sink_event_masks),
34794         (gst_videomixer_pad_get_property),
34795         (gst_videomixer_pad_set_property),
34796         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34797         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34798         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34799         (gst_videomixer_base_init), (gst_videomixer_class_init),
34800         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34801         (gst_videomixer_handle_src_event),
34802         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34803         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34804         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34805         (gst_videomixer_loop), (gst_videomixer_get_property),
34806         (gst_videomixer_set_property), (gst_videomixer_change_state),
34807         (plugin_init):
34808         Generic video mixer plugin, can handle multiple inputs all with
34809         different framerates and video sizes. Is fully alpha channel
34810         aware.
34811
34812 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34813
34814         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34815           Select first track as master track. Not sure how else to handle
34816           that...
34817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34818           Discard discont events. Should fix #142962.
34819
34820 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34821
34822         * ext/alsa/Makefile.am:
34823         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34824         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34825         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34826         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34827         (gst_alsa_mixer_get_option):
34828         * ext/alsa/gstalsamixer.h:
34829         * ext/alsa/gstalsamixeroptions.c:
34830         (gst_alsa_mixer_options_get_type),
34831         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34832         (gst_alsa_mixer_options_new):
34833         * ext/alsa/gstalsamixeroptions.h:
34834         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34835         * ext/alsa/gstalsamixertrack.h:
34836           Add enumerations (as GstMixerOptions). Make correct distinction
34837           between input/output tracks. Add capture/playback private flag.
34838           Use flag to decide on whether to set capture or playback volumes
34839           or switches. Use playback and record switches.
34840         * gst-libs/gst/mixer/Makefile.am:
34841         * gst-libs/gst/mixer/mixer-marshal.list:
34842         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34843         (gst_mixer_set_option), (gst_mixer_get_option),
34844         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34845         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34846         * gst-libs/gst/mixer/mixer.h:
34847         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34848         (gst_mixer_options_class_init), (gst_mixer_options_init),
34849         (gst_mixer_options_dispose):
34850         * gst-libs/gst/mixer/mixeroptions.h:
34851           Add GstMixerOptions.
34852         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34853           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34854           broken device detection on computers with multiple OSS sound
34855           cards.
34856
34857 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34858
34859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34860           fixate nicely even when the peer is not negotiating
34861
34862 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34863
34864         * gst/audioconvert/gstaudioconvert.c:
34865         (gst_audio_convert_parse_caps):
34866           make sure we don't allow depth > width
34867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34868           fixate endianness to G_BYTE_ORDER as default
34869         * gst/audioscale/gstaudioscale.c:
34870           we don't handle another endianness as host-endianness
34871
34872 2004-05-25  David Schleef  <ds@schleef.org>
34873
34874         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34875
34876 2004-05-24  Benjamin Otte  <otte@gnome.org>
34877
34878         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34879         (gst_oggvorbisenc_setup):
34880           properly fail when we can't setup the vorbis encoder due to
34881           unsupported settings
34882         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34883         (gst_vorbisenc_setup):
34884           same
34885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34886           fix case where warnings occured when one pad was unlinked while the
34887           other's link function was called
34888
34889 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34890
34891         * gst/tcp/Makefile.am:
34892           use GST_ENABLE_NEW
34893
34894 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34895
34896         * gst-libs/gst/resample/private.h:
34897           don't use optimizations that are #if 0'ed
34898
34899 2004-05-24  Wim Taymans  <wim@fluendo.com>
34900
34901         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34902         Fix potential division by zero error and hopefully get
34903         the position query right to get correct timestamps on avi
34904         audio.
34905
34906 2004-05-24  Wim Taymans  <wim@fluendo.com>
34907
34908         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34909         (gst_videoscale_scale_nearest_str2),
34910         (gst_videoscale_scale_nearest_str4),
34911         (gst_videoscale_scale_nearest_32bit),
34912         (gst_videoscale_scale_nearest_24bit),
34913         (gst_videoscale_scale_nearest_16bit):
34914         Fix the scaling algorithm and avoid a buffer overflow.
34915         removed the while loop in the scaling function as it
34916         was used for point sampling only.
34917
34918 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34919
34920         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34921         (gst_id3_tag_class_init), (gst_id3_tag_init),
34922         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34923         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34924         (gst_id3_tag_send_tag_event):
34925           lots of fixes to make id3mux work and id3demux work correctly
34926
34927 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34928
34929         * ext/Makefile.am:
34930           add rules to build shout2send (was removed by accident
34931           when this module was no more marked experimental/broken)
34932
34933 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34934
34935         * ext/shout2/gstshout2.c:
34936         * ext/shout2/gstshout2.h:
34937           adding a "connection problem" signal to shout2send
34938           (fixes #142954)
34939
34940 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34941
34942         * ext/kio/kioreceiver.cpp:
34943         * ext/kio/kioreceiver.h:
34944           fix sign comparison issues
34945
34946 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34947
34948         * gst/cdxaparse/gstcdxaparse.c:
34949         * gst/cdxaparse/gstcdxaparse.h:
34950           some renaming
34951           add some checks/sanity
34952           prepare for seek addition
34953
34954         * sys/sunaudio/gstsunaudio.c:
34955           remove exported dupe init function
34956
34957 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34958
34959         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34960         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34961           Fix format conversion and position querying.
34962         * gst/debug/progressreport.c: (gst_progressreport_report):
34963           Don't output a bogus total value that we didn't query.
34964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34965           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34966           only a blank window after xine has been used.
34967
34968 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34969
34970         * m4/as-arts.m4:
34971           sync with upstream version to fix test on FC2
34972           readd with -ko to preserve Id header
34973
34974 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34975
34976         * configure.ac:
34977           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34978         * gst/tcp/gsttcpclientsrc.c: idem
34979         * gst/tcp/gsttcpserversink.c: idem
34980         * gst/tcp/gsttcpserversrc.c: idem
34981         * m4/gst-fionread.m4: idem
34982
34983         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34984
34985         * configure.ac: enable speex plugin for speex 1.1.5+
34986         * ext/speex/gstspeexenc.c: fix cast warning
34987
34988         * ext/esd/README: fix typo
34989
34990 2004-05-20  David Schleef  <ds@schleef.org>
34991
34992         * configure.ac: Minor cosmetic change to convince the buildbot to
34993         reautogen.
34994         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34995         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34996         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34997         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34998         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34999         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35000         More hacking.  Plays audio now.
35001
35002 2004-05-20  David Schleef  <ds@schleef.org>
35003
35004         * configure.ac:
35005         * sys/Makefile.am:
35006
35007 2004-05-20  David Schleef  <ds@schleef.org>
35008
35009         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35010         * sys/osxaudio/gstosxaudio.c:
35011         * sys/osxaudio/gstosxaudioelement.c:
35012         * sys/osxaudio/gstosxaudioelement.h:
35013         * sys/osxaudio/gstosxaudiosink.c:
35014         * sys/osxaudio/gstosxaudiosink.h:
35015         * sys/osxaudio/gstosxaudiosrc.c:
35016         * sys/osxaudio/gstosxaudiosrc.h:
35017
35018 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35019
35020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35021         (gst_vorbisenc_chain):
35022           put the codec headers on the caps as streamheader as well as
35023           pushing them out
35024
35025 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35026
35027         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35028         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35029         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35030         split up push_packet into two functions
35031
35032 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35033
35034         * gst/tcp/.cvsignore:
35035           ignore enums
35036         * gst/tcp/Makefile.am:
35037         * gst/tcp/README:
35038         * gst/tcp/gsttcp.c:
35039         * gst/tcp/gsttcp.h:
35040         * gst/tcp/gsttcpclientsink.c:
35041         * gst/tcp/gsttcpclientsink.h:
35042         * gst/tcp/gsttcpclientsrc.c:
35043         * gst/tcp/gsttcpclientsrc.h:
35044         * gst/tcp/gsttcpplugin.c:
35045         * gst/tcp/gsttcpserversink.c:
35046         * gst/tcp/gsttcpserversink.h:
35047         * gst/tcp/gsttcpserversrc.c:
35048         * gst/tcp/gsttcpserversrc.h:
35049           add new tcp elements
35050
35051 2004-05-19  Wim Taymans  <wim@fluendo.com>
35052
35053         * gst/law/mulaw-conversion.c: (mulaw_encode):
35054         Fix overflow bug in ulaw encoding.
35055
35056 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35057
35058         * ext/mad/gstmad.c: (gst_mad_handle_event):
35059           don't unref the event twice
35060
35061 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35062
35063         * configure.ac:
35064           remove -Wno-sign-compare
35065
35066 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35067
35068         * configure.ac:
35069           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35070           if you want to work against glib 2.2 and 2.4
35071
35072 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35073
35074         * gst/tcp/Makefile.am:
35075         * gst/tcp/gsttcp.c:
35076         * gst/tcp/gsttcp.h:
35077         * gst/tcp/gsttcpsink.h:
35078         * gst/tcp/gsttcpsrc.h:
35079           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35080
35081 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35082
35083         * gst/debug/tests.c: (md5_get_value):
35084           fix segfault on gst-inspect
35085
35086 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35087
35088         * gst/debug/testplugin.c:
35089         * gst/debug/tests.c:
35090         * gst/debug/tests.h:
35091           add new extensible and configurable testing element. Current tests
35092           include buffer count, stream length, timestamp/duration matching and
35093           md5.
35094         * gst/debug/Makefile.am:
35095         * gst/debug/gstdebug.c: (plugin_init):
35096           add infrastructure for new element
35097
35098 2004-05-19  Johan Dahlin  <johan@gnome.org>
35099
35100         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35101         ending of the array. Fixes gst-inspect segfault on ppc.
35102
35103 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35104
35105         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35106
35107         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35108
35109 2004-05-18  David Schleef  <ds@schleef.org>
35110
35111         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35112         warnings (bugs, actually) noticed by gcc but not forte.
35113
35114 2004-05-18  David Schleef  <ds@schleef.org>
35115
35116         * sys/sunaudio/Makefile.am:
35117         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35118
35119 2004-05-18  David Schleef  <ds@schleef.org>
35120
35121         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35122         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35123         to allow qtdemux to use non-seekable streams. (bug #142272)
35124
35125 2004-05-18  David Schleef  <ds@schleef.org>
35126
35127         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35128         (gst_resample_sinc_ft_float): Remove use of static temporary
35129         buffer.  This code was obviously not supposed to last long, but
35130         it's stuck in our ABI, so it required a little hack to make it
35131         ABI-compatible.  Fixes #142585.
35132         * gst-libs/gst/resample/resample.h: same.
35133
35134 2004-05-18  David Schleef  <ds@schleef.org>
35135
35136         * configure.ac: Add sunaudio
35137         * examples/Makefile.am: make gstplay depend on gconf
35138         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35139         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35140         (convert_table_lookup), (img_convert): remove c99-isms
35141         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35142           unsigned, to fix a warning on Solaris
35143         * gst/mpeg1sys/systems.c: bcopy->memcpy
35144         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35145         * sys/Makefile.am: Add sunaudio
35146
35147 2004-05-18  Wim Taymans  <wim@fluendo.com>
35148
35149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35150         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35151         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35152         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35153         (gst_ogg_mux_loop):
35154         Fix an ugly memleak where the muxer didn't flush enough ogg
35155         pages. This also resulted in badly muxed ogg files.
35156
35157 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35158
35159         * gst/asfdemux/asfheaders.c :
35160         * gst/asfdemux/asfheaders.h :
35161         * gst/asfdemux/gstasfdemux.c :
35162           - fix ASF_OBJ_PADDING guid
35163           - add 3 new object guids (language list, metadata,
35164             extended stream properties)
35165           - add a function to parse extended header objects
35166
35167 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35168
35169         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35170           remove leftover debugging g_print
35171
35172 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35173
35174         * ext/mad/gstmad.c: (gst_mad_handle_event):
35175           Fix for when the first format in a discont event is not a
35176           byte-based one. Should fix #137710.
35177
35178 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35179
35180         * m4/a52.m4 : fix compilation with -Wall -Werror
35181         * m4/libfame.m4 : idem
35182         * m4/libmikmod.m4 : idem
35183
35184 2004-05-17  Benjamin Otte  <otte@gnome.org>
35185
35186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35187           signal the new tags before giving up the reference
35188
35189 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35190
35191         * ext/shout2/gstshout2.c:
35192           use application/ogg instead of application/x-ogg (patch by Patrick
35193           Guimond, fixes #142432)
35194         * sys/oss/gstosselement.c: (gst_osselement_reset),
35195         (gst_osselement_sync_parms):
35196           don't set fragment size unless specified (fixes #142493)
35197
35198 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35199
35200         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35201           fixes #142664
35202
35203 2004-05-17  Benjamin Otte  <otte@gnome.org>
35204
35205         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35206           compute offsets correctly for internal buffers so timestamps are set
35207           correctly when we can't seek. Also handle cases where there are no
35208           offsets. (based on a patch by David Moore, fixes #142507)
35209
35210 2004-05-17  Benjamin Otte  <otte@gnome.org>
35211
35212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35213           use correct variable when determining amount of data to skip so we
35214           don't skip into the void and segfault
35215
35216 2004-05-16  Benjamin Otte  <otte@gnome.org>
35217
35218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35219           Hi, I'm a memleak
35220
35221 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35222
35223         * gst/asfdemux/gstasfdemux.c:
35224           - fix a mem leak and always propagate tags
35225           - add WMV3 to known video codecs (but no decoder yet)
35226           - replace "surplus data" at end of audio header for what
35227             it is : codec specific data
35228           - fix a typo
35229
35230 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35231
35232         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35233
35234         * gst-libs/gst/audio/audioclock.c:
35235           Fix wrong return type (#142205).
35236
35237 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35238
35239         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35240           Ignore CRCs by default (fixes #142566).
35241
35242 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35243
35244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35245         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35246         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35247         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35248         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35249         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35250           Fix for cases where we fail to attach to a mixer.
35251
35252 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35253
35254         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35255           Don't touch events after not owning them anymore.
35256         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35257         (gst_wavparse_fmt), (gst_wavparse_other),
35258         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35259         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35260         (gst_wavparse_srcpad_event):
35261         * gst/wavparse/gstwavparse.h:
35262           Add seeking, fix querying.
35263
35264 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35265
35266         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35267           - process comments even if they don't end with \0\0
35268             g_convert would ignore them if present and works well without them
35269
35270 2004-05-16  Benjamin Otte  <otte@gnome.org>
35271
35272         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35273           simplify caps
35274
35275 2004-05-16  Benjamin Otte  <otte@gnome.org>
35276
35277         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35278           don't write to memory we might not write to - g_convert does that
35279           for us anyway (fixes #142613)
35280         (gst_asf_demux_audio_caps):
35281           comment out gst_util_dump_mem
35282
35283 2004-05-16  Benjamin Otte  <otte@gnome.org>
35284
35285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35286           compute correct expected timestamps after seek (broken since
35287           last commit)
35288         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35289           rename element and debugging category to gdkpixbufscale
35290
35291 2004-05-16  Benjamin Otte  <otte@gnome.org>
35292
35293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35294           add error checking to snd_pcm_delay and remove duplicate call to
35295           snd_pcm_delay that caused issues (see inline code comments)
35296         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35297           make more readable and fix return value when snd_pcm_delay fails
35298         (fixes #142586)
35299
35300 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35301         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35302         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35303         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35304         (gst_pixbufscale_link), (gst_pixbufscale_init),
35305         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35306         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35307         (gst_pixbufscale_get_property), (pixbufscale_init):
35308         * ext/gdk_pixbuf/pixbufscale.h:
35309         Add these files I forgot earlier
35310
35311 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35312         * ext/gdk_pixbuf/Makefile.am:
35313         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35314         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35315         Add new pixbufscale element to scale RGB video
35316         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35317         and HYPER interpolation correctly.
35318         * ext/theora/theoraenc.c: (theora_enc_chain),
35319         Discard buffer and return if explicit caps could not be set
35320         (theora_enc_get_property):
35321         Make _get return kbps for the bitrate consistent with
35322         the _set function.
35323
35324
35325 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35326
35327         * ext/libvisual/visual.c: (gst_visual_chain):
35328           add missing visual_audio_analyze
35329
35330 2004-05-14  David Schleef  <ds@schleef.org>
35331
35332         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35333         is killed while we're playing.
35334         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35335         gst_element_no_more_pads().
35336
35337 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35338
35339         * gst-libs/gst/riff/riff-read.c :
35340           - fix INFO tag extraction in RIFF/AVI files
35341             because gst_event_unref (event) also freed taglist
35342           - avoid a mem leak
35343
35344 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35345
35346         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35347         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35348
35349         * gst/auparse/gstauparse.c :
35350           - add code (commented for now) to support audio/x-adpcm on src pad
35351             (we have no decoder for those layout yet)
35352
35353         * gst/cdxaparse/gstcdxaparse.c :
35354         * gst/cdxaparse/gstcdxaparse.h :
35355           - partial rewrite using RiffRead (ripped iain's wavparse code)
35356
35357         * gst/rtp/gstrtpL16enc.c : typo
35358         * gst/rtp/gstrtpgsmenc.c : typo
35359
35360 2004-05-13  Benjamin Otte  <otte@gnome.org>
35361
35362         * configure.ac:
35363           check for exact version of libvisual, it's not supposed to be
35364           API/ABI stable yet
35365
35366 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35367
35368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35369           signal no-more-pads
35370
35371 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35372
35373         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35374         Report which format was used for GST_FORMAT_DEFAULT
35375         * gst/debug/Makefile.am:
35376         * gst/debug/gstdebug.c: (plugin_init):
35377         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35378         (gst_progressreport_class_init), (gst_progressreport_init),
35379         (gst_progressreport_report), (gst_progressreport_set_property),
35380         (gst_progressreport_get_property), (gst_progressreport_chain),
35381         (gst_progressreport_plugin_init):
35382         Add progressreport element for testing.
35383
35384 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35385
35386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35387         * sys/v4l/gstv4lsrc.h:
35388         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35389         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35390         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35391         (gst_v4lsrc_grab_frame):
35392           add more debugging
35393           send a discont at start
35394
35395 2004-05-12  Colin Walters  <walters@redhat.com>
35396
35397         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35398         inflooping if we can't find a chunk.  Or in other words, don't blow
35399         chunks if we don't have a chunk to blow.
35400
35401 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35402         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35403         Remove old debug output
35404         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35405         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35406         (gst_dvdec_set_property), (gst_dvdec_get_property):
35407         Change the quality setting to an enum, so it works from gst-launch
35408         Don't renegotiate a non-linked pad. Allows audio only decoding.
35409         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35410         (gst_deinterlace_link), (gst_deinterlace_init):
35411         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35412         (gst_videodrop_link):
35413         Some caps negotiation fixes
35414
35415 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35416
35417         * ext/tarkin/gsttarkin.c :
35418           - Change RANK from NONE to PRIMARY
35419         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35420           - Change RANK from NONE to MARGINAL
35421         * ext/divx/gstdivxenc.c :
35422           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35423
35424 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35425
35426         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35427         (gst_vorbisenc_push_packet):
35428           copy a function that was added between 1.0 and 1.0.1 until we
35429           depend on worthwhile features of post-1.0
35430
35431 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35432
35433         * configure.ac:
35434           enable shout2 by default
35435         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35436         (gst_shout2send_base_init), (gst_shout2send_init),
35437         (gst_shout2send_connect), (gst_shout2send_change_state):
35438         * ext/shout2/gstshout2.h:
35439           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35440           #142262)
35441         * ext/theora/theora.c: (plugin_init):
35442           don't set rank on encoders
35443
35444 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35445
35446         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35447           Use codec_data property instead of flag1 and flag2 for wma
35448
35449 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35450
35451         * gst/cdxaparse/gstcdxaparse.c :
35452           - Add mpegversion to CAPS to make it link
35453           - Rank is as GST_RANK_SECONDARY instead of NONE
35454         * gst/auparse/gstauparse.c :
35455           - Document all audio encoding we can encounter from Solaris 9
35456             headers and libsndfile information.
35457           - Increase max. rate from 48000 to 192000 (to match other elements)
35458           - Don't try to play junk data between header and samples
35459
35460 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35461
35462         * ext/libvisual/visual.c: (gst_visual_getcaps):
35463           use the right caps depending on endianness (I hope)
35464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35465           use GST_RANK_NONE for all non-decoding elements or spider gets
35466           mighty confused
35467
35468 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35469
35470         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35471           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35472
35473 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35474
35475         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35476         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35477         (gst_switch_loop), (gst_switch_get_type):
35478           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35479           HEADERS. Had to be said.
35480
35481 2004-05-10  David Schleef  <ds@schleef.org>
35482
35483         * configure.ac: Add prototype Dirac support.
35484         * ext/Makefile.am:
35485         * ext/dirac/Makefile.am:
35486         * ext/dirac/gstdirac.cc:
35487         * ext/dirac/gstdiracdec.cc:
35488
35489 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35490
35491         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35492         (gst_auparse_init), (gst_auparse_chain),
35493         (gst_auparse_change_state):
35494           Hack around spider. Remove me some day please.
35495
35496 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35497
35498         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35499           Fix for some uninitialized variables in previous patch, also
35500           makes it work. Fixes #142286 while we're at it.
35501
35502 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35503
35504         * gst/auparse/gstauparse.c:
35505                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35506                 only unsupported formats are ADPCM/CCITT G.72x
35507                 reviewed by Ronald
35508         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35509
35510 2004-05-10  Wim Taymans  <wim@fluendo.com>
35511
35512         * ext/vorbis/Makefile.am:
35513         * ext/vorbis/README:
35514         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35515         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35516         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35517         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35518         (gst_oggvorbisenc_convert_sink),
35519         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35520         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35521         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35522         (get_constraints_string), (update_start_message),
35523         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35524         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35525         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35526         * ext/vorbis/oggvorbisenc.h:
35527         * ext/vorbis/vorbis.c: (plugin_init):
35528         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35529         (raw_caps_factory), (gst_vorbisenc_class_init),
35530         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35531         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35532         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35533         * ext/vorbis/vorbisenc.h:
35534         Added a raw vorbis encoder to be used with the oggmuxer.
35535         We still need the old encoder for some gnome applications,
35536         read the README to find out how that works.
35537         The raw encoder is called "rawvorbisenc" until 0.9.
35538
35539 2004-05-10  Wim Taymans  <wim@fluendo.com>
35540
35541         * ext/ogg/gstogg.c: (plugin_init):
35542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35543         (gst_ogg_print):
35544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35545         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35546         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35547         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35548         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35549         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35550         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35551         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35552         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35553         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35554         Added an ogg muxer.
35555         Small typo fixes in the demuxer.
35556
35557 2004-05-10  Wim Taymans  <wim@fluendo.com>
35558
35559         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35560         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35561         (theora_enc_change_state), (theora_enc_set_property),
35562         (theora_enc_get_property):
35563         Mark the last packet with an EOS flag which is not really needed
35564         in gstreamer.
35565         Do some better video framerate initialisation.
35566         Update the buffer timestamp.
35567
35568 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35569
35570         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35571         Return the result of the parent state change call
35572
35573 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35574
35575         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35576         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35577         * gst/law/alaw-encode.c : (idem)
35578         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35579         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35580         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35581
35582 2004-05-09  Benjamin Otte  <otte@gnome.org>
35583
35584         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35585           don't use a fixed buffer size when writing variable length data to
35586           it. Fixes memory corruption and makes alsasrc work
35587
35588 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35589
35590         * ext/gnomevfs/gstgnomevfssink.c:
35591         (_gst_boolean_allow_overwrite_accumulator),
35592         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35593           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35594           RUN_LAST, and don't use that to set the accumulator value because
35595           then it's always FALSE.
35596
35597 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35598
35599         * gst-libs/gst/riff/riff-media.c:
35600         (gst_riff_create_video_caps_with_data),
35601         (gst_riff_create_audio_caps),
35602         (gst_riff_create_audio_template_caps):
35603         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35604           Fix for unaligned RIFF files (i.e. where all the chunks together
35605           in a LIST chunk are not of the same size as the size given in
35606           the LIST chunk header). Fixes several odd WAVE files. Also fix
35607           ADPCM (block_align property) in audio, so that wavparse based
35608           on this works now as it used to stand-alone.
35609
35610 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35611
35612         reviewed by Benjamin Otte  <otte@gnome.org>
35613
35614         * ext/a52dec/gsta52dec.c:
35615         * ext/divx/gstdivxdec.c:
35616         * ext/divx/gstdivxenc.c:
35617         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35618         * ext/faac/gstfaac.c: (gst_faac_base_init):
35619         * ext/faad/gstfaad.c: (gst_faad_base_init):
35620         * ext/ivorbis/vorbisfile.c:
35621         * ext/lame/gstlame.c:
35622         * ext/libfame/gstlibfame.c:
35623         * ext/mpeg2enc/gstmpeg2enc.cc:
35624         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35625         * ext/sidplay/gstsiddec.cc:
35626         * ext/speex/gstspeexdec.c:
35627         * ext/speex/gstspeexenc.c:
35628         * ext/xvid/gstxviddec.c:
35629         * ext/xvid/gstxvidenc.c:
35630           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35631           (fixes #142193)
35632
35633 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35634
35635         * ext/alsa/gstalsa.c: (device_list),
35636         (gst_alsa_class_probe_devices):
35637         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35638           Fix alsa oddness in mixer after the combination of using mixer
35639           in source/sink elements and using hw:x,y instead of just hw:x.
35640
35641 2004-05-09  Benjamin Otte  <otte@gnome.org>
35642
35643         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35644         (gst_wavparse_create_sourcepad):
35645           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35646           sourcepads
35647
35648 2004-05-09  Benjamin Otte  <otte@gnome.org>
35649
35650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35651           allow discont events before caps nego
35652
35653 2004-05-08  Benjamin Otte  <otte@gnome.org>
35654
35655         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35656           don't leak events
35657
35658 2004-05-08  Benjamin Otte  <otte@gnome.org>
35659
35660         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35661         (gst_level_change_state), (gst_level_init):
35662         * gst/level/gstlevel.h:
35663           figure out if we're initialized directly instead of keeping a
35664           variable that's wrong in 90% of cases
35665           don't initialize pads and then leak them and use a new unitialized
35666           pad. (fixes #142084)
35667           these were bugs so n00bish I didn't find them for an hour :/
35668
35669 2004-05-08 Iain <iain@prettypeople.org>
35670
35671         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35672         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35673         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35674         return the length that was read.
35675         (gst_riff_read_strf_auds): Allow fmt tags as well.
35676
35677 2004-05-07  David Schleef  <ds@schleef.org>
35678
35679         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35680         signed char assumption in faad.h.
35681
35682 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35683
35684         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35685           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35686
35687 2004-05-07  Colin Walters  <walters@redhat.com>
35688
35689         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35690         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35691         function.
35692         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35693         Add dispose function.
35694
35695 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35696         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35697           Fix caps nego and pad templates. RGB mode caps should
35698           work now.
35699         * ext/dvdnav/gst-dvd:
35700           Move mpeg2dec inside the thread because otherwise the
35701           queue rejects cap changes mid-stream
35702         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35703         (gst_mpeg2dec_flush_decoder):
35704           For mpeg2dec > 0.4.0, call the flush function instead of
35705           manually extracting all in-flight frames.
35706         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35707         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35708           Change mime type video/dv go video/x-dv to match the
35709           rest of gst-plugins
35710
35711 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35712
35713         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35714         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35715         (gst_alsa_sink_class_init):
35716         * ext/alsa/gstalsasink.h:
35717         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35718         (gst_alsa_src_class_init):
35719         * ext/alsa/gstalsasrc.h:
35720           Make alsasink/src a subclass of alsamixer so that mixer stuff
35721           shows up in gst-rec. Needs some finetuning.
35722
35723 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35724
35725         * ext/lame/gstlame.c: (gst_lame_chain):
35726           simplify
35727         * ext/mad/gstmad.c: (gst_mad_handle_event):
35728           fix event leak
35729         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35730           be able to detect mp3 files < 4096 bytes
35731
35732 2004-05-06  Wim Taymans  <wim@fluendo.com>
35733
35734         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35735         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35736         (theora_enc_set_property), (theora_enc_get_property):
35737         Also encode the first frame, cleanup some code.
35738
35739 2004-05-06  Wim Taymans  <wim@fluendo.com>
35740
35741         * ext/mpeg2enc/gstmpeg2enc.cc:
35742         Forward events first before deciding that negotiation was
35743         not performed.
35744
35745 2004-05-06  Wim Taymans  <wim@fluendo.com>
35746
35747         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35748         First process the events before deciding that negotiation
35749         was not performed.
35750
35751 2004-05-06  Wim Taymans  <wim@fluendo.com>
35752
35753         * ext/theora/Makefile.am:
35754         * ext/theora/theora.c: (plugin_init):
35755         * ext/theora/theoradec.c: (theora_dec_change_state):
35756         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35757         (gst_theora_enc_class_init), (gst_theora_enc_init),
35758         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35759         (theora_enc_chain), (theora_enc_change_state),
35760         (theora_enc_set_property), (theora_enc_get_property):
35761         Added a theora encoder, grouped the encoder and decoder into the
35762         same plugin.
35763
35764 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35765
35766         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35767         (gst_jpegenc_chain):
35768         fix DURATION on outgoing buffers
35769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35770         debug using time formats
35771         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35773         (gst_xvimagesink_sink_link):
35774         windows with width/height 0 generate X errors, so don't allow them
35775
35776 2004-05-05  Wim Taymans  <wim@fluendo.com>
35777
35778         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35779         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35780         (gst_mpeg2dec_negotiate_format):
35781         * ext/mpeg2dec/gstmpeg2dec.h:
35782           removed the static pad template so that we can add the
35783           more accurate framerate value to the caps.
35784
35785
35786 2004-05-04  Benjamin Otte  <otte@gnome.org>
35787
35788         * configure.ac:
35789           check for kdemacros.h, too (should fix #141821)
35790         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35791           don't crash if no header was sent, but nicely error out (fixes part
35792           of #141554)
35793
35794 2004-05-04  Wim Taymans  <wim@fluendo.com>
35795
35796         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35797         parent dispose function to avoid segfault on destroy.
35798
35799 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35800
35801         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35802         (plugin_init):
35803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35804         (gst_xvimagesink_sink_link):
35805         clean up debugging caps
35806         also recreate xvimage when format has changed
35807
35808 2004-05-04  Benjamin Otte  <otte@gnome.org>
35809
35810         * ext/libvisual/Makefile.am:
35811         * ext/libvisual/visual.c: (gst_visual_class_init),
35812         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35813         (gst_visual_srclink), (gst_visual_chain),
35814         (gst_visual_change_state), (plugin_init):
35815           use a GstAdapter to correctly adapt buffer sizes - allows using a
35816           framerate
35817
35818 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35819
35820         * sys/v4l/gstv4lelement.h:
35821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35822         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35823         (gst_v4lsrc_buffer_free):
35824         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35825         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35826         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35827         (gst_v4lsrc_requeue_frame):
35828         move some debugging categories around
35829         query for fps index and set accordingly if found
35830
35831 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35832
35833         * ext/lame/gstlame.c:
35834         correct defaults that lame_init puts out of range
35835
35836 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35837
35838         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35839         (gst_divxenc_class_init):
35840         fix range since -1 is the default
35841         * gst/mpeg1sys/gstmpeg1systemencode.c:
35842         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35843         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35844         (gst_rtjpegdec_chain):
35845         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35846         (gst_rtjpegenc_chain):
35847         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35848         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35849         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35850         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35851         * sys/v4l/gstv4lsrc.c:
35852         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35853         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35854         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35855         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35856         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35857           remove gst_info calls
35858
35859 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35860
35861         * Makefile.am:
35862         * po/af.po:
35863         * po/az.po:
35864         * po/en_GB.po:
35865         * po/nl.po:
35866         * po/sr.po:
35867         * po/sv.po:
35868           Updated translations
35869
35870 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35871
35872         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35873           refactor/comment code
35874
35875 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35876
35877         * gst/asfdemux/Makefile.am:
35878         * gst/asfdemux/asfheaders.c:
35879         * gst/asfdemux/asfheaders.h:
35880         * gst/asfdemux/gstasf.c: (plugin_init):
35881         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35882         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35883         (gst_asf_demux_setup_pad):
35884         * gst/asfdemux/gstasfdemux.h:
35885         * gst/asfdemux/gstasfmux.c:
35886         * gst/asfdemux/gstasfmux.h:
35887           Add tagging support to demuxer, split out registration in its own
35888           file instead of in demux (hacky), and prevent having some tables
35889           in our memory multiple times (in asfheaders.h).
35890
35891 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35892
35893         * gst/matroska/matroska-demux.c:
35894         (gst_matroska_demux_parse_metadata):
35895         * gst/matroska/matroska-ids.h:
35896           Basic tag reading support.
35897
35898 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35899
35900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35901           Really detect ac-3 audio.
35902         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35903           really detect matroska files (off-by-1).
35904
35905 2004-04-30  David Schleef  <ds@schleef.org>
35906
35907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35908         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35909         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35910         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35911         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35912         hackage -- parse a lot more atoms, extract a few tags.  One might even
35913         mistake this for tag support.  Maybe it is.
35914         * gst/qtdemux/qtdemux.h:
35915
35916 2004-04-30  Colin Walters  <walters@verbum.org>
35917
35918         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35919
35920 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35921
35922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35923         (gst_ffmpegcolorspace_getcaps):
35924           remove broken nego fix
35925
35926 2004-04-30  Benjamin Otte  <otte@gnome.org>
35927
35928         * configure.ac:
35929         * ext/Makefile.am:
35930         * ext/libvisual/Makefile.am:
35931         * ext/libvisual/visual.c:
35932           add initial support for libvisual (http://libvisual.sourceforge.net)
35933           libvisual is still quite alpha, so expect crashes in there :)
35934
35935 2004-04-29  David Schleef  <ds@schleef.org>
35936
35937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35938         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35939         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35940         code; you will no longer respect me.
35941
35942 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35943
35944         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35945         * ext/alsa/gstalsa.h :
35946         change alsa pcm device discovery to find more than 1 device
35947         per card. code review by Ronald.
35948
35949 2004-04-29  David Schleef  <ds@schleef.org>
35950
35951         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35952         Add a check for a driver bug on FreeBSD.  (bug #140565)
35953
35954 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35955
35956         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35957         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35958         (gst_jpegenc_getcaps):
35959           move format setting to inner loop
35960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35961         (gst_ffmpegcolorspace_getcaps):
35962           use GST_PAD_CAPS if available so that we use already negotiated
35963           caps
35964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35965         (qtdemux_parse_moov), (qtdemux_parse):
35966           extra debugging
35967         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35968         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35969           move hardcoded path to DEFINE
35970
35971 2004-04-28  David Schleef  <ds@schleef.org>
35972
35973         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35974         (bug #140064)
35975
35976 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35977
35978         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35979           Don't probe for playback device if we're a source element. Fixes
35980           #139658.
35981
35982 2004-04-29  Benjamin Otte  <otte@gnome.org>
35983
35984         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35985         (gst_id3_tag_chain):
35986           rewrite buffer offset
35987
35988 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35989
35990         * configure.ac:
35991         * ext/Makefile.am:
35992         * ext/dts/Makefile.am:
35993         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35994         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35995         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35996         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35997         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35998         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35999         (plugin_init):
36000         * ext/dts/gstdtsdec.h:
36001           New DTS decoder.
36002         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36003         (gst_faad_srcconnect):
36004           Add ESDS atom handling (.m4a).
36005
36006 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36007
36008         * ext/divx/gstdivxdec.c: (plugin_init):
36009           Remove comment that makes no sense.
36010         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36011           Fix for obvious typo that resulted in warnings during gst-register.
36012         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36013         (gst_xviddec_sink_link):
36014           Fix caps negotiation a bit better.
36015         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36016           We call this 'codec_data', not 'esds'.
36017
36018 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36019
36020         * gst/monoscope/gstmonoscope.c:
36021           make sure we only provide 256x128
36022         * gst/monoscope/monoscope.c: (monoscope_init):
36023           assert size of 256x128
36024
36025 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36026
36027         * Makefile.am:
36028         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36029         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36030           fixate to max width and height of device
36031
36032 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36033
36034         * Makefile.am:
36035         * sys/v4l/gstv4l.c:
36036         * sys/v4l/gstv4lsrc.c:
36037         * sys/v4l/v4l_calls.c:
36038         * sys/v4l/v4lsrc_calls.c:
36039           fix for qc-usb driver which fakes having more than one buffer
36040           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36041           buffer_free override
36042           add debugging
36043
36044 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36045
36046         * Makefile.am:
36047         * gst/videotestsrc/gstvideotestsrc.c:
36048         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36049         (gst_videotestsrc_init), (gst_videotestsrc_get),
36050         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36051         * gst/videotestsrc/gstvideotestsrc.h:
36052           add num-buffers property
36053
36054         2004-04-26  Benjamin Otte  <otte@gnome.org>
36055
36056         * ext/mad/gstid3tag.c: (plugin_init):
36057           set id3mux rank to NONE so it doesn't confuse spider
36058           require audio/mpeg,mpegversion=1 in id3mux
36059
36060 2004-04-26  Benjamin Otte  <otte@gnome.org>
36061
36062         * configure.ac:
36063           detect faad correctly as non-working if it's indeed non-working
36064
36065 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36066
36067         * Makefile.am:
36068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36069         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36070         fix _getcaps so it only negotiates to its supported format
36071
36072 2004-04-25  Benjamin Otte  <otte@gnome.org>
36073
36074         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36075           fix memleak
36076
36077 2004-04-23  Benjamin Otte  <otte@gnome.org>
36078
36079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36080           audio/x-raw-int with height rules! not. Now it's depth.
36081
36082 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36083
36084         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36085         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36086         (gst_wavparse_loop):
36087           Missing variable initialization. Add handling of DVI ADPCM. Fix
36088           mis-parsing of LIST chunks. This works around a bug where we mis-
36089           parse non-aligning LIST chunks (so LIST chunks where the contents
36090           don't align with the actual LIST size). The correct fix is to use
36091           rifflib, I'm not going to fix wavparse - too much work. All this
36092           fixes #104878.
36093
36094 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36095
36096         reviewed by Benjamin Otte  <otte@gnome.org>
36097
36098         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36099           fix shoutcast not working (fixes #140844)
36100
36101 2004-04-22  Benjamin Otte  <otte@gnome.org>
36102
36103         * ext/hermes/gsthermescolorspace.c:
36104         (gst_hermes_colorspace_caps_remove_format_info):
36105         * gst/colorspace/gstcolorspace.c:
36106         (gst_colorspace_caps_remove_format_info):
36107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36108         (gst_ffmpegcolorspace_caps_remove_format_info):
36109           s/gst_caps_simplify/gst_caps_do_simplify/
36110
36111 2004-04-22  Benjamin Otte  <otte@gnome.org>
36112
36113         * gst-libs/gst/riff/riff-media.c:
36114         (gst_riff_create_video_caps_with_data):
36115           mpegversion is an int
36116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36117           don't try to create pad templates with NULL caps, use any caps
36118           instead.
36119
36120 2004-04-20  David Schleef  <ds@schleef.org>
36121
36122         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36123         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36124         (bug #140384)
36125
36126 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36127
36128         reviewed by David Schleef
36129
36130         * ext/mad/gstid3tag.c: Add stdlib.h
36131         * gst/rtp/gstrtpgsmenc.c: same
36132         * gst/tags/gstid3tag.c: same
36133         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36134         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36135         GST_DISABLE_LOADSAVE use.
36136         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36137         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36138         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36139         atol(3)).
36140         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36141         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36142         strtoul(3)).
36143         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36144         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36145         $(ID3_CFLAGS).
36146         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36147         $(LIBFAME_CFLAGS).
36148
36149 2004-04-20  David Schleef  <ds@schleef.org>
36150
36151         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36152         last checkin.  Same idea.
36153
36154 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36155
36156         reviewed by David Schleef
36157
36158         * configure.ac: bump required gstreamer version to 0.8.1.1
36159         because of following changes [--ds]
36160
36161         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36162         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36163         (gst_riff_read_header):  Use GST_READ_UINT*
36164         macros to access possibly unaligned memory.
36165
36166         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36167         (mp3_type_find):  Use GST_READ_UINT*
36168         macros to access possibly unaligned memory.
36169         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36170         (speex_type_find): Likewise
36171
36172         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36173
36174         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36175         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36176         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36177         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36178         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36179         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36180         macros to access possibly unaligned memory.
36181
36182         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36183         Likewise.
36184
36185         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36186         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36187
36188         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36189         Likewise.
36190
36191         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36192         (gst_mpeg2subt_chain_subtitle): Likewise.
36193
36194         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36195         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36196         Likewise.
36197
36198         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36199         Likewise.
36200
36201         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36202         Likewise.
36203
36204         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36205         Likewise.
36206
36207 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36208
36209         * configure.ac:
36210           update required version of GStreamer because of GST_TIME_FORMAT
36211
36212 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36213
36214         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36215           remove leftover g_print
36216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36217           don't try setting only a subset of the caps. We don't want to kill
36218           autoplugging on purpose
36219
36220 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36221
36222         * sys/ximage/ximagesink.c: (plugin_init):
36223         * sys/xvimage/xvimagesink.c: (plugin_init):
36224           add debugging categories
36225
36226 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36227
36228         * po/en_GB.po:
36229         * po/LINGUAS:
36230           Adding en_GB translation (Gareth Owen)
36231
36232 2004-04-20  David Schleef  <ds@schleef.org>
36233
36234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36235         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36236         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36237         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36238         A number of new features and hacks to extract the esds atom and
36239         put it into the caps.  (bug #137724)
36240
36241 2004-04-19  David Schleef  <ds@schleef.org>
36242
36243         * gconf/Makefile.am: Fix for non-GNU make
36244         * gst-libs/gst/Makefile.am: Change directory order to handle
36245         GstPlay linking with gstinterfaces
36246         * gst-libs/gst/audio/make_filter: make use of tr portable
36247         * gst-libs/gst/play/Makefile.am: Add intended \
36248         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36249         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36250         function prototype instead of void *.
36251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36252         macro.
36253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36254         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36255         * gst/videofilter/make_filter: make use of tr portable
36256         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36257
36258 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36259
36260         * po/LINGUAS:
36261         * po/uk.po:
36262           Added Ukrainian translation (Maxim V. Dziumanenko)
36263
36264 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36265
36266         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36267         (gst_gsmdec_link), (gst_gsmdec_chain):
36268           Fix capsnego, simplify chain function slightly.
36269         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36270           Add GSM.
36271
36272 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36273
36274         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36275         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36276         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36277           Hack to make wavparse work with spider (always -> sometimes pad).
36278           Fixes #135862 && #140411.
36279
36280 2004-04-18  Benjamin Otte  <otte@gnome.org>
36281
36282         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36283         (gst_osselement_rate_probe_check),
36284         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36285           get rid of \n in debug output
36286
36287 2004-04-17  Iain <iain@prettypeople.org>
36288
36289         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36290         not just EOS.
36291
36292 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36293
36294         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36295         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36296         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36297         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36298         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36299         (gst_id3_tag_change_state), (plugin_init):
36300           deprecate id3tag element and replace with id3demux/id3mux.
36301           great side effect: this ugly file is now even uglier, yay!
36302         * ext/mad/gstmad.h:
36303           remove non-available function
36304           update for new get_type
36305
36306 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36307
36308         * configure.ac:
36309           require mpeg2dec >= 0.4.0
36310
36311 2004-04-17  Benjamin Otte  <otte@gnome.org>
36312
36313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36314         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36315         (gst_xvimagesink_set_xwindow_id):
36316           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36317           assorted cleanup fixes.
36318
36319 2004-04-16  David Schleef  <ds@schleef.org>
36320
36321         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36322         * sys/xvimage/xvimagesink.h: same
36323
36324 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36325
36326         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36327           Fix GST_ELEMENT_ERROR with (NULL)
36328
36329 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36330
36331         * gst-libs/gst/riff/riff-media.c:
36332         (gst_riff_create_video_caps_with_data):
36333           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36334
36335 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36336
36337         * gst-libs/gst/riff/riff-media.c:
36338         (gst_riff_create_video_caps_with_data),
36339         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36340         (gst_riff_create_video_template_caps),
36341         (gst_riff_create_audio_template_caps):
36342         * gst-libs/gst/riff/riff-media.h:
36343         * gst-libs/gst/riff/riff-read.c:
36344         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36345         * gst-libs/gst/riff/riff-read.h:
36346         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36347           Add MS RLE support. I added some functions to read out strf chunks
36348           into strf chunks and the data behind it. This is usually color
36349           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36350           caps creation. Lastly, add ADPCM (similar to wavparse - which
36351           should eventually be rifflib based).
36352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36353         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36354         * gst/matroska/matroska-demux.h:
36355           Remove placeholders for some prehistoric tagging system. Didn't add
36356           support for any tag system really anyway.
36357         * gst/qtdemux/qtdemux.c:
36358           Add support for audio/x-m4a (MPEG-4) through spider.
36359         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36360         (gst_wavparse_loop):
36361           ADPCM support (#135862). Increase max. buffer size because we
36362           cannot split buffers for ADPCM (screws references) and I've seen
36363           files with 2048 byte chunks. 4096 seems safe for now.
36364
36365 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36366
36367         * configure.ac: bump nano to 1
36368
36369 === release 0.8.1 ===
36370
36371 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36372
36373         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36374
36375 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36376
36377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36378           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36379           Fixes #140058
36380
36381 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36382
36383         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36384           lower rank of dvddemux so that it's not used for mpeg playback.
36385
36386 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36387
36388         * configure.ac:
36389           save libs correctly when checking mad
36390
36391 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36392
36393         * ext/mad/gstid3tag.c: (plugin_init):
36394           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36395
36396 2004-04-13  David Schleef  <ds@schleef.org>
36397
36398         * common/m4/gst-feature.m4: Call -config scripts with
36399         --plugin-libs if it is supported.
36400         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36401         JPEG images are image/jpeg.
36402         * gst/debug/Makefile.am:
36403         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36404         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36405         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36406         (gst_negotiation_plugin_init): Add a property that acts like
36407         filter caps.
36408         * testsuite/gst-lint:  Move license checking to be a standard
36409         test.
36410
36411 2004-04-13  David Schleef  <ds@schleef.org>
36412
36413         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36414         patch from Sebastien Cote (bug #139958)
36415
36416 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36417
36418         * examples/gstplay/Makefile.am:
36419         * examples/gstplay/player.c: (main):
36420           make the commandline player example use gconf settings
36421
36422 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36423
36424         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36425         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36426         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36427           init/end library during state transition, not object
36428           creation/disposal.  get rid of custom dispose handler.
36429
36430
36431 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36432
36433         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36434         be a symlink
36435
36436 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36437
36438         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36439           Handle JUNK chunks inside data section. Prevents warnings.
36440
36441 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36442
36443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36444         (gst_riff_create_video_template_caps):
36445           Add MS video v1.
36446         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36447         (gst_avi_demux_stream_data):
36448           Add support for "rec-list" chunks.
36449
36450 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36451
36452         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36453           Fix another codecname mismatch.
36454
36455 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36456
36457         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36458           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36459           so that MJPEG plays back.
36460
36461 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36462
36463         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36464         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36465         * gst/mpeg1videoparse/gstmp1videoparse.h:
36466           Fix for some slight mis-cuts in buffer parsing, and for some
36467           potential overflows or faults-causers. Adds disconts. Also fixes
36468           #139105 while we're at it.
36469
36470 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36471
36472         * configure.ac:
36473         * sys/v4l2/gstv4l2element.h:
36474           Workaround for missing struct v4l2_buffer declaration in Suse 9
36475           and Mandrake 10 linux/videodev2.h header file (#135919).
36476
36477 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36478
36479         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36480           Bail out if no filename was given.
36481
36482 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36483
36484         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36485         (gst_v4l2_fourcc_from_structure):
36486           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36487           Y41B somewhere).
36488
36489 2004-04-09  Benjamin Otte  <otte@gnome.org>
36490
36491         * ext/gnomevfs/gstgnomevfssink.c:
36492         (_gst_boolean_allow_overwrite_accumulator),
36493         (gst_gnomevfssink_class_init):
36494           fix erase signal - if any handler returns false the file will not be
36495           overwritten. If no handler is connected, the file will not be
36496           overwritten either.
36497           renamed signal to "allow-overwrite"
36498         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36499           free string when adding it to ID3 failed
36500         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36501           unref event when done
36502         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36503           free caps
36504         * gst/typefind/gsttypefindfunctions.c:
36505         (mpeg_video_stream_type_find):
36506           fix invalid read
36507
36508 2004-04-08  David Schleef  <ds@schleef.org>
36509
36510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36511         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36512
36513 2004-04-08  David Schleef  <ds@schleef.org>
36514
36515         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36516         we don't support (bug #139532)
36517
36518 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36519
36520         * ext/mad/gstmad.c: (gst_mad_handle_event),
36521         (gst_mad_check_caps_reset), (gst_mad_chain),
36522         (gst_mad_change_state):
36523           only set explicit caps if they haven't been set before for
36524           this stream.  MPEG-audio sample rate/channels aren't allowed
36525           to change in-stream.
36526           Fixes #139382
36527
36528 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36529
36530         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36531         (_gst_boolean_did_something_accumulator),
36532         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36533         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36534         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36535         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36536         (gst_gnomevfssink_change_state):
36537           Fix erase signal. Don't erase by default. Remove handoff signal.
36538           Remove erase property. Don't segfault. General cleanup.
36539
36540 2004-04-07  Benjamin Otte  <otte@gnome.org>
36541
36542         * gst-libs/gst/gconf/test-gconf.c: (main):
36543           add missing gst_init
36544
36545 2004-04-07  Benjamin Otte  <otte@gnome.org>
36546
36547         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36548           free the mutexes, too
36549
36550 2004-04-07  Benjamin Otte  <otte@gnome.org>
36551
36552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36553           actually free the URI string
36554         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36555           compute offset correctly when passing discont events
36556         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36557           don't leak discont events
36558         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36559           add some missing breaks so caps aren't copied randomly
36560         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36561           if we realloc memory, we better use it
36562
36563 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36564
36565         * ext/mad/gstmad.c: (normal_seek):
36566           fix GST_FORMAT_TIME usage
36567
36568 2004-04-05  David Schleef  <ds@schleef.org>
36569
36570         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36571         a deprecated function (hack!)
36572
36573 2004-04-05  Benjamin Otte  <otte@gnome.org>
36574
36575         * ext/esd/esdmon.c: (gst_esdmon_get):
36576           fix nonterminated vararg and memleak
36577
36578 2004-04-05  Benjamin Otte  <otte@gnome.org>
36579
36580         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36581         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36582         (gst_ladspa_set_property), (gst_ladspa_get_property),
36583         (gst_ladspa_instantiate), (gst_ladspa_activate),
36584         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36585           clean up debugging
36586
36587 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36588
36589         reviewed by Benjamin Otte  <otte@gnome.org>
36590
36591         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36592           check for broken LADSPA parameters (fixes #138635)
36593
36594 2004-04-05  Benjamin Otte  <otte@gnome.org>
36595
36596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36597           advertise buffer-frames correctly on sinkpads
36598
36599 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36600
36601         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36602         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36603         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36604         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36605         (gst_mad_check_caps_reset), (gst_mad_chain):
36606         add more debugging, only reset caps when we're not in error state
36607
36608 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36609
36610         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36611
36612 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36613
36614         reviewed by Benjamin Otte  <otte@gnome.org>
36615
36616         * configure.ac:
36617           fix == in test(1) operator
36618
36619 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36620
36621         reviewed by Benjamin Otte  <otte@gnome.org>
36622
36623         * configure.ac:
36624           fix --export-symblos-regex to a working regex.
36625
36626 2004-04-04  Benjamin Otte  <otte@gnome.org>
36627
36628         * sys/oss/.cvsignore:
36629           add for oss_probe
36630
36631 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36632
36633         reviewed by Benjamin Otte  <otte@gnome.org>
36634
36635         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36636           add missing 'new_media' argument (fixes #138168)
36637         * gst/matroska/matroska-demux.c:
36638         (gst_matroska_demux_handle_seek_event):
36639           add vararg terminator (fixes #138169)
36640
36641 2004-04-02  David Schleef  <ds@schleef.org>
36642
36643         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36644         disted (bug #138914)
36645
36646 2004-04-01  Benjamin Otte  <otte@gnome.org>
36647
36648         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36649         (gst_alsa_close_audio):
36650           handle case better where a soundcard can't pause
36651         * ext/ogg/gstoggdemux.c:
36652           don't crash when we get events but don't have pads yet
36653
36654 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36655
36656         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36657           throw an error if we couldn't probe any caps.
36658
36659 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36660
36661         * ext/dvdnav/gst-dvd:
36662         Add a really simple sample DVD player
36663
36664 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36665
36666         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36667         (gst_a52dec_push), (gst_a52dec_handle_event),
36668         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36669         (gst_a52dec_change_state):
36670         * ext/a52dec/gsta52dec.h:
36671           Use a debug category, Output timestamps correctly
36672           Emit tag info, Handle events, tell liba52dec about cpu
36673           capabilities so it can use MMX etc.
36674         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36675           Fix a crasher accessing invalid memory
36676         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36677         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36678         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36679         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36680         (dvdnavsrc_query):
36681           Some support for byte-format seeking.
36682           Small fixes for still frames and menu button overlays
36683         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36684         (gst_mpeg2dec_alloc_buffer):
36685           Use a debug category. Adjust the report level of several items to
36686           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36687           so it doesn't lose the GstBuffer pointer
36688         * gst/debug/Makefile.am:
36689         * gst/debug/gstdebug.c: (plugin_init):
36690         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36691         (gst_navseek_base_init), (gst_navseek_class_init),
36692         (gst_navseek_init), (gst_navseek_seek),
36693         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36694         (gst_navseek_get_property), (gst_navseek_chain),
36695         (gst_navseek_plugin_init):
36696         * gst/debug/gstnavseek.h:
36697           Add the navseek debug element for seeking back and forth in a
36698           video stream using arrow keys.
36699         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36700         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36701         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36702         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36703         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36704         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36705         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36706         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36707         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36708         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36709         * gst/mpeg2sub/gstmpeg2subt.h:
36710           Pretty much a complete rewrite. Now a loopbased element. May still
36711           require work to properly synchronise subtitle buffers.
36712         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36713         (gst_dvd_demux_send_subbuffer):
36714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36715           Don't attempt to create subbuffers of size 0
36716           Reduce a couple of error outputs to warnings.
36717         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36718         (gst_y4mencode_chain):
36719         Output the y4m frame header correctly.
36720
36721 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36722
36723         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36724           throw errors instead of allowing SIGFPE
36725
36726 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36727
36728         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36729         (gst_gconf_render_bin_from_key):
36730           leak plugging and style fixing
36731
36732 2004-03-31  David Schleef  <ds@schleef.org>
36733
36734         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36735         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36736         (bug #138225)
36737         * gst/debug/Makefile.am:
36738         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36739         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36740         plugin.
36741         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36742         (gst_negotiation_base_init), (gst_negotiation_class_init),
36743         (gst_negotiation_init), (gst_negotiation_getcaps),
36744         (gst_negotiation_pad_link), (gst_negotiation_chain),
36745         (gst_negotiation_set_property), (gst_negotiation_get_property),
36746         (gst_negotiation_plugin_init):  New element to talk about random
36747         negotiation things happening in a pipeline.
36748
36749 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36750
36751         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36752           fix integer addition with help of Stefan Kost
36753
36754 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36755
36756         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36757
36758 2004-03-30  David Schleef  <ds@schleef.org>
36759
36760         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36761         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36762         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36763         (bug #137504)
36764         * ext/mpeg2dec/gstmpeg2dec.h:
36765
36766 2004-03-30  David Schleef  <ds@schleef.org>
36767
36768         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36769
36770 2004-03-30  David Schleef  <ds@schleef.org>
36771
36772         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36773         Michael Petullo) to handle .mov
36774
36775 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36776
36777         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36778         (gst_osselement_rate_check_rate):
36779           probe caps correctly for sound cards that only support one format
36780
36781 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36782
36783         * ext/kio/kiosrc.cpp: (process_events):
36784           update handling event processing if inside KDE - untested
36785
36786 2004-03-29  David Schleef  <ds@schleef.org>
36787
36788         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36789         by 2 to not interfere with other colorspaces.
36790         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36791         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36792         one to not interfere with ffmpeg_colorspace.
36793
36794 2004-03-29  David Schleef  <ds@schleef.org>
36795
36796         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36797         aren't in the caps.
36798         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36799         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36800
36801 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36802
36803         * gst-libs/gst/riff/riff-media.c:
36804           fail on error, don't try to set stuff on NULL caps
36805
36806 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36807
36808         * configure.ac:
36809         * ext/Makefile.am:
36810         * ext/kio/Makefile.am:
36811         * ext/kio/kioreceiver.cpp:
36812         * ext/kio/kioreceiver.h:
36813         * ext/kio/kiosrc.cpp:
36814         * ext/kio/kiosrc.h:
36815           add experimental kiosrc plugin
36816         * ext/alsa/gstalsaplugin.c: (plugin_init):
36817           initialize debugging category only when we're sure registering the
36818           plugins worked.
36819
36820 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36821
36822         * examples/gstplay/player.c: (main):
36823         * gst-libs/gst/play/play.c: (gst_play_class_init),
36824         (gst_play_set_location), (gst_play_set_data_src),
36825         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36826         (gst_play_set_visualization), (gst_play_connect_visualization):
36827           check return values of element_set_state and return FALSE where
36828           failed
36829
36830 2004-03-29  Benjamin Otte  <otte@gnome.org>
36831
36832         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36833           try harder to check if an event is really a discont
36834
36835 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36836
36837         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36838         * po/az.po:
36839
36840 2004-03-28  Benjamin Otte  <otte@gnome.org>
36841
36842         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36843         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36844         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36845           get rid of non-standard "..." ranges in case statements.
36846
36847 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36848
36849         * gst/mpegstream/gstmpegdemux.c:
36850         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36851         specific functionality split to the new dvddemux element.
36852         * gst/mpegstream/gstdvddemux.c:
36853         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36854         streams, derived from mpegdemux.
36855         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36856         up. SCR based timestamp rewriting can be turned off (will probably
36857         completely disappear soon).
36858         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36859         hacking. General cleanup. All printf statements replaced by
36860         debugging messages. Almost complete libdvdnav support.
36861         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36862         by events. New properties for audio and subpicture languages.
36863         (dvdnavsrc_update_highlight): Now uses events.
36864         (dvdnavsrc_user_op): Cleaned up.
36865         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36866         based). Lots of cleanup, and propper support for most libdvdnav
36867         events.
36868         (dvdnavsrc_make_dvd_event): New function.
36869         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36870         (dvdnavsrc_make_clut_change_event): New function.
36871
36872 2004-03-26  Benjamin Otte  <otte@gnome.org>
36873
36874         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36875           fix bug where typefinding would claim it's theora whenever less then
36876           7 bytes of data were available
36877
36878 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36879
36880         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36881         (gst_alawdec_base_init), (gst_alawdec_class_init),
36882         (gst_alawdec_init), (gst_alawdec_chain):
36883         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36884         (gst_alawenc_base_init), (gst_alawenc_class_init),
36885         (gst_alawenc_init), (gst_alawenc_chain):
36886         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36887         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36888         (gst_mulawdec_init), (gst_mulawdec_chain):
36889         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36890         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36891         (gst_mulawenc_init), (gst_mulawenc_chain):
36892           Fix capsnego in all four, remove the unused property functions and
36893           simplify the chain functions slightly. I guess we could use macros
36894           or something similar for those, since the code is so similar, but
36895           I'm currently too lazy...
36896
36897 2004-03-24  David Schleef  <ds@schleef.org>
36898
36899         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36900         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36901         (gst_osselement_get_format_structure),
36902         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36903         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36904         (gst_osselement_rate_int_compare): Add code to handle rate probing
36905         (bug #120883)
36906         * sys/oss/gstosselement.h: same
36907         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36908         Use rate probing provided by osselement.
36909         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36910
36911 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36912
36913         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36914         (gst_xvidenc_get_property):
36915           ulong/int mess-up.
36916
36917 2004-03-24  David Schleef  <ds@schleef.org>
36918
36919         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36920         (gst_speexdec_init):
36921         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36922         (gst_speexenc_init):  Create the pad template correctly (from
36923         the static pad template, not a NULL pointer.)
36924
36925 2004-03-25  Benjamin Otte  <otte@gnome.org>
36926
36927         * gst/debug/Makefile.am:
36928         * gst/debug/breakmydata.c:
36929           add element that quasi-randomly changes bytes in the stream.
36930           Intended use is robustness checking of demuxers and decoders in
36931           media tests.
36932
36933 2004-03-24  Benjamin Otte  <otte@gnome.org>
36934
36935         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36936         (gst_alsa_probe_hw_params):
36937         * ext/alsa/gstalsa.h:
36938           debugging output fixes
36939
36940 2004-03-24  Benjamin Otte  <otte@gnome.org>
36941
36942         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36943           don't g_return_if_fail if element is PLAYING, fail silently as every
36944           other element.
36945         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36946           only fix needed for cast lvalue issues in gst-plugins
36947         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36948           add proxy_getcaps
36949
36950 2004-03-24  Benjamin Otte  <otte@gnome.org>
36951
36952         * gst/level/gstlevel.c: (gst_level_init):
36953           add proxying getcaps function, so level doesn't advertise impossible
36954           caps
36955
36956 2004-03-24  David Schleef  <ds@schleef.org>
36957
36958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36959         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36960         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36961         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36962         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36963         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36964         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36965         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36966         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36967         messages.  Divide the chunk size by the compression ratio
36968         (needed for MACE audio)
36969
36970 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36971
36972         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36973           Fix buffer overflow read error.
36974
36975 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36976
36977         * ext/alsa/gstalsa.h:
36978           Remove unused entry.
36979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36980           Add cinepak.
36981         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36982         (gst_videodrop_link), (gst_videodrop_chain):
36983           Fix, sort of. Was horribly broken with new capsnego. Bah...
36984
36985 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36986
36987         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36988         (plugin_init):
36989         Add a monkeysaudio typefind function
36990
36991 2004-03-23  Johan Dahlin  <johan@gnome.org>
36992
36993         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36994         (gst_play_video_fixate): Check so the structure has the field
36995         before trying to fixate them, this makes it possible to have
36996         fakesinks for video and audio output without printing errors on
36997         the output console.
36998
36999 2004-03-22  David Schleef  <ds@schleef.org>
37000
37001         * sys/oss/Makefile.am:
37002         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37003         (check_rate), (add_rate):  Rate probing test app.
37004
37005 2004-03-21  Benjamin Otte  <otte@gnome.org>
37006
37007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37008         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37009           add a fixation function that pretty much does the right thing (fixes
37010           #137556)
37011
37012 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37013
37014         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37015
37016 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37017
37018         reviewed by: Benjamin Otte  <otte@gnome.org>
37019
37020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37021           terminate gst_event_new_discontinuous correctly (fixes parts of
37022           #137711)
37023
37024 2004-03-19  David Schleef  <ds@schleef.org>
37025
37026         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37027         since it doesn't depend on X, and it's part of our ABI.
37028
37029 2004-03-19  Iain <iain@prettypeople.org>
37030
37031         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37032         is_int in the structure, not the local variable.
37033
37034 2004-03-19  David Schleef  <ds@schleef.org>
37035
37036         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37037         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37038         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37039         Improvements in caps negotiation.
37040
37041 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37042
37043         * po/LINGUAS:
37044         * po/af.po:
37045           adding Afrikaans (Petri Jooste)
37046
37047 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37048
37049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37050         (gst_ffmpegcolorspace_chain):
37051         throw error instead of g_critical (#137588)
37052
37053 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37054
37055         * Makefile.am:
37056         * configure.ac:
37057           dist common and m4 correctly
37058         * po/sv.po:
37059
37060 2004-03-17  David Schleef  <ds@schleef.org>
37061
37062         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37063         (bug #137348)
37064
37065 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37066
37067         * po/LINGUAS:
37068         * po/sv.po:
37069           adding Swedish translation (Christian Rose)
37070
37071 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37072
37073         * Makefile.am: use release.mak
37074
37075 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37076
37077         * common/ChangeLog:
37078         * common/gst-autogen.sh:
37079           add some explanation about the version detection
37080         * configure.ac:
37081           fix X check
37082
37083 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37084
37085         * configure.ac: bump nano to 1
37086
37087 === release 0.8.0 ===
37088
37089 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37090
37091         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37092
37093 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37094
37095         * configure.ac:
37096           update libtool version
37097         * gst-libs/gst/media-info/Makefile.am:
37098           actually use libtool version
37099
37100 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37101
37102         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37103
37104 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37105
37106         * configure.ac:
37107         * gst-plugins.spec.in:
37108         * pkgconfig/Makefile.am:
37109         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37110         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37111         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37112         * pkgconfig/gstreamer-libs.pc.in:
37113         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37114         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37115         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37116         * pkgconfig/gstreamer-plugins.pc.in:
37117           remove @VERSION@ from some of the pc files since core and plugins
37118           are decoupled.
37119           created gstreamer-plugins.pc as it's a better name, but keeping
37120           -libs around for now to get fixes upstream done first.
37121
37122 2004-03-15  Julien MOUTTE <julien@moutte.net>
37123
37124         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37125         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37126         * gst-libs/gst/play/play.h:
37127
37128 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37129
37130         * *.c, *.cc: don't mix tabs and spaces
37131
37132 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37133
37134         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37135           use the new ffmpegcolorspace
37136         * gst-plugins.spec.in:
37137           package new colorspace and media-info
37138         * configure.ac:
37139         * pkgconfig/Makefile.am:
37140           fix some more disting issues
37141         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37142         * pkgconfig/gstreamer-media-info.pc.in:
37143           generate media-info pc files
37144
37145 2004-03-15  Johan Dahlin  <johan@gnome.org>
37146
37147         * *.h: Revert indenting
37148
37149 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37150
37151         * configure.ac:
37152           adding ffmpegcolorspace element
37153         * gst/ffmpegcolorspace/Makefile.am:
37154         * gst/ffmpegcolorspace/avcodec.h:
37155         * gst/ffmpegcolorspace/common.h:
37156         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37157         * gst/ffmpegcolorspace/dsputil.h:
37158         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37159         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37160         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37161         (gst_ffmpeg_caps_to_pix_fmt):
37162         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37163         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37164         (gst_ffmpegcolorspace_caps_remove_format_info),
37165         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37166         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37167         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37168         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37169         (gst_ffmpegcolorspace_set_property),
37170         (gst_ffmpegcolorspace_get_property),
37171         (gst_ffmpegcolorspace_register):
37172         * gst/ffmpegcolorspace/imgconvert.c:
37173         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37174         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37175         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37176         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37177         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37178         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37179         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37180         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37181         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37182         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37183         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37184         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37185         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37186         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37187         (img_get_alpha_info), (deinterlace_line),
37188         (deinterlace_line_inplace), (deinterlace_bottom_field),
37189         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37190         * gst/ffmpegcolorspace/imgconvert_template.h:
37191         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37192         * gst/ffmpegcolorspace/mmx.h:
37193         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37194           adding ffmpegcolorspace element supplied by Ronald after cleaning
37195           up and pulling in the right bits of upstream source.
37196           I'm sure a better C/compiler wizard could do some cleaning up (for
37197           example use GLIB's malloc stuff), but as a first pass this
37198           works very well
37199
37200 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37201
37202         * ext/alsa/gstalsa.h:
37203           I assume Ronald forgot to commit the change to have cardname
37204           as a struct member.  Expect some public spanking at the next
37205           opportunity.
37206
37207 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37208
37209         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37210         (gst_alsa_open_audio), (gst_alsa_close_audio):
37211         * ext/alsa/gstalsa.c:
37212           Don't open the device if we're a mixer (= padless).
37213         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37214         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37215         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37216           Open mixer during state change rather than during object
37217           initialization. Also, get a device name. Currently in a somewhat
37218           hackish fashion, but I didn't really find something better.
37219
37220 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37221
37222         * *.c, *.h: run gst-indent
37223
37224 2004-03-14  Benjamin Otte  <otte@gnome.org>
37225
37226         * gst/modplug/gstmodplug.cc:
37227         * gst/modplug/gstmodplug.h:
37228           set correct timestamps on outgoing buffers
37229
37230 2004-03-14  Benjamin Otte  <otte@gnome.org>
37231
37232         * gst/modplug/gstmodplug.cc:
37233           handle events - don't do crap when a discont arrives that's not
37234           necessary
37235           This allows correct loading and playback of mods in Rhythmbox
37236
37237 2004-03-14  Benjamin Otte  <otte@gnome.org>
37238
37239         * configure.ac:
37240         * gst-libs/gst/gconf/Makefile.am:
37241         * pkgconfig/Makefile.am:
37242           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37243           they get rebuilt properly
37244         * configure.ac:
37245           when checking for vorbis, try pkgconfig first.
37246         * gst/modplug/gstmodplug.cc:
37247           add fixate function
37248
37249 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37250
37251         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37252           Fix for obvious mistake, where we first shift the offset and then
37253           read a samplesize element assuming the old offset. Note that this
37254           part still has something weird, i.e. my movies containing those
37255           don't actually play well, but at least there's something that looks
37256           like sound now.
37257
37258 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37259         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37260         (plugin_init):
37261         Add a typefind function for speex format
37262
37263 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37264
37265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37266         (gst_asf_demux_setup_pad):
37267           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37268           instead of 0. Reason is simple: some elements have a fps range
37269           of 1-max instead of 0-max. So now ASF video actually works.
37270
37271 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37272
37273         * po/LINGUAS:
37274         * po/sr.po:
37275           adding serbian as a language
37276
37277 2004-03-13  Benjamin Otte  <otte@gnome.org>
37278
37279         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37280           return taglist correctly from _get function, don't gst_pad_push it.
37281           (fixes #137042)
37282
37283 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37284         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37285
37286 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37287
37288         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37289         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37290         (gst_alsa_mixer_track_new):
37291         * ext/alsa/gstalsamixertrack.h:
37292           Fix ancient leftovers... MixerTrack is a GObject.
37293
37294 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37295
37296         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37297         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37298           Don't block during probing...
37299
37300 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37301
37302         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37303         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37304         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37305         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37306         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37307         (gst_alsa_open_audio), (gst_alsa_close_audio):
37308         * ext/alsa/gstalsa.h:
37309           Add propertyprobe interface implementation, add some device-name
37310           property, all this so that it looks good in gnome-volume-control.
37311
37312 2004-03-12  David Schleef  <ds@schleef.org>
37313
37314         * configure.ac: the Hermes library controls hermescolorspace, not
37315         colorspace.
37316         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37317         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37318         not /* */
37319         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37320         * ext/sdl/sdlvideosink.h: ditto.
37321         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37322
37323 2004-03-12  Benjamin Otte  <otte@gnome.org>
37324
37325         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37326         (gst_x_overlay_got_xwindow_id):
37327         * gst-libs/gst/xoverlay/xoverlay.h:
37328           replace XID with unsigned long to get rid of the xlibs dependency in
37329           XOverlay (fixes #137004)
37330
37331 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37332         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37333         (gst_agingtv_setup):
37334         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37335         (gst_dicetv_base_init), (gst_dicetv_class_init),
37336         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37337         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37338         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37339         (gst_edgetv_setup), (gst_edgetv_rgb32):
37340         * gst/effectv/gsteffectv.c:
37341         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37342         (gst_quarktv_set_property):
37343         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37344         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37345         (gst_revtv_setup), (gst_revtv_rgb32):
37346         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37347         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37348         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37349         (gst_shagadelictv_rgb32):
37350         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37351         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37352         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37353         * gst/effectv/gstwarp.c:
37354         Port everything that can be ported to videofilter and fix up the caps.
37355         Can someone with a big-endian machine please check these?
37356
37357 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37358
37359         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37360         (gst_osssink_chain), (gst_osssink_change_state):
37361           Latest fixes for A/V sync, audio playback and such. This is about
37362           all... MPEG playback issues are mostly related to the async build-
37363           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37364
37365 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37366
37367         patch from: Stephane Loeuillet
37368
37369         * configure.ac:
37370           use pkg-config for some libraries, falling back to the old .m4 way
37371           (fixes #131270)
37372         * m4/libdv.m4:
37373           removed
37374
37375 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37376
37377         * configure.ac:
37378         * tools/Makefile.am:
37379         * tools/Makefile.in:
37380         * tools/gst-launch-ext-m.m:
37381         * tools/gst-launch-ext.1.in:
37382         * tools/gst-visualise-m.m:
37383         * tools/gst-visualise.1:
37384         * tools/gst-visualise.1.in:
37385           reorganizing generation of script tools
37386
37387 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37388
37389         * ext/divx/gstdivxdec.c:
37390           Downgrade priority. We prefer ffdec_mpeg4.
37391         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37392         (gst_faad_chain), (gst_faad_change_state):
37393           Fix capsnego. Doesn't work for some sounds because we don't have
37394           a 5:1 to stereo element.
37395         * ext/xvid/gstxvid.c: (plugin_init):
37396           Add priority.
37397         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37398         (gst_osssink_change_state):
37399           Add discont handling.
37400
37401 2004-03-09  Colin Walters  <walters@verbum.org>
37402
37403         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37404         conversion.
37405
37406 2004-03-09  Benjamin Otte  <otte@gnome.org>
37407
37408         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37409           the signals take 2 arguments
37410
37411 2004-03-09  David Schleef  <ds@schleef.org>
37412
37413         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37414         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37415         * ext/alsa/gstalsa.h:
37416         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37417
37418 2004-03-09  Benjamin Otte  <otte@gnome.org>
37419
37420         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37421         (gst_mikmod_change_state):
37422         * ext/mikmod/gstmikmod.h:
37423           make mikmod's loop function not loop infinitely and call
37424           gst_element_yield anymore
37425         * gst/modplug/gstmodplug.cc:
37426           fix pad negotiation (fixes #136590)
37427
37428 2004-03-09  David Schleef  <ds@schleef.org>
37429
37430         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37431         doesn't conflict with the internal colorspace plugin.
37432         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37433         satisfy the crappy-ass shell shipped by a certain vendor.
37434         * gst/videofilter/make_filter: same (bug #135299)
37435
37436 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37437
37438         * configure.ac: bump nano to 1
37439
37440 === release 0.7.6 ===
37441
37442 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37443
37444         * configure.in: releasing 0.7.6, "There"
37445
37446 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37447
37448         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37449         * pkgconfig/gstreamer-play.pc.in:
37450           synchronize the two
37451
37452 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37453
37454         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37455         (cdparanoia_open), (cdparanoia_event):
37456           fix/add error handling
37457         * po/POTFILES.in:
37458           add cdparanoia source
37459         * tools/Makefile.am:
37460           make scripts executable
37461
37462 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37463
37464         * configure.ac:
37465         * ext/vorbis/Makefile.am:
37466         * sys/Makefile.am:
37467           remove id3types, vorbisfile and xvideosink from the build (#133783)
37468
37469 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37470
37471         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37472           Fix metadata read crash (#136537).
37473
37474 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37475
37476         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37477         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37478           adding mime types, fixing the one-stop function
37479
37480 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37481
37482         * ext/nas/nassink.c and /ext/nas/nassink.h:
37483         More NAS love from Arwed von Merkatz
37484         So lets all sing 'Can you feel the NAS tonight'
37485
37486 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37487
37488         * tools/gst-launch-ext.in:
37489         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37490
37491 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37492
37493         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37494         (gst_mpeg2dec_init):
37495         remove the user_data pad for now, because it is being used in
37496         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37497         If someone knows how to fix this properly, please do.
37498
37499 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37500
37501         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37502         (gst_osssink_get_time):
37503         add a warning, IMO this won't get triggered anymore, remove later
37504
37505 2004-03-07  David Schleef  <ds@schleef.org>
37506
37507         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37508         format (bug #136470)
37509
37510 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37511
37512         * gst-libs/Makefile.am:
37513         * gst-libs/gst/media-info/Makefile.am:
37514         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37515         (error_callback), (gst_media_info_error_create),
37516         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37517         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37518         * gst-libs/gst/media-info/media-info-priv.h:
37519         * gst-libs/gst/media-info/media-info-test.c: (main):
37520         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37521         (gst_media_info_class_init), (gst_media_info_instance_init),
37522         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37523         (gst_media_info_read_idler), (gst_media_info_read):
37524         * gst-libs/gst/media-info/media-info.h:
37525         fixed, should work now
37526
37527 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37528
37529         * ext/nas/nassink.c:
37530         A bunch of NAS fixes from Arwed von Merkatz
37531
37532 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37533
37534         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37535         (qtdemux_parse_trak):
37536           Fix crash (j might be greater than n_samples, in which case we're
37537           writing outside the allocated space for the array) and memleak.
37538
37539 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37540
37541         * sys/oss/gstosssink.c: (gst_osssink_chain):
37542           And another caller that couldn't handle delay < 0 (unsigned
37543           integer overflow). Video now continues playing on an audio
37544           buffer underrun, and the clock continues working. Audio still
37545           stalls.
37546
37547 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37548
37549         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37550         (gst_osssink_get_time):
37551           get_delay() may return values lower than 0. In those cases, we
37552           should not actually cast to *unsigned* int64, that will break
37553           stuff horribly. In my case, it screwed up A/V sync in movies
37554           in totem rather badly.
37555
37556 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37557
37558         * ext/faac/gstfaac.c: (gst_faac_chain):
37559         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37560         * ext/libpng/gstpngenc.c: (user_write_data):
37561         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37562         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37563         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37564         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37565         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37566         of any buffer), should fix some leaks. I hope I didn't unref buffers
37567         that shouldn't be...
37568
37569 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37570
37571         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37572         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37573         (error_callback), (gmi_reset), (gmi_seek_to_track),
37574         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37575         (gmip_find_type_post), (gmip_find_stream_post),
37576         (gmip_find_track_streaminfo_post):
37577         * gst-libs/gst/media-info/media-info-priv.h:
37578         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37579         (info_print), (main):
37580         * gst-libs/gst/media-info/media-info.c:
37581         (gst_media_info_error_create), (gst_media_info_error_element),
37582         (gst_media_info_instance_init), (gst_media_info_get_property),
37583         (gst_media_info_new), (gst_media_info_set_source),
37584         (gst_media_info_read_idler), (gst_media_info_read):
37585         * gst-libs/gst/media-info/media-info.h:
37586           first pass at making this work again.  This seems to work on
37587           tagged ogg/vorbis and mp3 files.
37588
37589 2004-03-06  Benjamin Otte  <otte@gnome.org>
37590
37591         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37592           fix huge leak: gst_buffer_merge doesn't unref the first argument
37593           itself.
37594
37595 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37596
37597         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37598           report layer/mode/emphasis
37599
37600 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37601
37602         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37603
37604 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37605
37606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37607           signal serial
37608
37609 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37610
37611         * ext/vorbis/vorbis.c: (plugin_init):
37612         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37613         (gst_vorbis_dec_init), (vorbis_dec_event):
37614         add debug category
37615         make vorbisdec handle _BYTE and _TIME queries
37616
37617 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37618
37619         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37620           from the xing header
37621
37622 2004-03-06  Benjamin Otte  <otte@gnome.org>
37623
37624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37625         (gst_audio_convert_link), (gst_audio_convert_change_state),
37626         (gst_audio_convert_buffer_from_default_format):
37627           do conversions from/to float correctly, fix some caps nego errors,
37628           export correct supported caps in template and getcaps, use correct
37629           caps in try_set_caps functions
37630
37631 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37632
37633         For some reason, I only committed a ChangeLog entry yesterday and
37634         not the corresponding code...
37635         * ext/mad/gstmad.c: Fix detection of Xing headers
37636         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37637
37638 2004-03-06  Benjamin Otte  <otte@gnome.org>
37639
37640         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37641         (gst_ogg_demux_src_query):
37642           make sure to handle the case where there's no current chain
37643           gracefully.
37644
37645 2004-03-05  David Schleef  <ds@schleef.org>
37646
37647         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37648         Add fixate function. (bug #131128)
37649         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37650         (gst_sdlvideosink_fixate):  Add fixate function.
37651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37652         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37653         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37654         Fix missing break that was causing ulaw to be interpreted as
37655         raw int.
37656
37657 2004-03-05  David Schleef  <ds@schleef.org>
37658
37659         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37660         Fix code that ignores return value of gst_buffer_merge().
37661         (bug #114560)
37662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37663         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37664         * testsuite/gst-lint:  Check for above.
37665
37666 2004-03-05  David Schleef  <ds@schleef.org>
37667
37668         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37669         caps and throw an element error.  (bug #136334)
37670
37671 2004-03-05  David Schleef  <ds@schleef.org>
37672
37673         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37674         (gst_faad_chain): Fix negotiation.
37675         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37676         key and button events.
37677         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37678         dung heap of code.
37679         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37680         depends on gconf
37681         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37682         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37683         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37684         function to encourage better negotiation, particularly between
37685         audioconvert and osssink.
37686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37687         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37688         more important.
37689         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37690         typefinding.
37691         * gst/vbidec/vbiscreen.c:  Add glib header
37692         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37693
37694 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37695
37696         * ext/mad/gstmad.c: Fix detection of Xing headers
37697         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37698
37699 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37700
37701         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37702         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37703           debug updates
37704
37705 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37706
37707         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37708         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37709         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37710         files, and report the parsed length as a GST_TAG_DURATION tag.
37711         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37712
37713 2004-03-05  Benjamin Otte  <otte@gnome.org>
37714
37715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37716           convert channels correctly. convert correctly to unsigned.
37717
37718 2004-03-05  Julien MOUTTE <julien@moutte.net>
37719
37720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37721         we have a window before clearing it.
37722
37723 2004-03-05  Julien MOUTTE <julien@moutte.net>
37724
37725         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37726         have a window before clearing it.
37727
37728 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37729
37730         * gconf/gstreamer.schemas.in:
37731         * gst-libs/gst/gconf/Makefile.am:
37732           version installation path the same way as for 0.6
37733         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37734         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37735         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37736           remove comment that was fixed
37737
37738 2004-03-05  David Schleef  <ds@schleef.org>
37739
37740         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37741         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37742         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37743         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37744         Add prototype code for handling seeking and querying.
37745
37746 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37747
37748         * examples/gstplay/player.c: (main):
37749           Initialize variables to NULL. Prevents a segfault because the
37750           (uninitialized) variable is not NULL, resulting in a crash on
37751           trying to reach error->message.
37752
37753 2004-03-05  Benjamin Otte  <otte@gnome.org>
37754
37755         * gst/audioconvert/gstaudioconvert.c:
37756         (gst_audio_convert_buffer_to_default_format):
37757         make float=>int conversion work correctly even in cornercases.
37758
37759 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37760
37761         * debian/README.Debian:
37762         * debian/build-deps:
37763         * debian/changelog:
37764         * debian/control:
37765         * debian/control.in:
37766         * debian/copyright:
37767         * debian/gstreamer-a52dec.files:
37768         * debian/gstreamer-aa.files:
37769         * debian/gstreamer-alsa.files:
37770         * debian/gstreamer-alsa.manpages:
37771         * debian/gstreamer-arts.files:
37772         * debian/gstreamer-artsd.files:
37773         * debian/gstreamer-audiofile.files:
37774         * debian/gstreamer-avifile.files:
37775         * debian/gstreamer-cdparanoia.files:
37776         * debian/gstreamer-colorspace.files:
37777         * debian/gstreamer-doc.files:
37778         * debian/gstreamer-dv.files:
37779         * debian/gstreamer-dvd.files:
37780         * debian/gstreamer-esd.files:
37781         * debian/gstreamer-festival.files:
37782         * debian/gstreamer-flac.files:
37783         * debian/gstreamer-gconf.conffiles:
37784         * debian/gstreamer-gconf.files:
37785         * debian/gstreamer-gconf.postinst:
37786         * debian/gstreamer-gnomevfs.files:
37787         * debian/gstreamer-gsm.files:
37788         * debian/gstreamer-http.files:
37789         * debian/gstreamer-jack.files:
37790         * debian/gstreamer-jpeg.files:
37791         * debian/gstreamer-mad.files:
37792         * debian/gstreamer-mikmod.files:
37793         * debian/gstreamer-misc.files:
37794         * debian/gstreamer-mpeg2dec.files:
37795         * debian/gstreamer-oss.files:
37796         * debian/gstreamer-plugin-apps.files:
37797         * debian/gstreamer-plugin-apps.manpages:
37798         * debian/gstreamer-plugin-libs-dev.files:
37799         * debian/gstreamer-plugin-libs.files:
37800         * debian/gstreamer-plugin-template.postinst:
37801         * debian/gstreamer-plugin-template.postrm:
37802         * debian/gstreamer-sdl.files:
37803         * debian/gstreamer-sid.files:
37804         * debian/gstreamer-vorbis.files:
37805         * debian/gstreamer-x.files:
37806         * debian/mk.control:
37807         * debian/rules:
37808         Debian package info not maintained here.
37809
37810 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37811
37812         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37813         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37814         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37815         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37816         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37817         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37818         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37819         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37820         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37821         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37822         * gst-libs/gst/colorbalance/colorbalance.c:
37823         (gst_color_balance_class_init):
37824         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37825         (gst_color_balance_channel_class_init):
37826         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37827         * gst-libs/gst/play/play.c: (gst_play_class_init):
37828         * gst-libs/gst/propertyprobe/propertyprobe.c:
37829         (gst_property_probe_iface_init):
37830         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37831         * gst-libs/gst/tuner/tunerchannel.c:
37832         (gst_tuner_channel_class_init):
37833         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37834         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37835         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37836         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37837         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37838         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37839         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37841         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37842           fix signals to use - instead of _
37843         * ext/libcaca/gstcacasink.h:
37844         * ext/sdl/sdlvideosink.h:
37845           fix header rename
37846
37847 2004-03-04  David Schleef  <ds@schleef.org>
37848
37849         * testsuite/gst-lint:  Add a check for bad signal names.
37850
37851 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37852
37853         reviewed by David Schleef
37854
37855         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37856         modified the alpha channel and caused a warning. (bug #136192)
37857
37858 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37859
37860         * gst-plugins.spec.in:
37861         Change names of plugins to actually be correct. Try to keep things
37862         alphabetical to avoid getting beat up by Thomas
37863
37864 2004-03-03  Julien MOUTTE <julien@moutte.net>
37865
37866         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37867         Using ximagesink as a default if no gconf key found. We should
37868         probably consider using alsasink instead of osssink for the audio
37869         part.
37870
37871 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37872
37873         * configure.ac:
37874           fix --with-plugins, don't think it ever worked before
37875         * gst-plugins.spec.in:
37876           even more updates
37877
37878 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37879
37880         * ext/sdl/sdlvideosink.h:
37881         * sys/ximage/ximagesink.h:
37882         * sys/xvideo/xvideosink.h:
37883         * sys/xvimage/xvimagesink.h:
37884           Fix for move of gstvideosink.h -> videosink.h.
37885
37886 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37887
37888         * gst-libs/gst/xwindowlistener/Makefile.am:
37889           this is a plugin library, not a library
37890
37891 2004-03-01  David Schleef  <ds@schleef.org>
37892
37893         * AUTHORS:  Added some names.  Add yourself if you're still
37894         missing.
37895
37896 2004-03-01  David Schleef  <ds@schleef.org>
37897
37898         * MAINTAINERS: Add
37899
37900 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37901
37902         * gst-plugins.spec.in: clean up spec file
37903
37904 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37905
37906         * gst-libs/gst/video/Makefile.am:
37907         * gst-libs/gst/video/gstvideosink.c:
37908         * gst-libs/gst/video/gstvideosink.h:
37909           rename gstvideosink.h to videosink.h to match other headers
37910         * gst/mixmatrix/Makefile.am:
37911           fix plugin filename
37912         * gst/tags/Makefile.am: fix plugin filename
37913
37914 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37915
37916         * gst/tags/Makefile.am: fix plugin filename
37917
37918 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37919
37920         * examples/gstplay/player.c: (got_time_tick), (main):
37921           add error handler
37922           display time_tick more readably
37923         * gst/mixmatrix/Makefile.am:
37924           fix plugin file name
37925
37926 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37927
37928         * sys/oss/gstosselement.c: (gst_osselement_probe),
37929         (device_combination_append), (gst_osselement_class_probe_devices):
37930         * sys/oss/gstosselement.h:
37931           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37932           on my system using alsa oss emulation, fixes bug #135597
37933
37934 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37935
37936         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37937         (gst_videodrop_chain), (gst_videodrop_change_state):
37938         * gst/videodrop/gstvideodrop.h:
37939           Work based on timestamp of input data, not based on the expected
37940           framerate from the input. The consequence is that this element now
37941           not only scales framerates, but also functions as a framerate
37942           corrector or framerate stabilizer/constantizer.
37943
37944 2004-02-27  David Schleef  <ds@schleef.org>
37945
37946         patches from jmmv@menta.net (Julio M. Merino Vidal)
37947
37948         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37949         GST_ELEMENT_ERROR call (bug #135634)
37950         * gst/interleave/interleave.c: (interleave_buffered_loop),
37951         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37952         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37953         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37954         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37955         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37956         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37957         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37958         Fix GST_ELEMENT_ERROR call.
37959         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37960         GST_ELEMENT_ERROR call.
37961
37962 2004-02-27  Benjamin Otte  <otte@gnome.org>
37963
37964         * gst-libs/gst/audio/audio.h:
37965           add macro to make sure header isn't included twice
37966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37967           don't use gst_buffer_free
37968         * gst/playondemand/filter.func:
37969           don't use gst_data_free. Free data only once.
37970
37971 2004-02-26  David Schleef  <ds@schleef.org>
37972
37973         * gst-libs/gst/colorbalance/Makefile.am:
37974         * gst-libs/gst/mixer/Makefile.am:
37975         * gst-libs/gst/tuner/Makefile.am:
37976         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37977         should not be disted, -marshal.h files should not be installed,
37978         and -enum.h files _should_ be installed.  Fix to make this the
37979         case.
37980
37981 === release 0.7.5 ===
37982
37983 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37984
37985         * configure.ac: release 0.7.5, "Under The Sea"
37986
37987 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37988
37989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37990         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37991         * gst/videoscale/gstvideoscale.c:
37992         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37993           assorted debug/warning fixes
37994
37995 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37996
37997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37998         (gst_videoscale_init), (gst_videoscale_chain),
37999         (gst_videoscale_set_property), (plugin_init):
38000         * gst/videoscale/gstvideoscale.h:
38001         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38002         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38003         (gst_videoscale_planar400), (gst_videoscale_packed422),
38004         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38005         (gst_videoscale_24bit), (gst_videoscale_16bit),
38006         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38007         (gst_videoscale_scale_plane_slow),
38008         (gst_videoscale_scale_point_sample),
38009         (gst_videoscale_scale_nearest),
38010         (gst_videoscale_scale_nearest_str2),
38011         (gst_videoscale_scale_nearest_str4),
38012         (gst_videoscale_scale_nearest_32bit),
38013         (gst_videoscale_scale_nearest_24bit),
38014         (gst_videoscale_scale_nearest_16bit):
38015         add debugging category and use it properly
38016         fix use of GST_PTR_FORMAT
38017
38018 2004-02-25  Andy Wingo  <wingo@pobox.com>
38019
38020         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38021         push only when channel->buffer is NULL. Prevents segfaults doing
38022         the state change after a nonlocal exit, like a scheme exception.
38023
38024         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38025         Handle the case where the intersected caps is empty.
38026
38027 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38028
38029         * gst/law/mulaw-decode.c: (mulawdec_link):
38030         * gst/law/mulaw.c: (plugin_init):
38031           fix mulawdec so it actually works again
38032
38033 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38034
38035         reviewed by: David Schleef  <ds@schleef.org>
38036
38037         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38038         (gst_gamma_init), (gst_gamma_set_property),
38039         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38040         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38041         for RGB, with separate r g and b correction factors. (#131167)
38042
38043 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38044
38045         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38046           only signal tags for bitrate if they're > 0 (#134894)
38047
38048 2004-02-24  David Schleef  <ds@schleef.org>
38049
38050         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38051         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38052         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38053         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38054         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38055         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38056         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38057         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38058         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38059         category.  Attempt to fix timestamp calculation.
38060
38061 2004-02-24  Johan Dahlin  <johan@gnome.org>
38062
38063         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38064
38065 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38066
38067         * configure.ac:
38068         * gconf/Makefile.am:
38069         * gconf/gstreamer.schemas:
38070         * gst-libs/gst/gconf/Makefile.am:
38071         * gst-libs/gst/gconf/gconf.c:
38072           version gconf schemas and install locations
38073
38074 2004-02-23  Benjamin Otte  <otte@gnome.org>
38075
38076         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38077         (gst_xine_input_subclass_init):
38078           call parent dispose.
38079           change pad template for CD reader correctly
38080         * ext/xine/Makefile.am:
38081         * ext/xine/gstxine.h:
38082         * ext/xine/xine.c: (plugin_init):
38083         * ext/xine/xineaudiosink.c:
38084           wrap audio sinks, too
38085         * gst-libs/gst/resample/private.h:
38086         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38087         (gst_resample_reinit), (gst_resample_scale),
38088         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38089         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38090         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38091         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38092         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38093         * gst-libs/gst/resample/resample.h:
38094         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38095         (gst_audioscale_class_init), (gst_audioscale_link),
38096         (gst_audioscale_get_buffer), (gst_audioscale_init),
38097         (gst_audioscale_chain), (gst_audioscale_set_property),
38098         (gst_audioscale_get_property):
38099         * gst/audioscale/gstaudioscale.h:
38100           s/resample_*/gst_resample_*/i to not clobber namespaces
38101
38102 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38103
38104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38105         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38106         (gst_riff_create_video_template_caps),
38107         (gst_riff_create_audio_template_caps),
38108         (gst_riff_create_iavs_template_caps):
38109         * gst-libs/gst/riff/riff-media.h:
38110         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38111         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38112         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38113         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38115         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38116         (gst_matroska_demux_plugin_init): First batch implementing audio and
38117         video codec tags in demuxers.
38118
38119 2004-02-22  Benjamin Otte  <otte@gnome.org>
38120
38121         * ext/xine/Makefile.am:
38122         * ext/xine/gstxine.h:
38123         * ext/xine/xine.c: (plugin_init):
38124         * ext/xine/xineinput.c:
38125           add input plugin wrapper. Playback from files, http, mms and cdda
38126           works.
38127         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38128           remove leftover G_GNUC_UNUSED
38129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38130         (gst_asf_demux_identify_guid):
38131           improve debugging output
38132
38133 2004-02-22  Benjamin Otte  <otte@gnome.org>
38134
38135         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38136
38137         * autogen.sh:
38138           replace test -e with test -x for mkinstalldirs to be more portable.
38139           (fixes #134816)
38140
38141 2004-02-22  Benjamin Otte  <otte@gnome.org>
38142
38143         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38144
38145         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38146           set rank to PRIMARY
38147         * gst/volume/gstvolume.c: (plugin_init):
38148           set rank to NONE
38149         fixes #134960
38150
38151 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38152
38153         reviewed by Benjamin Otte  <otte@gnome.org>
38154
38155         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38156           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38157
38158 2004-02-22  Benjamin Otte  <otte@gnome.org>
38159
38160         * configure.ac:
38161           export [_]*{gst,Gst,GST}.* symbols from plugins
38162
38163 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38164
38165         reviewed by: Benjamin Otte  <otte@gnome.org>
38166
38167         * ext/lame/gstlame.c: (add_one_tag):
38168         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38169         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38170         (gst_vorbisenc_metadata_set1):
38171         * gst/tags/gstid3tag.c:
38172         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38173           apply fixes from bugs #135042 (lame can't write tags) and #133817
38174           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38175
38176 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38177
38178         * configure.ac: Export only gst_plugin_desc from plugins.
38179          Note that this change only makes any effect with Linux using libtool
38180          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38181          fine. And don't try to have several versions of libtool in different
38182          directories.
38183
38184 2004-02-20  Andy Wingo  <wingo@pobox.com>
38185
38186         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38187         interleave respectively.
38188
38189         * gst/interleave/deinterleave.c: New plugin: deinterleave
38190         (replaces on oneton).
38191         * gst/interleave/interleave.c: New plugin: interleave.
38192         * gst/interleave/plugin.h: Support file.
38193         * gst/interleave/plugin.c: Support file.
38194
38195         * configure.ac: Remove intfloat and oneton, add interleave.
38196
38197         * ext/sndfile/gstsf.c: Handle events better.
38198
38199         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38200         and float2int operation. int2float has scheduling problems as
38201         noted in in2float_chain.
38202
38203 2004-02-20  Benjamin Otte  <otte@gnome.org>
38204
38205         * ext/xine/Makefile.am:
38206         * ext/xine/gstxine.h:
38207         * ext/xine/xine.c:
38208         * ext/xine/xineaudiodec.c:
38209         * ext/xine/xinecaps.c:
38210           add first version of xine plugin wrapper. Currently only wraps the
38211           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38212         * configure.ac:
38213         * ext/Makefile.am:
38214           add xine plugin wrapper, disabled by default. Use --enable-xine to
38215           build. Note that it'll segfault on gst-register if you don't remove
38216           the goom and tvtime post plugins from xine.
38217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38218         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38219           add extradata parsing for QDM2.
38220           change around debugging prints.
38221
38222 2004-02-19  Benjamin Otte  <otte@gnome.org>
38223
38224         * ext/lame/gstlame.c: (gst_lame_chain):
38225         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38226           use gst_tag_list_insert when you want to insert tags
38227
38228 2004-02-18  David Schleef  <ds@schleef.org>
38229
38230         * configure.ac:  Move massink to gst-rotten
38231         * ext/Makefile.am:
38232         * ext/mas/Makefile.am:
38233         * ext/mas/massink.c:
38234         * ext/mas/massink.h:
38235
38236 2004-02-18  David Schleef  <ds@schleef.org>
38237
38238         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38239         typefinding, since it seems to be worse than nothing.
38240         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38241         atom to recognize .mp4 and .m4a files as video/quicktime.
38242
38243 2004-02-18  David Schleef  <ds@schleef.org>
38244
38245         * gst/sine/demo-dparams.c: (quit_live),
38246         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38247         Use double dparams, not float.
38248         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38249         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38250         sync'd elements don't really work correctly.
38251         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38252         (volume_update_volume), (volume_get_property):  Change dparam
38253         to double.
38254
38255 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38256
38257         * sys/ximage/ximagesink.c:
38258         (gst_ximagesink_xwindow_update_geometry),
38259         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38260         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38261         (gst_ximagesink_init): Rework the way software video scaling works. So
38262         now we check on each chain call if the video frames are feeling the
38263         window. If not we try to renegotiate caps. On failure we memorize that
38264         and we won't try again for that PLAYING sessions.
38265         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38266         failure.
38267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38268         synchronous flag.
38269
38270 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38271
38272         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38273           break up _link so we can give a better debug message for errors
38274
38275 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38276
38277         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38278           set up debug category
38279
38280 2004-02-18  Julien MOUTTE <julien@moutte.net>
38281
38282         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38283         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38284         the way renegotiation work. The event handling function is not taking
38285         care of external windows and renegotiate method check for pad flags
38286         NEGOTIATING. Should fix : #133209
38287
38288 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38289
38290         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38291         pad is negotiating before trying renegotiation.
38292
38293 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38294
38295         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38296           pass on all possible mime types as typefind hints
38297
38298 2004-02-17  Julien MOUTTE <julien@moutte.net>
38299
38300         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38302         possible SHM leak if we crash. All other apps using XShm are doing
38303         that.
38304
38305 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38306
38307         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38308         (gst_ximagesink_expose): Renegotiate size on expose.
38309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38310         size on expose.
38311
38312 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38313
38314         * testsuite/alsa/sinesrc.c:
38315           cosmetic fix to fix compile issue with gcc 2.95.4
38316
38317 2004-02-16  Julien MOUTTE <julien@moutte.net>
38318
38319         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38320         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38321         failed opening the audio device.
38322         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38323         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38324         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38325         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38326         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38327         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38328         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38329         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38330         Removing some useless g_return_if_fail like wingo suggested.
38331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38332         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38333         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38334         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38335         (gst_xvimagesink_update_colorbalance),
38336         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38337         (gst_xvimagesink_xcontext_clear),
38338         (gst_xvimagesink_get_fourcc_from_caps),
38339         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38340         (gst_xvimagesink_set_xwindow_id),
38341         (gst_xvimagesink_colorbalance_list_channels),
38342         (gst_xvimagesink_colorbalance_set_value),
38343         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38344         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38345
38346 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38347
38348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38349           throw error when not negotiated instead of asserting
38350
38351 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38352
38353         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38354         correct data refcounting.
38355
38356 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38357
38358         * gst/switch/gstswitch.c: (gst_switch_change_state),
38359         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38360         change, mostly the EOS flag.
38361
38362 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38363
38364         * examples/gstplay/player.c: (got_eos), (main): Adding some
38365         output for debugging.
38366         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38367         timeouts if we go to any state different from PLAYING.
38368         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38369         more EOS bugs in riff lib.
38370
38371 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38372
38373         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38374         visualization until i find a way to fix switch correctly.
38375         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38376         EOS arrives.
38377         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38378         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38379         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38380         Reworked switch to get a more correct behaviour with events and refing
38381         of data stored in sinkpads.
38382         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38383         we don't pull from a pad in EOS.
38384
38385 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38386
38387         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38388           remove v1 tag even if we can't read it (makes sure we don't detect
38389           it again)
38390
38391 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38392
38393         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38394         (gst_alsa_xrun_recovery):
38395         * ext/alsa/gstalsa.h:
38396           try xrun recovery when wait failed. Make xrun recovery function
38397           return TRUE/FALSE to indicate success. (might fix #134354)
38398
38399 2004-02-13  David Schleef  <ds@schleef.org>
38400
38401         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38402         (dynparm_value_changed), (main): Convert from float to double.
38403         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38404
38405 2004-02-13  David Schleef  <ds@schleef.org>
38406
38407         * gst/silence/gstsilence.c: (gst_silence_class_init),
38408         (gst_silence_set_clock), (gst_silence_get),
38409         (gst_silence_set_property), (gst_silence_get_property):
38410         * gst/silence/gstsilence.h: Add sync property.
38411         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38412         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38413         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38414         * gst/sine/gstsinesrc.h: Add sync property.
38415
38416 2004-02-13  David Schleef  <ds@schleef.org>
38417
38418         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38419         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38420
38421 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38422
38423         * configure.ac:
38424         * ext/Makefile.am:
38425         * gst-libs/ext/Makefile.am:
38426           move ffmpeg plugin to gst-ffmpeg module
38427
38428 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38429
38430         * configure.ac: use GST_ARCH to detect architecture
38431
38432 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38433
38434         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38435
38436 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38437
38438         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38439           classify LADSPA plugins based on number of src/sink pads
38440           (#133663, Stefan Kost)
38441         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38442           fix dparams registration
38443           (#133528, Stefan Kost)
38444         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38445           fix use of isprint and use g_ascii_isprint instead
38446           (#133316, Stefan Kost)
38447
38448 2004-02-11  David Schleef  <ds@schleef.org>
38449
38450         Convert a few inner loops to use liboil.  This is currently
38451         optional, and is only enabled if liboil is present (duh!).
38452         * configure.ac: Check for liboil-0.1
38453         * gst/intfloat/Makefile.am:
38454         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38455         (gst_int2float_chain_gint16):
38456         * gst/videofilter/Makefile.am:
38457         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38458         (tablelookup_u8), (gst_videobalance_planar411):
38459         * gst/videotestsrc/Makefile.am:
38460         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38461         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38462         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38463         (paint_hline_RGB565), (paint_hline_xRGB1555):
38464
38465 2004-02-11  David Schleef  <ds@schleef.org>
38466
38467         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38468         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38469         (gst_colorspace_getcaps), (gst_colorspace_link),
38470         (gst_colorspace_base_init), (gst_colorspace_init),
38471         (gst_colorspace_chain), (gst_colorspace_change_state),
38472         (plugin_init): Merge Ronald's patch (bug #117897) and update
38473         for new caps and negotiation.  Seems to work, although it
38474         shows off bugs in lcs.
38475
38476 2004-02-11  David Schleef  <ds@schleef.org>
38477
38478         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38479         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38480
38481 2004-02-11  David Schleef  <ds@schleef.org>
38482
38483         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38484         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38485         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38486         Add server and port properties
38487
38488 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38489
38490         * m4/a52.m4:
38491         * m4/aalib.m4:
38492         * m4/as-ffmpeg.m4:
38493         * m4/as-liblame.m4:
38494         * m4/as-slurp-ffmpeg.m4:
38495         * m4/check-libheader.m4:
38496         * m4/esd.m4:
38497         * m4/freetype2.m4:
38498         * m4/gconf-2.m4:
38499         * m4/glib.m4:
38500         * m4/gst-alsa.m4:
38501         * m4/gst-artsc.m4:
38502         * m4/gst-ivorbis.m4:
38503         * m4/gst-matroska.m4:
38504         * m4/gst-sdl.m4:
38505         * m4/gst-shout2.m4:
38506         * m4/gst-sid.m4:
38507         * m4/gtk.m4:
38508         * m4/libdv.m4:
38509         * m4/libfame.m4:
38510         * m4/libmikmod.m4:
38511         * m4/ogg.m4:
38512         * m4/vorbis.m4:
38513           fix underquotedness of macros (#133800)
38514         * m4/as-avifile.m4:
38515         * m4/xmms.m4:
38516           removed because no longer used
38517
38518 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38519
38520         * configure.ac:
38521           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38522           by autopoint (fixes #132996)
38523
38524 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38525
38526         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38527         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38528         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38529         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38530           fix memleaks
38531
38532 2004-02-11  David Schleef  <ds@schleef.org>
38533
38534         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38535         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38536         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38537         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38538         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38539         (gst_jpegenc_class_init), (gst_jpegenc_init),
38540         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38541         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38542         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38543         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38544
38545 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38546
38547         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38548         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38549         * ext/mikmod/gstmikmod.h:
38550           fix caps negotiation in mikmod
38551         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38552           output debug information
38553
38554 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38555
38556         * gst-libs/gst/colorbalance/Makefile.am:
38557         * gst-libs/gst/navigation/Makefile.am:
38558         * gst-libs/gst/xoverlay/Makefile.am:
38559           remove unused GST_OPT_CFLAGS from Makefiles
38560           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38561
38562 2004-02-07  David Schleef  <ds@schleef.org>
38563
38564         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38565         push events to pads that haven't been created (#133508)
38566
38567 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38568
38569         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38570         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38571         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38572         (gst_dvdec_loop), (gst_dvdec_change_state):
38573         Second attempt at committing a working dvdec element.
38574
38575 2004-02-06  David Schleef  <ds@schleef.org>
38576
38577         Build fixes for OS X: (see #129600)
38578         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38579         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38580         (gst_riff_read_strf_iavs):
38581         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38582         (gst_avi_demux_stream_odml):
38583         * gst/playondemand/Makefile.am:
38584         * gst/rtp/rtp-packet.c:
38585
38586 2004-02-05  David Schleef  <ds@schleef.org>
38587
38588         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38589         last change, because it Just Doesn't Compile.
38590
38591 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38592
38593         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38594           skip undecodable id3v2 tag instead of keeping it
38595
38596 2004-02-05  David Schleef  <ds@schleef.org>
38597
38598         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38599         Unref leaked buffer.  (Noticed by Ronald)
38600
38601 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38602
38603         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38604         Sync requires with other checks.  >= vs =.
38605
38606 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38607
38608         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38609         (gst_dvdec_video_link), (gst_dvdec_loop):
38610         * ext/dv/gstdvdec.h:
38611           rework the caps negotiation so that dvdec works again instead
38612           of just segfaulting.
38613
38614 === release 0.7.4 ===
38615
38616 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38617
38618         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38619         * configure.ac: changed for release
38620
38621 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38622
38623         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38624         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38625         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38626         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38627           reworked patch by David Lehn to fix libdir and includedir for
38628           uninstalled libraries
38629           removed play and gconf from gstreamer-libs since they have their
38630           own pkgconfig files
38631
38632 2004-02-04  David Schleef  <ds@schleef.org>
38633
38634         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38635         memleak.
38636
38637 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38638
38639         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38640           use correct GST_TAG_ENCODER tag
38641
38642 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38643
38644         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38645           be sure to stop the clock when going to paused
38646         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38647           reset number of transmitted when going to ready.
38648         fixes #132935
38649
38650 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38651
38652         reviewed by Benjamin Otte
38653
38654         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38655           extract track count (fixes #133410)
38656
38657 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38658
38659         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38660           that should be !=, not == (fixes #132519)
38661
38662 2004-02-04  David Schleef  <ds@schleef.org>
38663
38664         Make sure set_explicit_caps() is called before adding pad.
38665         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38666         * gst/id3/gstid3types.c: (gst_id3types_loop):
38667         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38668         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38669
38670 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38671
38672         * configure.ac:
38673           bump nano to 2, first prerelease
38674           put back AM_PROG_LIBTOOL
38675
38676 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38677
38678         * testsuite/alsa/Makefile.am:
38679           these are user test apps, not automatic testsuite tests
38680
38681 2004-02-04  David Schleef  <ds@schleef.org>
38682
38683         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38684         * gst/mpeg1videoparse/gstmp1videoparse.c:
38685         (mp1videoparse_parse_seq):
38686         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38688         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38689         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38690         (gst_xvideosink_getcaps):
38691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38692         * testsuite/gst-lint: more tests
38693
38694 2004-02-04  David Schleef  <ds@schleef.org>
38695
38696         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38697         with the code that they would expand to.
38698         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38699         (gst_flacdec_get_src_query_types),
38700         (gst_flacdec_get_src_event_masks):
38701         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38702         (gst_gnomevfssrc_get_query_types),
38703         (gst_gnomevfssrc_get_event_mask):
38704
38705 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38706
38707         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38708         (gst_sinesrc_dispose):
38709           fix memleak by properly disposing sinesrc
38710
38711 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38712
38713         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38714         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38715         an overlay to redraw the image because it has been exposed.
38716         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38717         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38718         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38719         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38720         interface
38721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38722         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38723         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38724         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38725         interface
38726
38727 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38728
38729         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38730           more memleak fixage
38731
38732 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38733
38734         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38735         * gst/typefind/gsttypefindfunctions.c:
38736           fix memleaks shown by gst-typefind
38737
38738 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38739
38740         * common/glib-gen.mak:
38741           add hack rule to touch .Plo files
38742         * gst-libs/gst/colorbalance/Makefile.am:
38743         * gst-libs/gst/mixer/Makefile.am:
38744         * gst-libs/gst/play/Makefile.am:
38745         * gst-libs/gst/tuner/Makefile.am:
38746           remove glib_root variable
38747
38748 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38749
38750         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38751           set explicit caps before adding the element, so the autopluggers can
38752           plug correctly.
38753         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38754         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38755         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38756         (dv_type_find):
38757           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38758           argument.
38759
38760 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38761
38762         * gst-libs/gst/colorbalance/Makefile.am:
38763         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38764         * gst-libs/gst/colorbalance/colorbalance.c:
38765         * gst-libs/gst/colorbalance/colorbalance.h:
38766         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38767         * gst-libs/gst/mixer/Makefile.am:
38768         * gst-libs/gst/mixer/mixer-marshal.list:
38769         * gst-libs/gst/mixer/mixer.c:
38770         * gst-libs/gst/mixer/mixer.h:
38771         * gst-libs/gst/mixer/mixermarshal.list:
38772         * gst-libs/gst/play/Makefile.am:
38773         * gst-libs/gst/play/play.h:
38774         * gst-libs/gst/tuner/Makefile.am:
38775         * gst-libs/gst/tuner/tuner-marshal.list:
38776         * gst-libs/gst/tuner/tuner.c:
38777         * gst-libs/gst/tuner/tuner.h:
38778         * gst-libs/gst/tuner/tunermarshal.list:
38779           use new glib-gen.mak snippet to clean up Makefile.am
38780           fix various bugs in Makefile.am's
38781
38782 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38783
38784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38785           handle chain parsing correctly in the multichain case
38786         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38787         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38788         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38789         (theora_dec_chain):
38790           handle events and queries correctly
38791
38792 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38793
38794         * .cvsignore:
38795         Ignore generated file _stdint.h.
38796
38797 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38798
38799         * gst-libs/gst/colorbalance/Makefile.am:
38800         * gst-libs/gst/colorbalance/colorbalance.h:
38801         * gst-libs/gst/mixer/Makefile.am:
38802         * gst-libs/gst/mixer/mixer.h:
38803         * gst-libs/gst/play/Makefile.am:
38804         * gst-libs/gst/play/play.h:
38805         * gst-libs/gst/tuner/Makefile.am:
38806         * gst-libs/gst/tuner/tuner.h:
38807         Generate enum type code with glib-mkenums.
38808         * gst-libs/gst/colorbalance/.cvsignore:
38809         * gst-libs/gst/mixer/.cvsignore:
38810         * gst-libs/gst/play/.cvsignore:
38811         * gst-libs/gst/tuner/.cvsignore:
38812         Ignore generated files.
38813
38814 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38815
38816         * gst-libs/gst/audio/.cvsignore:
38817         Ignore generated file.
38818         * gst-libs/gst/audio/Makefile.am:
38819         Do not install example filter.
38820
38821 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38822
38823         * examples/switch/.cvsignore:
38824         Ignore generated file.
38825
38826 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38827
38828         * common/m4/ax_create_stdint_h.m4:
38829         * configure.ac:
38830           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38831           _stdint.h.
38832         * Makefile.am:
38833           remove generated _stdint.h in DISTCLEANFILES
38834         * ext/a52dec/gsta52dec.c:
38835           include _stdint.h for a52dec. (should fix #133064)
38836
38837 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38838
38839         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38840         (gst_tag_to_vorbis_comments):
38841         Add replaygain support to vorbistag
38842
38843 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38844         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38845         (gst_ffmpeg_caps_to_extradata):
38846           Fix SVQ3 caps flag properties
38847           Use glib macro for bytes swap
38848
38849 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38850
38851         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38852         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38853         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38854         * ext/sndfile/gstsf.c: (plugin_init):
38855         * gst/avi/gstavi.c: (plugin_init):
38856         * sys/dxr3/dxr3init.c: (plugin_init):
38857         * sys/oss/gstossaudio.c: (plugin_init):
38858         * sys/v4l/gstv4l.c: (plugin_init):
38859         * sys/v4l2/gstv4l2.c: (plugin_init):
38860           remove textdomain calls
38861         * po/nl.po:
38862           update Dutch translation
38863
38864 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38865
38866         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38867         (gst_play_set_audio_sink): Moving volume in the audio thread for
38868         instantaneous volume change. Maybe i will add another volume in front
38869         of visualization later, not sure yet though.
38870
38871 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38872
38873         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38874         (gst_ximagesink_handle_xevents): Better X events handling, only take
38875         the latest events for configure and motion.
38876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38877
38878 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38879
38880         reviewed by: David Schleef  <ds@schleef.org>
38881
38882         Fix memory leaks:
38883         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38884         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38885
38886 2004-02-02  David Schleef  <ds@schleef.org>
38887
38888         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38889         of lines.
38890         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38891         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38892         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38893         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38894         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38895         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38896         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38897         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38898         (gst_float2_2_int_link):
38899         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38900         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38901         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38902         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38903         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38904         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38905         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38906         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38907         * testsuite/gst-lint: Add tests for bzero and ;;
38908
38909 2004-02-02  David Schleef  <ds@schleef.org>
38910
38911         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38912
38913 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38914
38915         * ext/aalib/gstaasink.c: (gst_aasink_open):
38916         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38917         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38918         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38919         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38920         (gst_afsink_close_file):
38921         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38922         (gst_afsrc_close_file):
38923         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38924         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38925         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38926         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38927         * ext/esd/esdmon.c: (gst_esdmon_get):
38928         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38929         * ext/faac/gstfaac.c: (gst_faac_chain):
38930         * ext/faad/gstfaad.c: (gst_faad_chain):
38931         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38932         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38933         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38934         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38935         (gst_flacdec_loop):
38936         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38937         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38938         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38939         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38940         (gst_gnomevfssink_close_file):
38941         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38942         (gst_gnomevfssrc_open_file):
38943         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38944         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38945         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38946         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38947         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38948         * ext/mad/gstmad.c: (gst_mad_chain):
38949         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38950         * ext/mpeg2dec/gstmpeg2dec.c:
38951         * ext/mpeg2enc/gstmpeg2enc.cc:
38952         * ext/mplex/gstmplex.cc:
38953         * ext/mplex/gstmplexibitstream.cc:
38954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38955         (gst_ogg_demux_push):
38956         * ext/raw1394/gstdv1394src.c:
38957         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38958         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38959         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38960         (gst_sf_loop):
38961         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38962         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38963         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38964         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38966         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38967         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38968         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38969         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38970         (gst_riff_read_element_data), (gst_riff_read_seek),
38971         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38972         * gst/adder/gstadder.c: (gst_adder_loop):
38973         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38974         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38975         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38976         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38977         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38978         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38979         * gst/goom/gstgoom.c: (gst_goom_chain):
38980         * gst/id3/gstid3types.c: (gst_id3types_loop):
38981         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38982         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38983         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38984         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38985         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38986         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38987         (gst_ebml_read_float), (gst_ebml_read_header):
38988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38989         (gst_matroska_demux_parse_blockgroup):
38990         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38991         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38992         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38993         * gst/silence/gstsilence.c: (gst_silence_get):
38994         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38995         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38996         * gst/speed/gstspeed.c: (speed_loop):
38997         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38998         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38999         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39000         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39001         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39002         (gst_wavparse_loop):
39003         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39004         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39005         (dxr3audiosink_close):
39006         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39007         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39008         (dxr3videosink_close), (dxr3videosink_write_data):
39009         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39010         * sys/oss/gstosssink.c: (gst_osssink_chain):
39011         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39012         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39014         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39015         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39016         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39017         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39018         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39019         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39020         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39021         (gst_v4l_set_audio):
39022         * sys/v4l/v4l_calls.h:
39023         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39024         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39025         (gst_v4lmjpegsink_playback_init),
39026         (gst_v4lmjpegsink_playback_start):
39027         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39028         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39029         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39030         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39031         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39032         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39033         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39034         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39035         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39036         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39037         (gst_v4l2_get_output), (gst_v4l2_set_output),
39038         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39039         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39040         (gst_v4l2_set_attribute):
39041         * sys/v4l2/v4l2_calls.h:
39042         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39043         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39044         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39045         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39046         (gst_v4l2src_capture_stop):
39047         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39048         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39049         (gst_ximagesink_chain):
39050         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39051         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39052         (gst_xvideosink_xwindow_new):
39053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39054         (gst_xvimagesink_chain):
39055
39056 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39057
39058         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39059         (gst_volume_get_volume), (volume_class_init), (volume_init),
39060         (volume_chain_int16), (volume_update_volume):
39061         * gst/volume/gstvolume.h:
39062           make code more readable by removing magic numbers
39063           make mixer interface export 0-100 range
39064           make it internally map to 0.0-1.0 range so users don't distort
39065           output by putting the sliders at full volume
39066
39067 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39068
39069         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39070         (gst_play_state_change), (gst_play_seek_to_time):
39071         block the tick callback for 0.5 secs after doing a seek
39072
39073 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39074
39075         * gst-libs/gst/play/play.c: (gst_play_new):
39076           check for GError
39077
39078 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39079
39080         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39081         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39082         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39083         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39085         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39086
39087 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39088
39089         * configure.ac:
39090         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39091           check for a function added in vorbis 1.1
39092
39093 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39094
39095         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39096         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39097           really start/stop clock only on PLAYING <=> PAUSED
39098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39099           remove \n from debugging lines
39100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39101           make it work when seeking does not
39102         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39103           reset on DISCONT
39104
39105 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39106
39107         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39108           start clock on PAUSED=>PLAYING, not later
39109         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39110           extract correct time for different discont formats
39111         (gst_alsa_sink_get_time):
39112           don't segfault when no format is negotiated yet, just return 0
39113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39114         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39115         (gst_ogg_pad_push):
39116           handle flush and discont events correctly
39117         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39118           handle discont events correctly
39119
39120 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39121
39122         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39123         (gst_play_error_create), (gst_play_error_plugin),
39124         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39125         * gst-libs/gst/play/play.h:
39126           add error handling during creation
39127         * examples/gstplay/player.c: (main):
39128           use new gst_play_new
39129
39130
39131 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39132
39133         * ext/theora/theoradec.c: (theora_dec_chain):
39134           make comments work
39135         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39136         (vorbis_dec_src_event), (vorbis_dec_chain):
39137           add encoder tag, fix tag reading to be more error tolerant, change
39138           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39139           gst_pad_event_default.
39140         * gst/tags/gstvorbistag.c:
39141         (gst_tag_list_from_vorbiscomment_buffer):
39142           undefine function specific define at end of function
39143
39144 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39145
39146         * ext/flac/gstflac.c: (plugin_init):
39147         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39148         * ext/flac/gstflacdec.h:
39149         * ext/flac/gstflacenc.h:
39150           Fix typos
39151
39152 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39153
39154         * examples/gstplay/player.c: s/gstplay.h/play.h/
39155
39156 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39157
39158         * gst-libs/gst/play/Makefile.am:
39159         * gst-libs/gst/play/gstplay.c:
39160         * gst-libs/gst/play/gstplay.h:
39161         * gst-libs/gst/play/play.c:
39162           more surgery, operation complete
39163
39164 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39165
39166         * gst-libs/gst/play/play.old.c:
39167         * gst-libs/gst/play/play.old.h:
39168           after CVS surgery by moving, remove
39169         * gst-libs/gst/play/playpipelines.c:
39170           remove
39171
39172         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39173           add negotiation error
39174
39175 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39176
39177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39178         (gst_ogg_demux_push):
39179           add some seeking debug info
39180           send a flush when seeking
39181
39182 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39183
39184         * configure.ac:
39185           use AC_C_INLINE
39186         * configure.ac:
39187         * ext/Makefile.am:
39188         * ext/theora/Makefile.am:
39189         * ext/theora/theoradec.c:
39190           add theora video decoder. Does just do simple decoding for now and
39191           has been tested against Theora cvs only. It only works when theora
39192           is compiled with --enable-static.
39193         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39194           always reset packetno on DISCONT
39195
39196 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39197
39198         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39199           Fix audio.
39200
39201 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39202
39203         * gst/mpegaudioparse/gstmpegaudioparse.c:
39204         (mp3_type_frame_length_from_header):
39205           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39206
39207 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39208
39209         * ext/esd/esdsink.c: (gst_esdsink_init):
39210           Since we have static pad template caps, we don't need to negotiate;
39211           either the core errors out or we know the format.
39212
39213 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39214
39215         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39216         (gst_riff_read_seek):
39217         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39218         (gst_ebml_read_seek):
39219           Fix event handling.
39220
39221 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39222
39223         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39224           removee video/x-theora from vp3 decoder, it doesn't handle raw
39225           theora streams
39226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39227           fix bug with finalizing element that never went to PAUSED
39228         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39229           length and position queries were swapped
39230         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39231         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39232         (vorbis_dec_src_event):
39233           implement querying time and bytes
39234
39235 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39236
39237         * just about every source file:
39238           gst_element_error -> GST_ELEMENT_ERROR
39239
39240 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39241
39242         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39243         emiting FLUSH and even before DISCONT.
39244         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39245         get the best instant seeking as possible yay!
39246
39247 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39248
39249         * gst/mpeg1videoparse/gstmp1videoparse.c:
39250         (gst_mp1videoparse_real_chain):
39251           Committed wrong version last week... Grr... Didn't notice until now.
39252
39253 2004-01-29  Julien MOUTTE <julien@moutte.net>
39254
39255         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39257         have_xwindow_id signal in xwindow_create.
39258
39259 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39260
39261         * ext/ogg/gstoggdemux.c:
39262           lots of changes - mainly support for chained bitstreams, seeking,
39263           querying and bugfixes of course
39264         * ext/vorbis/Makefile.am:
39265         * ext/vorbis/vorbisdec.c:
39266         * ext/vorbis/vorbisdec.h:
39267           add vorbisdec raw vorbis decoder
39268         * ext/vorbis/vorbis.c: (plugin_init):
39269           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39270         * gst/intfloat/Makefile.am:
39271         * gst/intfloat/float22int.c:
39272         * gst/intfloat/float22int.h:
39273         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39274           add float2intnew plugin. It converts multichannel interleaved float to
39275           multichannel interleaved int. The name should probably be changed.
39276         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39277         (plugin_init):
39278           add typefinding for raw theora video so oggdemux can detect it.
39279
39280 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39281
39282         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39283         sink element first.
39284         * gst/videoscale/gstvideoscale.c:
39285         (gst_videoscale_handle_src_event): Fixing src event handler.
39286
39287 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39288
39289         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39290         (gst_v4lsrc_open), (gst_v4lsrc_close),
39291         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39292         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39293         * sys/v4l/gstv4lsrc.h:
39294         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39295         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39296           Implement resizing... Hack. But that's why v4l is b0rked...
39297
39298 2004-01-28  Julien MOUTTE <julien@moutte.net>
39299
39300         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39301         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39302         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39303         (gst_ximagesink_xwindow_destroy):
39304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39305         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39306         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39307         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39308         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39309         correctly cleaning the image created to check xshm calls on succes,
39310         added a lot of XSync calls in X11 functions, and fixed a segfault when
39311         no image format was defined before negotiation happened.
39312
39313 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39314
39315         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39316           use gst_element_get_time to get correct time
39317
39318 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39319
39320         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39321         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39322         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39324         (gst_xvimagesink_check_xshm_calls),
39325         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39326         X plugins are now able to detect that XShm calls will fail even if the
39327         server claims that it has XShm support (remote displays most of the
39328         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39329         so that we use non XShm functions. This feature is almost useless for
39330         xvimagesink as Xv is not supported on remote displays anyway, but
39331         it might happen than even on the local display XShm calls fail.
39332
39333 2004-01-27  David Schleef  <ds@schleef.org>
39334
39335         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39336         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39337         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39338         changed esdsink to only use 44100,16,2, since esd sucks at rate
39339         conversion and esdsink has had difficulty negotiating.
39340
39341 2004-01-27  Julien MOUTTE <julien@moutte.net>
39342
39343         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39344         (gst_play_seek_to_time): Fixing the way to get current position.
39345
39346 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39347
39348         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39349           use gst_element_get_time to get correct time
39350
39351 2004-01-27  Julien MOUTTE <julien@moutte.net>
39352
39353         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39354         fix ever... Inverting 2 lines of code make spider autoplug correctly
39355         tagged mp3 !
39356
39357 2004-01-27  David Schleef  <ds@schleef.org>
39358
39359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39360         Use gst_pad_try_set_caps_nonfixed().
39361
39362 2004-01-27  David Schleef  <ds@schleef.org>
39363
39364         * gst/ac3parse/gstac3parse.c: update to checklist 5
39365         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39366         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39367         * gst/audioscale/gstaudioscale.c: same
39368         * gst/auparse/gstauparse.c: same
39369         * gst/avi/gstavidemux.c: same
39370
39371 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39372
39373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39374           stop processing after EOS
39375
39376 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39377
39378         * gst/asfdemux/asfheaders.h:
39379         * gst/asfdemux/gstasfdemux.c:
39380         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39381         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39382         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39383           lot's of fixes to make data extraction simpler and get the code
39384           architecture and compiler independant. Add debugging category
39385         * gst/goom/gstgoom.c: (gst_goom_change_state):
39386           reset channel count on PAUSED=>READY, not READY=>PAUSED
39387
39388 2004-01-26  Colin Walters  <walters@verbum.org>
39389
39390         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39391         code to pull a bigger buffer in iradio mode.  This as a side effect
39392         makes typefinding work.
39393
39394 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39395
39396         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39397         Fix SVQ3 decoding on PPC
39398
39399 2004-01-26  Julien MOUTTE <julien@moutte.net>
39400
39401         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39402         that one managed to stay there... Fixed.
39403
39404 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39405
39406         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39407         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39408         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39409         (qtdemux_video_caps):
39410         * gst/qtdemux/qtdemux.h:
39411         Add SVQ3 specific flags to qtdemux and ffmpeg
39412
39413 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39414
39415         * gst-libs/gst/audio/audio.h:
39416           remove buffer-frames from audio caps
39417         * gst/audioconvert/gstaudioconvert.c:
39418           fix plugin to really work.
39419
39420 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39421
39422         * gst-libs/gst/mixer/mixer.c:
39423         * gst-libs/gst/propertyprobe/propertyprobe.c:
39424         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39425         (gst_tuner_find_channel_by_name):
39426         * gst-libs/gst/tuner/tuner.h:
39427           Add gtk-doc style comments. Also fix a function name.
39428
39429 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39430
39431         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39432         (gst_divxdec_negotiate):
39433           Fix for new capsnego - also fixes gst-player with divxdec.
39434
39435 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39436
39437         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39438         (gst_play_identity_handoff), (gst_play_set_location),
39439         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39440         try in visualization implementation. Still have an issue with switch
39441         blocking when pulling from video_queue and only audio comes out of
39442         spider.
39443         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39444         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39445         release method. And check if the pad is usable before pulling.
39446
39447 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39448
39449         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39450         (gst_videobalance_init),
39451         (gst_videobalance_colorbalance_list_channels),
39452         (gst_videobalance_colorbalance_set_value),
39453         (gst_videobalance_colorbalance_get_value),
39454         (gst_videobalance_update_properties),
39455         (gst_videobalance_update_tables_planar411),
39456         (gst_videobalance_planar411):
39457         * gst/videofilter/gstvideobalance.h:
39458           Implement lookup-tables. +/- 10x faster.
39459
39460 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39461
39462         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39463         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39464           The index reading was broken. The rest worked fine, but the whole
39465           goal of my rewrite was to make avidemux readable, and this was
39466           not at all readable. Please use typed variables.
39467
39468 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39469
39470         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39471           Additional pad usability check.
39472         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39473         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39474         (gst_mp1videoparse_real_chain):
39475           Fix MPEG video stream parsing. The original plugin had several
39476           issues, including not timestamping streams where the source was
39477           not timestamped (this happens with PTS values in mpeg system
39478           streams, but MPEG video is also a valid stream on its own so
39479           that needs timestamps too). We use the display time code for that
39480           for now. Also, if one incoming buffer contains multiple valid
39481           frames, we push them all on correctly now, including proper EOS
39482           handling. Lastly, several potential segfaults were fixed, and we
39483           properly sync on new sequence/gop headers to include them in next,
39484           not previous frames (since they're header for the next frame, not
39485           the previous). Also see #119206.
39486         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39487         (bpf_from_header):
39488           Move caps setting so we only do it after finding several valid
39489           MPEG-1 fraes sequentially, not right after the first one (which
39490           might be coincidental).
39491         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39492         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39493         (plugin_init):
39494           Add unsynced MPEG video stream typefinding, and change some
39495           probability values so we detect streams rightly. The idea is as
39496           follows: I can have an unsynced system stream which contains
39497           video. In the current code, I would randomly get a type for either
39498           system or video stream type found, because the probabilities are
39499           being calculated rather randomly. I now use fixed values, so we
39500           always prefer system stream if that was found (and that is how it
39501           should be). If no system stream was found, we can still identity                the stream as video-only.
39502
39503 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39504
39505         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39506         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39507           don't write to buffer. Extract data without the need of
39508           __attribute__ ((packed))
39509
39510 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39511
39512         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39513         (mpeg1_sys_type_find):
39514           Fix MPEG-1 stream typefinding.
39515
39516 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39517
39518         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39519           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39520
39521 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39522
39523         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39524         * ext/esd/gstesd.c: (plugin_init):
39525           private debugging, better error reporting
39526
39527 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39528
39529         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39530         (gst_riff_read_init), (gst_riff_read_change_state):
39531         * gst-libs/gst/riff/riff-read.h:
39532           Remove stuff fromold metadata system.
39533
39534 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39535
39536         * ext/ogg/gstoggdemux.c:
39537           Fix wrong file comment.
39538         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39539         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39540           Add metadata reading properly.
39541
39542 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39543
39544         * ext/Makefile.am:
39545           Fix nas DIST_SUBDIRS
39546           Uraeus:
39547           Fix bug where make distcheck doesn't get run on adding stuff to
39548           the build.
39549
39550 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39551
39552         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39553         * ext/divx/gstdivxdec.h:
39554           Fix divx3 ("msmpeg4") playback using divxdec.
39555
39556 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39557
39558         * gst/typefind/gsttypefindfunctions.c:
39559         (mp3_type_frame_length_from_header): fix bug in length computation
39560         (mp3_type_find): improve debugging output
39561
39562 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39563
39564         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39565         (gst_play_set_location), (gst_play_seek_to_time),
39566         (gst_play_set_audio_sink), (gst_play_set_visualization),
39567         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39568         the pipeline from scratch. Visualization is back and switch went out as
39569         i realized it was not possible to use the way i wanted.
39570         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39571         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39572         clearing in state change from READY to NULL. So that one can clean the
39573         X ressources keeping the element.
39574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39575         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39576         (gst_xvimagesink_colorbalance_set_value),
39577         (gst_xvimagesink_colorbalance_get_value),
39578         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39579         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39580         change from READY to NULL and fixed some stupid bugs in colorbalance
39581         get/set values. Also added the following feature : when nobody tries to
39582         set some values to the colorbalance levels before the xcontext is
39583         grabbed, then when creating channels list from Xv attributes we set the
39584         internal values to the Xv defaults. This way we handle buggy Xv drivers
39585         that set default hue values far from the middle of the range (Thanks
39586         to Jon Trowbridge for pointing that issue).
39587         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39588         colorbalance levels have been set before xcontext is grabbed.
39589
39590 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39591
39592         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39593           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39594           it might block operations (which is bad for a mixer).
39595
39596 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39597
39598         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39599         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39600         (gmip_find_type_pre):
39601         * gst-libs/gst/media-info/media-info-priv.h:
39602         * gst-libs/gst/media-info/media-info.c:
39603         (gst_media_info_instance_init), (gst_media_info_read_idler):
39604         add fakesink to get caps on decoder src pad again
39605         fix callback prototype to match new have_type signal signature
39606
39607 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39608
39609         * gst/adder/gstadder.c: (gst_adder_link):
39610           fix non-compile and cut-n-paste code
39611
39612 2004-01-21  David Schleef  <ds@schleef.org>
39613
39614         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39615         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39616         (gst_swfdec_init), (gst_swfdec_change_state):
39617         * ext/swfdec/gstswfdec.h:
39618         Fix negotiation.
39619         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39620         (gst_adder_request_new_pad): Fix negotiation.
39621         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39622         Add a fixate function.
39623         * gst/intfloat/gstfloat2int.c:
39624         * gst/intfloat/gstfloat2int.h:
39625         * gst/intfloat/gstint2float.c:
39626         * gst/intfloat/gstint2float.h:
39627         Completely rewrite the negotiation.  Doesn't quite work yet,
39628         due to some buffer-frames problem.
39629
39630 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39631
39632         * ext/gnomevfs/gstgnomevfssrc.c:
39633         * sys/v4l2/v4l2_calls.h:
39634           fix includes for distcheck
39635
39636 2004-01-21  Christian Schaller <uraeus@gnome.org>
39637
39638         * ext/nas/
39639         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39640         based on earlier patch from Laurent Vivier
39641
39642 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39643
39644         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39645         Fix wma caps property
39646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39647         Fix typo (flags1 and flags2)
39648
39649 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39650
39651         * gst-libs/gst/media-info/media-info-priv.c:
39652         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39653         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39654         (gmip_find_stream), (gmip_find_track_metadata),
39655         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39656         (gmip_find_track_format):
39657         * gst-libs/gst/media-info/media-info-priv.h:
39658         * gst-libs/gst/media-info/media-info-test.c: (main):
39659         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39660         (gst_media_info_read_idler), (gst_media_info_read):
39661         * gst-libs/gst/media-info/media-info.h:
39662           register debugging category and use it for debugging
39663
39664 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39665
39666         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39667         (gst_vorbisfile_new_link):
39668           signal streaminfo through tags
39669
39670 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39671
39672         * ext/mplex/gstmplex.cc:
39673         * ext/mplex/gstmplexibitstream.cc:
39674           g++ doesn't like NULL in our i18n/error macros, should be
39675           either (NULL) or ("").
39676
39677 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39678
39679         * sys/dxr3/dxr3audiosink.c:
39680         * sys/dxr3/dxr3init.c:
39681         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39682         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39683           Fix more error error error errors (missing includes here).
39684
39685 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39686
39687         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39688           fix thomas' error errors.
39689
39690 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39691
39692         * ext/mpeg2enc/gstmpeg2enc.cc:
39693           fix error errors.
39694
39695 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39696
39697         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39698         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39699           Fix for new error system.
39700
39701 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39702
39703         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39704           fix for new error reporting
39705
39706 2004-01-20  David Schleef  <ds@schleef.org>
39707
39708         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39709         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39710         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39711         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39712         and neither is 100+, most likely.
39713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39714         (gst_xvimagesink_getcaps): same
39715
39716 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39717
39718         * configure.ac:
39719           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39720           clashes with ffmpeg.
39721
39722 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39723
39724         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39725         (gst_switch_init): Fixed switch element : proxying link and setting
39726         caps from src to sink on request.
39727
39728 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39729
39730         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39731         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39732         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39733         fix element_error
39734
39735 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39736
39737         * sys/v4l/v4l_calls.h:
39738         * sys/v4l2/v4l2_calls.h:
39739           element_error fixes
39740
39741 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39742
39743         * gst-libs/gst/gst-i18n-plugin.h:
39744           add locale.h
39745           remove config.h inclusion
39746
39747 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39748
39749         * autogen.sh:
39750           adding autopoint invocation
39751         * Makefile.am:
39752         * configure.ac:
39753         * gst-libs/gst/gettext.h:
39754           adding gettext bits
39755         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39756         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39757         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39758         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39759         (gst_gnomevfssink_close_file):
39760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39761         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39762         * gst-libs/gst/gst-i18n-plugin.h:
39763         * gst/avi/gstavi.c: (plugin_init):
39764         * sys/dxr3/dxr3init.c: (plugin_init):
39765         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39766         * sys/oss/gstossaudio.c: (plugin_init):
39767         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39768         * sys/v4l/gstv4l.c: (plugin_init):
39769         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39770         * sys/v4l2/gstv4l2.c: (plugin_init):
39771         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39772         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39773         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39774         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39775         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39776         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39777           make sure locale and translation domain are set
39778           fix translated strings
39779         * po/.cvsignore:
39780         * po/LINGUAS:
39781         * po/Makevars:
39782         * po/POTFILES.in:
39783         * po/nl.po:
39784           put translation files into place
39785         * sys/xvideo/imagetest.c: (main):
39786         * ext/dv/demo-play.c: (main):
39787           fix unnecessary translations
39788
39789 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39790
39791         * ext/sndfile/gstsf.c:
39792         * gst/avi/gstavimux.c:
39793         * ext/audiofile/gstafsink.c:
39794         * ext/audiofile/gstafsrc.c:
39795         * ext/gnomevfs/gstgnomevfssink.c:
39796         * ext/gnomevfs/gstgnomevfssrc.c:
39797         * sys/oss/gstosselement.c:
39798         * sys/v4l/v4l_calls.h:
39799           fix i18n include
39800
39801 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39802
39803         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39804         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39805         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39806         (gst_v4l2_get_output), (gst_v4l2_set_output),
39807         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39808         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39809         (gst_v4l2_set_attribute):
39810         update to new error handling
39811
39812 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39813
39814         * ext/sidplay/gstsiddec.cc:
39815         * gst/modplug/gstmodplug.cc:
39816           parenthese NULL because C++ seems angry about it
39817
39818 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39819
39820         * gst-libs/gst/gst-i18n-plugin.h:
39821           add skeleton i18n stuff, but needs to be further implemented
39822
39823 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39824
39825         * examples/gstplay/player.c: (main):
39826         * ext/aalib/gstaasink.c: (gst_aasink_open):
39827         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39828         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39829         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39830         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39831         (gst_afsink_close_file):
39832         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39833         (gst_afsrc_close_file):
39834         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39835         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39836         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39837         * ext/esd/esdmon.c: (gst_esdmon_get):
39838         * ext/esd/esdsink.c: (gst_esdsink_chain):
39839         * ext/faac/gstfaac.c: (gst_faac_chain):
39840         * ext/faad/gstfaad.c: (gst_faad_chain):
39841         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39842         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39843         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39844         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39845         (gst_flacdec_loop):
39846         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39847         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39848         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39849         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39850         (gst_gnomevfssink_close_file):
39851         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39852         (gst_gnomevfssrc_open_file):
39853         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39854         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39855         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39856         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39857         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39858         * ext/mad/gstmad.c: (gst_mad_chain):
39859         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39860         * ext/mpeg2dec/gstmpeg2dec.c:
39861         * ext/mpeg2enc/gstmpeg2enc.cc:
39862         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39863         * ext/mplex/gstmplex.cc:
39864         * ext/mplex/gstmplexibitstream.cc:
39865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39866         (gst_ogg_demux_push), (gst_ogg_pad_push):
39867         * ext/raw1394/gstdv1394src.c:
39868         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39869         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39870         * ext/sidplay/gstsiddec.cc:
39871         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39872         (gst_sf_loop):
39873         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39874         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39875         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39876         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39877         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39878         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39879         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39880         * gst-libs/gst/Makefile.am:
39881         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39882         (gst_riff_read_element_data), (gst_riff_read_seek),
39883         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39884         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39885         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39886         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39887         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39888         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39889         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39890         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39891         * gst/goom/gstgoom.c: (gst_goom_chain):
39892         * gst/id3/gstid3types.c: (gst_id3types_loop):
39893         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39894         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39895         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39896         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39897         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39898         (gst_ebml_read_float), (gst_ebml_read_header):
39899         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39900         (gst_matroska_demux_parse_blockgroup):
39901         * gst/modplug/gstmodplug.cc:
39902         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39903         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39904         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39905         * gst/silence/gstsilence.c: (gst_silence_get):
39906         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39907         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39908         * gst/speed/gstspeed.c: (speed_loop):
39909         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39910         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39911         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39912         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39913         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39914         (gst_wavparse_loop):
39915         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39916         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39917         (dxr3audiosink_close):
39918         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39919         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39920         (dxr3videosink_close), (dxr3videosink_write_data):
39921         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39922         * sys/oss/gstosselement.h:
39923         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39924         (gst_osssink_chain):
39925         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39926         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39929         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39930         (gst_v4l_enable_overlay):
39931         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39932         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39933         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39934         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39935         (gst_v4l_set_audio):
39936         * sys/v4l/v4l_calls.h:
39937         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39938         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39939         (gst_v4lmjpegsink_playback_init),
39940         (gst_v4lmjpegsink_playback_start):
39941         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39942         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39943         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39944         (gst_v4lmjpegsrc_requeue_frame):
39945         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39946         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39947         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39948         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39949         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39950         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39951         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39952         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39953         (gst_v4l2src_capture_stop):
39954         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39955         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39956         (gst_ximagesink_chain):
39957         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39958         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39959         (gst_xvideosink_xwindow_new):
39960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39961         (gst_xvimagesink_chain):
39962         use new error signal, function and categories
39963
39964 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39965
39966         * configure.ac:
39967         * ext/Makefile.am:
39968         * ext/musicbrainz/gsttrm.c:
39969         * ext/musicbrainz/gsttrm.h:
39970         * ext/musicbrainz/Makefile.am:
39971         Add a trm plugin
39972
39973 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39974
39975         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39976         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39977         synchronous property for debugging.
39978         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39980         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39981         smaller block, fixing indent.
39982
39983 2004-01-16  David Schleef  <ds@schleef.org>
39984
39985         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39986         property affects the video stream.
39987         * sys/xvimage/xvimagesink.c:
39988         * sys/xvimage/xvimagesink.h:
39989         Add synchronous property for debugging.  Should probably be
39990         disabled in non-CVS builds.  Make sure that the Xv attribute
39991         exists before we set it (crash!).  Fix a silly float bug that
39992         caused colorbalance to just not work.
39993
39994 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39995
39996         * tools/gst-launch-ext.in - update for new plugins
39997
39998 2004-01-16  David Schleef  <ds@schleef.org>
39999
40000         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40001         already-freed caps.
40002
40003 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40004
40005         * Update spec for new colorspace plugin and libcaca plugin
40006         * Fix compilation of libcaca plugin (clock -> id)
40007
40008 2004-01-16  Julien MOUTTE <julien@moutte.net>
40009
40010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40011         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40012         (gst_xvimagesink_set_xwindow_id),
40013         (gst_xvimagesink_colorbalance_set_value),
40014         (gst_xvimagesink_colorbalance_get_value),
40015         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40016         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40017         correct colorbalance properties. They can now be set when the element
40018         is still in NULL state. The values will be committed to the Xv Port
40019         when xcontext is initialized.
40020         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40021         brightness int values in the GstXvImagesink structure.
40022
40023 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40024
40025         * gst-libs/gst/Makefile.am:
40026           restructure so having local patches works easier.
40027
40028 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40029
40030         * ext/mpeg2enc/Makefile.am:
40031         * ext/mpeg2enc/gstmpeg2enc.cc:
40032         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40033           Bugfix with respect to EOS handling.
40034
40035 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40036
40037         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40038           Link with right caps (else, it segfaults).
40039         * ext/mplex/gstmplexjob.cc:
40040           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40041
40042 2004-01-15  David Schleef  <ds@schleef.org>
40043
40044         * gst-libs/gst/audio/Makefile.am:
40045         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40046         from the template.
40047         * gst-libs/gst/audio/gstaudiofilter.c:
40048         * gst-libs/gst/audio/gstaudiofilter.h:
40049         Add bytes_per_sample and size and n_samples calculation.
40050         * gst-libs/gst/audio/gstaudiofilterexample.c:
40051         Remove, now autogenerated.
40052         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40053         Moved from gstaudiofilterexample, object name changed, code added
40054         so that it actually works.
40055         * gst-libs/gst/audio/make_filter:
40056         Script to build an audiofilter subclass from the template.
40057         * gst/colorspace/Makefile.am:
40058         * gst/colorspace/yuv2yuv.c:
40059         Remove file, since it's GPL, and we don't use it.
40060
40061 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40062
40063         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40065         them use the buffer free function to test how the buffer was allocated.
40066
40067 2004-01-15  David Schleef  <ds@schleef.org>
40068
40069         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40070         that handles osssink fallback.
40071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40072         (gst_audio_convert_getcaps):
40073         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40074         Add audio/x-qdm2 for QDM2 audio.
40075         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40076         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40077         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40078         Decrease minimum size to 16x16.
40079         * gst/wavparse/gstwavparse.c:
40080         Convert disabled pad template caps to new caps.
40081         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40083         (gst_xvimagesink_chain): Throw element error when display cannot
40084         be opened.  Increase minimum framerate to 1.0.  Check the data
40085         free function on a buffer to make sure it is the type we expect
40086         before manipulating it.
40087
40088 2004-01-15  Julien MOUTTE <julien@moutte.net>
40089
40090         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40091         (gst_videobalance_colorbalance_set_value): Implement passthru if
40092         settings are in the middle.
40093         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40094
40095 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40096
40097         * gst/videofilter/Makefile.am:
40098         * gst/volume/Makefile.am:
40099           Since we use videofilter symbols, link to it.
40100
40101 2004-01-15  Julien MOUTTE <julien@moutte.net>
40102
40103         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40104         mixer interface type to HARDWARE.
40105         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40106         type to SOFTWARE.
40107         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40108         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40109         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40110         (gst_volume_interface_init), (gst_volume_list_tracks),
40111         (gst_volume_set_volume), (gst_volume_get_volume),
40112         (gst_volume_set_mute), (gst_volume_mixer_init),
40113         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40114         (volume_init): Implementing mixer interface.
40115         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40116         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40117         (gst_osselement_change_state): Removing some trailing commas in
40118         structures.
40119         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40120         interface type to HARDWARE.
40121         * sys/v4l/gstv4lcolorbalance.c:
40122         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40123         type to HARDWARE.
40124         * sys/v4l2/gstv4l2colorbalance.c:
40125         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40126         interface type to HARDWARE.
40127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40128         same code than ximagesink for event handling.
40129
40130 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40131
40132         * ext/snapshot/Makefile.am:
40133         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40134         (gst_snapshot_chain):
40135         * ext/snapshot/gstsnapshot.h:
40136           This has to be a joke... Snapshot should be connected to a tee,
40137           colorspace element before it and EOS after that, where the other
40138           src of the tee receives normal data.
40139           The current way is *wrong*.
40140
40141 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40142
40143         * ext/hermes/gsthermescolorspace.c:
40144           Fix another compile error. Same as below.
40145
40146 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40147
40148         * gst/colorspace/gstcolorspace.c:
40149         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40150         (gst_colorspace_i420_to_yv12):
40151           Fix compiling... Didn't test if it actually works.
40152
40153 2004-01-15  David Schleef  <ds@schleef.org>
40154
40155         * configure.ac:
40156         * gst/colorspace/Makefile.am:
40157         * gst/colorspace/gstcolorspace.c:
40158         * gst/colorspace/gstcolorspace.h:
40159         * gst/colorspace/yuv2rgb.c:
40160         * gst/colorspace/yuv2rgb.h:
40161         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40162         code and GPL code.  Fix for new caps negotiation.  Rewrite
40163         much of the format handling code, and some of the conversion
40164         code.  Basically, rewrote almost everything.  This element
40165         handles I420, YV12 to RGB conversions.
40166         * ext/hermes/Makefile.am:
40167         * ext/hermes/gsthermescolorspace.c:
40168         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40169         Remove non-Hermes related code.  This element handles lots of
40170         RGB to RGB conversions, but no YUV.
40171         * ext/hermes/gstcolorspace.c:
40172         * ext/hermes/gstcolorspace.h:
40173         * ext/hermes/rgb2yuv.c:
40174         * ext/hermes/yuv2rgb.c:
40175         * ext/hermes/yuv2rgb.h:
40176         * ext/hermes/yuv2rgb_mmx16.s:
40177         * ext/hermes/yuv2yuv.c:
40178         * ext/hermes/yuv2yuv.h:
40179         Remove old code.
40180
40181 2004-01-14  Colin Walters  <walters@verbum.org>
40182
40183         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40184         they've already been.
40185
40186 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40187
40188         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40189           assume tag mode when pad is not connected
40190
40191 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40192
40193         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40194           Don't update the time of the clock
40195         (gst_alsa_sink_loop):
40196           sync to the clock given to alsasink, not the own clock
40197         * sys/oss/gstosssink.c: (gst_osssink_chain):
40198           sync to the clock
40199         (gst_osssink_change_state):
40200           activate the clock
40201         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40203           remove bogus code that made DISCONT events unhandled
40204         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40205           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40206           #131502)
40207         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40208         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40209         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40210           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40211           2nd warning in bug #131502)
40212
40213 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40214
40215         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40216         (gst_videobalance_colorbalance_set_value),
40217         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40218         for colorbalance interface implementation.
40219         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40220         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40221         (gst_ximagesink_dispose), (gst_ximagesink_init),
40222         (gst_ximagesink_class_init): Adding DISPLAY property.
40223         * sys/ximage/ximagesink.h: Adding display_name to store display.
40224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40225         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40226         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40227         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40228         properties (they still need polishing though for gst-launch use : no
40229         xcontext yet, i ll do that tomorrow).
40230         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40231
40232 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40233
40234         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40235         (gst_play_set_location), (gst_play_set_visualization): Preparing
40236         switch integration, adding videobalance in the pipeline.
40237
40238 2004-01-14  Julien MOUTTE <julien@moutte.net>
40239
40240         * gst-libs/gst/colorbalance/colorbalance.c:
40241         (gst_color_balance_class_init): Adding a default type.
40242         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40243         the type.
40244         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40245         (gst_videobalance_dispose), (gst_videobalance_class_init),
40246         (gst_videobalance_init), (gst_videobalance_interface_supported),
40247         (gst_videobalance_interface_init),
40248         (gst_videobalance_colorbalance_list_channels),
40249         (gst_videobalance_colorbalance_set_value),
40250         (gst_videobalance_colorbalance_get_value),
40251         (gst_videobalance_colorbalance_init): Implementing colorbalance
40252         interface.
40253         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40254         list.
40255         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40256         bug which was triggering a BadAccess X error when setting an overlay
40257         before pad was really negotiated.
40258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40259         Using the colorbalance type macro.
40260
40261 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40262
40263         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40264         (gst_flacenc_chain):
40265           handle tags correctly
40266         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40267           extract ID3v1 tags correctly
40268
40269 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40270
40271         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40272         (plugin_init):
40273           Improve matroska typefinding for odd-typed headers...
40274
40275 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40276
40277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40278           Fix for using incremental number on padnames.
40279
40280 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40281
40282         * ext/divx/gstdivxdec.c:
40283         * ext/divx/gstdivxenc.c:
40284           Set category to divx4linux instead of divx (too generic).
40285         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40286         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40287         (gst_wavparse_loop), (gst_wavparse_change_state):
40288         * gst/wavparse/gstwavparse.h:
40289           fix parsing of WAV files with non-standard fmt-tag size and fix
40290           skipping of unrecognized chunks... Someone please fix this thing
40291           to use rifflib so all this is automated.
40292         * sys/v4l/Makefile.am:
40293         * sys/v4l2/Makefile.am:
40294           Add X_CFLAGS because we depend on X (for overlay).
40295
40296 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40297
40298         * ext/mpeg2dec/gstmpeg2dec.c:
40299           Don't issue a timestamp unless we tagged the frame
40300           with a PTS.
40301
40302 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40303
40304         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40305           Query the audio element to get the time, not the clock. We're
40306           interested in the element's time here.
40307
40308 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40309
40310         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40312         * ext/esd/esdsink.c: (gst_esdsink_chain):
40313         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40314         * ext/mas/massink.c: (gst_massink_chain):
40315         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40316         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40317         (gst_matroska_demux_parse_metadata):
40318         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40319         (gst_mpeg_parse_release_locks):
40320         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40321         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40322         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40323         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40324         (gst_osssink_change_state):
40325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40326         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40327         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40328         (gst_xvideosink_release_locks):
40329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40330           use element time.
40331         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40332         (gst_alsa_clock_stop):
40333         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40334         (gst_audio_clock_get_internal_time):
40335           simplify for use with new clocking code.
40336         * testsuite/alsa/Makefile.am:
40337         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40338           fix testsuite for new caps system
40339
40340 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40341
40342         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40343         * ext/flac/gstflacenc.c: (add_one_tag):
40344           length is already host endian, no need to convert. Fixes playback of
40345           tagged files on PPC. (bug #128384)
40346
40347 2004-01-13  Julien MOUTTE <julien@moutte.net>
40348
40349         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40350         colorbalance interface stating if it is hardware based or software
40351         based.
40352         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40353         Removing a trailing comma.
40354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40355         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40356         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40357         the documentation seems to be wrong on the -1000 to 1000 interval.
40358
40359 2004-01-12  David Schleef  <ds@schleef.org>
40360
40361         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40362         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40363         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40364         Fix negotiation.  Add a bufferalloc function for the sink pad,
40365         and generally clean up some of the code.
40366
40367 2004-01-12  Julien MOUTTE <julien@moutte.net>
40368
40369         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40370         (gst_color_balance_channel_dispose): Adding safety check in dispose
40371         method.
40372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40373         (gst_xvimagesink_xcontext_clear),
40374         (gst_xvimagesink_interface_supported),
40375         (gst_xvimagesink_colorbalance_list_channels),
40376         (gst_xvimagesink_colorbalance_set_value),
40377         (gst_xvimagesink_colorbalance_get_value),
40378         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40379         Adding colorbalance interface support to set XV parameters such as
40380         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40381         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40382         interface.
40383
40384 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40385
40386         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40387         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40388         (gst_audio_convert_init), (gst_audio_convert_set_property),
40389         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40390         (gst_audio_convert_link),
40391         (gst_audio_convert_buffer_to_default_format),
40392         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40393           - implement _getcaps and use it
40394           - improve linking
40395           - remove float caps since no float conversion is actually done
40396           - remove properties and arguments that were to be used for rate
40397             conversion
40398
40399 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40400
40401         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40402         (gst_audio_structure_set_int):
40403         * gst-libs/gst/audio/audio.h:
40404           add helper functions for _getcaps matching the standard audio
40405           templates
40406
40407 2004-01-12  David Schleef  <ds@schleef.org>
40408
40409         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40410         Test that pad is negotiated before getting its caps.
40411
40412 2004-01-12  Julien MOUTTE <julien@moutte.net>
40413
40414         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40415         analyzing the pads of an element the bin is mostly in READY state so
40416         no caps were negotiated. This helper function needs to work with
40417         _get_caps directly then. I was not freeing them though, added that to
40418         fix the mem leak.
40419
40420 2004-01-12  Julien MOUTTE <julien@moutte.net>
40421
40422         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40424         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40425         than the free_func.
40426
40427 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40428
40429         * sys/oss/gstossaudio.c: (plugin_init):
40430         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40431         * sys/oss/gstosselement.h:
40432           make an oss debugging category
40433           make failure more descriptive
40434
40435 2004-01-11  David Schleef  <ds@schleef.org>
40436
40437         * ext/ffmpeg/gstffmpeg.c:
40438         * ext/ffmpeg/gstffmpegcodecmap.c:
40439         * ext/ffmpeg/gstffmpegdec.c:
40440         * ext/ffmpeg/gstffmpegenc.c:
40441         * ext/ffmpeg/gstffmpegprotocol.c:
40442         * ext/gdk_pixbuf/gstgdkanimation.c:
40443         * ext/jpeg/gstjpeg.c:
40444         * ext/libpng/gstpng.c:
40445         * ext/mpeg2dec/perftest.c:
40446         * ext/speex/gstspeex.c:
40447         * gst-libs/gst/resample/dtos.c:
40448         * gst/intfloat/gstintfloatconvert.c:
40449         * gst/oneton/gstoneton.c:
40450         * gst/rtjpeg/RTjpeg.c:
40451         * gst/rtp/gstrtp.c:
40452         * sys/dxr3/dxr3init.c:
40453         * sys/glsink/gstgl_nvimage.c:
40454         * sys/glsink/gstgl_pdrimage.c:
40455         * sys/glsink/gstglsink.c:
40456         * testsuite/gst-lint:
40457         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40458
40459 2004-01-11  David Schleef  <ds@schleef.org>
40460
40461         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40462         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40463         * ext/gdk_pixbuf/gstgdkanimation.c:
40464         (gst_gdk_animation_iter_create_pixbuf):
40465         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40466         (gst_gdk_pixbuf_chain):
40467         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40468         * ext/jack/gstjack.c: (gst_jack_change_state):
40469         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40470         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40471         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40472         * gst/videofilter/gstvideofilter.c:
40473         (gst_videofilter_set_output_size):
40474         Remove all usage of gst_pad_get_caps(), and replace it with
40475         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40476
40477 2004-01-11  David Schleef  <ds@schleef.org>
40478
40479         * configure.ac:
40480         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40481         * ext/divx/gstdivxdec.c:
40482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40483         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40484         handle images that span multiple buffers.  Now work with both
40485         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40486         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40487         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40488         video/video.h changes
40489         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40490         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40491         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40492         of GstData free function.
40493         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40494         same.
40495
40496 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40497
40498         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40499         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40500         (gst_v4l2element_get_property):
40501         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40502           add norm, channel and frequency properties.
40503         * sys/v4l2/gstv4l2tuner.c:
40504           fixes for tuner interface changes
40505         * sys/v4l2/gstv4l2element.h:
40506         * sys/v4l2/gstv4l2src.c:
40507         * sys/v4l2/gstv4l2src.h:
40508         * sys/v4l2/v4l2src_calls.c:
40509         * sys/v4l2/v4l2src_calls.h:
40510           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40511
40512 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40513
40514         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40515         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40516         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40517         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40518         * gst-libs/gst/tuner/tuner.h:
40519           GObjects aren't const.
40520           Add find_by_name functions.
40521           Add checks to _changed functions.
40522         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40523         (gst_v4l_tuner_get_norm):
40524           Fixes for above.
40525
40526 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40527
40528         * gst-libs/gst/video/video.h:
40529           Fix caps template names to be understandable.
40530           Prefix everything with GST_VIDEO.
40531         * ext/aalib/gstaasink.c:
40532         * ext/divx/gstdivxdec.c:
40533         * ext/divx/gstdivxenc.c:
40534         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40535         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40536         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40537         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40538         * ext/libcaca/gstcacasink.c:
40539         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40540         * ext/snapshot/gstsnapshot.c:
40541         * ext/swfdec/gstswfdec.c:
40542         * ext/xvid/gstxviddec.c:
40543         * ext/xvid/gstxvidenc.c:
40544         * gst/chart/gstchart.c:
40545         * gst/deinterlace/gstdeinterlace.c:
40546         * gst/effectv/gsteffectv.c:
40547         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40548         * gst/goom/gstgoom.c:
40549         * gst/median/gstmedian.c:
40550         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40551         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40552         * gst/overlay/gstoverlay.c:
40553         * gst/smooth/gstsmooth.c:
40554         * gst/smpte/gstsmpte.c:
40555         * gst/synaesthesia/gstsynaesthesia.c:
40556         * gst/videocrop/gstvideocrop.c:
40557         * gst/videodrop/gstvideodrop.c:
40558         * gst/y4m/gsty4mencode.c:
40559         * sys/qcam/gstqcamsrc.c:
40560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40561           Make them work with new video.h file.
40562         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40563         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40565         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40566           Make it work with new buffer allocation system.
40567
40568 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40569
40570         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40571         pad_alloc_buffer implementation to use ->srcpad
40572         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40573         pad_alloc_buffer implementation to use ->srcpad
40574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40575         pad_alloc_buffer implementation to use ->srcpad
40576         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40577         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40578         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40579         a reference to everything we need.
40580         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40582         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40583         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40584         a reference to everything we need.
40585         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40586
40587 2004-01-11  David Schleef  <ds@schleef.org>
40588
40589         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40590         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40591         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40592         structure members.
40593         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40594         value during a resize/renegotiation.
40595         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40596         gst_pad_alloc_buffer();
40597         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40598         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40599         structure members.
40600         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40601         Fix for rename of buffer private structure members.
40602         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40603         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40604         Fix for rename of buffer private structure members.
40605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40606         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40607         Fix for rename of buffer private structure members.
40608
40609 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40610
40611         reviewed by: David Schleef <ds@schleef.org>
40612
40613         * gst/videofilter/Makefile.am:
40614         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40615         from the patch by ds to fit in with recent make_filter changes.
40616
40617 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40618
40619         * configure.ac: Adding examples/switch/Makefile
40620         * examples/Makefile.am: Adding examples/switch
40621         * examples/switch/Makefile.am: Adding switcher example.
40622         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40623         (switch_timer), (main): Adding an example demonstrating switch usage
40624         with 2 videotestsrc showing different patterns.
40625         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40626         (gst_switch_init): Fixing switch with the new caps system.
40627
40628 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40629
40630         * gst-libs/gst/video/video.h:
40631           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40632           They should probably be like
40633           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40634
40635 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40636
40637         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40638         (qtdemux_parse_trak):
40639           fix audio chunk size/timestamp calculation
40640
40641 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40642
40643         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40644           fix SVQ3 caps
40645
40646 2004-01-11  Steve Baker  <steve@stevebaker.org>
40647
40648         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40649         (gst_agingtv_base_init), (gst_agingtv_class_init),
40650         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40651         (gst_agingtv_set_property), (gst_agingtv_get_property):
40652         Port agingTV to videofilter
40653
40654 2004-01-09  Julien MOUTTE <julien@moutte.net>
40655
40656         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40657         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40658
40659 2004-01-09  Julien MOUTTE <julien@moutte.net>
40660
40661         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40662         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40663         * gst-libs/gst/xoverlay/xoverlay.c:
40664         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40665         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40666         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40667         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40668         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40669         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40670         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40671         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40672         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40673         interface implementation to handle xid being 0 and fix some bugs
40674         triggered by Benjamin's testcase.
40675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40676         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40677         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40678         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40679         interface implementation to handle xid being 0 and fix some bugs
40680         triggered by Benjamin's testcase.
40681
40682 2004-01-09  David Schleef  <ds@schleef.org>
40683
40684         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40685         mouse pointer events.  It works.
40686
40687 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40688
40689         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40690           Use explicit caps - fix capsnego.
40691         * ext/xvid/gstxviddec.c:
40692         * ext/xvid/gstxvidenc.c:
40693           Remove macro-inside-macro which caused compile errors.
40694         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40695           Error out if it's not a RIFF file. Else we error out without
40696           gst_element_error() which is not good...
40697
40698 2004-01-08  David Schleef  <ds@schleef.org>
40699
40700         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40701         Fix pad_link function to handle formats that ffmpeg returns
40702         as multiple caps structures.
40703         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40704         Only complain if source buffer is _smaller_ than expected.
40705         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40706         (gst_videoscale_handle_src_event): Resize navigation events
40707         when passing them upstream.
40708         * gst/videotestsrc/gstvideotestsrc.c:
40709         * gst/videotestsrc/gstvideotestsrc.h:
40710         * gst/videotestsrc/videotestsrc.c:
40711         * gst/videotestsrc/videotestsrc.h:
40712         Rewrite many of the buffer painting functions to handle odd
40713         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40714         been verified to work with my video card.
40715         * testsuite/gst-lint:  Add check for elements calling
40716         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40717
40718 2004-01-08  David Schleef  <ds@schleef.org>
40719
40720         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40721         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40722
40723 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40724
40725         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40726         configure event is not emiting the desired size signal. That fixes
40727         aspect ratio issues with gst-player.
40728
40729 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40730
40731         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40732           Fix capsnego.
40733
40734 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40735
40736         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40737         public method to fire size signal.
40738
40739 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40740
40741         * examples/gstplay/Makefile.am: Adding the interface library.
40742         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40743         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40744         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40745         GST_IS_X_OVERLAY before signal connect.
40746         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40747         Removing the have_video_size signal.
40748         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40749         and associated public method.
40750         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40751         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40752         signal.
40753         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40754         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40755         signal.
40756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40757         Using XOverlay public method to fire size signal.
40758
40759 2004-01-07  David Schleef  <ds@schleef.org>
40760
40761         * gst/videofilter/Makefile.am:
40762         * gst/videofilter/gstvideotemplate.c:
40763         * gst/videofilter/make_filter:
40764         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40765         Convert make_filter to /bin/sh script.
40766
40767 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40768
40769         * gst/modplug/gstmodplug.cc: fix element description
40770
40771 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40772
40773         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40774         (got_video_size): Adding some new lines in g_print calls.
40775         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40776         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40777         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40778         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40779         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40780         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40781         Complete code review, reverting some stuff i disagree with, adding
40782         some fixes : time synchronization on invalid timestamps, renegotiation
40783         of private window.
40784         * sys/ximage/ximagesink.h:
40785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40786         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40787         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40788         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40789         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40790         (gst_xvimagesink_buffer_new),
40791         (gst_xvimagesink_navigation_send_event),
40792         (gst_xvimagesink_set_xwindow_id),
40793         (gst_xvimagesink_get_desired_size),
40794         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40795         stuff i disagree with, adding some fixes : Renegotiation of private
40796         window, implementing get_desired_size.
40797
40798 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40799
40800         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40801         (gst_afsink_handle_event):
40802         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40803         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40804         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40805         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40806         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40807           Fix for instantiate-test (see core). Also remove dead code from
40808           jpegenc (which still needs fixing, but that's lower on my TODO
40809           list...).
40810         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40811           Never return NULL as caps.
40812
40813 2004-01-07  David Schleef  <ds@schleef.org>
40814
40815         * configure.ac:
40816         * ext/Makefile.am:
40817         * ext/librfb/Makefile.am:
40818         * ext/librfb/gstrfbsrc.c:
40819         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40820         is the protocol used by VNC.
40821
40822 2004-01-07  David Schleef  <ds@schleef.org>
40823
40824         * gst/videofilter/gstvideotemplate.c:
40825         * gst/videofilter/gstvideotemplate.h:
40826         * gst/videofilter/make_filter:
40827         Merge videotemplate header into source file.
40828         * gst/effectv/Makefile.am:
40829         * gst/effectv/gsteffectv.c: (plugin_init):
40830         * gst/effectv/gstwarp.c:
40831         Make warpTV a subclass of videofilter.
40832
40833 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40834
40835         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40836           Add guard against invalid utf-8 conversions in mad. Just in case.
40837
40838 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40839
40840         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40841           Fix for bug shown by poisoning
40842
40843 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40844
40845         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40846         (gst_v4lmjpegsrc_buffer_free):
40847         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40848         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40849         (gst_v4lsrc_buffer_free):
40850           Fix for removed bufferpools.
40851
40852 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40853
40854         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40855         Fix caps negotiation.
40856
40857         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40858         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40859         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40860         (dvdnavsrc_event):
40861         * ext/mpeg2dec/gstmpeg2dec.c:
40862         * gst-libs/gst/navigation/navigation.c:
40863         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40864         * gst-libs/gst/navigation/navigation.h:
40865         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40866         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40868         Super-simple first version of mouse and keyboard events. Clicking
40869         on a DVD menu now works, although it may not take you where you
40870         expected.
40871
40872         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40873         * gst/videotestsrc/gstvideotestsrc.c:
40874         (gst_videotestsrc_src_fixate):
40875         These fixate functions were broken - they never actually
40876         fixated :)
40877
40878 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40879
40880         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40881         (gst_icecastsend_init):
40882           fix for new caps system.
40883         * gst-libs/gst/mixer/mixertrack.h:
40884         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40885           Add 'master track' flag (for tools like ACME that only want to
40886           change the main volume).
40887
40888 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40889
40890         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40891         (gst_xvid_csp_to_caps):
40892         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40893         * ext/xvid/gstxvidenc.c:
40894         ifdef out ARGB type when it isn't available
40895         in xvidcore 1.0.0beta2
40896
40897 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40898
40899         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40900           When we have received a new SCR right in the first buffer after
40901           a seek (so in the same cycle that handles the discont), we should
40902           handle the buffer instead of unreffing it, else we lose data.
40903
40904 2004-01-06  Iain <iain@prettypeople.org>
40905
40906         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40907           buffer-frames caps too.
40908
40909         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40910           caps that we need, don't destroy them all and rebuild them. And when
40911           creating src pads, use the src pad template rather than the sink...
40912
40913 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40914
40915         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40916           Add pad to element *after* setting functions such as event handler.
40917           Without this, the scheduler (opt) will link pads, set the event
40918           handler from the default event function (dispatcher in gstpad.c)
40919           and *after* that, we will set our own event function, which will
40920           thus never be used (and thus mpegdemux doesn't handle events).
40921
40922 2004-01-04  David Schleef  <ds@schleef.org>
40923
40924         Fix the fixate functions to handle new prototype:
40925         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40926         * gst/videotestsrc/gstvideotestsrc.c:
40927         (gst_videotestsrc_src_fixate):
40928         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40929         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40931
40932 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40933
40934         * sys/ximage/ximagesink.h:
40935         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40936         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40937         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40938         (gst_ximagesink_xoverlay_init):
40939           assorted fixes to make (re)embedding work
40940         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40941         (gst_ximagesink_get_desired_size):
40942           implement desired size additions to XOverlay
40943
40944 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40945
40946         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40947         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40948         (gst_x_overlay_got_desired_size):
40949         * gst-libs/gst/xoverlay/xoverlay.h:
40950           Add optional "desired size" signal and querying.
40951
40952 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40953
40954         * gst/matroska/matroska-demux.c:
40955         (gst_matroska_demux_parse_blockgroup):
40956           Fix EBML-laced block parsing. Diffs are relative to previous
40957           lace, not the first lace. Thanks to Mosu from the Matroska
40958           team for detecting this.
40959         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40960         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40961         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40962         (gst_wavparse_change_state):
40963         * gst/wavparse/gstwavparse.h:
40964           Quickfix for capsnego.
40965
40966 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40967
40968         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40969           Fix indenting, fix pad creation.
40970
40971 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40972
40973         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40974         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40975         (gst_xviddec_sink_link):
40976           Implement src_getcaps() so proper size caps is negotiated.
40977
40978 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40979
40980         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40981           Finish flac decoder on EOS. See #116178.
40982
40983 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40984
40985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40986         (gst_matroska_demux_add_stream):
40987         * gst/matroska/matroska-ids.h:
40988           Add getcaps() function to fix capsnego...
40989
40990 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40991
40992         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40993         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40994         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40995           Fix more integer overflows. Again, see #126967.
40996
40997 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40998
40999         * ext/mpeg2dec/gstmpeg2dec.c:
41000           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41001           #130416.
41002
41003 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41004
41005         * configure.ac:
41006         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41007         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41008         * ext/xvid/gstxvid.h:
41009         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41010         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41011         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41012         (gst_xviddec_change_state):
41013         * ext/xvid/gstxviddec.h:
41014         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41015         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41016         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41017         (gst_xvidenc_link), (gst_xvidenc_set_property),
41018         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41019         * ext/xvid/gstxvidenc.h:
41020           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41021
41022 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41023
41024         * gst/rtp/rtp-packet.c:
41025           Add sys/types.h include, since OS X doesn't define in_addr_t
41026           in netinet/in.h, like it does on Linux (see #129600).
41027
41028 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41029
41030         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41031
41032         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41033           Correct logic of dispose function (see #129306).
41034
41035 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41036
41037         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41038         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41039         (gst_mpeg_parse_init):
41040         * gst/mpegstream/gstmpegparse.h:
41041           Remove clock (which was never provided, i.e. dead code), and
41042           also fix integer overflows at high PTS values (see #126967).
41043
41044 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41045
41046         * ext/flac/gstflacdec.c:
41047         * ext/libpng/gstpngenc.h:
41048         * ext/mikmod/gstmikmod.h:
41049           OS X fixes (see #126628).
41050
41051 2004-01-02  David Schleef  <ds@schleef.org>
41052
41053         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41054         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41055         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41056         (gst_mpeg_parse_class_init): Move pad template registration
41057         to class_init, since the derived class (mpegdemux) doesn't
41058         want them.
41059
41060 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41061
41062         * sys/ximage/Makefile.am:
41063         * sys/xvideo/Makefile.am:
41064         * sys/xvimage/Makefile.am:
41065           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41066           after installation (see #127664).
41067
41068 2004-01-02  David Schleef  <ds@schleef.org>
41069
41070         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41071         (gst_ffmpegenc_connect):  Negotiation fixes.
41072         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41073         Remove inappropriate gst_caps_free().
41074         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41075         Reenable Ronald's internal resize code, since the core handles
41076         it correctly now.
41077
41078 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41079
41080         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41081         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41083           Fix pad template stuff.
41084
41085 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41086
41087         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41088         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41089           fix signed integer reading/writing.
41090
41091 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41092
41093         * ext/alsa/README:
41094           Remove outdated document
41095
41096 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41097
41098         * gst/cutter/gstcutter.c: (gst_cutter_init):
41099           src pad was being created twice - oops.
41100
41101 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41102
41103         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41104           Comment out internal resize. It doesn't handle the resulting
41105           XEvent internally, does another try_set_caps() which leads to
41106           a really nice loop.
41107           Real fix will come when Julien and Dave are awake. ;).
41108
41109 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41110
41111         * ext/mpeg2enc/gstmpeg2enc.cc:
41112           fix const/nonconst compile issue.
41113
41114 2004-01-02  David Schleef  <ds@schleef.org>
41115
41116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41117         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41118         Add fixate function and a check for bad formats.
41119
41120 2004-01-01  David Schleef  <ds@schleef.org>
41121
41122         Negotiation fixes:
41123         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41124         (gst_audiofilter_init):
41125         * gst/debug/efence.c: (gst_efence_init):
41126         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41127         (gst_deinterlace_init):
41128         * gst/volume/gstvolume.c: (volume_connect):
41129
41130 2004-01-01  David Schleef  <ds@schleef.org>
41131
41132         Convert elements to use gst_pad_use_explicit_caps() where
41133         appropriate:
41134         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41135         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41136         (gst_afparse_open_file):
41137         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41138         (gst_afsrc_open_file):
41139         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41140         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41141         (gst_ffmpegdec_chain):
41142         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41143         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41144         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41145         (gst_gdk_pixbuf_chain):
41146         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41147         (gst_jpegdec_chain):
41148         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41149         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41150         (gst_mikmod_negotiate):
41151         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41152         (gst_mpeg2dec_negotiate_format):
41153         * ext/mpeg2enc/gstmpeg2enc.cc:
41154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41155         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41156         (gst_speexdec_sinkconnect):
41157         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41158         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41159         (gst_vorbisfile_new_link):
41160         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41161         (gst_ac3parse_chain):
41162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41163         (gst_asf_demux_setup_pad):
41164         * gst/auparse/gstauparse.c: (gst_auparse_init),
41165         (gst_auparse_chain):
41166         * gst/id3/gstid3types.c: (gst_id3types_loop):
41167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41168         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41169         (mp1videoparse_parse_seq):
41170         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41171         (bpf_from_header):
41172         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41173         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41174         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41175         (gst_mpeg_parse_send_data):
41176         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41177         (gst_qtdemux_add_stream):
41178         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41179         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41180         (gst_wavparse_parse_fmt):
41181
41182 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41183
41184         * configure.ac:
41185           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41186           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41187           it therefore uses the wrong include paths. Too bad... Note
41188           that 1.6.1.93 is not release yet. ;).
41189           Also add a check for mplex, which is now using the lib'ified
41190           mplex from mjpegtools, too.
41191         * ext/ffmpeg/gstffmpegcodecmap.c:
41192           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41193           issues. I don't think ffmpeg handles 3ivx correctly, so this
41194           probably won't work. But it won't hurt either.
41195         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41196         (gst_ffmpegdec_chain):
41197         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41198         (gst_ffmpegenc_chain_audio):
41199           Fix memleak in audio encoding. Close codec if open fails, this
41200           calls the cleanup routines so we can re-use the context.
41201         * ext/mpeg2enc/gstmpeg2enc.cc:
41202           Fix pad template names/types, fix memory issue with getcaps().
41203         * ext/mpeg2enc/gstmpeg2encoder.cc:
41204         * ext/mpeg2enc/gstmpeg2encoder.hh:
41205           Fix compile issue with new caps system (const thingy).
41206         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41207         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41208           We read a first frame right on initing, so that we have a caps
41209           when we init the output. This caps is cached in padprivate and
41210           read as first frame.
41211         * ext/mplex/Makefile.am:
41212         * ext/mplex/gstmplex.cc:
41213         * ext/mplex/gstmplex.h:
41214         * ext/mplex/gstmplex.hh:
41215         * ext/mplex/gstmplexibitstream.cc:
41216         * ext/mplex/gstmplexibitstream.hh:
41217         * ext/mplex/gstmplexjob.cc:
41218         * ext/mplex/gstmplexjob.hh:
41219         * ext/mplex/gstmplexoutputstream.cc:
41220         * ext/mplex/gstmplexoutputstream.hh:
41221           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41222           had issues, didn't do capsnego, supported only a subset of the
41223           mplex features and required a mplex fork in our local CVS. Plus
41224           that it worked agaist a very old mplex version. Rewriting was
41225           faster than updating it.
41226         * gst-libs/ext/Makefile.am:
41227         * gst-libs/ext/mplex/INSTRUCT:
41228         * gst-libs/ext/mplex/Makefile.am:
41229         * gst-libs/ext/mplex/README:
41230         * gst-libs/ext/mplex/TODO:
41231         * gst-libs/ext/mplex/ac3strm_in.cc:
41232         * gst-libs/ext/mplex/audiostrm.hh:
41233         * gst-libs/ext/mplex/audiostrm_out.cc:
41234         * gst-libs/ext/mplex/aunit.hh:
41235         * gst-libs/ext/mplex/bits.cc:
41236         * gst-libs/ext/mplex/bits.hh:
41237         * gst-libs/ext/mplex/buffer.cc:
41238         * gst-libs/ext/mplex/buffer.hh:
41239         * gst-libs/ext/mplex/fastintfns.h:
41240         * gst-libs/ext/mplex/format_codes.h:
41241         * gst-libs/ext/mplex/inputstrm.cc:
41242         * gst-libs/ext/mplex/inputstrm.hh:
41243         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41244         * gst-libs/ext/mplex/mjpeg_logging.cc:
41245         * gst-libs/ext/mplex/mjpeg_logging.h:
41246         * gst-libs/ext/mplex/mjpeg_types.h:
41247         * gst-libs/ext/mplex/mpastrm_in.cc:
41248         * gst-libs/ext/mplex/mpegconsts.cc:
41249         * gst-libs/ext/mplex/mpegconsts.h:
41250         * gst-libs/ext/mplex/mplexconsts.hh:
41251         * gst-libs/ext/mplex/multplex.cc:
41252         * gst-libs/ext/mplex/outputstream.hh:
41253         * gst-libs/ext/mplex/padstrm.cc:
41254         * gst-libs/ext/mplex/padstrm.hh:
41255         * gst-libs/ext/mplex/stillsstream.cc:
41256         * gst-libs/ext/mplex/stillsstream.hh:
41257         * gst-libs/ext/mplex/systems.cc:
41258         * gst-libs/ext/mplex/systems.hh:
41259         * gst-libs/ext/mplex/vector.cc:
41260         * gst-libs/ext/mplex/vector.hh:
41261         * gst-libs/ext/mplex/videostrm.hh:
41262         * gst-libs/ext/mplex/videostrm_in.cc:
41263         * gst-libs/ext/mplex/videostrm_out.cc:
41264         * gst-libs/ext/mplex/yuv4mpeg.cc:
41265         * gst-libs/ext/mplex/yuv4mpeg.h:
41266         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41267         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41268           We don't fork mjpegtools' mplex in our CVS anymore.
41269         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41270         (gst_avi_demux_add_stream):
41271         * gst/avi/gstavidemux.h:
41272           Add getcaps() function for proper caps nego. This makes some
41273           parts of AVI playback/reading work.
41274         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41275           Resize window on new capsnego. This is probably wrong, but
41276           I'm still committing it because with current capsnego, the
41277           first successfull capsnego is auto-fixated, therefore rounded
41278           down to the lowest values in the caps. this results in a 16x16
41279           XWindow that is not reized when real capsnego finishes.
41280           Dave, I see more cases of this, do you know a proper solution?
41281         * tools/gst-launch-ext.in:
41282           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41283
41284 2003-12-31  David Schleef  <ds@schleef.org>
41285
41286         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41287         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41288           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41289
41290 2003-12-30  David Schleef  <ds@schleef.org>
41291
41292         * ext/ffmpeg/gstffmpegcolorspace.c:
41293         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41294         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41295         (gst_ffmpegcsp_chain): Negotiation fixes
41296         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41298         (gst_audio_convert_link), (gst_audio_convert_channels):
41299         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41300         (gst_audioscale_link), (gst_audioscale_get_buffer),
41301         (gst_audioscale_chain): Negotiation fixes
41302         * gst/audioscale/gstaudioscale.h:
41303         * gst/videofilter/gstvideofilter.c:
41304         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41305         (gst_videofilter_link), (gst_videofilter_init),
41306         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41307         (gst_videofilter_find_format_by_structure):
41308         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41309         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41310         (gst_videoscale_link):
41311         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41312         (videoscale_find_by_structure), (gst_videoscale_setup):
41313         * gst/videoscale/videoscale.h: Negotiation fixes
41314         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41315         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41316         function, restrict resizing to a multiple of 4 (hack until
41317         everyone supports odd sizes correctly).
41318
41319 2003-12-29  Colin Walters  <walters@verbum.org>
41320
41321         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41322         signed.
41323
41324 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41325
41326         * ext/sndfile/gstsf.c: (gst_sf_loop):
41327           Fix warning about discarding const qualifier
41328
41329 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41330
41331         * gst/cutter/gstcutter.c:
41332         * gst/videoscale/gstvideoscale.c:
41333         * gst/volenv/gstvolenv.c:
41334         * gst-libs/gst/audio/audio.c:
41335         * gst-libs/gst/video/video.c:
41336           Fix warnings
41337
41338 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41339
41340         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41341           Don't send ALSA debugging to stderr.
41342         * ext/alsa/gstalsa.h:
41343           Use GST_WARNING instead of g_warning when ALSA functions fail.
41344
41345 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41346
41347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41348           Free XVAdapterInfo correctly.
41349
41350 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41351
41352         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41353         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41354           Make id3tag use correct caps nego.
41355
41356 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41357
41358         * ext/ivorbis/vorbis.c:
41359         * ext/ivorbis/vorbisenc.h:
41360         * ext/ivorbis/vorbisfile.c:
41361           Modify so that it uses the new caps things
41362
41363 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41364
41365         * testsuite/spider/spider1.c: (main):
41366         * testsuite/spider/spider2.c: (main):
41367         * testsuite/spider/spider3.c: (main):
41368           Make tests compile again. They probably don't work.
41369
41370 2003-12-24  Colin Walters  <walters@verbum.org>
41371
41372         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41373         we can't fixate the caps anymore.
41374
41375 2003-12-23  David Schleef  <ds@schleef.org>
41376
41377         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41378         * sys/oss/gstosssink.c: (gst_osssink_init),
41379         (gst_osssink_sink_fixate): Add fixate function.
41380
41381 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41382
41383         * ext/ffmpeg/gstffmpegcodecmap.c:
41384         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41385         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41386         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41387         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41388         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41389         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41390         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41391           fix typo in RGB masks, and move back to "old" colorspace
41392           capsnego code until whoever wrote this new crap has actually
41393           tested it so that it works.
41394           And yes, this works, keep it that way please.
41395
41396 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41397
41398         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41399         (gst_divxdec_init), (gst_divxdec_negotiate):
41400         * ext/divx/gstdivxdec.h:
41401         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41402         (gst_divxenc_init):
41403         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41404         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41405         * ext/mpeg2enc/gstmpeg2enc.cc:
41406         * ext/mpeg2enc/gstmpeg2encoder.cc:
41407         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41408         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41409         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41410         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41411         (dxr3spusink_init):
41412         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41413         (dxr3videosink_init):
41414           Fix caps breakage after Dave's caps branch merge.
41415
41416 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41417
41418         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41419           Fix for 24bpp display.
41420
41421 2003-12-23  Colin Walters  <walters@verbum.org>
41422
41423         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41424         a GnomeVFSHandle directly.
41425
41426 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41427
41428         * gst/volume/Makefile.am:
41429         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41430         (volume_base_init), (volume_init):
41431           Reenable volume element and fix to work with new caps stuff.
41432           Rhythmbox needs this.
41433
41434 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41435
41436         * gst/qtdemux/qtdemux.c: (plugin_init):
41437           qtdemux requires bytestream
41438
41439 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41440
41441         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41442           Fix remaining caps handling errors due to CAPS merge.
41443
41444 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41445
41446         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41447         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41448         (gst_faad_srcconnect):
41449           Port to new caps system.
41450
41451 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41452
41453         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41454         (got_video_size), (main): using g_print instead of g_message.
41455         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41456         signal which was not emitted because of "switch" element added to the
41457         bin but not connected. (Removing from the bin temporarily)
41458
41459 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41460
41461         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41462         find X development files. I don't understand the previous tests and
41463         they fail on my debian/ppc unstable. This one works.
41464         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41465         exiting.
41466         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41467         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41468         (gst_play_set_visualization): Add some safety checks in set_ methods
41469         and state_change. This was throwing some ugly CRITICAL messages when
41470         pipeline was getting disposed and casts were failing.
41471
41472 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41473
41474         * configure.ac:
41475           Improve mpeg2enc detection. This is for distributions that do
41476           ship mjpegtools, but without mpeg2enc. Also does object check
41477           for might there ever be ABI incompatibility.
41478         * ext/mpeg2enc/gstmpeg2enc.cc:
41479           Add Andrew as second maintainer (he's helping me), and also add
41480           an error if no caps was set. This happens if I pull before capsnego
41481           and that's something I should solve sometime else.
41482         * gst/matroska/matroska-demux.c:
41483         (gst_matroska_demux_parse_blockgroup):
41484           Fix time parsing.
41485         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41486         (gst_matroska_mux_track_header):
41487           Add caps to templates.
41488         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41489           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41490         * gst/mpegstream/gstmpegdemux.c:
41491           Remove layer since it causes warnings about unfixed caps.
41492         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41493           Fix obvious typo (we error out if caps were set, we should of
41494           course error out if *no* caps were set).
41495         * sys/oss/gstosselement.c: (gst_osselement_convert):
41496           Fix format conversion, we confused bits/bytes.
41497         * sys/oss/gstosselement.h:
41498           Improve documentation for 'bps'.
41499         * sys/v4l/TODO:
41500           Remove stuff about plugins that need removing - this was done
41501           ages ago.
41502         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41503         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41505         (gst_v4lsrc_src_query):
41506         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41507         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41508           Add get_query_types(), get_formats() and query() functions.
41509
41510 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41511
41512         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41513           * moved CVS to freedesktop.org