Add minimal docs to make the remaining tcp elements show up.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6         * gst/tcp/gsttcpclientsink.c:
7         * gst/tcp/gsttcpclientsrc.c:
8         * gst/tcp/gsttcpserversrc.c:
9         Add minimal docs to make the remaining tcp elements show up.
10         Fixes #564139.
11
12 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
13
14         * win32/common/config.h:
15           Update to CVS version.
16
17         * win32/common/config.h.in:
18           Hardcode path to plugin install helper exe, just like we hardcode
19           the paths in core. Removes another source of VCS conflicts for
20           people hacking gst-plugins-base on systems with autotools.
21
22 2008-12-13  Edward Hervey  <bilboed@gmail.com>
23
24         * m4/Makefile.am:
25         And a couple more .m4 that don't exist anymore with gettext 0.17
26
27 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
28
29
30         * m4/Makefile.am:
31         inttypes.m4 hasn't been available since gettext-0.15, and since we now
32         require gettext >= 0.17 ... we can remove it from the list of files to
33         dist.
34
35 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
36
37         * gst-libs/gst/audio/gstbaseaudiosink.c:
38         (gst_base_audio_sink_slave_method_get_type),
39         (gst_base_audio_sink_class_init):
40         * gst-libs/gst/audio/gstbaseaudiosink.h:
41         * gst-libs/gst/audio/gstbaseaudiosrc.c:
42         (gst_base_audio_src_slave_method_get_type),
43         (gst_base_audio_src_class_init):
44         * gst-libs/gst/audio/gstbaseaudiosrc.h:
45         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
46         public API. This is needed for the C++ bindings to be able
47         to use this base classes. Fixes bug #564200, #564206.
48
49 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
50
51         * gst-libs/gst/cdda/gstcddabasesrc.c:
52         (gst_cdda_base_src_handle_event):
53         Remove erroneous gst_buffer_ref().
54         * tests/check/libs/rtp.c: (GST_START_TEST):
55         Don't forget to unref the buffer once you're done with it.
56
57 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
58
59         * gst/playback/gstplaybin.c:
60         * gst/playback/gstplaybin2.c:
61           XRef to GstXOverlay.
62
63 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
64
65         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
66         Free the factory array when finalizing.
67         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
68         Use a GstStaticPadTemplate since the src pad caps are fixed.
69
70 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
71
72         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
73         (gst_vorbis_enc_init):
74         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
75         pad templates.
76
77 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
78
79         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
80         (gst_riff_create_video_template_caps):
81         Add mapping for VP6 in avi/riff.
82
83 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
84
85         * gst/subparse/samiparse.c: (sami_context_push_state),
86         (sami_context_pop_state), (start_sami_element), (end_sami_element):
87         Some versions of libxml seem to be very picky as to strict formatting
88         of the input and never 'close' the final </body> tag.
89         In order to fix that bad behaviour, we trigger the flushing of
90         remaining data on both </body> and </sami>.
91         Fixes #557365
92
93 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
94
95         Patch by: Guillaume Emont <guillaume at fluendo dot com>
96
97         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
98         Add typefinders for MS Word files and OS X .DS_Store files to
99         prevent them to be recognized as MPEG files. Fixes bug #564098.
100
101 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
102
103         * gst/playback/gstplaysink.c: (gen_audio_chain),
104         (gst_play_sink_reconfigure):
105         Add some more debug info.
106         Fix linking of just an encoded sink.
107         Handle failure to create a sink chain more gracefully than crashing.
108
109 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
110
111         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
112         Pushing 10 buffers is enough to run the test.
113
114 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
115
116         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
117         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
118         (main):
119         Hook up the SKIP seek flag.
120
121 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
122
123         * gst/playback/gstplaybin2.c: (pad_added_cb):
124         Error out with a missing-plugin error when the input-selector was not
125         found.
126
127         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
128         Indentation.
129
130 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
131
132         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
133         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
134         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
135         (gst_play_sink_send_event), (gst_play_sink_change_state):
136         Use G_DEFINE_TYPE.
137         Try to set the selected sink to READY before using it. This will allow
138         for detection of incompatible formats sooner.
139         Don't cause a fatal error when conversion elements are missing but post
140         a missing-element message and a warning instead because things might
141         still link and run fine.
142         Simplyfy the construction of audio and video sink chains.
143
144 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
145
146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
147         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
148         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
149         init from glib.
150
151 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
152
153         Patch by: Luis Menina <liberforce at freeside dot fr>
154
155         * gst-libs/gst/floatcast/floatcast.h:
156         * gst/typefind/gsttypefindfunctions.c:
157         Include glib.h instead of a specific GLib header. Including single
158         GLib headers is deprecated. Fixes bug #563904.
159
160 2008-12-09  Julien Moutte  <julien@fluendo.com>
161
162         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
163         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
164
165 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
166
167         * gst-libs/gst/riff/riff-read.c:
168           Fix handling of odd chunks in riff metadata.
169
170 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         * gst/volume/gstvolume.c: (gst_volume_class_init),
173         (volume_before_transform), (volume_transform_ip):
174         Use new basetransform vmethod to reconfigure the dynamic properties and
175         any pending volume/mute changes. Fixes #563508.
176
177 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
178
179         * configure.ac:
180         First check for "theoraenc theoradec" and if that failed check
181         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
182         deprecate the latter. Also linking on Windows fails with just "theora"
183         and the version check would fail for the release candidates.
184         Fixes bug #563718.
185
186 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
187
188         * gst/playback/gstdecodebin.c:
189         * gst/playback/gstdecodebin2.c:
190           Add basic docs to decodebin and link to decodebin from decodebin2.
191           
192 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
193
194         Patch by: Olivier Crete  <tester at tester ca>
195
196         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
197         * gst-libs/gst/rtp/gstrtcpbuffer.h:
198         Implement gst_rtcp_packet_remove(). Fixes #563174.
199
200         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
201         Add unit test for some RTCP functions.
202
203 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
204
205         * configure.ac:
206         Apparently AC_CONFIG_MACRO_DIR breaks when using more
207         than one macro directory, reverting last change.
208
209 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
210
211         * configure.ac:
212         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
213         our M4 macros.
214
215 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
216
217         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
219         Clear all flags on buffers returned from the image pool.
220         Fixes #563143
221
222 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
223
224         Patch by: Cygwin Ports maintainer
225                   <yselkowitz at users dot sourceforge dot net>
226
227         * autogen.sh:
228         * configure.ac:
229         Require gettext 0.17 because older versions don't mix with libtool
230         2.2. At build time an older gettext version will still work.
231         Fixes bug #556091.
232
233 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
234
235         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
236
237 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
238
239         * docs/plugins/gst-plugins-base-plugins.args:
240         * docs/plugins/gst-plugins-base-plugins.hierarchy:
241         * docs/plugins/gst-plugins-base-plugins.interfaces:
242         * docs/plugins/gst-plugins-base-plugins.prerequisites:
243         * docs/plugins/inspect/plugin-videorate.xml:
244         * gst/speexresample/gstspeexresample.c:
245         Update documentation of speexresample for the new element name.
246
247 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         * gst/speexresample/README:
250         Update README with the latest diff between the Speex resampler
251         and our copy.
252
253 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
254
255         * gst/speexresample/gstspeexresample.c: (plugin_init):
256         Update the debug category from speex_resample to audioresample.
257
258 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
259
260         * gst/audioresample/Makefile.am:
261         * gst/audioresample/buffer.c:
262         * gst/audioresample/buffer.h:
263         * gst/audioresample/debug.c:
264         * gst/audioresample/debug.h:
265         * gst/audioresample/functable.c:
266         * gst/audioresample/functable.h:
267         * gst/audioresample/gstaudioresample.c:
268         * gst/audioresample/gstaudioresample.h:
269         * gst/audioresample/resample.c:
270         * gst/audioresample/resample.h:
271         * gst/audioresample/resample_chunk.c:
272         * gst/audioresample/resample_functable.c:
273         * gst/audioresample/resample_ref.c:
274         * tests/check/elements/audioresample.c:
275         Remove audioresample files.
276
277 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
278
279         * docs/plugins/inspect/plugin-audioresample.xml:
280         Regenerated for library filename change.
281
282 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         * configure.ac:
285         * docs/plugins/Makefile.am:
286         * docs/plugins/gst-plugins-base-plugins-sections.txt:
287         * docs/plugins/gst-plugins-base-plugins.args:
288         * docs/plugins/gst-plugins-base-plugins.hierarchy:
289         * docs/plugins/gst-plugins-base-plugins.interfaces:
290         * docs/plugins/gst-plugins-base-plugins.prerequisites:
291         * docs/plugins/inspect/plugin-adder.xml:
292         * docs/plugins/inspect/plugin-alsa.xml:
293         * docs/plugins/inspect/plugin-audioconvert.xml:
294         * docs/plugins/inspect/plugin-audiorate.xml:
295         * docs/plugins/inspect/plugin-audioresample.xml:
296         * docs/plugins/inspect/plugin-audiotestsrc.xml:
297         * docs/plugins/inspect/plugin-cdparanoia.xml:
298         * docs/plugins/inspect/plugin-decodebin.xml:
299         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
300         * docs/plugins/inspect/plugin-gdp.xml:
301         * docs/plugins/inspect/plugin-gio.xml:
302         * docs/plugins/inspect/plugin-gnomevfs.xml:
303         * docs/plugins/inspect/plugin-libvisual.xml:
304         * docs/plugins/inspect/plugin-ogg.xml:
305         * docs/plugins/inspect/plugin-pango.xml:
306         * docs/plugins/inspect/plugin-playback.xml:
307         * docs/plugins/inspect/plugin-queue2.xml:
308         * docs/plugins/inspect/plugin-subparse.xml:
309         * docs/plugins/inspect/plugin-tcp.xml:
310         * docs/plugins/inspect/plugin-theora.xml:
311         * docs/plugins/inspect/plugin-typefindfunctions.xml:
312         * docs/plugins/inspect/plugin-uridecodebin.xml:
313         * docs/plugins/inspect/plugin-video4linux.xml:
314         * docs/plugins/inspect/plugin-videorate.xml:
315         * docs/plugins/inspect/plugin-videoscale.xml:
316         * docs/plugins/inspect/plugin-videotestsrc.xml:
317         * docs/plugins/inspect/plugin-volume.xml:
318         * docs/plugins/inspect/plugin-vorbis.xml:
319         * docs/plugins/inspect/plugin-ximagesink.xml:
320         * docs/plugins/inspect/plugin-xvimagesink.xml:
321         * gst/speexresample/gstspeexresample.c: (plugin_init):
322         * gst/speexresample/Makefile.am:
323         * tests/check/Makefile.am:
324         * tests/check/elements/speexresample.c: (setup_speexresample),
325         (GST_START_TEST), (test_pipeline):
326         Rename the moved speexresample to audioresample, integrate into the
327         build system and remove the old audioresample from the build system.
328         Fixes bug #558124, #385061, #346218, #116051.
329
330 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
331
332         * gst-libs/gst/audio/gstbaseaudiosrc.c:
333         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
334         Avoid nasty int overflows after about 12 hours and 25 minutes when these
335         code paths are triggered. 
336         A free beer to Håvard Graff for finding this!
337
338 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         Patch by: 이문형 <iwings at gmail dot com>
341
342         * gst-libs/gst/rtsp/gstrtspconnection.c:
343         (gst_rtsp_connection_connect):
344         A successful gst_poll_wait() doesn't always mean successful connect() on
345         Windows.  We should check errors by calling gst_poll_fd_has_error().
346         See #561924.
347
348 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
349
350         * gst-libs/gst/rtp/gstrtcpbuffer.c:
351         Fix typo in the docs.
352
353 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
354
355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
356         If no stream was found before receiving EOS, post an error message.
357         Fixes #561924.
358
359 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
360
361         * ext/theora/gsttheoraenc.h:
362         * ext/theora/theoraenc.c: (gst_theora_enc_init),
363         (theora_buffer_from_packet), (theora_push_packet),
364         (theora_enc_sink_event), (theora_enc_is_discontinuous),
365         (theora_enc_chain):
366         Parse segment events.
367         Pass incomming buffer timestamps to outgoing buffers.
368         Use the running_time to construct the granulepos.
369         Fixes #562163.
370
371 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
372
373         * gst/playback/gstplaybin2.c: (activate_group):
374         Fix buffer-duration property.
375
376 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
377
378         * gst-libs/gst/audio/gstbaseaudiosink.c:
379         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
380         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
381         (gst_base_audio_sink_change_state):
382         Really fix audiosink drain handling by keeping track of the running_time
383         of the last sample.
384
385 2008-11-24  Michael Smith <msmith@songbirdnest.com>
386
387         * gst/playback/gstplaybin2.c:
388           Add notification of current stream. Add ability to configure buffer
389           sizes.
390         * gst/playback/gsturidecodebin.c:
391           Add ability to configure buffer sizes for streaming mode.
392           Bug #561734.
393
394 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
395
396         * gst-libs/gst/audio/gstbaseaudiosink.c:
397           Time is already in running_time. Remove base_time handling. Fixes
398           audiosinks not draining and thus chopping some audio in the end.
399
400 2008-11-24  David Schleef  <ds@schleef.org>
401
402         * ext/ogg/gstoggmux.c:
403         * ext/ogg/gstoggmux.h:
404           If we're muxing a dirac stream, flush the page after every picture.
405
406 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
407
408         * gst-libs/gst/audio/gstbaseaudiosink.c:
409           Add one log message to check for audio_drained. Sync one log message
410           with the condition. Send EOS after draining audio in pull mode.
411
412 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
413
414         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
416         Use gst_buffer_try_new_and_alloc() and fail properly if the
417         allocation failed. This prevents abort() if downstream elements
418         request an insane amount of memory.
419
420 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
421
422         * gst/volume/gstvolume.c: (volume_choose_func),
423         (volume_update_volume), (gst_volume_set_volume),
424         (gst_volume_get_volume), (gst_volume_set_mute),
425         (gst_volume_class_init), (gst_volume_init),
426         (volume_process_double), (volume_process_float),
427         (volume_process_int32), (volume_process_int32_clamp),
428         (volume_process_int24), (volume_process_int24_clamp),
429         (volume_process_int16), (volume_process_int16_clamp),
430         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
431         (volume_transform_ip), (volume_set_property),
432         (volume_get_property):
433         * gst/volume/gstvolume.h:
434         Cleanup volume, define and use default values.
435         Recalculate new volume and mute setup before processing. Fixes #561789.
436
437         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
438         Add controller unit test. Patch by: Jonathan Matthew
439         Fix bogus test that messed with basetransform's internal state.
440
441 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
442
443         * gst/videorate/gstvideorate.c:
444         Add jpeg and png image media types to the caps. Fixes #561436.
445
446 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
447
448         * gst/playback/gstplaysink.c: (gen_audio_chain):
449         Don't post an error when we can't configure the volume but post a
450         warning instead. Fixes #561780.
451
452 2008-11-21  David Schleef  <ds@schleef.org>
453
454         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
455
456         * gst/videotestsrc/gstvideotestsrc.c:
457         * gst/videotestsrc/gstvideotestsrc.h:
458         * gst/videotestsrc/videotestsrc.c:
459         * gst/videotestsrc/videotestsrc.h:
460           Add a zone plate pattern generator based on BBC R&D Report
461           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
462           kx2=20 ky2=20 kt=1'.
463
464 2008-11-20  Michael Smith <msmith@songbirdnest.com>
465
466         * gst/playback/gstdecodebin2.c:
467           Fix random fat-fingering making this not compile.
468
469 2008-11-20  Michael Smith <msmith@songbirdnest.com>
470
471         * gst/playback/gstdecodebin2.c:
472           If the top-level type of the stream is plain text, don't try to decode
473           it, matching behaviour of decodebin.
474         * gst/playback/gstplaysink.c:
475           If we fail to generate a text chain (e.g. due to missing optional
476           plugins), don't crash.
477
478 2008-11-20  Michael Smith <msmith@songbirdnest.com>
479
480         * gst-libs/gst/rtsp/gstrtspdefs.c:
481           Fix win32 build. Oops.
482
483 2008-11-20  Michael Smith <msmith@songbirdnest.com>
484
485         * gst-libs/gst/rtsp/gstrtspdefs.c:
486           Use WSAGetLastError() rather than errno/h_errno on win32.
487
488 2008-11-20  Michael Smith <msmith@songbirdnest.com>
489
490         * gst-libs/gst/riff/riff-media.c:
491           Support WMA Lossless properly.
492
493 2008-11-18  David Schleef  <ds@schleef.org>
494
495         * gst/videotestsrc/gstvideotestsrc.c:
496         * gst/videotestsrc/gstvideotestsrc.h:
497         * gst/videotestsrc/videotestsrc.c:
498         * gst/videotestsrc/videotestsrc.h:
499           Add "colorspec" property, specifying whether to generate BT.601
500           or BT.709 video.  This only affects YCbCr values, not RGB, since
501           if you're generating a 709 test pattern, presumably you want
502           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
503           uses 75% colors instead of 100%, since this is often more useful
504           for testing (and also follows the SMPTE EG-1 guideline).
505
506 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
507
508         * gst/playback/gstdecodebin.c:
509         Add a "sink-caps" property to decodebin like it's done for decodebin2.
510         Fixes #560380.
511
512 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
513
514         * gst/audioresample/gstaudioresample.c:
515         Guard against a NULL dereference I somehow encountered -
516         with a FLUSH_STOP arriving either before basetransform _start(),
517         or after _stop().
518
519         * gst/typefind/gsttypefindfunctions.c:
520         Make sure we never jump backwards when typefinding corrupt mov files.
521
522 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
523
524         * gst-libs/gst/interfaces/propertyprobe.c:
525         Fix random type causing a docs warning.
526
527 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
528
529         * sys/v4l/gstv4l.c:
530           Give it a minimal rank for autovideosrc.
531
532 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
533
534         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
535         (plugin_init):
536         Improve typefinding of ISO JPEG2000 mime types.
537
538 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
539
540         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
541         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
542         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
543         * sys/xvimage/xvimagesink.h:
544         Avoid typechecking when we do trivial casts.
545         Move error handling out of the main program flow.
546         Sneak in the display-region caps property, not completely correct yet.
547         Cache the width/height in buffer_alloc instead of parsing it from the
548         caps all the time.
549
550 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
551
552         * gst/playback/gstplaybin2.c: (deactivate_group):
553         don't try to unlink the selector sinkpad when we don't have it yet. This
554         can happen if an error occured before the group was complete.
555
556 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
557
558         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
559         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
560         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
561         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
562         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
563         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
564         (gst_rtp_buffer_get_extension_data),
565         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
566         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
567         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
568         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
569         (gst_rtp_buffer_get_payload_type),
570         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
571         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
572         (gst_rtp_buffer_set_timestamp),
573         (gst_rtp_buffer_get_payload_subbuffer),
574         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
575         Avoid expensive type checks we already did as part of the 
576         _validate() function that should be called first.
577
578 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
581         (gst_base_rtp_depayload_push_full),
582         (gst_base_rtp_depayload_set_gst_timestamp):
583         Fix some cases where a newsegment event was not sent.
584
585 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
586
587         * gst/playback/gstplaybin2.c: (activate_group):
588         Catch state change errors and stop from the uridecodebin elements
589         instead of trying to continue in vain.
590
591 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
592
593         * gst-libs/gst/audio/gstbaseaudiosink.c:
594         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
595         (gst_base_audio_sink_callback):
596         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
597         for the latency to expire, fixes #559567.
598
599 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
600
601         * gst/adder/gstadder.c:
602           Change author string after seeing output of gst-inspector.
603
604 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
605
606         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
607         Don't try to do crazy things when we only have a text pad without a
608         video pad. Fixes #559478.
609
610 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
611
612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
613         Fix case where we don't have a range for the rates or channels as is the
614         case with truespeech.
615
616 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
617
618         * gst/volume/gstvolume.c: (volume_update_real_volume),
619         (gst_volume_set_volume), (gst_volume_get_volume),
620         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
621         (volume_transform_ip), (volume_update_mute),
622         (volume_update_volume), (volume_get_property):
623         * gst/volume/gstvolume.h:
624         Keep negotiated state in a separate variable.
625         Protect the volume and mute properties with the object lock.
626         Protect modifying the transform with the transform lock.
627
628 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
629
630         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
631         (gst_ffmpeg_pixfmt_to_caps):
632         Only convert caps to string when debug is enabled.
633
634 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         * ext/theora/gsttheoradec.h:
637         * ext/theora/theoradec.c: (gst_theora_dec_init),
638         (gst_theora_dec_reset), (theora_dec_src_event),
639         (theora_dec_sink_event), (theora_handle_type_packet):
640         Copy seqnum.
641         Keep events in a pending list, like vorbisdec, instead of trying
642         to construct a segment event ourselves.
643
644         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
645         (vorbis_dec_src_event), (vorbis_dec_sink_event):
646         * ext/vorbis/vorbisdec.h:
647         Copy seqnum.
648
649 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
650
651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
652         (gst_ogg_demux_deactivate_current_chain),
653         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
654         (gst_ogg_demux_loop):
655         * ext/ogg/gstoggdemux.h:
656         Copy seqnums around to track playback segments and messages.
657
658 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
659
660         Based on patch by: Matthias Kretz <kretz at kde dot org>
661
662         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
663         (gst_alsasink_prepare), (gst_alsasink_unprepare),
664         (gst_alsasink_write):
665         Make all access non-blocking so that we can better handle unplugging
666         of usb devices. Fixes #559111
667
668 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
669
670         Patch by: Damien Lespiau  <damien.lespiau gmail com>
671
672         * gst-libs/gst/rtsp/gstrtspconnection.c:
673         (gst_rtsp_connection_write):
674         Make the next call to poll not depend on previous calls to poll with or
675         without reading from the active descriptor. Fixes #544293.
676
677 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         Patch by: Nick Haddad <nick at haddads dot net>
680
681         * gst-libs/gst/riff/riff-ids.h:
682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
683         Add support for other fourcc codes that are commonly used for
684         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
685         Fixes #558553.
686
687 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
688
689         * gst/audioresample/gstaudioresample.c:
690           Return the result of parent_class->event().
691
692 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
693
694         * gst/audioresample/gstaudioresample.c:
695         (gst_audioresample_class_init), (audioresample_fixate_caps):
696         Fixate the rate to the nearest supported rate instead of
697         the first one. Fixes bug #549510.
698
699 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
700
701         * win32/common/libgstaudio.def:
702         Add new symbols.
703
704 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
707         Attempt to make obfuscated code clearer.
708
709 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
710
711         * docs/libs/gst-plugins-base-libs-sections.txt:
712         * gst-libs/gst/floatcast/floatcast.h:
713         Move float endianness conversion macros to core. Second part of
714         bug ##555196.
715
716 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
717
718         * sys/ximage/ximagesink.h:
719         * sys/xvimage/xvimagesink.h:
720           Don't mark as gtk-doc docs as they aren't public.
721
722 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
723
724         * sys/xvimage/xvimagesink.c:
725         * sys/xvimage/xvimagesink.h:
726         * tests/icles/Makefile.am:
727         * tests/icles/test-colorkey.c:
728           Allow setting colorkey if possible. Implement property probe interface
729           for optional X features (autopaint-colorkey, double-buffer and
730           colorkey). Fixes #554533
731
732 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
733
734         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
735         Remove useless buffer size assignment. It already has this value.
736
737 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
738
739         * gst-libs/gst/audio/gstaudiosink.c:
740         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
741         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
742         (gst_audioringbuffer_stop):
743         Implement a separate activate functions to start monitoring the segments
744         or, in pull mode, pulling in data.
745
746         * gst-libs/gst/audio/gstbaseaudiosink.c:
747         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
748         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
749         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
750         (gst_base_audio_sink_activate_pull),
751         (gst_base_audio_sink_async_play),
752         (gst_base_audio_sink_change_state):
753         Implement pad and element convert query function.
754         Activate the ringbuffer.
755         Use the segment last_stop value as the offset to pull.
756         Use new basesink _do_preroll() method to preroll in the pulling thread.
757         Take appropriate locking in the pulling thread.
758
759         * gst-libs/gst/audio/gstringbuffer.h:
760         Update some docs.
761
762 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
763
764         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
765         Improve MXF typefinding a bit by searching for a header partition
766         pack instead of just a general partition pack and checking more
767         bytes for valid values.
768
769 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
770
771         * tests/icles/.cvsignore:
772         update ignore file.
773
774         * tests/icles/Makefile.am:
775         * tests/icles/test-box.c: (make_pipeline), (main):
776         Add another interactive command line experimentation suite for
777         dynamically boxing/cropping/saling an input video.
778
779 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
780
781         * docs/libs/gst-plugins-base-libs-sections.txt:
782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
783         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
784         * gst-libs/gst/audio/gstringbuffer.h:
785         Add methods to more accuratly control the pulling thread of a
786         ringbuffer.
787         Add format conversion helper code to the ringbuffer.
788         API: GstRingBuffer:gst_ring_buffer_activate()
789         API: GstRingBuffer:gst_ring_buffer_is_active()
790         API: GstRingBuffer:gst_ring_buffer_convert()
791
792 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
793
794         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
795         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
796         (gst_audioringbuffer_stop):
797         Signal thread startup earlier so that we can immediatly go into pull
798         mode when we have to and block on preroll.
799
800 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
801
802         * gst-libs/gst/audio/gstringbuffer.c:
803         (gst_ring_buffer_prepare_read):
804         In pull mode we want the callback to prepull a buffer we can preroll on
805         even when we are not yet playing.
806
807 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
808
809         * ext/alsa/Makefile.am:
810         * ext/cdparanoia/Makefile.am:
811         * ext/gio/Makefile.am:
812         * ext/gnomevfs/Makefile.am:
813         * ext/libvisual/Makefile.am:
814         * ext/ogg/Makefile.am:
815         * ext/pango/Makefile.am:
816         * ext/theora/Makefile.am:
817         * ext/vorbis/Makefile.am:
818         * gst/adder/Makefile.am:
819         * gst/audioconvert/Makefile.am:
820         * gst/audiorate/Makefile.am:
821         * gst/audioresample/Makefile.am:
822         * gst/audiotestsrc/Makefile.am:
823         * gst/ffmpegcolorspace/Makefile.am:
824         * gst/gdp/Makefile.am:
825         * gst/playback/Makefile.am:
826         * gst/subparse/Makefile.am:
827         * gst/tcp/Makefile.am:
828         * gst/typefind/Makefile.am:
829         * gst/videorate/Makefile.am:
830         * gst/videoscale/Makefile.am:
831         * gst/videotestsrc/Makefile.am:
832         * gst/volume/Makefile.am:
833         * sys/v4l/Makefile.am:
834         * sys/ximage/Makefile.am:
835         * sys/xvimage/Makefile.am:
836           Don't install static libs for plugins. Fixes #550851 for base.
837
838 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
839
840         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
841         Set the default blocksize to -1 because we will then use the configured
842         samplesperbuffer to create our output buffer.
843
844 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
845
846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
847         (gst_riff_create_video_template_caps):
848         Add mappping for the KMVC (Karl Morton's Video) Codec.
849
850 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
851
852         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
853         Don't forget to advance the offset of what we're matching against, else
854         we end up in a forever loop.
855
856 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
857
858         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
859         Improve typefinding a bit. If we don't have a Unicode charset
860         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
861
862 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
863
864         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
865         Fix build on macosx.
866
867 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         Based on patch by: Robin Stocker <robin at nibor dot org>
870
871         * ext/theora/gsttheoradec.h:
872         * ext/theora/theoradec.c: (gst_theora_dec_init),
873         (theora_dec_setcaps), (theora_handle_type_packet),
874         (theora_dec_decode_buffer), (theora_dec_change_state):
875         Parse input caps and make the PAR override the encoded PAR when
876         specified by a container. Fixes #555699.
877
878 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
879
880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
881         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
882         (gst_base_rtp_depayload_set_gst_timestamp),
883         (gst_base_rtp_depayload_change_state):
884         * gst-libs/gst/rtp/gstbasertpdepayload.h:
885         Add some more G_LIKELY
886         Fail when the setcaps function was not called.
887
888         * gst-libs/gst/rtp/gstbasertppayload.c:
889         (gst_basertppayload_set_outcaps):
890         Propagate return value of setcaps.
891
892 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
893
894         * gst/subparse/Makefile.am:
895         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
896         (gst_sub_parse_class_init), (gst_sub_parse_init),
897         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
898         (get_next_line), (gst_sub_parse_data_format_autodetect),
899         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
900         (gst_subparse_type_find):
901         * gst/subparse/gstsubparse.h:
902         Add support for UTF16/UTF32 subtitles as long as the first bytes of
903         the first buffer contain the BOM. This also adds support for other
904         encodings that allow NUL bytes via the encoding property.
905         Fixes bugs #552237 and #456788.
906
907 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
908
909         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
910         Don't drop the last byte of image tags if they're not an URI list.
911         Fixes bug #556066.
912
913 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
914
915         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
916         For looking at the 4th byte we have to get 4 bytes of course
917         and not 3.
918
919 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
920
921         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
922         Improve FLAC-without-headers typefinding by looking at most of the
923         frame header and checking if invalid values are used. Should prevent
924         quite some false positives compared to the old version which only
925         check if the first 14 bits are set.
926
927 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
928
929         * sys/xvimage/xvimagesink.c:
930           Don't assert on caps==NULL.
931
932 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
933
934         * gst/subparse/gstsubparse.c:
935         (gst_sub_parse_data_format_autodetect), (handle_buffer),
936         (gst_sub_parse_change_state):
937         * gst/subparse/gstsubparse.h:
938         * tests/check/elements/subparse.c: (GST_START_TEST):
939         Add support for subtitle files with UTF-8 BOM at the beginning
940         by simple stripping it from the first line before passing it
941         to any parsing code. Fixes bug #555257 and playback of files
942         created by Gnome Subtitles.
943
944 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
945
946         * gst/audiotestsrc/gstaudiotestsrc.c:
947         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
948         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
949         (gst_audio_test_src_start), (gst_audio_test_src_stop),
950         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
951         (gst_audio_test_src_create):
952         * gst/audiotestsrc/gstaudiotestsrc.h:
953         Define the default property values in the usual place.
954         Implement start/stop to reset values correctly.
955         Calculate the sample size only once when we negotiate.
956         Rename some values to make more sense.
957         Keep track of our byte range.
958         Add support for pull based scheduling. Disabled for now until we have
959         the whole stack working.
960         Set the BUFFER_OFFSET correctly.
961
962 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
963
964         Based on a patch by: xavierb at gmail dot com
965
966         * gst/subparse/gstsubparse.c:
967         (gst_sub_parse_data_format_autodetect):
968         * tests/check/elements/subparse.c: (GST_START_TEST):
969         Make the detection of the used subtitle a bit less strict
970         for srt subtitles. Fixes bug #555607.
971
972 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
973
974         * ext/vorbis/vorbisenc.c:
975         (gst_vorbis_enc_buffer_check_discontinuous):
976         Fix discontinuity detection which was broken by last commit.
977
978 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
979
980         * configure.ac::
981           Require core CVS for ghostpad API additions used by decodebin2.
982
983 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
984
985         * gst-libs/gst/audio/gstbaseaudiosrc.c:
986         (gst_base_audio_src_create):
987         Fix debug statements (space between '%' and actual format).
988
989 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
990
991         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
992         Remove bogus assert, the decodepad could have been created inside an
993         already existing group.
994
995 2008-10-08  Andy Wingo  <wingo@pobox.com>
996
997         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
998         target instead of setting it.
999         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1000         API for a decode pad. The bugfix is that we set the group in
1001         activate(), not when the pad was created because it might be NULL
1002         then.
1003         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1004         Update to use the API.
1005
1006 2008-10-08  Andy Wingo  <wingo@pobox.com>
1007
1008         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1009         be a subclass of GstGhostPad.
1010         (analyze_new_pad): So, when emitting the signals that determine
1011         how we do autoplugging, already create the ghost pad and use it as
1012         the pad in the signal arguments. This allows applications to make
1013         a connection between the pad passed in e.g. autoplug-continue, and
1014         the pad passed in new-decoded-pad.
1015         (connect_pad, expose_pad): Update to receive the ghosted decode
1016         pad in the args, retargetting it as necessary if we have to plug
1017         the target pad through a multiqueue.
1018         (gst_decode_group_control_source_pad): Adapt to receive an
1019         already-ghosted pad that just needs activation, blocking, and
1020         drain notification.
1021         (sort_end_pads): Adapt for decode pads actually being pads.
1022         (gst_decode_group_expose): Adapt for decode pads actually being
1023         pads. Rewrite the decode pad names so they appear in order. Adds a
1024         new error case if we couldn't set the name.
1025         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1026         logic.
1027         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1028         New API for the decode pad, needed because we shouldn't do these
1029         things inside gst_decode_pad_new(), but after.
1030         (gst_decode_pad_new): Change to actually make the real pad, and
1031         delay the blocking/drainage bits.
1032
1033 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1034
1035         Patch by: Daniel Drake <dsd at laptop dot org>
1036
1037         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1038         Unref all buffers when clearing collectpads. Fixes bug #546955.
1039
1040 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1041
1042         Based on a patch by: Klaas <klaas at rivercrew dot net>
1043
1044         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1045         (gst_vorbis_enc_buffer_check_discontinuous),
1046         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1047         * ext/vorbis/vorbisenc.h:
1048         Keep track of the upstream segments and use the running time on that
1049         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1050
1051 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1052
1053         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1054         Prevent overflows with big buffer when calculating the size of
1055         the intermediate buffer by using gst_util_uint64_scale() instead of
1056         plain arithmetics. Fixes bug #552801.
1057
1058 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1059
1060         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1061
1062         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1063         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1064         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1065         (gst_clock_overlay_get_property):
1066         * ext/pango/gstclockoverlay.h:
1067         API: Add ability to specify format for date/time display by
1068         adding a "time-format" property.
1069         Fixes bug #554879.
1070
1071 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1072
1073         Patch by: Jan Gerber <j at oil21 dot org>
1074
1075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1076         (gst_riff_create_video_template_caps):
1077         Add FFV1 fourcc to support playback of FFMPEG lossless video
1078         in AVI. Fixes bug #555319.
1079
1080 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1081
1082         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1083
1084         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1085         (gst_base_audio_src_create):
1086         Implement skew clock slaving. Fixes #552559.
1087
1088 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1089
1090         * gst-libs/gst/audio/multichannel.c:
1091         * gst-libs/gst/audio/testchannels.c:
1092         Fix include of config.h
1093
1094 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1095
1096         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1097
1098         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1099         (print_media), (gst_sdp_message_dump):
1100         Fix parsing of the c= field containing multicast addresses.
1101         Fixes #552199.
1102         Add the connection info to the session or streams.
1103         Fix parsing of the bandwidth.
1104         Add debugging for the connections and bandwidths for a media.
1105         Add debugging for the bandwidth of the session. 
1106
1107 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         * gst-libs/gst/rtp/gstbasertppayload.c:
1110         (gst_basertppayload_change_state):
1111         Configure the next seqnum and timestamp in the state change so that they
1112         can be queried soon after.
1113
1114 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1115
1116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1117         (gst_base_rtp_depayload_chain):
1118         Improve debugging of the rtptime.
1119
1120 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1121
1122         * configure.ac:
1123         Back to development -> 0.10.21.1
1124
1125 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1126
1127         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1128         (plugin_init):
1129         Add typefinding for FLAC without headers in the beginning.
1130         This is already handled by flacdec and friends.
1131
1132 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1133
1134         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1135         (plugin_init):
1136         Add typefinder for MXF.
1137
1138 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1139
1140         * tests/icles/Makefile.am:
1141         Only build test-colorkey if GTK+ is available.
1142
1143 === release 0.10.21 ===
1144
1145 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1146
1147         * configure.ac:
1148           releasing 0.10.21, "We Could Be Wrong"
1149
1150 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1151
1152         * configure.ac:
1153         0.10.20.4 pre-release
1154
1155 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1156
1157         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1158
1159         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1160         Set the BOS flag on the BOS packet. Fixes #553244.
1161
1162 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1163
1164         * gst-libs/gst/rtsp/gstrtspmessage.c:
1165         (gst_rtsp_message_parse_request),
1166         (gst_rtsp_message_parse_response):
1167         Fix the g_return_val_if_fail() statements.
1168
1169 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1170
1171         * gst-libs/gst/tag/gsttagdemux.c:
1172           Fail to activate if there's insufficient data in the file to be usable,
1173           preventing an assertion fail later. Fixes #552960
1174
1175 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1176
1177         * gst-libs/gst/pbutils/descriptions.c:
1178         * gst/typefind/gsttypefindfunctions.c:
1179           Recognise Kate subtitle streams (#550582).
1180
1181 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1182
1183         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1184           Remove trailing comma from enum list, which causes problems
1185           with -pendantic (#550729).
1186
1187 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1188
1189         * configure.ac:
1190         0.10.20.2 pre-release
1191
1192         * po/LINGUAS:
1193         * po/id.po:
1194         * po/pt_BR.po:
1195
1196         New translations.
1197
1198 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1199
1200         * gst-libs/gst/interfaces/propertyprobe.c:
1201           (gst_property_probe_get_properties),
1202           (gst_property_probe_get_property),
1203           (gst_property_probe_probe_property),
1204           (gst_property_probe_probe_property_name),
1205           (gst_property_probe_needs_probe),
1206           (gst_property_probe_needs_probe_name),
1207           (gst_property_probe_get_values),
1208           (gst_property_probe_get_values_name),
1209           (gst_property_probe_probe_and_get_values),
1210           (gst_property_probe_probe_and_get_values_name):
1211           More sanity checks for our second-favourite interface.
1212
1213 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1214
1215         * gst-libs/gst/interfaces/propertyprobe.c:
1216           Check for NULL pointer, in the hope that this fixes #532864.
1217
1218 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1219
1220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1221           No really, the next release is 0.10.21 (fix Since: tags in docs).
1222
1223 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1224
1225         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1226         Disable a code path that is now called but causes a deadlock for some
1227         reason and is unneeded.
1228
1229 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1230
1231         * sys/xvimage/xvimagesink.c:
1232         * sys/xvimage/xvimagesink.h:
1233           Add a "draw-border" property that can be set to false to disable
1234           drawing borders.
1235           
1236         * tests/icles/test-colorkey.c:
1237         * tests/icles/Makefile.am:
1238           Add new test application for the colorkey handling.
1239
1240 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1241
1242         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1243         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1244         This will also be fixed for upcoming gst-ffmpeg release so that once
1245         this release of -base is out, it will work with the latest gst-ffmpeg
1246         release.
1247
1248 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1249
1250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1251         (gst_riff_create_audio_template_caps):
1252         Add Truespeech mapping for RIFF formats (AVI/WAV).
1253         Fixes #550656
1254
1255 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1256
1257         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1258         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1259         Fixes #550638.
1260
1261 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1262
1263         * configure.ac:
1264         * gst/subparse/Makefile.am:
1265         * gst/subparse/gstsubparse.c:
1266         * gst/subparse/samiparse.c:
1267         * tests/check/elements/subparse.c:
1268           Rework last change, so that we build subparse, but just disable the
1269           sami parse functionality, if we're configured to not use xml. In the
1270           tests only the sami test is disabled now.
1271
1272 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1273
1274         * configure.ac:
1275           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1276           test runs.
1277
1278 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1279
1280         * po/POTFILES.in:
1281           Add some more files with strings for translation.
1282
1283 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1284
1285         * gst-libs/gst/tag/gstvorbistag.c:
1286         * tests/check/libs/tag.c:
1287           Use new geo location tags from core. Fixes #481169
1288
1289 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1290
1291         * tests/check/elements/audioresample.c: (setup_audioresample),
1292         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1293         (test_discont_stream_instance):
1294         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1295         Add debugging for coherence.
1296
1297 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1298
1299         Patch by: Jonathan Matthew  <notverysmart gmail com>
1300
1301         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1302           Add typefinder for PDF documents (which is nice to have, since it's a
1303           common format, but also helps prevent false positives). Fixes #549814.
1304
1305 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1306
1307         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1308         (no_more_pads_cb):
1309         Fix nasty race where multiple decodebins could start pushing data before
1310         we manage to configure the sinks, resulting in not-linked errors in
1311         typical RTSP streaming cases.
1312
1313 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1314
1315         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1316         Since we now call stop, we trigger this code path that causes a deadlock
1317         is apparently not needed.
1318
1319 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1320
1321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1322         (gst_ring_buffer_stop):
1323         Also allow the case where the ringbuffer was paused when we try to stop
1324         it so that the basesrc stop function is still called.
1325
1326 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1327
1328         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1329
1330         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1331         Reprobe devices again instead of taking a cached list as new
1332         devices could've been plugged in. Fixes bug #549062.
1333
1334 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1335
1336         Patch by: Alessandro Dessina <alessandro nnva org>
1337
1338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1339         (gst_ogg_demux_activate_chain):
1340         Don't add pads and activate them for skeleton streams. These are already
1341         handled inside oggdemux. Fixes bug #537599.
1342
1343 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1344
1345         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1346         Reset variable so that query and convert fail after going back to
1347         READY. Fixes #548898.
1348
1349 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1350
1351         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1352         If a buffer arrives with a timestamp before the timestamp+duration
1353         of the previous buffer clip it instead of dropping it completely.
1354         Slight improvement for the unfixable bug #548913.
1355
1356 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1357
1358         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1359         Take the current timestamp instead of timestamp+duration for the offset.
1360         This offset will later be used for calculating the timestamp and
1361         otherwise vorbisdec will interpolate timestamps wrong if upstream
1362         only sends timestamps and no granulepos.
1363
1364 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1365
1366         * tests/examples/seek/seek.c:
1367           Don't crash when having no visualisations.
1368
1369 2008-08-16  David Schleef  <ds@schleef.org>
1370
1371         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1372           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1373           Fixes #548065.
1374
1375 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1376
1377         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1378         When cleaning up the caps fields also remove "depth" for the same
1379         reason we remove "width".
1380
1381 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1382
1383         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1384           Add Lead H.264 here as well.
1385
1386 2008-08-14  Julien Moutte  <julien@fluendo.com>
1387
1388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1389         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1390
1391 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1392
1393         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1394         (gst_base_audio_src_create):
1395         When not slaved to another clock also subtract the base_time from our
1396         internal clock time to get the running time.
1397
1398 2008-08-12  David Schleef  <ds@schleef.org>
1399
1400         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1401           since it has no basis in libtheora.
1402
1403 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1404
1405         * gst-libs/gst/interfaces/propertyprobe.h:
1406           Remove double "interface" from doc-string.
1407
1408         * gst-libs/gst/interfaces/xoverlay.h:
1409           Document interface.
1410
1411         * gst-libs/gst/riff/riff.c:
1412           Add basic doc blobs.
1413
1414 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1415
1416         * gst-libs/gst/audio/Makefile.am:
1417           Don't try to build that example anymore.
1418
1419 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1420
1421         * gst-libs/gst/audio/.cvsignore:
1422         * gst-libs/gst/audio/Makefile.am:
1423         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1424         * gst-libs/gst/audio/make_filter:
1425           Move audiofiltertemplate to gst-template.
1426
1427 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1428
1429         * docs/libs/gst-plugins-base-libs-sections.txt:
1430         * gst-libs/gst/audio/gstaudiosrc.h:
1431           More docs and shuffling. What can we do with the hundreds of #defines.
1432
1433 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1434
1435         * gst-libs/gst/audio/audio.h:
1436         * gst-libs/gst/audio/gstaudiofilter.h:
1437         * gst-libs/gst/audio/gstringbuffer.h:
1438         * gst-libs/gst/interfaces/propertyprobe.h:
1439         * gst-libs/gst/tag/gsttagdemux.h:
1440           Reducing number of dundocumented symbols.
1441
1442 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1443
1444         * gst-libs/gst/audio/audio.c:
1445           Fix doc comment syntax.
1446
1447         * gst-libs/gst/interfaces/propertyprobe.c:
1448           Add more doc-comments and a FIXME: for the signal.    
1449
1450 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1451
1452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1453         (gst_ogg_mux_request_new_pad):
1454         * ext/ogg/gstoggmux.h:
1455         Don't pretend to support NEWSEGMENT events, instead override the
1456         GstCollectPads event function to return FALSE on NEWSEGMENT events
1457         and do the normal work for other events.
1458
1459         This prevents elements like flacenc to seek to the start and rewrite
1460         some data which then results in a broken Ogg packet.
1461
1462 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1463
1464         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1465
1466         * ext/alsa/gstalsaplugin.c: (plugin_init):
1467         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1468         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1470         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1471         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1472         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1473         * gst/playback/gstdecodebin.c: (plugin_init):
1474         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1475         * gst/playback/gstplayback.c: (plugin_init):
1476         * gst/playback/gstqueue2.c: (plugin_init):
1477         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1478         * sys/v4l/gstv4l.c: (plugin_init):
1479         Make sure gettext returns translations in UTF-8 encoding rather
1480         than in the current locale encoding (#546822).
1481
1482 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1483
1484         * gst-libs/gst/pbutils/descriptions.c:
1485           Add audio/x-qdm for qtdemux.
1486
1487 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1488
1489         * ext/vorbis/vorbisdec.c:
1490           Do not leak old taglist.
1491
1492 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1493
1494         * tests/icles/test-scale.c:
1495           Include <stdlib.h> for atoi().
1496
1497 2008-08-04  Andy Wingo  <wingo@pobox.com>
1498
1499         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1500         documentation fix.
1501
1502 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1503
1504         * gst/adder/gstadder.c:
1505           Cleanup lots of empty lines that came from gst-indent going havoc
1506           before I added the INDENT_ON/OFF marker some time agao.
1507
1508 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1509
1510         * configure.ac:
1511         * gst-libs/gst/riff/riff-read.c:
1512           Bump requirement to latest core and use new tag for riff formats.
1513           Needed for #520694.
1514
1515 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1516
1517         * tests/examples/dynamic/Makefile.am:
1518         * tests/examples/dynamic/codec-select.c: (make_encoder),
1519         (make_pipeline), (do_switch), (my_bus_callback), (main):
1520         Add example app that dynamically switches between 3 'encoders'.
1521
1522 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1523
1524         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1525         Add some more comments.
1526
1527 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1528
1529         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1530         (gst_video_test_src_create):
1531         Discard buffers of the wrong size after renegotiation, this is perfectly
1532         possible with things like capsfilter that could suggest caps changes
1533         upstream without knowing the size of the buffer.
1534
1535 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1536
1537         * tests/icles/.cvsignore:
1538         * tests/icles/Makefile.am:
1539         * tests/icles/test-scale.c: (make_pipeline), (main):
1540         Add dynamic rescaling tests for the new basetransform.
1541
1542 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1543
1544         * gst/audioconvert/Makefile.am:
1545           Dist recently-added gstfastrandom.h.
1546
1547 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1548
1549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1550         Fix a "may be used uninitialized in this function" which weirdly only
1551         appears on macosx (?).
1552
1553 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1554
1555         * gst-libs/gst/riff/riff-ids.h:
1556           Adding acid chunk for tempo and loop information.
1557
1558 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1559
1560         * sys/xvimage/Makefile.am:
1561           floor() needs linking to $(LIBM).
1562
1563 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1564
1565         * ext/gnomevfs/gstgnomevfssrc.c:
1566           Aggregate short reads and add some comments and debug logging.
1567           Fixes #537380
1568
1569 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1570
1571         * gst/playback/gstplaybasebin.c:
1572           Fix property doc markup (its not a signal).
1573
1574         * sys/xvimage/xvimagesink.c:
1575           Add since tag for new proeprties (also add sice tags fro the last two
1576           other additions).
1577
1578 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1579
1580         * sys/xvimage/xvimagesink.c:
1581         * sys/xvimage/xvimagesink.h:
1582           Add autofill/colorkey properties. Fixes #538656.
1583
1584 2008-07-28  David Schleef  <ds@schleef.org>
1585
1586         * sys/xvimage/xvimagesink.c:
1587           Fix rounding errors when converting colorbalance values
1588           between hardware and object property ranges.  Partial
1589           fix for #537889, however, there still seems to be a small
1590           drift problem that could be totem's fault.
1591
1592 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1593
1594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1595         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1596         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1597         This fixes a critical warning.
1598
1599 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1600
1601         * ext/ogg/gstoggmux.c:
1602         Allow muxing of CELT into Ogg streams.
1603
1604 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1605
1606         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1607         (plugin_init):
1608         Add simple typefinder for the CELT codec (www.celt-codec.org).
1609
1610 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1611
1612         Patch by: Jan Gerber <j at oil21 dot org>
1613
1614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1615         Fix calculation of the start time from skeleton streams.
1616         Fixes bug #530068.
1617
1618 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1619
1620         * tests/examples/seek/seek.c:
1621           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1622
1623 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1624
1625         * gst/audioconvert/audioconvert.h:
1626         * gst/audioconvert/gstaudioquantize.c:
1627         (gst_audio_quantize_setup_dither),
1628         (gst_audio_quantize_free_dither):
1629         * gst/audioconvert/gstfastrandom.h:
1630         Implement a linear congruential generator as pseudo random number
1631         generator for the dither noise. This is about 2 times faster than
1632         using GLib's mersenne twister. Also this uses only integer math for
1633         generating integers while GLib internally uses floating point math.
1634
1635 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1636
1637         * configure.ac:
1638           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1639
1640 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1641
1642         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1643
1644         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1645           Use GST_STR_NULL to avoid crashes with libcs that don't
1646           like NULL strings in printf args (such as the win32 one).
1647           Fixes #544306.
1648
1649 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1650
1651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1652         Oops - set the size of the image used for probing back to 1x1, for
1653         consistency with ximagesink
1654
1655 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1656
1657         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1658         (gst_ximagesink_ximage_new):
1659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1660         (gst_xvimagesink_xvimage_new):
1661
1662         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1663         X server to attach to a shared memory segment after we've deleted it,
1664         with the result that MIT-SHM is disabled. Instead, remove it only after 
1665         X succeeds in attaching too.
1666
1667 2008-07-16  David Schleef  <ds@schleef.org>
1668
1669         * gst/audiotestsrc/gstaudiotestsrc.c:
1670         * gst/audiotestsrc/gstaudiotestsrc.h:
1671           Add 'ticks', a 1/30 second sine wave pulse every second.
1672
1673 2008-07-15  David Schleef  <ds@schleef.org>
1674
1675         * gst-libs/gst/video/video.c: Revert ABI change.
1676
1677 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1678
1679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1680         Make it impossible to have NULL caps at the point where we set
1681         framerate and other things. Also don't return immediately for "3ivd"
1682         video and let framerate, etc be set. Might fix bug #542508.
1683
1684 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1685
1686         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1687         Video format can also be conveniently determined from (many)
1688         non-fixed caps.
1689
1690 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1691
1692         * gst/playback/gstplaybasebin.c:
1693         * gst/playback/gstplaybasebin.h:
1694         * gst/playback/gstplaybin.c:
1695         * gst/playback/gststreamselector.c:
1696         First stab at integrating DVD subpicture overlay into
1697         playbin. Successfully plugs and plays, but the queues need
1698         shrinking - 3 seconds of video is too much buffering.
1699
1700 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1701
1702         * gst/audioconvert/gstaudioconvert.c:
1703           Remove now obsolete note in the docs.
1704
1705 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1706
1707         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1708         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1709         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1710         * docs/plugins/gst-plugins-base-plugins.args:
1711         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1712         * docs/plugins/gst-plugins-base-plugins.interfaces:
1713         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1714         * docs/plugins/gst-plugins-base-plugins.signals:
1715         * docs/plugins/inspect/plugin-adder.xml:
1716         * docs/plugins/inspect/plugin-alsa.xml:
1717         * docs/plugins/inspect/plugin-audioconvert.xml:
1718         * docs/plugins/inspect/plugin-audiorate.xml:
1719         * docs/plugins/inspect/plugin-audioresample.xml:
1720         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1721         * docs/plugins/inspect/plugin-cdparanoia.xml:
1722         * docs/plugins/inspect/plugin-decodebin.xml:
1723         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1724         * docs/plugins/inspect/plugin-gdp.xml:
1725         * docs/plugins/inspect/plugin-gnomevfs.xml:
1726         * docs/plugins/inspect/plugin-libvisual.xml:
1727         * docs/plugins/inspect/plugin-ogg.xml:
1728         * docs/plugins/inspect/plugin-pango.xml:
1729         * docs/plugins/inspect/plugin-playback.xml:
1730         * docs/plugins/inspect/plugin-queue2.xml:
1731         * docs/plugins/inspect/plugin-subparse.xml:
1732         * docs/plugins/inspect/plugin-tcp.xml:
1733         * docs/plugins/inspect/plugin-theora.xml:
1734         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1735         * docs/plugins/inspect/plugin-uridecodebin.xml:
1736         * docs/plugins/inspect/plugin-video4linux.xml:
1737         * docs/plugins/inspect/plugin-videorate.xml:
1738         * docs/plugins/inspect/plugin-videoscale.xml:
1739         * docs/plugins/inspect/plugin-videotestsrc.xml:
1740         * docs/plugins/inspect/plugin-volume.xml:
1741         * docs/plugins/inspect/plugin-vorbis.xml:
1742         * docs/plugins/inspect/plugin-ximagesink.xml:
1743         * docs/plugins/inspect/plugin-xvimagesink.xml:
1744         * ext/alsa/gstalsamixer.c:
1745         * ext/alsa/gstalsasink.c:
1746         * ext/alsa/gstalsasrc.c:
1747         * ext/gio/gstgiosink.c:
1748         * ext/gio/gstgiosrc.c:
1749         * ext/gio/gstgiostreamsink.c:
1750         * ext/gio/gstgiostreamsrc.c:
1751         * ext/gnomevfs/gstgnomevfssink.c:
1752         * ext/gnomevfs/gstgnomevfssrc.c:
1753         * ext/ogg/gstoggdemux.c:
1754         * ext/ogg/gstoggmux.c:
1755         * ext/pango/gstclockoverlay.c:
1756         * ext/pango/gsttextoverlay.c:
1757         * ext/pango/gsttextrender.c:
1758         * ext/pango/gsttimeoverlay.c:
1759         * ext/theora/theoradec.c:
1760         * ext/theora/theoraenc.c:
1761         * ext/theora/theoraparse.c:
1762         * ext/vorbis/vorbisdec.c:
1763         * ext/vorbis/vorbisenc.c:
1764         * ext/vorbis/vorbisparse.c:
1765         * ext/vorbis/vorbistag.c:
1766         * gst/adder/gstadder.c:
1767         * gst/audioconvert/gstaudioconvert.c:
1768         * gst/audioresample/gstaudioresample.c:
1769         * gst/audiotestsrc/gstaudiotestsrc.c:
1770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1771         * gst/gdp/gstgdpdepay.c:
1772         * gst/gdp/gstgdppay.c:
1773         * gst/playback/gstdecodebin2.c:
1774         * gst/playback/gstplaybin.c:
1775         * gst/playback/gstplaybin2.c:
1776         * gst/playback/gstqueue2.c:
1777         * gst/playback/gsturidecodebin.c:
1778         * gst/tcp/gstmultifdsink.c:
1779         * gst/tcp/gsttcpserversink.c:
1780         * gst/videorate/gstvideorate.c:
1781         * gst/videoscale/gstvideoscale.c:
1782         * gst/videotestsrc/gstvideotestsrc.c:
1783         * gst/volume/gstvolume.c:
1784         * sys/ximage/ximagesink.c:
1785         * sys/xvimage/xvimagesink.c:
1786           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1787           titles. Drop mentining that all our example pipelines are "simple"
1788           pipelines.
1789
1790 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1791
1792         * tests/examples/seek/Makefile.am:
1793         Fix out of tree build by adding all required CFLAGS.
1794
1795 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1796
1797         * gst/playback/gstdecodebin.c: (add_raw_queue):
1798         And ref the pad before returning it again when linking to the queue
1799         failed. Otherwise we will unref the pad twice later and things break.
1800
1801 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1802
1803         * gst/playback/gstdecodebin.c: (add_raw_queue):
1804         If linking the raw pad with a queue fails, try it without a queue
1805         instead of failing completely. This should never happen.
1806
1807 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1808
1809         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1810
1811         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1812         Add a queue after a demuxer if the demuxer outputs raw data. This was
1813         done before only for non-raw data but is required in this case too.
1814         Fixes bug #540215.
1815
1816         decodebin2 doesn't have this issue because all streams of a group
1817         go through multiqueue.
1818
1819 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1820
1821         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1822
1823         * gst-libs/gst/sdp/gstsdpmessage.c:
1824         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1825         that getaddrinfo() can be used. Fixes #541358.
1826
1827 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1828
1829         * gst/videotestsrc/gstvideotestsrc.c:
1830         (gst_video_test_src_class_init), (gst_video_test_src_init),
1831         (gst_video_test_src_set_property),
1832         (gst_video_test_src_get_property), (gst_video_test_src_create):
1833         * gst/videotestsrc/gstvideotestsrc.h:
1834         Cleanups, use default property values as defines.
1835         Add property to enable/disable peer buffer allocation.
1836
1837 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1838
1839         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1840         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1841         Enable unit tests on PPC again as the bugs are now fixed.
1842
1843 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1844
1845         * gst-libs/gst/riff/riff-ids.h:
1846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1847         (gst_riff_create_audio_template_caps):
1848         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1849         Fixes bug #540351.
1850
1851 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1852
1853         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1854         (gst_ffmpeg_pixfmt_to_caps):
1855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1856         (gst_ffmpegcsp_get_unit_size):
1857         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1858         it on other formats. Also adjust the unit size only for that format
1859         to not include the palette. Fixes bug #540497.
1860
1861 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1862
1863         * gst/adder/gstadder.c:
1864           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1865
1866 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1867
1868         * ChangeLog:
1869           ChangeLog surgery.
1870   
1871         * tests/examples/seek/seek.c:
1872           Move variable into ifdef too.
1873         
1874
1875 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1876
1877         * tests/examples/seek/seek.c:
1878           Include config.h and check if we have X. Remove XInitThread(), don't
1879           think its needed. Fixes: #540334.
1880
1881 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1882
1883         Patch by: Sam Morris <sam at robots dot org to uk>
1884
1885         * gst-libs/gst/interfaces/mixertrack.c:
1886         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1887         (gst_mixer_track_set_property):
1888         API: Add "index" property to GstMixerTrack to differantiate between
1889         multiple mixer tracks with the same label.
1890
1891         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1892         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1893         Set the "index" property of GstMixerTrack to the index given by ALSA.
1894         Fixes bug #528299.
1895
1896 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1897
1898         * tests/examples/seek/Makefile.am:
1899         * tests/examples/seek/seek.c:
1900           Remove libgstvideo usage. Use gtk_get_option_group instead of
1901           gtk_init().
1902
1903 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1904
1905         * tests/check/Makefile.am:
1906           Name the test registry format neutral.
1907
1908 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1909
1910         * gst/playback/gstqueue2.c:
1911           Do not double notify. Remove the unsued return value.
1912
1913 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1914
1915         * ext/alsa/gstalsamixer.c:
1916           Also consider "speaker" as a name for master volume. If that doesn't
1917           help look for the first non-mono volume control that also has a
1918           playback switch.
1919
1920 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1921
1922         * ChangeLog:
1923           Forgot to save the ChangeLog :/
1924
1925 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1926
1927         * tests/examples/seek/Makefile.am:
1928         * tests/examples/seek/seek.c:
1929           Embedd the xwindow. Allow to play multiple files.
1930
1931 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1932
1933         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1934         (gst_ximagesink_setcaps):
1935         * sys/ximage/ximagesink.h:
1936         When the caps change, make sure to re-draw borders in
1937         force-aspect-ratio=true mode.
1938         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1939         Don't clear the border_draw flag until we actually draw the border.
1940         * tests/check/Makefile.am:
1941         Ignore alsasink/src during the states test too, so it doesn't fail
1942         when running without access to the sound device.
1943
1944 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1945
1946         * tests/examples/seek/seek.c:
1947           Fix crasher when playing a parse-launch line the 2nd time.
1948
1949 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1950
1951         * tests/check/pipelines/oggmux.c:
1952           Properly ifdef tests to fix compilation.
1953
1954 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1955
1956         * gst/playback/gstplay-marshal.list:
1957         * gst/playback/gstplaybin2.c:
1958           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1959           playbin2. This allows the user to get to the selector's sinkpads, and
1960           thus inspect a range of things - caps, tags, etc. 
1961
1962 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1963
1964         * gst/playback/gstplaybin2.c:
1965           Use a different constant for the convert-frame signal id.
1966           Fixes #537009.
1967
1968 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1969
1970         * gst/playback/gstplaybin2.c:
1971         * gst/playback/gstplaysink.c:
1972           Fix a whole bunch of typos in comments and log statements. 
1973
1974 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1975
1976         * sys/xvimage/xvimagesink.c:
1977           Don't set colour balance values on the Xv port if the user hasn't
1978           changed them (via properties or the interface). Avoids accumulating
1979           rounding errors for the common case.
1980           Partial fix for bug #537889.
1981
1982 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1983
1984         * gst/playback/gstdecodebin2.c:
1985           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1986           pads are drained.
1987
1988 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1989
1990         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1991         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1992         Report the encoder latency. Fixes #538232.
1993
1994 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1995
1996         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1997         (notify_source), (activate_group):
1998         Implement the source property, emit notify when it changes in the
1999         underlying uridecodebin.
2000
2001 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2002
2003         * tests/examples/seek/seek.c: (stop_cb):
2004         Free and clear the seek element list so that we don't use invalid
2005         references when seeking after recreating a gst-launch line.
2006
2007 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2008
2009         * gst-libs/gst/audio/gstbaseaudiosink.c:
2010         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2011         (gst_base_audio_sink_render):
2012         Report latency even if we are not live instead of hiding it.
2013         Take ts-offset and render-delay of the basesink into account when
2014         scheduling samples.
2015         Rework the clipping code so that we can take the various offsets into
2016         account and still do correct clipping.
2017
2018 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2019
2020         * configure.ac:
2021         Bump verion back to devel -> 0.10.20.1
2022
2023 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2024
2025         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2026         Don't increase the size of non-string image buffers by one as this
2027         might in theory confuse decoders. Still increase it by one for string
2028         image buffers to append '\0'.
2029
2030 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2031
2032         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2033         
2034         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2035         Fix a buffer memleak and remove a confusing and wrong debug output.
2036         Fixes bug #538663.
2037
2038 === release 0.10.20 ===
2039
2040 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2041
2042         * configure.ac:
2043           releasing 0.10.20, "Here I Go Again"
2044
2045 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2046
2047         * configure.ac:
2048         0.10.19.3 pre-release
2049
2050 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2051
2052         * gst-libs/gst/rtsp/gstrtspconnection.c:
2053         Fix build on win32.
2054         Patch By: David Schleef <ds@schleef.org>
2055         Fixes: #536874
2056
2057 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2058
2059         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2060         (gst_gio_base_src_create):
2061         * ext/gio/gstgiobasesrc.h:
2062         Try to read the requested number of bytes, even if the first
2063         read returns less than requested, until nothing is read anymore
2064         or we have the requested amount of bytes. This fixes playback of
2065         files via Samba as Samba only allows to read 64k at once.
2066
2067         Implement a caching algorithm that makes sure that we read at
2068         least 4k of data every time. Some elements will try to read a few
2069         bytes, then seek, read again a few bytes and so on and this is
2070         painfully slow as every operation has to go over DBus if GVfs is
2071         used as backend.
2072
2073         Fixes bug #536849 and #536848.
2074
2075         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2076         (gst_gio_src_check_get_range):
2077         Override check_get_range() to blacklist http/https URIs
2078         and whitelist file URIs. More to be added on demand.
2079
2080 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2081
2082         * configure.ac:
2083         0.10.19.2 pre-release
2084
2085 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2086
2087         * win32/common/libgstrtsp.def:
2088         * win32/common/libgsttag.def:
2089         Add new API functions to the dll exports
2090
2091 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2092
2093         * gst/playback/gstplaybasebin.c:
2094           Disconnect signals from decodebins we created before we remove it
2095           from playbin, to avoid crashes if the decodebin is eventually
2096           disposed after the playbin itself (possible if the app takes a
2097           reference on the decodebin).
2098           Fixes #536521.
2099
2100 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2101
2102         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2103           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2104           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2105           (h264_video_type_find), (mpeg_video_stream_type_find),
2106           (dv_type_find), (mmsh_type_find):
2107           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2108           copy caps for no good reason (this may be desirable to make it easier
2109           to detect leaks, but then it should probably be done for all caps
2110           in the typefinder somewhere).
2111
2112 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2113
2114         * tests/check/Makefile.am:
2115         Do not try to run the check tests for subparse unless it has been
2116         built.
2117
2118 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2119
2120         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2121         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2122         Do not try to run a test which requires vorbisenc unless we have
2123         actually built it.
2124
2125 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2126
2127         * gst-libs/gst/rtsp/gstrtspconnection.c:
2128         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2129         (gst_rtsp_connection_clear_auth_params),
2130         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2131         * gst-libs/gst/rtsp/gstrtspconnection.h:
2132         Add a couple of missing argument guards.
2133         Add a way of setting the DSCP for an RTSP connection.
2134         Add an accessor method for the ip member of GstRTSPConnection as all
2135         members are supposed to be private.
2136
2137 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2138
2139         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2140         Fixed accidental use of IPv4 options for all IPv6 addresses.
2141
2142 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2143
2144         * gst-libs/gst/interfaces/mixertrack.h:
2145           Document mixer track flags.
2146
2147 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2148
2149         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2150
2151         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2152         Don't set caps on the buffers that contain a copy of the buffer
2153         including the caps of them resulting in an always increasing refcount
2154         of the caps and insanely large caps. Instead include a buffer without
2155         caps in the new caps. Fixes bug #536475.
2156
2157 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2158
2159         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2160         Transform a given PAR to a range on the struct with the generic
2161         height/width instead of the struct with the possibly restricted
2162         height/width.
2163
2164 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2165
2166         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2167         Prefer the given format if it contains something stricter than [1,MAX]
2168         for height or width and only put a structure that requires rescaling
2169         as second. This makes it possible to use videoscale in pipelines where
2170         the source can actually produce the wanted height/width but usually
2171         selects a different one from the requested.
2172
2173 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2174
2175         Based on patch by: John Millikin <jmillikin gmail com>
2176
2177         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2178           (gst_vorbis_tag_add_coverart):
2179           Retrieve COVERART tags from vorbis comments (#512333)
2180
2181 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2182
2183         * gst-libs/gst/tag/tag.h:
2184         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2185           Don't forget to add new enum value here too (should probably use
2186           glib-mkenums here...).
2187
2188 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2189
2190         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2191         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2192         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2193           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2194           (gst_tag_image_data_to_image_buffer):
2195           Add two utility functions to avoid code duplication (#512333):
2196           API: add gst_tag_image_data_to_image_buffer()
2197           API: add gst_tag_list_add_id3_image()
2198           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2199
2200 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2201
2202         * win32/common/libgstaudio.def:
2203         Add gst_audio_check_channel_positions() to the exported symbols.
2204
2205 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2206
2207         * docs/libs/gst-plugins-base-libs-sections.txt:
2208         * gst-libs/gst/audio/multichannel.c:
2209         (gst_audio_check_channel_positions):
2210         * gst-libs/gst/audio/multichannel.h:
2211         API: Make gst_audio_check_channel_positions() public.
2212
2213         * tests/check/libs/audio.c: (GST_START_TEST):
2214         Add some simple checks for gst_audio_check_channel_positions().
2215
2216 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2217
2218         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2219           minrange and maxrange are scaled according to the frequency
2220           multiplier.
2221
2222 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2223
2224         * ext/pango/Makefile.am:
2225         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2226           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2227           Use gstvideo functions to calculate strides and plane offsets. Fixes
2228           rendering issue ('ghost' images of the text on the chroma planes)
2229           with widths or heights that are not multiples of 8 (#506659 and
2230           probably also #485729).
2231
2232         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2233           (main):
2234           Test with odd height/width too.
2235
2236 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2237
2238         * gst/adder/gstadder.c: (gst_adder_query_duration),
2239         (gst_adder_query_latency):
2240         When using gst_element_iterate_pads() one has to unref every pad
2241         after usage.
2242
2243 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2244
2245         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2246         (gst_base_audio_src_class_init):
2247         Add a gtk-doc chunk for the new properties to have a Since: indication.
2248
2249 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2250
2251         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2252         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2253         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2254         (gst_base_audio_src_change_state):
2255         Provide readable actual-buffer-time and actual-latency-time properties
2256         that reflect the configured ringbuffer values. Fixes #524724.
2257         API: GstBaseAudioSrc:actual-buffer-time
2258         API: GstBaseAudioSrc:actual-latency-time
2259
2260 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2261
2262         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2263         (gst_basertppayload_change_state):
2264         Simply converting the running time into an RTP timestamp by scaling it
2265         based on the clock-rate is good enough for making an RTP timestamp. This
2266         has the added benefit that we can later on expose a property with the
2267         RTP timestamp of running time 0, as is needed for RTSP servers to
2268         generate the response of the PLAY request.
2269
2270 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2271
2272         * gst/audioconvert/gstaudioconvert.c:
2273         (structure_has_fixed_channel_positions),
2274         (gst_audio_convert_transform_caps):
2275         Allow up to 11 positioned channels now that audioconvert can handle
2276         this but add no default positions for > 8 channels.
2277         
2278         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2279         Add some unit tests for the above change: Test conversion of
2280         11 positioned channels to stereo and the other way around, test
2281         conversion of 15 unpositioned channels in different ways.
2282
2283 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2284
2285         * win32/common/libgstaudio.def:
2286         Add gst_audio_clock_reset to the list of exported symbols.
2287
2288 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2289
2290         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2291         Remove wrong_channels_identification_header unit test as we now
2292         support 7 (and more channels).
2293
2294 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2295
2296         * gst/audioconvert/gstchannelmix.c:
2297         (gst_channel_mix_fill_one_other):
2298         If mixing left or right to center (or the other way around) only take
2299         the complete value if we don't already have the original position in
2300         the source.
2301
2302 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2303
2304         * gst-libs/gst/audio/multichannel.c:
2305         (gst_audio_check_channel_positions),
2306         (gst_audio_set_structure_channel_positions_list),
2307         (gst_audio_fixate_channel_positions):
2308         Allow rear center together with rear left/right and other previously
2309         conflicting channel positions. The reason why they weren't allowed
2310         was the channel mixing implementation in audioconvert.
2311         Also take this into account when fixing channel layouts.
2312
2313         Allow setting channel positions for 1/2 channels when using
2314         gst_audio_set_structure_channel_position().
2315
2316         * gst/audioconvert/gstchannelmix.c:
2317         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2318         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2319         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2320         Major rewrite of the channel mixing.
2321
2322         We now allow previously conflicting channel positions to appear
2323         together (rear center and rear left/right for example).
2324         Fixes bug #533817.
2325
2326         Rework the way channels are mixed together to take more possible
2327         channel positions into account, properly mix from/to side channels
2328         and don't assume that either center, left&right or nothing of a
2329         specific position is available anymore.
2330
2331         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2332         Adjust unit tests with non-standard 1/2 channel layouts to the more
2333         correct new behaviour.
2334
2335         Add a unit test for 5.1->Stereo downmixing.
2336
2337 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2338
2339         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2340         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2341         Add sane defaults for the 7 and 8 channel layouts as those are
2342         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2343         more than 8 channels instead of erroring out. Fixes bug #535356.
2344
2345 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2346
2347         * docs/plugins/Makefile.am:
2348         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2349         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2350         * ext/theora/theoraparse.c:
2351         Add theoraparse to the docs and fix some docs.
2352
2353 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2354
2355         * gst-libs/gst/cdda/gstcddabasesrc.c:
2356         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2357         Fix EOS condition and track addition check, the track.end sector is
2358         included in the track. Fixes #533265.
2359
2360 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2361
2362         Patch by: Mark Nauwelaerts <manauw at skynet be>
2363
2364         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2365         (gst_video_rate_flush_prev), (gst_video_rate_event),
2366         (gst_video_rate_chain):
2367         * gst/videorate/gstvideorate.h:
2368         React (more) to NEWSEGMENT
2369         Small adjustment in timestamp calculation to prevent mismatches
2370         Fixes #435633.
2371
2372 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2373
2374         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2375           Initialise error to NULL as we should.
2376
2377 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2378
2379         * gst/adder/gstadder.c: (gst_adder_query_duration),
2380         (gst_adder_query_latency), (gst_adder_query):
2381         Implement latency query.
2382
2383 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2384
2385         * gst/adder/gstadder.c: (gst_adder_query_duration):
2386         Correctly resync the iterator if gst_iterator_next() returns
2387         GST_ITERATOR_RESYNC.
2388
2389 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2390
2391         * win32/vs6/libgstpbutils.dsp:
2392           Add pbutils-enumtypes.c to sources (#518037).
2393
2394 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2395
2396         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2397         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2398         * gst-libs/gst/audio/gstaudioclock.h:
2399         Add method to inform the clock that the time starts from 0 again. We use
2400         this info to calculate a clock offset so that the time we report in
2401         internal_time is monotonically increasing, as required by the clock base
2402         class. Fixes #521761.
2403         API: GstAudioClock::gst_audio_clock_reset()
2404
2405         * gst-libs/gst/audio/gstbaseaudiosink.c:
2406         (gst_base_audio_sink_skew_slaving),
2407         (gst_base_audio_sink_change_state):
2408         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2409         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2410         Reset reported time when we (re)create the ringbuffer.
2411
2412 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2413
2414         * ext/alsa/gstalsamixertrack.c:
2415           (gst_alsa_mixer_track_update_alsa_capabilities):
2416           Make sure playback volumes aren't accidentally overwritten by
2417           capture volumes if an alsa mixer track has both playback and
2418           capture capabilities: we create two GstMixerTracks in that
2419           case, so make sure we query only the alsa capabilities that
2420           refer to the type of GstMixerTrack we created from the dual
2421           capability alsa element. Should fix issues with Audigy2 sound
2422           cards (#518082).
2423
2424 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2425
2426         * tests/check/pipelines/oggmux.c: (test_pipeline):
2427           Don't use deprecated function.
2428
2429 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2430
2431         * gst/playback/gstdecodebin2.c:
2432         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2433         Check for NULL cases and log them, creating ghostpads can, for example,
2434         fail when the pad returns wrong caps.
2435
2436         * gst/playback/gstplaybin2.c: (perform_eos):
2437         When pushing out the EOS event, collect the return value and warn when
2438         something failed.
2439
2440 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2441
2442         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2443         (gst_riff_create_video_template_caps):
2444         Add support for DVCPRO.
2445
2446 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2447
2448         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2449           Change default scaling method from nearest-neighbour to bilinear.
2450
2451 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2452
2453         * tests/check/libs/video.c:
2454           More checks.
2455
2456 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2457
2458         * gst/subparse/gstsubparse.c: (parser_state_init),
2459           (gst_sub_parse_format_autodetect), (handle_buffer):
2460         * gst/subparse/gstsubparse.h:
2461         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2462           Limit duration to a maximum of five seconds for tmplayer format where
2463           we can guess the duration only from the timestamp of the next line of
2464           text. We don't want to show a text for eternities just because nothing
2465           else is being said for a while.
2466
2467 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2468
2469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2470         (gst_base_rtp_depayload_chain),
2471         (gst_base_rtp_depayload_handle_sink_event),
2472         (gst_base_rtp_depayload_push_full),
2473         (gst_base_rtp_depayload_change_state):
2474         Check sequence numbers, mark input buffers with a discont flag for the
2475         subclass when we detected a gap, drop duplicate buffers. We do this
2476         because one can use the element without a jitterbuffer in front and we
2477         don't want to feed the subclasses invalid or reordered data.
2478         Do an error when the subclass did not provide a process function instead
2479         of crashing.
2480         Some other small cleanups.
2481
2482 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2483
2484         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2485           May just as well use the precalculated uvstride here.
2486
2487 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2488
2489         * docs/plugins/Makefile.am:
2490         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2491         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2492         * docs/plugins/gst-plugins-base-plugins.args:
2493         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2494         * docs/plugins/gst-plugins-base-plugins.interfaces:
2495         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2496         * docs/plugins/inspect/plugin-adder.xml:
2497         * docs/plugins/inspect/plugin-alsa.xml:
2498         * docs/plugins/inspect/plugin-audioconvert.xml:
2499         * docs/plugins/inspect/plugin-audiorate.xml:
2500         * docs/plugins/inspect/plugin-audioresample.xml:
2501         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2502         * docs/plugins/inspect/plugin-cdparanoia.xml:
2503         * docs/plugins/inspect/plugin-decodebin.xml:
2504         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2505         * docs/plugins/inspect/plugin-gdp.xml:
2506         * docs/plugins/inspect/plugin-gio.xml:
2507         * docs/plugins/inspect/plugin-gnomevfs.xml:
2508         * docs/plugins/inspect/plugin-libvisual.xml:
2509         * docs/plugins/inspect/plugin-ogg.xml:
2510         * docs/plugins/inspect/plugin-pango.xml:
2511         * docs/plugins/inspect/plugin-playback.xml:
2512         * docs/plugins/inspect/plugin-queue2.xml:
2513         * docs/plugins/inspect/plugin-subparse.xml:
2514         * docs/plugins/inspect/plugin-tcp.xml:
2515         * docs/plugins/inspect/plugin-theora.xml:
2516         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2517         * docs/plugins/inspect/plugin-uridecodebin.xml:
2518         * docs/plugins/inspect/plugin-video4linux.xml:
2519         * docs/plugins/inspect/plugin-videorate.xml:
2520         * docs/plugins/inspect/plugin-videoscale.xml:
2521         * docs/plugins/inspect/plugin-videotestsrc.xml:
2522         * docs/plugins/inspect/plugin-volume.xml:
2523         * docs/plugins/inspect/plugin-vorbis.xml:
2524         * docs/plugins/inspect/plugin-ximagesink.xml:
2525         * docs/plugins/inspect/plugin-xvimagesink.xml:
2526         * ext/cdparanoia/gstcdparanoiasrc.c:
2527         * ext/ogg/gstoggdemux.c:
2528         * ext/ogg/gstoggdemux.h:
2529         * ext/ogg/gstoggmux.c:
2530         * ext/ogg/gstoggmux.h:
2531         * gst/audioconvert/audioconvert.c:
2532         * gst/audioconvert/audioconvert.h:
2533         * gst/audioconvert/gstaudioconvert.h:
2534         * gst/gdp/gstgdpdepay.h:
2535         * gst/gdp/gstgdppay.h:
2536         * gst/playback/gstdecodebin.c:
2537         * gst/playback/gstdecodebin2.c:
2538         * gst/playback/gstplaybin.c:
2539         * gst/playback/gstplaybin2.c:
2540         * gst/playback/gsturidecodebin.c:
2541         * gst/tcp/gstmultifdsink.c:
2542         * gst/tcp/gstmultifdsink.h:
2543         * gst/tcp/gsttcp.h:
2544
2545         Add some documentation comments, and some new headers to be scanned.
2546         Rename some internal enum declarations (audioconvert's DitherType and
2547         NoiseShapingType, GstUnitType from the TCP elements) to match the
2548         documented GObject type names so that the docs pick them up.
2549         Name the playbin2 docs markups properly so they get picked up. They'll
2550         need renaming back when/if playbin2 becomes playbin.
2551
2552         100% symbol coverage for the plugin docs, booya.
2553
2554 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2555
2556         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2557
2558         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2559         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2560
2561 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2562
2563         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2564
2565         * gst/playback/gstdecodebin.c: (remove_fakesink):
2566         Lock the fakesink before setting the state to NULL and removing it from
2567         the bin so that a concurrent state change cannot interfere. 
2568         Fixes #534331.
2569
2570 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2571
2572         * docs/Makefile.am:
2573         Fix installing plugin documentation when gtk-doc is disabled.
2574
2575 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2576
2577         * gst-libs/gst/rtsp/Makefile.am:
2578         Distribute, don't install md5.h
2579
2580 2008-05-21  Julien Moutte  <julien@fluendo.com>
2581
2582         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2583         instead of SOL_IP, works on more platforms.
2584         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2585         arguments.
2586
2587 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2588
2589         * ext/vorbis/vorbisdec.c:
2590         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2592         Some debug and comment fixes.
2593
2594         * tests/examples/dynamic/addstream.c: (main):
2595         Fix , to ;
2596
2597 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2598
2599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2600         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2601         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2602         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2603         (cleanup_decodebin):
2604         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2605         (connect_element), (gst_decode_group_control_demuxer_pad):
2606         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2607         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2608         (mute_group_type):
2609         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2610         (gst_play_bin_set_property), (handoff), (gen_video_element),
2611         (gen_text_element), (gen_audio_element), (gen_vis_element),
2612         (remove_sinks), (add_sink), (setup_sinks):
2613         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2614         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2615         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2616         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2617         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2618         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2619         (gen_vis_chain), (gst_play_sink_reconfigure),
2620         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2621         (gst_play_sink_request_pad):
2622         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2623         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2624         (cb_newpad):
2625         * gst/playback/test6.c: (new_decoded_pad_cb):
2626         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2627         * tests/check/elements/audiorate.c: (test_injector_chain),
2628         (do_perfect_stream_test):
2629         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2630         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2631         * tests/check/elements/gnomevfssink.c:
2632         * tests/check/elements/textoverlay.c:
2633         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2634         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2635         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2636         * tests/check/pipelines/oggmux.c: (test_pipeline):
2637         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2638         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2639         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2640         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2641         * tests/examples/seek/seek.c: (make_mod_pipeline),
2642         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2643         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2644         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2645         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2646         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2647         (update_fill), (msg_buffering):
2648         Don't use bad gst_element_get_pad().
2649
2650 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * gst-libs/gst/riff/riff-media.c:
2653           Fix wrong method name in docs. Fix calculation of strf fields for
2654           broken mulaw/alaw.
2655   
2656         * gst-libs/gst/riff/riff-read.c:
2657           Whitespace fix and removing double ';'.
2658
2659 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2660
2661         * docs/design/part-playbin2.txt:
2662         Add some leftover doc.
2663
2664 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2665
2666         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2667         Fix copy & paste error in last commit.
2668
2669 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2670
2671         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2672         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2673         other channel positions when source has SIDE channels and dest doesn't
2674         or the other way around.
2675
2676 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2677
2678         Patch by: Henrik Eriksson <henriken at axis dot com>
2679
2680         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2681         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2682         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2683         (gst_multi_fd_sink_get_property):
2684         * gst/tcp/gstmultifdsink.h:
2685         Add support for DSCP QOS. Fixes #469933.
2686
2687 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2688
2689         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2690         Add another test that checks if conversion between standard 1 and 2
2691         channel layouts with and without positions set is working.
2692
2693 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2694
2695         * gst-libs/gst/audio/multichannel.c:
2696         (gst_audio_check_channel_positions):
2697         Allow non-standard 2 channel layouts.
2698         
2699         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2700         Add some tests for converting and remapping non-standard 1 and 2
2701         channel layouts.
2702
2703 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2704
2705         * gst/audioconvert/gstchannelmix.c:
2706         (gst_channel_mix_fill_normalize):
2707         Prevent division by zero if the channel mix matrix contains only
2708         zeroes.
2709
2710 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2711
2712         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2713
2714         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2715         Close a buffer memory leak. Fixes bug #534071.
2716
2717 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2718
2719         * gst-libs/gst/rtsp/gstrtsptransport.h:
2720         Make the GstRTSPTransport struct members public as there are no
2721         setters/getters and it's supposed to be changed directly.
2722         Fixes bug #533087.
2723
2724 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2725
2726         * gst/adder/gstadder.c:
2727         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2728         claim this on the pad template caps.
2729
2730 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2731
2732         * gst-libs/gst/audio/gstbaseaudiosink.c:
2733         (gst_base_audio_sink_sync_latency):
2734         We can only use our optimal calibration if we prerolled before the
2735         latency expired.
2736
2737 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2738
2739         * configure.ac:
2740           Require core CVS for GstBaseSrc buffer caps setting magic.
2741
2742 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2743
2744         * gst/audioconvert/gstaudioconvert.c:
2745         (gst_audio_convert_fixate_channels):
2746         Fix logic in last commit.
2747
2748 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2749
2750         * gst/audioconvert/gstaudioconvert.c:
2751         (gst_audio_convert_fixate_channels):
2752         Passthrough the channel positions if the number of output channels is
2753         the same as the number of input channels, the input had a channel
2754         layout and downstream requests no special one. We did this already for
2755         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2756
2757 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2758
2759         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2760         (gst_gnome_vfs_src_finalize),
2761         (gst_gnome_vfs_src_received_headers_callback),
2762         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2763         * ext/gnomevfs/gstgnomevfssrc.h:
2764         Set the ICY caps on the srcpad from where they get picked up by the base
2765         class now and set on the outgoing buffers.
2766
2767         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2768         (gst_base_audio_src_create):
2769         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2770         BaseSrc now sets the caps on outgoing buffers automatically.
2771
2772 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2773
2774         * gst-libs/gst/audio/gstbaseaudiosink.c:
2775         (gst_base_audio_sink_resample_slaving),
2776         (gst_base_audio_sink_skew_slaving),
2777         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2778         (gst_base_audio_sink_async_play),
2779         (gst_base_audio_sink_change_state):
2780         Change the way in which the ringbuffer is started when dealing with a
2781         slaved clock and latency. We now sync to the clock until we reach
2782         upstream latency before starting the ringbuffer. This has the effect
2783         that we can accurately align the master and slave clocks and let the
2784         rate correction code take care of the initial drift or rounding errors
2785         instead of leaving them uncorrected with the old approach.
2786
2787 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2788
2789         * gst/audioconvert/gstaudioconvert.c:
2790         (gst_audio_convert_fixate_channels):
2791         Correctly set the default channel positions when converting to 8
2792         channels.
2793
2794 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2795
2796         * configure.ac:
2797           Error out if we don't have the required version of core.
2798
2799 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2800
2801         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2802           Use data scan helper in aac typefinder and stop scanning
2803           for headers when we've found a type. Also fix potential invalid
2804           memory access when calculating the frame length.
2805
2806 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2807
2808         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2809           (mpeg_sys_is_valid_pack):
2810           Don't modify scan context when we return FALSE in ensure_data, so
2811           it's possible to continue scanning, and we don't end up with a NULL
2812           data pointer and a positive size, which might bite us the next time
2813           we're called. Small constification.
2814
2815 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2816
2817         * gst/adder/gstadder.c:
2818         Adder doesn't support 24 bit samples so don't claim it supports them
2819         in the pad template caps.
2820
2821 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2822
2823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2824         (gst_base_rtp_depayload_chain):
2825         Validate the RTP packet before further processing it. It's just too
2826         dangerous to accept random packets and people are not forced to use a
2827         jitterbuffer or session manager to filter out the bad packets.
2828
2829         * gst-libs/gst/rtp/gstrtpbuffer.c:
2830         (gst_rtp_buffer_set_extension_data),
2831         (gst_rtp_buffer_get_payload_subbuffer):
2832         Small cleanups.
2833         When setting extension data in a buffer that is too small, we fail and
2834         we should not set the extension bit.
2835         Change GST_WARNINGS into g_warning because they really are
2836         programming errors.
2837
2838         * tests/check/libs/rtp.c: (GST_START_TEST):
2839         Catch the g_warnings now in the unit tests and that fact that failing to
2840         set extension data left the extension bit untouched.
2841
2842 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2843
2844         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2845           Revert previous change which made basetransform handle buffer_alloc
2846           and which breaks things badly in the non-passthrough case since it
2847           returned buffers with a different (ie. sometimes smaller) size than
2848           the size requested.
2849
2850 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2851
2852         Patch by: Bernard B <b-gnome at largestprime dot net>
2853
2854         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2855         Fix seqnum compare function for bordercase values and fix the docs
2856         again. Fixes #533075.
2857
2858         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2859         Add a testcase for seqnum compare function.
2860
2861 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2862
2863         * gst/adder/gstadder.c: (gst_adder_setcaps),
2864         (gst_adder_class_init):
2865         Correctly declare the supported endianness on the pad templates
2866         and check for correct endianness in the set caps function. Adder
2867         only supports native endianness.
2868         Also use gst_element_class_set_details_simple().
2869
2870 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2871
2872         * sys/xvimage/xvimagesink.c:
2873           Better debug logging in port value handling. Merging separate port
2874           value loops into one.
2875
2876 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2877
2878         Patch by: Hannes Bistry <hannesb at gmx dot de>
2879
2880         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2881         * gst/tcp/gsttcpserversink.c:
2882         (gst_tcp_server_sink_handle_server_read),
2883         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2884         Fix regression in clientsrc because we did not add the fd to the poll
2885         set anymore. Fixes #532364.
2886         Do some cleanups here and there.
2887
2888 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2889
2890         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2891         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2892         * gst/playback/gstplay-marshal.list:
2893         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2894         Use correct marshallers. GstCaps are a boxed type and no GObject
2895         subclass.
2896
2897 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         * win32/common/libgstrtsp.def:
2900         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2901         symbols.
2902
2903 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2904
2905         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2906
2907         * tests/check/elements/audioresample.c:
2908         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2909         (live_switch_push), (GST_START_TEST):
2910         Add unit test for the latest basetransform negotiation changes.
2911         See bug #526768.
2912
2913 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2914
2915         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2916         Fix nv12<->nv21 conversion if stride is larger than width.
2917
2918 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2919
2920         Patch by: Jan Gerber <j at oil21 dot org>
2921
2922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2923         (gst_ogg_pad_parse_skeleton_fisbone):
2924         * ext/ogg/gstoggdemux.h:
2925         Parse presentation time from skeleton streams and use it as offset
2926         for the timestamps. Fixes bug #530068.
2927
2928 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2929
2930         * gst-libs/gst/audio/gstbaseaudiosink.c:
2931         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2932         Revert previous patch that attempted to more accurately calculate the
2933         initial offset between master and slave clock. The best thing we can do
2934         in general is take the time of both clocks as the diff since we don't
2935         know when the actual preroll happened.
2936
2937 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2938
2939         * gst-libs/gst/pbutils/install-plugins.c:
2940           Fix docs: type and missing word.
2941
2942 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2943
2944         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2945           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2946           for this instead; don't check if we've found enough markers after
2947           each and every step, it's enough to do that only if we've actually
2948           found a new marker.
2949           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2950
2951 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2952
2953         * gst/typefind/gsttypefindfunctions.c:
2954           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2955           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2956           (mpeg_video_stream_type_find):
2957           Move scan helper thingy to the beginning of the file so we can use
2958           it in other typefind functions. Rename it to something more
2959           generic. Also improve handling of things towards the end of the
2960           typefind data: peek as much as we can if we know the size of the
2961           data, rather than just min_size.
2962
2963 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2964
2965         * docs/libs/gst-plugins-base-libs-sections.txt:
2966         * gst-libs/gst/interfaces/colorbalance.c:
2967         * gst-libs/gst/interfaces/colorbalance.h:
2968         * gst-libs/gst/interfaces/colorbalancechannel.c:
2969         * gst-libs/gst/interfaces/colorbalancechannel.h:
2970         * gst-libs/gst/interfaces/tuner.c:
2971         * gst-libs/gst/interfaces/tunerchannel.c:
2972         * gst-libs/gst/interfaces/tunerchannel.h:
2973         * gst-libs/gst/interfaces/tunernorm.c:
2974         * gst-libs/gst/interfaces/tunernorm.h:
2975         * gst-libs/gst/video/video.c:
2976         * gst-libs/gst/video/video.h:
2977         Document the GstTuner and GstColorBalance interfaces, and some
2978         other random API functions that needed it. 70% symbol coverage, woo.
2979
2980 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2981
2982         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2983         Choose to allocate one less segment but require one additional segment
2984         as latency. 
2985
2986         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2987         No need to increment the number of segments in the source.
2988
2989         * gst-libs/gst/audio/gstbaseaudiosink.c:
2990         (gst_base_audio_sink_get_time), (clock_convert_external),
2991         (gst_base_audio_sink_resample_slaving),
2992         (gst_base_audio_sink_skew_slaving),
2993         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2994         (gst_base_audio_sink_async_play):
2995         Remove adding latency when returning the internal time while subtracting
2996         it again when we use the value a little later.
2997         When calculating the end timestamp, we are making a rounding error
2998         with the current algorithm. Ensure that we don't accumulate these
2999         rounding errors when aligning samples by not resampling at all if we
3000         don't need to. Fixes #419351.
3001         Make the initial calibration of the clock slaving a little more
3002         predictable and accurate. Also handle the case where we don't do
3003         clock slaving.
3004
3005 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3006
3007         Based on a patch by:
3008           Björn Benderius <bjoern dot benderius at axis dot com>
3009
3010         * gst/ffmpegcolorspace/avcodec.h:
3011         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3012         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3013         (gst_ffmpegcsp_avpicture_fill):
3014         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3015         * gst/ffmpegcolorspace/imgconvert_template.h:
3016         Add conversions from/to NV12 and NV21 and conversions between those
3017         two formats. Fixes bug #532166.
3018
3019 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3020
3021         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3022         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3023         which happens for example with files smaller than 128kb.
3024
3025 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3026
3027         Patch by: Wouter Cloetens <zombie at e2big dot org>
3028
3029         * gst-libs/gst/rtsp/Makefile.am:
3030         * gst-libs/gst/rtsp/gstrtspconnection.c:
3031         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3032         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3033         (add_auth_header), (gst_rtsp_connection_free),
3034         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3035         (gst_rtsp_connection_set_auth_param),
3036         (gst_rtsp_connection_clear_auth_params):
3037         * gst-libs/gst/rtsp/gstrtspconnection.h:
3038         Add Digest authorization support for RTSP connections. See #532065.
3039
3040         * gst-libs/gst/rtsp/md5.c:
3041         * gst-libs/gst/rtsp/md5.h:
3042         Yeap, another md5 implementation until we can depend on a glib that has
3043         support for it.
3044
3045 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3046
3047         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3048
3049         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3050         Let audioresample use the buffer allocation of basetransform instead
3051         of it's own stuff.
3052
3053         * tests/check/elements/audioresample.c: (alloc_only_48000),
3054         (GST_START_TEST), (audioresample_suite):
3055         Add unit test for the recent basetransform bugfix, where upstream
3056         changes caps to something that can't be passed through anymore.
3057
3058 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3059
3060         * win32/common/config.h.in:
3061           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3062           use the real thing than having "???" unconditionally.
3063
3064 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3065
3066         * gst-libs/gst/audio/gstbaseaudiosink.c:
3067         (gst_base_audio_sink_query):
3068         Report the latency with the new seglatency parameter.
3069
3070         * gst-libs/gst/audio/gstringbuffer.c:
3071         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3072         (gst_ring_buffer_acquire):
3073         * gst-libs/gst/audio/gstringbuffer.h:
3074         Add new field to the ringbufferspec to specify the expected latency
3075         between the underlying device read/write pointer, this is needed
3076         when writing sinks that sit a little closer to the hardware.
3077         Add some more docs for other fields.
3078
3079 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3080
3081         * gst/volume/gstvolume.c: (volume_transform_ip):
3082         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3083         reason instead of crashing later. Might fix bug #509125.
3084
3085 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3086
3087         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3088
3089         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3090         * gst/audioconvert/audioconvert.h:
3091         * gst/audioconvert/gstaudioconvert.c:
3092         (gst_audio_convert_parse_caps),
3093         (structure_has_fixed_channel_positions),
3094         (gst_audio_convert_transform_caps):
3095         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3096         Add support for more than 8 channels and NONE channel layouts. For
3097         more than 8 channels no channel conversion is supported yet, only
3098         format conversions are supported. Fixes bug #398033.
3099
3100         * tests/check/elements/audioconvert.c: (verify_convert),
3101         (GST_START_TEST), (audioconvert_suite):
3102         Add some unit tests by Tim for checking the NONE channel layouts
3103         and more than 8 channels and add some more unit tests for channel
3104         conversions.
3105
3106 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3107
3108         * gst/playback/gstdecodebin2.c: (connect_pad):
3109         When autoplugging fails, set the element back to NULL before
3110         unreffing it.
3111
3112 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3113
3114         * win32/common/libgstaudio.def:
3115         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3116         symbols.
3117
3118 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3119
3120         * gst/subparse/samiparse.c: (handle_start_sync),
3121         (end_sami_element), (characters_sami):
3122         Remove trailing, leading and double whitespaces.
3123         Correctly timestamp buffers and output the last buffer too.
3124
3125         * tests/check/elements/subparse.c: (GST_START_TEST),
3126         (subparse_suite):
3127         Add a simple unit test for SAMI parsing.
3128
3129 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3130
3131         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3132
3133         * gst/subparse/samiparse.c: (handle_start_sync),
3134         (start_sami_element), (end_sami_element), (characters_sami),
3135         (sami_context_reset):
3136         Only output characters inside the "sync" elements. There could be
3137         other elements like "style" that have some content but should
3138         not be printed. Fixes bug #467911.
3139
3140 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3141
3142         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3143         (set_active_source):
3144         * gst/playback/gstplaybasebin.h:
3145         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3146         (playbin_set_audio_mute):
3147         Allow setting -1 as current-audio to mute the current audio stream,
3148         similar to what is done for subtitles. Fixes bug #342294.
3149
3150 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3151
3152         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3153         It's SorensOn and not SorensEn.
3154
3155 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3156
3157         * gst-libs/gst/pbutils/descriptions.c: (formats):
3158           Fix description of video/x-flash-video.
3159
3160 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3161
3162         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3163         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3164         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3165         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3166         Remove some unused code.
3167
3168         * gst/audioconvert/gstaudioquantize.c:
3169         (gst_audio_quantize_free_noise_shaping):
3170         Don't return before freeing the noise shaping history.
3171
3172 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3173
3174         * tests/check/elements/subparse.c: (do_test),
3175           (test_tmplayer_style3b), (subparse_suite):
3176           Add unit test for the tmplayer variant from bug #530962.
3177
3178 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3179
3180         * gst/subparse/gstsubparse.c: (handle_buffer),
3181           (gst_sub_parse_sink_event):
3182         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3183           (tmplayer_parse_line):
3184           Fix parsing of tmplayer subtitle variant where every single line contains
3185           text and there isn't an empty line after each line to determine the
3186           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3187           making sure that we push out the last line of text without a duration if
3188           there's still text left in the buffer at the end.
3189
3190 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3191
3192         * gst/subparse/gstsubparse.c: (feed_textbuf):
3193           Fix detection of discontinuities based on the buffer offset (doesn't work
3194           so well if no buffer offset is set) and also check for the DISCONT buffer
3195           flag. This keeps the parser state from being reset after each buffer in
3196           the unit test.
3197
3198 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3199
3200         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3201           Further fine-tuning: don't absolutely require sequence or GOP headers
3202           (as introduced in the previous commit), but adjust the typefind
3203           probabilities returned accordingly if we don't see them. Also make sure
3204           picture header and first slice are somewhat close to each other (which
3205           is not perfect but still better than requiring a fixed offset or having
3206           no limit at all).
3207
3208 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3209
3210         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3211         (gst_basertppayload_sink_setcaps),
3212         (gst_basertppayload_sink_getcaps):
3213         Rename the setcaps/getcaps function internally to make it clear that
3214         they are called for the sink pad.
3215
3216 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3217
3218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3219         (gst_base_rtp_depayload_class_init),
3220         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3221         (gst_base_rtp_depayload_packet_lost),
3222         (gst_base_rtp_depayload_set_gst_timestamp):
3223         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3224         Catch packet-lost events from the jitterbuffer and convert them into a
3225         vmethod call (lost-packet) so that depayloaders can do something smart.
3226         Also add a default packet-lost function that sends out a segment update
3227         to the decoders.
3228
3229 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3230
3231         * gst/playback/test4.c:
3232         * gst/playback/test5.c:
3233         * gst/playback/test6.c:
3234         * gst/playback/test7.c:
3235           Also include config.h when relying on defines from it. Fixes the
3236           build. Its been a please to serve :)
3237
3238 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3239
3240         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3241         (paint_setup_NV21), (paint_hline_NV12_NV21):
3242         Add support for NV12 and NV21 in videotestsrc
3243
3244 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3245
3246         * gst/videoscale/gstvideoscale.c:
3247         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3248         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3249         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3250         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3251         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3252         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3253         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3254         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3255         (vs_image_scale_linear_RGB555):
3256         Support 1x1 images as input and output as for example the BBC HQ new
3257         streams have 1x1 GIFs in the playlists for some reason.
3258
3259 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3260
3261         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3262           (try_to_link_1):
3263           If we can't activate one of the decoders we plugged in (such as,
3264           say, musepackdec) for some reason (it might not support push mode,
3265           for example), remove any pad probes that close_pad_link() might
3266           have set up. This makes sure we later don't try to remove a probe
3267           for a pad that doesn't exist any longer, and avoids nast warnings
3268           and probably other things too.
3269
3270 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3271
3272         * gst/typefind/gsttypefindfunctions.c:
3273           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3274           (plugin_init):
3275           Rework mpeg video stream typefinding a bit more: make sure sequence,
3276           GOP, picture and slice headers appear in the order they should and
3277           that we've in fact at least had one of each; fix picture header
3278           detection; decouple picture and slice header check - don't assume
3279           they're at a fixed offset, there may be extra data in between. Also,
3280           announce varying degrees of probability depending on what we found
3281           exactly (multiple pictures, at least one picture, just sequence and
3282           GOP headers). Finally, in _ensure_data(), take into account that we
3283           might be typefinding smaller amounts of data, such as the first
3284           buffer of a stream, so fall back to the minimum size needed as long
3285           as that's available, instead of erroring out if there's less than
3286           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3287           fuzzed file from #399342 as valid.
3288
3289 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3290
3291         * ext/theora/theoradec.c:
3292           Cool kids don't divide by zero.
3293           Treat PAR of x:0 as 1:1.
3294           Fixes #530719.
3295
3296 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3297
3298         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3299           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3300           (mpeg_video_stream_type_find):
3301           Refactor a bit: use context structure to track parsing offset and
3302           size of available data and make the code a bit clearer. Fixes bad
3303           memory access in #356937.
3304
3305 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3306
3307         * gst/playback/test4.c:
3308         * gst/playback/test5.c:
3309         * gst/playback/test6.c:
3310         * gst/tcp/gstmultifdsink.c:
3311           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3312           is defined.
3313
3314 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3315
3316         * gst-libs/gst/audio/gstbaseaudiosink.h:
3317         Clarify some docs.
3318
3319         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3320         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3321         (gst_base_audio_src_set_slave_method),
3322         (gst_base_audio_src_get_slave_method),
3323         (gst_base_audio_src_set_property),
3324         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3325         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3326         Add property and methods for selecting the clock slave method in the
3327         source, like in the sink.
3328         We only implement "none" and "re-timestamp" for now.
3329         API: gst_base_audio_src_set_slave_method()
3330         API: gst_base_audio_src_get_slave_method()
3331
3332 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3333
3334         * gst-libs/gst/rtp/gstrtpbuffer.c:
3335         Fix the docs about the seqnum compare function, it returns a difference.
3336
3337 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3338
3339         * ext/alsa/gstalsadeviceprobe.c:
3340         (gst_alsa_get_device_list): Don't return before freeing up
3341         the allocated structures.
3342
3343 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3344
3345         * gst/playback/gstplaybin.c:
3346           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3347
3348 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3349
3350         * ext/ogg/gstoggdemux.c:
3351           Revert the event part, that should not go in.
3352
3353 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3354
3355         * ext/ogg/gstoggdemux.c:
3356           Don't leak GstPluginFeatures when filtering.
3357
3358 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3359
3360         * sys/xvimage/xvimagesink.c:
3361           Add some logging for cases when grabbing the xv failed.
3362
3363 2008-04-21  David Schleef  <ds@schleef.org>
3364
3365         * ext/ogg/gstoggmux.c:
3366           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3367           packet.  Should conform to what we currently think is the
3368           final Ogg/Dirac muxing spec.
3369
3370 2008-04-21  David Schleef  <ds@schleef.org>
3371
3372         * sys/xvimage/xvimagesink.c:
3373           Fix typo that causes the overlay keying color to bright green
3374           on a 16-bit display.  Dark grey good.  Bright green bad.
3375
3376 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3377
3378         * ext/gnomevfs/gstgnomevfsuri.c:
3379           Add  FIXME comment about using uri-list for source and sink.
3380
3381 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3384         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3385         vaargs functions to gint. Otherwise the fractions will get 0 set
3386         instead of the correct value on big endian systems. Fixes bug #529018.
3387
3388 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3389
3390         * ext/gnomevfs/gstgnomevfssink.c:
3391         (gst_gnome_vfs_sink_uri_get_protocols):
3392         * ext/gnomevfs/gstgnomevfssrc.c:
3393         (gst_gnome_vfs_src_uri_get_protocols):
3394         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3395         (gst_gnomevfs_get_supported_uris):
3396         Get the list of supported URI schemes in a threadsafe way and use the
3397         same list for the source and sink.
3398
3399 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3400
3401         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3402         (gst_gio_get_supported_protocols):
3403         Don't generate a new supported protocols list on each call but cache
3404         it. It's supposed to be static anyway, this way we only leak it once
3405         per process.
3406
3407         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3408         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3409         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3410         (gst_gio_sink_start):
3411         * ext/gio/gstgiosink.h:
3412         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3413         (gst_gio_src_class_init), (gst_gio_src_finalize),
3414         (gst_gio_src_set_property), (gst_gio_src_get_property),
3415         (gst_gio_src_start):
3416         * ext/gio/gstgiosrc.h:
3417         API: Add "file" properties where one can set a GFile as
3418         source/destination.
3419
3420         Add locking to the properties and use
3421         gst_element_class_set_details_simple() instead of a static
3422         GstElementDetails struct.
3423
3424 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3425
3426         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3427         (plugin_init):
3428         Add "mpp" and "mp+" as possible extensions for MusePack files.
3429
3430         Add typefinding for MusePack StreamVersion 8 files and include the
3431         stream version in the caps.
3432
3433 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         * gst-libs/gst/rtp/gstrtppayloads.c:
3436         (gst_rtp_payload_info_for_name):
3437         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3438
3439 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * configure.ac:
3442           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3443           (NB: this only affects compilation of some of the examples).
3444           Remove some configure.ac cruft that's not needed any longer.
3445
3446 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3447
3448         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3449         Don't validate the payload if there isn't any.
3450         Fixes #525915
3451
3452 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3453
3454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3455         Use g_atomic_int_set() instead of gst_atomic_int_set().
3456
3457 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3458
3459         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3460         Return NULL instead of a gchar * array with one NULL element if we
3461         don't get any supported URI schemes from GIO.
3462
3463 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3464
3465         * gst/audiotestsrc/gstaudiotestsrc.c:
3466           Remove cpp style commented old code.
3467
3468 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3469
3470         * gst/playback/gstdecodebin2.c:
3471           Fix signal docs.
3472
3473 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3474
3475         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3476           (gst_text_overlay_init):
3477           Fix textoverlay unit test again by making the supposed default
3478           value for the wait-text property the actual default value.
3479           Also fix Since: tag for new property.
3480
3481 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3484           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3485           (gst_video_format_get_pixel_stride),
3486           (gst_video_format_get_component_width),
3487           (gst_video_format_get_component_height),
3488           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3489           (gst_video_format_convert):
3490           Add guards to these functions to ensure sane input values.
3491
3492         * tests/check/libs/video.c:
3493           Fix unit test not to create caps with width=0 and height=0.
3494
3495 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3496
3497         * docs/design/draft-keyframe-force.txt:
3498         Fix typo.
3499
3500         * gst/playback/gstqueue2.c: (update_buffering),
3501         (gst_queue_handle_src_query):
3502         Set buffering mode in the messages.
3503         Set buffering percent in the query.
3504
3505         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3506         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3507         Do some more fancy things based on the buffering method in use.
3508
3509 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3510
3511         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3512         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3513         (msg_buffering), (main):
3514         Add basic download reports to seek using the new buffering API.
3515
3516 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         * gst/playback/gstqueue2.c: (update_buffering),
3519         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3520         (gst_queue_src_checkgetrange_function):
3521         Include extra buffering stats in the buffering message.
3522         Implement BUFFERING query.
3523
3524         * gst/playback/gsturidecodebin.c: (do_async_start),
3525         (do_async_done), (type_found), (setup_streaming), (setup_source),
3526         (gst_uri_decode_bin_change_state):
3527         Only add decodebin2 when the type is found in streaming mode.
3528         Make uridecodebin async to PAUSED even when we don't have decodebin2
3529         added yet.
3530
3531 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3532
3533         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3534         Filter cdda from the supported URI schemes. We can't support
3535         musicbrainz tags and everything else one expects from a cdda source
3536         with GIO. Fixes bug #526794.
3537
3538 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3539
3540         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3541         (gst_xvimagesink_buffer_alloc):
3542         Fix calculation of 'expected size' for YV12 buffers.
3543         Be a little more verbose in the debug output for buffer-alloc'ed
3544         buffers which turn out to have the wrong size.
3545
3546 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * NEWS:
3549         * RELEASE:
3550         * gst-plugins-base.doap:
3551           Merge other changes from 0.10.19 release branch.
3552
3553 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         * gst-libs/gst/audio/gstbaseaudiosink.c:
3556           (gst_base_audio_sink_class_init):
3557         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3558           (gst_base_audio_src_class_init):
3559         * gst/playback/gstplayback.c: (plugin_init):
3560         * gst/volume/gstvolume.c: (plugin_init):
3561           Work around missing bits of thread-safety on older GLibs some
3562           more to avoid assertions when starting up multiple playbin
3563           objects concurrently (see #512382).
3564
3565 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3566
3567         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3568           Remove some more fields.
3569
3570 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3571
3572         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3573
3574         * configure.ac:
3575         Actually build dlls when cross-compiling with mingw32.
3576         Fixes bug #526247.
3577
3578 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3579
3580         * configure.ac:
3581           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3582
3583 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3584
3585         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3586         (msg_buffering), (connect_bus_signals), (main):
3587         Add statusbar.
3588         Add buffering support with feedback in the statusbar.
3589
3590 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3591
3592         * ext/ogg/gstoggmux.c:
3593           Fix sample pipeline description.
3594
3595 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3596
3597         * docs/plugins/Makefile.am:
3598         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3599         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3600         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3601           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3602
3603         * docs/plugins/gst-plugins-base-plugins.args:
3604         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3605         * docs/plugins/gst-plugins-base-plugins.interfaces:
3606         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3607         * docs/plugins/inspect/plugin-adder.xml:
3608         * docs/plugins/inspect/plugin-alsa.xml:
3609         * docs/plugins/inspect/plugin-audioconvert.xml:
3610         * docs/plugins/inspect/plugin-audiorate.xml:
3611         * docs/plugins/inspect/plugin-audioresample.xml:
3612         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3613         * docs/plugins/inspect/plugin-cdparanoia.xml:
3614         * docs/plugins/inspect/plugin-decodebin.xml:
3615         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3616         * docs/plugins/inspect/plugin-gdp.xml:
3617         * docs/plugins/inspect/plugin-gnomevfs.xml:
3618         * docs/plugins/inspect/plugin-libvisual.xml:
3619         * docs/plugins/inspect/plugin-ogg.xml:
3620         * docs/plugins/inspect/plugin-pango.xml:
3621         * docs/plugins/inspect/plugin-playback.xml:
3622         * docs/plugins/inspect/plugin-queue2.xml:
3623         * docs/plugins/inspect/plugin-subparse.xml:
3624         * docs/plugins/inspect/plugin-tcp.xml:
3625         * docs/plugins/inspect/plugin-theora.xml:
3626         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3627         * docs/plugins/inspect/plugin-uridecodebin.xml:
3628         * docs/plugins/inspect/plugin-video4linux.xml:
3629         * docs/plugins/inspect/plugin-videorate.xml:
3630         * docs/plugins/inspect/plugin-videoscale.xml:
3631         * docs/plugins/inspect/plugin-videotestsrc.xml:
3632         * docs/plugins/inspect/plugin-volume.xml:
3633         * docs/plugins/inspect/plugin-vorbis.xml:
3634         * docs/plugins/inspect/plugin-ximagesink.xml:
3635         * docs/plugins/inspect/plugin-xvimagesink.xml:
3636           Update introspection data.
3637
3638         * ext/ogg/gstoggmux.c:
3639           Document oggmux.
3640
3641         * gst/playback/gstdecodebin2.c:
3642           Don't use gtk-doc style comment start for private stuff, but make it
3643           formatted like this for consistency.
3644
3645 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3646
3647         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3648         (gst_decode_bin_init), (gst_decode_bin_dispose),
3649         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3650         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3651         (analyze_new_pad), (connect_pad), (expose_pad),
3652         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3653         (gst_decode_group_expose), (gst_decode_group_free),
3654         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3655         Remove fakesink hack, we can now implement this more elegantly.
3656         Added property to bypass typefinding.
3657         Removed underrun callback and demuxer pad probe, we now use the srcpad
3658         probe to expose groups.
3659         API::sink-caps property
3660
3661         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3662         Guard against multiple emissions of the no_more_pads signal, which
3663         happens when we are dealing with chained oggs.
3664
3665         * gst/playback/gsturidecodebin.c: (remove_decoders),
3666         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3667         (setup_source):
3668         For streams, use our own typefind element and plug our queue after it.
3669         We will need this to determine the type of buffering to use for the
3670         queue soon.
3671
3672 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3673
3674         * gst-libs/gst/audio/gstbaseaudiosink.c:
3675         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3676         Guard against over and underflows because of clock slaving.
3677         When we are using our own clock, still compensate for any calibrations
3678         that we might have done to our clock.
3679
3680 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3681
3682         * ext/theora/theoradec.c: (theora_handle_type_packet),
3683         (theora_dec_chain):
3684         Don't try to do anything fancy with the return code from pushing an
3685         event, it does not have enough information to turn it into a
3686         GST_FLOW_ERROR.
3687
3688 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3689
3690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3691         (gst_ogg_demux_chain_elem_pad):
3692         Add small debug line.
3693         Pass return code from the internal decoder instead of the too generic
3694         GST_FLOW_ERROR.
3695
3696 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3697
3698         * gst-libs/gst/cdda/Makefile.am:
3699         * gst-libs/gst/cdda/base64.c:
3700         * gst-libs/gst/cdda/base64.h:
3701         * gst-libs/gst/cdda/gstcddabasesrc.c:
3702         (gst_cddabasesrc_calculate_musicbrainz_discid):
3703         Use GLib's base64 implementation instead of our own.
3704
3705 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3706
3707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3708         (gst_ogg_demux_read_chain):
3709         Refix oggdemux, we only have a problem if we failed to find a chain and
3710         we are not EOF.
3711
3712 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3713
3714         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3715
3716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3717         (gst_ogg_demux_read_chain):
3718         When we fail to find a BOS page and we and up with no chain, error out
3719         properly instead of segfaulting. Fixes #525665.
3720
3721 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3722
3723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3724         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3725         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3726         no-more-pads...
3727
3728 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3729
3730         * gst/playback/gstqueue2.c: (update_out_rates),
3731         (gst_queue_open_temp_location_file),
3732         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3733         (gst_queue_handle_src_query), (gst_queue_set_property):
3734         Update the estimated input data when we push out a buffer.
3735         Add some debug info about the temp file.
3736         Only forward src events when we are not using a temp file.
3737         Don't block the duration query, we need to find something better.
3738         Don't leak the temp filename.
3739
3740 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3741
3742         * configure.ac:
3743         Require GLib 2.12 and liboil 0.3.14.
3744
3745         * gst/volume/gstvolume.c: (volume_process_double):
3746         Unconditionally use liboil 0.3.14 function.
3747
3748 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3749
3750         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3751         ms-gsm can have arbitrarty sample rates. See #481354.
3752
3753 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3754
3755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3756         MP4S is generic MPEG-4, not a microsoft variant.
3757
3758 2008-03-27  Michael Smith <msmith@fluendo.com>
3759
3760         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3761           Check the body CRC (if set) when depayloading.
3762           Fixes #522401.
3763
3764 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3765
3766         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3767           Fix Since: version for new property.
3768
3769 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3770
3771         * gst-libs/gst/rtsp/gstrtspconnection.c:
3772         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3773         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3774         Don't error when poll_wait returns EAGAIN.
3775
3776 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3777
3778         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3779         The queue is never filled when there are no buffers in the queue at all.
3780         Fixes #523993.
3781
3782 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3783
3784         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3785         (init_group), (free_group), (gst_play_bin_init),
3786         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3787         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3788         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3789         (gst_play_bin_set_current_video_stream),
3790         (gst_play_bin_set_current_audio_stream),
3791         (gst_play_bin_set_current_text_stream),
3792         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3793         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3794         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3795         (activate_group), (deactivate_group), (setup_next_source),
3796         (save_current_group), (gst_play_bin_change_state):
3797         Update some docs.
3798         Add new locks and conds to protect pipeline creation and group
3799         switching.
3800         Implement the sub-uri property.
3801         Keep track of pending uridecodebin creation and configure the output
3802         pipeline after all streams are configured.
3803         Propagate subtitle encoding to the uridecodebins.
3804         Implement getting the video/audio/visualisation elements.
3805         Use input-selector for stream switching.
3806         If we are asked to do visualisation, prefer to autoplug raw sinks
3807         instead of sinks that accept encoded data.
3808
3809 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3812         (gst_play_sink_init), (gst_play_sink_dispose),
3813         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3814         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3815         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3816         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3817         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3818         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3819         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3820         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3821         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3822         * gst/playback/gstplaysink.h:
3823         Add methods to get audio/video/vis elements.
3824         Add methods to set the font description for the overlay.
3825         Remove properties, we're using this element with its methods only.
3826         Add support for subtitles.
3827         Rearrange the locking a bit to not use the object lock for protecting
3828         the pipeline construction.
3829         Try to use the volume and mute property on the sink when its available.
3830         Implement the mute option with volume when the sink does not have a mute
3831         property.
3832         Only add volume element when the sink has no volume property.
3833         Only do visualisations with raw audio pads.
3834
3835 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3836
3837         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3838         (gst_text_overlay_init), (gst_text_overlay_set_property),
3839         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3840         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3841         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3842         (gst_text_overlay_change_state):
3843         * ext/pango/gsttextoverlay.h:
3844         Add property to configure waiting for text on the textpad or not, with
3845         the default behaviour being the old one (always wait for text before
3846         rendering the video). This default behaviour is usually not the best one
3847         because the text stream can very sparse and could require queueing a lot
3848         of video.
3849         Fix the flushing and EOS handing so that we don't mix up their meaning.
3850
3851 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3852
3853         * gst/playback/gsturidecodebin.c:
3854         (gst_uri_decode_bin_autoplug_factories),
3855         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3856         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3857         (gst_uri_decode_bin_set_property),
3858         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3859         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3860         (proxy_autoplug_factories_signal), (make_decoder),
3861         (source_new_pad), (setup_source):
3862         Add a readonly source property and notify.
3863         Add new lock for protecting the construction of the pipeline.
3864         Keep track of the decodebins we plugged.
3865         Correctly proxy the autoplug signal so that it actually continues.
3866         Proxy subtitle-encoding to the decodebins.
3867
3868 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3869
3870         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3871         (text_toggle_cb), (update_streams), (main):
3872         Rearrange some buttons in playbin2 and make some other boxes insensitive
3873         when needed.
3874         Add language codes to subtitle selection boxes when we gind the right
3875         tags for the streams.
3876
3877 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3878
3879         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3880         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3881         (gst_decode_bin_set_subs_encoding),
3882         (gst_decode_bin_get_subs_encoding),
3883         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3884         (deactivate_free_recursive):
3885         Protect caps property with the object lock.
3886         Protect encoding property with the object lock.
3887         Keep list of elements we added that have the subtitle-encoding property.
3888         Distribute the subtitle-encoding to all of the elements when it
3889         changes.
3890
3891 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3892
3893         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3894         Small debug improvement.
3895
3896         * gst-libs/gst/audio/gstbaseaudiosink.c:
3897         (gst_base_audio_sink_render):
3898         Fix bug in determining the sample start/stop position, we want to base
3899         this decision on the fact that we are going forwards or backwards, not
3900         slower or faster. This fixes some ugly resync warnings when playing at
3901         very slow speeds.
3902
3903 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3904
3905         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3906         Correctly set the supported URI schemes and don't leave
3907         some schemes in the middle or at the start at NULL.
3908
3909 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3910
3911         * tests/check/elements/gdpdepay.c:
3912           Make test compile without unused function/variable warnings on PPC.
3913  
3914 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3915
3916         * configure.ac:
3917         * ext/alsa/gstalsamixerelement.c:
3918         (gst_alsa_mixer_element_class_init):
3919         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3920         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3921         * ext/cdparanoia/gstcdparanoiasrc.c:
3922         (gst_cd_paranoia_src_class_init):
3923         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3924         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3925         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3926         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3927         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3928         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3930         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3931         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3932         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3933         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3934         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3935         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3936         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3937         (gst_audio_filter_template_class_init):
3938         * gst-libs/gst/audio/gstbaseaudiosink.c:
3939         (gst_base_audio_sink_class_init):
3940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3941         (gst_base_audio_src_class_init):
3942         * gst-libs/gst/cdda/gstcddabasesrc.c:
3943         (gst_cdda_base_src_class_init):
3944         * gst-libs/gst/interfaces/mixertrack.c:
3945         (gst_mixer_track_class_init):
3946         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3947         (gst_base_rtp_depayload_class_init):
3948         * gst-libs/gst/rtp/gstbasertppayload.c:
3949         (gst_basertppayload_class_init):
3950         * gst/audioconvert/gstaudioconvert.c:
3951         (gst_audio_convert_class_init):
3952         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3953         * gst/audioresample/gstaudioresample.c:
3954         (gst_audioresample_class_init):
3955         * gst/audiotestsrc/gstaudiotestsrc.c:
3956         (gst_audio_test_src_class_init):
3957         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3958         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3960         (preroll_unlinked):
3961         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3962         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3963         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3964         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3965         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3966         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3967         (gst_stream_selector_class_init):
3968         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3969         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3971         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3972         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3973         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3974         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3975         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3976         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3977         * gst/videotestsrc/gstvideotestsrc.c:
3978         (gst_video_test_src_class_init):
3979         * gst/volume/gstvolume.c: (gst_volume_class_init):
3980         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3981         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3982         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3983         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3984         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3986         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3987         static strings (i.e. all). This gives us less memory usage,
3988         fewer allocations and thus less memory defragmentation. Depend
3989         on core CVS for this. Fixes bug #523806.
3990
3991 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3992
3993         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3994         Filter http and https protocols. GIO/GVfs handles them but it's
3995         impossible to implement iradio/icecast with it. Better use
3996         souphttpsrc or something else for this.
3997
3998         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3999         If getting the file informations by a query fails try it with the
4000         seek-to-end trick too.
4001
4002 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4003
4004         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4005         (gst_volume_base_init), (gst_volume_class_init),
4006         (volume_process_double), (volume_process_float),
4007         (volume_transform_ip), (plugin_init):
4008         memset buffers to zero if we get a GAP buffer. We usually see a
4009         buffer as one unit so let's handle it as one and don't care about
4010         volume changes while processing one buffer.
4011         Also clean up some stuff a bit.
4012
4013 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4014
4015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4016         (gst_audio_convert_create_silence_buffer),
4017         (gst_audio_convert_transform):
4018         Make audioconvert GAP-aware by outputting silence buffers when the
4019         input has the GAP flag set. This is up to 8x faster.
4020         Based on a patch by Stefan Kost. Fixes bug #517813.
4021
4022 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4023
4024         * gst/volume/gstvolume.c: (volume_process_double):
4025         Use oil_scalarmultiply_f64_ns() for double processing when it's
4026         available at compile time.
4027
4028 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4029
4030         * configure.ac:
4031         Fix lrint/lrintf checks to actually work. These functions are
4032         in libm on Linux at least so try to link to it.
4033
4034 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4035
4036         * configure.ac:
4037         Back to development - 0.10.18.1
4038
4039 === release 0.10.18 ===
4040
4041 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4042
4043         * configure.ac:
4044           releasing 0.10.18, "I will follow"
4045
4046 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4047
4048         * configure.ac:
4049         * win32/common/config.h:
4050         0.10.17.4 pre-release
4051
4052 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4053
4054         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4055         Use GST_STR_NULL when trying to print strings that could be NULL because
4056         this might crash on some platforms. See #520808.
4057
4058 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4059
4060         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4061
4062         * gst-libs/gst/rtsp/gstrtspconnection.c:
4063         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4064         (read_line), (gst_rtsp_connection_read_internal):
4065         Generic Windows fixes that makes libgstrtsp work on Windows when
4066         coupled with the new GstPoll API. See #520808.
4067
4068 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4069
4070         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4071
4072         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4073           If seeking to a new position succeeds don't simply return from
4074           create() without creating a buffer. Do this only in the case
4075           seeking to the new position fails. Fixes bug #523054.
4076
4077 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4078
4079         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4080           (gst_video_format_from_rgba32_masks):
4081           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4082           (#522635).
4083
4084         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4085           Add unit test for the RGB caps parsing and creation, checking for
4086           internal consistency of the new API and consistency of the API with
4087           the old GST_VIDEO_CAPS_* defines.
4088
4089 2008-03-14  David Schleef  <ds@schleef.org>
4090
4091         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4092           because -base is in freeze.
4093
4094 2008-03-14  David Schleef  <ds@schleef.org>
4095
4096         Patch by: William M. Brack
4097
4098         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4099
4100 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4101
4102         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4103         (gst_selector_pad_chain):
4104         * gst/playback/gststreamselector.h:
4105         Revert change that caused regression until a real fix is found.
4106         Fixes #522203.
4107
4108 2008-03-12  Michael Smith <msmith@fluendo.com>
4109
4110         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4111         * gst-libs/gst/audio/gstringbuffer.h:
4112           Rename recently added buffer types to make more sense.
4113         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4114         (gst_alsasink_write):
4115           Adapt for above API changes.
4116           Fixes bug #520523.
4117
4118 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * win32/common/libgstnetbuffer.def:
4121         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4122
4123 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4124
4125         * configure.ac:
4126         * win32/common/config.h:
4127         0.10.17.3 pre-release
4128
4129 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4130
4131         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4132         (gst_base_audio_src_create):
4133         Fix duration when no clock was provided. Fixes #520300.
4134
4135 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4136
4137         Patch by: Olivier Crete  <tester at tester ca>
4138
4139         * docs/libs/gst-plugins-base-libs-sections.txt:
4140         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4141         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4142         Add trivial function to compare GstNetAddress. See #520626.
4143         API: GstNetBuffer::gst_netaddress_equal
4144
4145 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4146
4147         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4148         Update mode property docs, it's deprecated now.
4149
4150 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4151
4152         * gst-libs/gst/rtsp/gstrtspconnection.c:
4153         (gst_rtsp_connection_create):
4154         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4155         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4156         * gst/tcp/gstmultifdsink.h:
4157         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4158         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4159         Remove GstPollMode from gstpoll constructor.
4160
4161 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4162
4163         * configure.ac:
4164         * win32/common/config.h:
4165         0.10.17.2 pre-release
4166
4167 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4168
4169         * gst/Makefile.am:
4170         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4171         them twice
4172
4173         * win32/common/libgstinterfaces.def:
4174         * win32/common/libgstrtp.def:
4175         Add new API to the defs
4176
4177 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4178
4179         Patch by: Mersad Jelacic  <mersad at axis dot com>
4180
4181         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4182         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4183         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4184         possible to specify the sample size in bits. (#509637)
4185
4186 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4187
4188         * tests/check/libs/mixer.c:
4189           Add a few simple checks for the new message types.
4190
4191 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4192
4193         * docs/libs/gst-plugins-base-libs-sections.txt:
4194         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4195           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4196           (gst_mixer_message_get_type),
4197           (gst_mixer_message_parse_option_changed),
4198           (gst_mixer_message_parse_options_list_changed):
4199         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4200           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4201           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4202           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4203           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4204           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4205
4206 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4209           (gst_mixer_options_get_values):
4210         * gst-libs/gst/interfaces/mixeroptions.h:
4211           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4212           (_GstMixerOptions), (_GstMixerOptionsClass):
4213           API: add GstMixerOptions::get_values vfunc (#519906)
4214
4215 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4216
4217         * configure.ac:
4218         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4219         plug-ins are included/excluded. (#498222)
4220
4221 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4222
4223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4224         Add typefinder for IMelody files, using audio/x-imelody.
4225         See bug #519516.
4226
4227 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4228
4229         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4230         * ext/alsa/gstalsasink.c: (set_hwparams):
4231         * ext/alsa/gstalsasrc.c: (set_hwparams):
4232         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4233         * ext/ogg/gstoggmux.h:
4234         * ext/ogg/gstogmparse.c:
4235         * gst-libs/gst/audio/audio.c:
4236         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4237         * gst-libs/gst/pbutils/missing-plugins.c:
4238         (gst_missing_uri_sink_message_new),
4239         (gst_missing_element_message_new),
4240         (gst_missing_decoder_message_new),
4241         (gst_missing_encoder_message_new):
4242         * gst-libs/gst/rtp/gstbasertppayload.c:
4243         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4244         (gst_rtcp_packet_bye_get_reason):
4245         * gst/audioconvert/gstaudioconvert.c:
4246         * gst/audioresample/gstaudioresample.c:
4247         * gst/ffmpegcolorspace/imgconvert.c:
4248         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4249         * gst/typefind/gsttypefindfunctions.c:
4250         * gst/videoscale/vs_4tap.c:
4251         * gst/videoscale/vs_4tap.h:
4252         * sys/v4l/gstv4lelement.c:
4253         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4254         * sys/v4l/v4l_calls.c:
4255         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4256         (gst_v4lsrc_try_capture):
4257         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4258         (gst_ximagesink_ximage_new):
4259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4260         (gst_xvimagesink_xvimage_new):
4261         * tests/check/elements/audioconvert.c:
4262         * tests/check/elements/audioresample.c:
4263         (fail_unless_perfect_stream):
4264         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4265         * tests/check/elements/decodebin.c:
4266         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4267         (setup_gdpdepay_streamheader):
4268         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4269         (setup_gdppay_streamheader):
4270         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4271         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4272         * tests/check/elements/textoverlay.c:
4273         * tests/check/elements/videorate.c: (setup_videorate):
4274         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4275         * tests/check/elements/volume.c: (setup_volume):
4276         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4277         * tests/check/elements/vorbistag.c:
4278         * tests/check/generic/clock-selection.c:
4279         * tests/check/generic/states.c: (setup), (teardown):
4280         * tests/check/libs/cddabasesrc.c:
4281         * tests/check/libs/video.c:
4282         * tests/check/pipelines/gio.c:
4283         * tests/check/pipelines/oggmux.c:
4284         * tests/check/pipelines/simple-launch-lines.c:
4285         (simple_launch_lines_suite):
4286         * tests/check/pipelines/streamheader.c:
4287         * tests/check/pipelines/theoraenc.c:
4288         * tests/check/pipelines/vorbisdec.c:
4289         * tests/check/pipelines/vorbisenc.c:
4290         * tests/examples/seek/scrubby.c:
4291         * tests/examples/seek/seek.c: (query_positions_elems),
4292         (query_positions_pads):
4293         * tests/icles/stress-xoverlay.c: (myclock):
4294         Correct all relevant warnings found by the sparse semantic code
4295         analyzer. This include marking several symbols static, using
4296         NULL instead of 0 for pointers and using "foo (void)" instead
4297         of "foo ()" for declarations.
4298
4299         * win32/common/libgstrtp.def:
4300         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4301
4302 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         Patch by: José Alburquerque <jaalburqu svn gnome org>
4305
4306         * gst/playback/gstplaybin2.c:
4307           Make the function signature of the _get_*_tags() functions match
4308           the signature of the vfuncs they implement, ie. return a
4309           GstTagList rather than a GstStructure, which is more correct,
4310           even if one is typedef'ed to the other (#518940).
4311
4312 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4313
4314         * gst-libs/gst/rtsp/gstrtspconnection.c:
4315           Don't include unix headers unconditionally (fixes #518037).
4316
4317 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4320           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4321           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4322           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4323           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4324           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4325           (gst_video_format_is_packed), (video_format_is_packed):
4326           Add unit test that makes sure that the strides, offsets and
4327           sizes returned for the various YUV formats by the new video API
4328           match the old reference implementation in videotestsrc.
4329
4330 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4331
4332         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4333           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4334           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4335           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4336           (gst_video_format_get_pixel_stride),
4337           (gst_video_format_get_component_width),
4338           (gst_video_format_get_component_height),
4339           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4340         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4341           (GST_VIDEO_FORMAT_Y42B):
4342           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4343
4344 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4347           YV12 is I420 with swapped components 1 and 2, so the offset of
4348           component 1 for I420 should be the offset for component 2 for YV12
4349           and vice versa.
4350
4351 2008-02-29  Rene Stadler  <mail@renestadler.de>
4352
4353         * sys/v4l/gstv4lelement.c:
4354         Add missing semicolon to fix indentation.
4355
4356 2008-02-29  Julien Moutte  <julien@fluendo.com>
4357
4358         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4359         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4360         if we can do SPDIF output.
4361         * ext/alsa/gstalsa.h:
4362         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4363         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4364         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4366         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4367         to support AC3, EC3 and IEC958 buffers.
4368
4369 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4372           (gst_mixer_message_parse_mute_toggled),
4373           (gst_mixer_message_parse_record_toggled),
4374           (gst_mixer_message_parse_volume_changed),
4375           (gst_mixer_message_parse_option_changed):
4376           De-cruft and fix message type assertions (NULL is not a really
4377           valid mixer message type string).
4378
4379 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4380
4381         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4382         When negotiating, actually start from a format that we can support
4383         instead of from the too generic template.
4384
4385 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4386
4387         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4388         Enable vis setting.
4389
4390         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4391         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4392         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4393         (gen_vis_chain):
4394         Implement vis switching while playing.
4395
4396 2008-02-28  David Schleef  <ds@schleef.org>
4397
4398         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4399
4400 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4401
4402         Patch by: Peter Kjellerstedt  <pkj at axis com>
4403
4404         * gst/tcp/Makefile.am:
4405         * gst/tcp/fdsetstress.c:
4406         * gst/tcp/gstfdset.c:
4407         * gst/tcp/gstfdset.h:
4408         Removed fdset and stress test, they are now known as GstPoll in
4409         core. 
4410
4411         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4412         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4413         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4414         (gst_multi_fd_sink_handle_client_write),
4415         (gst_multi_fd_sink_queue_buffer),
4416         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4417         (gst_multi_fd_sink_stop):
4418         * gst/tcp/gstmultifdsink.h:
4419         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4420         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4421         (gst_tcp_gdp_read_caps):
4422         * gst/tcp/gsttcp.h:
4423         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4424         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4425         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4426         * gst/tcp/gsttcpclientsink.h:
4427         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4428         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4429         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4430         * gst/tcp/gsttcpclientsrc.h:
4431         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4432         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4433         * gst/tcp/gsttcpserversink.h:
4434         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4435         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4436         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4437         * gst/tcp/gsttcpserversrc.h:
4438         Port to GstPoll. See #505417.
4439
4440 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4441
4442         Patch by: Peter Kjellerstedt  <pkj at axis com>
4443
4444         * gst-libs/gst/rtsp/gstrtspconnection.c:
4445         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4446         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4447         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4448         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4449         (gst_rtsp_connection_flush):
4450         * gst-libs/gst/rtsp/gstrtspconnection.h:
4451         Use GstPoll for the rtsp connection. See #505417.
4452
4453 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4454
4455         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4456         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4457         Add combo box for visualisations, populate it with a factory list
4458         of all visualisation plugins, configure vis plugin instance in
4459         playbin2. 
4460
4461 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4462
4463         * tests/check/libs/rtp.c: (GST_START_TEST):
4464         Add check for RTP buffer defaults, padding and marker bit API.
4465
4466 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4467
4468         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4469         Use memcpy() instead of upcasting a byte array to long *. This
4470         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4471         This should be ported to GCheckSum once we can use GLib 2.16.
4472         Partially fixes bug #500833.
4473
4474 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4475
4476         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4477           Push tag event after the newsegment event. Log the pointer of
4478           the buffer we're actually going to push rather than the buffer
4479           we're feeding to _make_metadata_writable().
4480
4481 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4482
4483         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4484         Comment smoke typefinder for now. The smokedec plugin needs one
4485         frame per buffer but we have no parser yet, thus it simply crashes
4486         in most situations.
4487
4488 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4489
4490         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4491         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4492
4493 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4494
4495         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4496         (plugin_init):
4497         Add midi typefinder, copied from the timidity plugin.
4498
4499 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4500
4501         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4502
4503         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4504         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4505           (subparse_suite):
4506           Forward slashes at the beginning and end of a line also signify
4507           italics (Fixes: #518162).
4508
4509 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4510
4511         * tests/check/gst-plugins-base.supp:
4512         Add a suppression for a cached value in GIO that wasn't moved
4513         while moving gio from -bad to -base.
4514
4515 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4516
4517         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4518
4519         * configure.ac:
4520         Don't hardcode -Wall and -Werror for configure checks, this fails
4521         with non-GCC compilers. Fixes bug #517991.
4522
4523 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4524
4525         * gst/audioconvert/gstaudioconvert.c:
4526         * gst/audioconvert/gstaudioquantize.c:
4527         * gst/audioconvert/gstaudioquantize.h:
4528           Make audioconvert gap aware. If noiseshaping is used, wait for
4529           noiseshaping to converge before marking as GAP. Fixes #517813.
4530
4531 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4532
4533         * gst/audiotestsrc/gstaudiotestsrc.c:
4534           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4535
4536 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4537
4538         * ext/gnomevfs/gstgnomevfssink.c:
4539         (gst_gnome_vfs_sink_handle_event):
4540         Return FALSE when seeking for a new segment fails instead
4541         of silently ignoring the failure and appending every buffer
4542         that comes for the new segment.
4543
4544 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4545
4546         * gst/playback/gstplaysink.c: (find_property),
4547         (gst_play_sink_find_property), (gen_video_chain),
4548         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4549         Recursively search the sink element for a last-frame property so that we
4550         can also find the property in autovideosink and friends that don't
4551         always proxy the internal sink properties.
4552
4553 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4554
4555         * gst-libs/gst/audio/multichannel.c:
4556           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4557           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4558           (gst_audio_set_structure_channel_positions_list),
4559           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4560           (gst_audio_fixate_channel_positions):
4561           Fix confusing terminology in docs and code: structure fields are
4562           'fields' and not 'properties'.
4563
4564 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4565
4566         * gst-libs/gst/audio/multichannel.c:
4567           (gst_audio_check_channel_positions), (add_list_to_struct):
4568           Give more useful warning messages if one of the channel
4569           layout enums passed to us is invalid and if the "channels"
4570           field in the caps has a GType we don't expect.
4571
4572 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4573
4574         * gst-libs/gst/audio/multichannel.c:
4575           Fix typo in docs blurb.
4576
4577 2008-02-19  Julien Moutte  <julien@fluendo.com>
4578
4579         Patch by: Josep Torra Valles <josep@fluendo.com>
4580
4581         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4582         typefind lookup to fix typefinding on HD clips.
4583
4584 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * gst/playback/gstscreenshot.c:
4587         * gst/playback/gstscreenshot.h:
4588           Fix up copyright (I rewrote the GStreamer-0.10 code for
4589           this from scratch back in the days).
4590
4591 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4592
4593         * gst/playback/Makefile.am:
4594         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4595         (create_element), (gst_play_frame_conv_convert):
4596         * gst/playback/gstscreenshot.h:
4597         Add screenshot conversion code from totem.
4598
4599         * gst/playback/gstplay-marshal.list:
4600         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4601         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4602         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4603         Implement frame property to get a color-unconverted snapshot.
4604         Implement convert-frame action signal to get a converted snapshot image.
4605         Configure connection speed in uridecodebin.
4606         Document some more properties.
4607
4608         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4609         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4610         (gst_play_sink_get_last_frame):
4611         * gst/playback/gstplaysink.h:
4612         Use last-buffer property of the video sink to get a video snapshot.
4613
4614         * tests/examples/seek/seek.c: (shot_cb), (main):
4615         Add snapshot button for playbin2 and use the frame property to save the
4616         frame as a png in the current directory.
4617
4618 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4619
4620         Patch by: Josep Torra Valles <josep at fluendo dot com>
4621
4622         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4623         (plugin_init):
4624         Add typefinding support for h264 elementary streams.
4625         Fixes bug #517420.
4626
4627 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4628
4629         * configure.ac:
4630           Require CVS of core for new API in collectpads.
4631
4632         * gst/adder/gstadder.c:
4633           Use new API to make adder sparse stream aware.
4634
4635 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4636
4637         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4638         (no_more_pads_cb):
4639         Get the object data correct so that we can remove our channels
4640         correctly.
4641
4642         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4643         (gen_vis_chain), (gst_play_sink_reconfigure),
4644         (gst_play_sink_request_pad):
4645         Add option to disable async behaviour in the sinks when possible. This
4646         makes it possible to avoid an audio queue when dealing with
4647         visualisations.
4648         Add option to add a queue for the audio path.
4649
4650         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4651         (main):
4652         Disable the vis checkbox to match the defaults of playbin2.
4653         Only get the stream info when we need to.
4654
4655 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4656
4657         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4658         (gst_gio_base_sink_set_stream):
4659         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4660         (gst_gio_base_src_set_stream):
4661         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4662         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4663         Don't use async operations as they require a running main loop.
4664         This makes us block again when closing streams and unable
4665         to mount the enclosing volume of an URI if it isn't yet.
4666
4667 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4668
4669         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4670         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4671         (gen_vis_chain), (gst_play_sink_reconfigure),
4672         (gst_play_sink_request_pad):
4673         Move tee in front of the audio and vis pipelines.
4674         Add queue for audio for now.
4675         Add visualisation support.
4676
4677         * tests/examples/seek/seek.c: (main):
4678         Visualisation is by default disabled.
4679
4680 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4681
4682         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4683         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4684         Improve debugging a bit.
4685
4686         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4687         * ext/gio/gstgiosink.h:
4688         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4689         * ext/gio/gstgiosrc.h:
4690         Try to mount the enclosing volume of a GFile if it isn't mounted
4691         yet. This requires us to wait for an async operation to finish, done
4692         with an nested GMainLoop. Authentication is not supported yet, will
4693         come later.
4694
4695 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4696
4697         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4698         (gst_play_bin_set_property), (gst_play_bin_get_property),
4699         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4700         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4701         (gst_play_sink_get_mute), (gen_audio_chain):
4702         * gst/playback/gstplaysink.h:
4703         Add mute property.
4704
4705         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4706         (gst_selector_pad_chain):
4707         * gst/playback/gststreamselector.h:
4708         Make sure we forward the event only once.
4709
4710         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4711         Add and implement the mute button for playbin2.
4712
4713 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4714
4715         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4716
4717         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4718         Add some more debug info.
4719         Make sure we never return a negative delay. Fixes #516246.
4720
4721 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4722
4723         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4724           Revert patch that makes the sink hold the object lock when
4725           calling snd_pcm_delay(), since it breaks playback for me.
4726
4727 2008-02-12  Julien Moutte  <julien@fluendo.com>
4728
4729         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4730         some seek flags when changing rate.
4731
4732 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4733
4734         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4735         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4736         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4737         Fix potential leaks.
4738
4739         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4740         Fix leak when there is no function configured.
4741
4742 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4743
4744         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4745         (gst_v4lsrc_buffer_finalize):
4746         Correctly chain up the finalize method.
4747
4748 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4749
4750         * ext/gio/gstgiostreamsink.c:
4751         * ext/gio/gstgiostreamsrc.c:
4752         Add documentation and example code for giostreamsink/giostreamsrc.
4753
4754         * tests/check/pipelines/gio.c: (GST_START_TEST):
4755         Ask the GMemoryOutputStream for the data instead of assuming that
4756         the pointer to the data stayed the same. It could've been realloc'ed.
4757
4758 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4759
4760         * ext/gio/gstgiosink.c:
4761         * ext/gio/gstgiosrc.c:
4762         Make the documentation of giosink/giosrc complete, large parts
4763         are based on the gnomevfssink/gnomevfssrc docs.
4764
4765 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4766
4767         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4768         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4769         * docs/plugins/gst-plugins-base-plugins.args:
4770         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4771         * docs/plugins/gst-plugins-base-plugins.interfaces:
4772         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4773         * docs/plugins/gst-plugins-base-plugins.signals:
4774         * docs/plugins/inspect/plugin-adder.xml:
4775         * docs/plugins/inspect/plugin-audioconvert.xml:
4776         * docs/plugins/inspect/plugin-audiorate.xml:
4777         * docs/plugins/inspect/plugin-audioresample.xml:
4778         * docs/plugins/inspect/plugin-decodebin.xml:
4779         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4780         * docs/plugins/inspect/plugin-gdp.xml:
4781         * docs/plugins/inspect/plugin-gio.xml:
4782         * docs/plugins/inspect/plugin-gnomevfs.xml:
4783         * docs/plugins/inspect/plugin-libvisual.xml:
4784         * docs/plugins/inspect/plugin-ogg.xml:
4785         * docs/plugins/inspect/plugin-pango.xml:
4786         * docs/plugins/inspect/plugin-playback.xml:
4787         * docs/plugins/inspect/plugin-queue2.xml:
4788         * docs/plugins/inspect/plugin-subparse.xml:
4789         * docs/plugins/inspect/plugin-theora.xml:
4790         * docs/plugins/inspect/plugin-uridecodebin.xml:
4791         * docs/plugins/inspect/plugin-videorate.xml:
4792         * docs/plugins/inspect/plugin-videoscale.xml:
4793         * docs/plugins/inspect/plugin-volume.xml:
4794         * docs/plugins/inspect/plugin-vorbis.xml:
4795         Add the GIO documentation again and while at that run make update.
4796
4797 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4800         * ext/alsa/gstalsasink.c: (set_swparams):
4801         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4802           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4803           against libasound >= 1.0.16, since it's been deprecated in
4804           0.10.16, and alignment is always 1 then, apparently. (#512899)
4805
4806 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4807
4808         * gst/playback/gstplaybin.c: (gen_audio_element):
4809         * gst/playback/gstplaysink.c: (gen_audio_chain):
4810           Handle case where we can't create the volume element a bit
4811           better (#514307).
4812
4813 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4816         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4817           Add support for https protocol. Fixes #510229.
4818
4819 2008-02-11  Julien Moutte  <julien@fluendo.com>
4820         
4821         Patch by: Alan Peevers <peeves@pacbell.net>
4822
4823         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4824         lock when calling alsa methods.
4825
4826 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4827
4828         * gst/typefind/gsttypefindfunctions.c:
4829           Bump rank of jpeg and png typefinders, which will return maximum
4830           probability in the most common cases (thus short-circuiting more
4831           expensive typefinders like the mp3 one for these two quite common
4832           image types).
4833
4834 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4835
4836         * ext/theora/theoraparse.c:
4837         Fix long description of the theora parser to be more verbose than just
4838         the type name.
4839
4840 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4841
4842         Patch by: Branko Čibej <brane at xbc dot nu>
4843
4844         * sys/xvimage/xvimagesink.c:
4845         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4846         Fixes bug #515654.
4847
4848 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4849
4850         * gst/playback/gstplaybasebin.c:
4851         Set is_dynamic as True if there are elements with both request
4852         and sometimes src pad templates instead of breaking out when it
4853         finds the first pad template that is a src.
4854
4855 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4856
4857         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4858         (update_streams), (video_combo_cb), (audio_combo_cb),
4859         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4860         Add some stream switching and volume gui for playbin2.
4861
4862 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4863
4864         * gst/playback/gstplay-marshal.list:
4865         Added marshal for streamselector Tags.
4866
4867         * gst/playback/gstplaybasebin.c: (set_active_source):
4868         Streamselector now selects pads based on the pad object instead of its
4869         name.
4870
4871         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4872         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4873         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4874         (gst_play_bin_get_text_tags),
4875         (gst_play_bin_set_current_video_stream),
4876         (gst_play_bin_set_current_audio_stream),
4877         (gst_play_bin_set_current_text_stream),
4878         (gst_play_bin_set_property), (gst_play_bin_get_property),
4879         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4880         Remove option to mute streams with the current-a/v/t property, we have
4881         this functionality in the flags.
4882         Add signals to notify when the number of A/V/T channels changed.
4883         Add action signals to get tags for the A/V/T streams.
4884         Implement setting the current A/V/T stream.
4885         Rearrange some things to simplify stream selection.
4886         Implement volume.
4887
4888         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4889         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4890         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4891         (activate_vis), (gst_play_sink_reconfigure):
4892         * gst/playback/gstplaysink.h:
4893         Add and implement volume setting methods.
4894
4895         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4896         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4897         (gst_selector_pad_event), (gst_stream_selector_class_init),
4898         (gst_stream_selector_init), (gst_stream_selector_finalize),
4899         (gst_stream_selector_set_property),
4900         (gst_stream_selector_get_property),
4901         (gst_stream_selector_get_linked_pad),
4902         (gst_stream_selector_request_new_pad):
4903         * gst/playback/gststreamselector.h:
4904         Add pad properties for tags and status of pads.
4905         Keep tags on pads.
4906         Make active pad selection based on pad object instead of name.
4907
4908 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4909
4910         * configure.ac:
4911           Revert last change as we now check in gtk-doc.m4 for sed.
4912
4913 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4914
4915         * configure.ac:
4916         Find and subst SED when building the docs.
4917
4918 2008-02-08  Julien Moutte  <julien@fluendo.com>
4919
4920         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4921         (main): Make sure bus signals are reconnected when pressing STOP
4922         and then PLAY again for a parse launch pipeline. Fix a ref leak
4923         on the bus.
4924         * win32/common/config.h: Updated.
4925
4926 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4927
4928         * configure.ac:
4929         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4930         pre-releases or releases.
4931
4932 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4933
4934         * configure.ac:
4935         * ext/gio/Makefile.am:
4936         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4937         reporting
4938
4939 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4940
4941         * docs/plugins/Makefile.am:
4942         Add the headers which need scanning for the GIO plugin. The rest of
4943         the docs still need migrating.
4944
4945 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4946
4947         * ext/Makefile.am:
4948         * tests/check/Makefile.am:
4949         * tests/check/pipelines/.cvsignore:
4950         Add gio in a few more places.
4951
4952 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4953
4954         * configure.ac:
4955         * ext/Makefile.am:
4956         * tests/check/Makefile.am:
4957         Move gio plugin from -bad and mark as experimental.
4958
4959 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4960
4961         * gst-libs/gst/interfaces/mixeroptions.c:
4962         * gst-libs/gst/interfaces/mixertrack.c:
4963         Comment out a couple of other things which break the build when
4964         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4965
4966 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4967
4968         * docs/libs/gst-plugins-base-libs-sections.txt:
4969           Fix pbutils header.
4970
4971 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4972
4973         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4974         Fix compiler warning.
4975
4976 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4977
4978         Patch by: Peter Kjellerstedt  <pkj at axis com>
4979
4980         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4981         Clear the addrinfo struct using memset. Fixes #514937.
4982
4983 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4984
4985         * gst/tcp/gstfdset.h:
4986         Remove unused field to same some memory.
4987
4988         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4989         Mark action signals as such.
4990
4991 2008-02-06  Michael Smith <msmith@fluendo.com>
4992
4993         * ext/theora/theoradec.c: (_theora_granule_frame),
4994         (_inc_granulepos):
4995           Increment granulepos for new-bitstream versions appropriately.
4996           Fixes #514623.
4997
4998 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4999
5000         * tests/examples/seek/seek.c: (do_seek),
5001         (rate_spinbutton_changed_cb), (update_streams), (main):
5002         Remove obsolete stream_time reset after flushing seek, core does that
5003         automatically now.
5004         Improve accuracy of speed spinbutton.
5005         Only do playbin2 stuff when we actually use it.
5006
5007 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5008
5009         * tests/check/Makefile.am:
5010           Revert previous change of the test environment's GST_PLUGIN_PATH.
5011           The problem is not with the plugins, but with element factories
5012           and only occurs if elements are split out from existing plugins
5013           or if plugins change name (see #512740).
5014
5015 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5016
5017         * tests/check/Makefile.am:
5018           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5019           with the core's plugins first and our local build directories last,
5020           since we might be building against an installed core, and that
5021           core's plugin directory may contain older or other versions of
5022           our own -base plugins, but we really do want to test our local
5023           ones (if there are multiple plugins or element factories with the
5024           same name, those inspected last will trump those read in earlier).
5025           Fixes #512740 for the most part.
5026
5027 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5028
5029         * configure.ac:
5030         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5031         Use gmtime_r if available as gmtime is not MT-safe.
5032         Fixes bug #511810.
5033
5034 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5035
5036         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5037         Cast glong to time_t as time_t might have a different type on
5038         other platforms, like FreeBSD, and we get a compiler warning
5039         otherwise. Fixes bug #511825.
5040
5041 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5042
5043         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5044         (get_group), (get_n_pads), (gst_play_bin_get_property),
5045         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5046         (autoplug_select_cb), (deactivate_group):
5047         Remove stream-info, we going for something easier.
5048         Refactor getting the current group.
5049         Implement getting the number of audio/video/text streams.
5050
5051         * gst/playback/gststreamselector.c:
5052         (gst_stream_selector_class_init), (gst_stream_selector_init),
5053         (gst_stream_selector_get_property),
5054         (gst_stream_selector_request_new_pad),
5055         (gst_stream_selector_release_pad):
5056         * gst/playback/gststreamselector.h:
5057         Add property for number of pads.
5058
5059         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5060         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5061         (text_toggle_cb), (update_streams), (msg_async_done),
5062         (msg_state_changed), (main):
5063         Block slider callback when updating the slider position.
5064         Add gui elements for controlling playbin2.
5065         Add callback for async_done that updates position/duration.
5066
5067 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5068
5069         * docs/plugins/Makefile.am:
5070         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5072         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5073         * docs/plugins/gst-plugins-base-plugins.interfaces:
5074         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5075           First round of plugin docs cleansups.
5076
5077         * docs/plugins/inspect/plugin-adder.xml:
5078         * docs/plugins/inspect/plugin-alsa.xml:
5079         * docs/plugins/inspect/plugin-audioconvert.xml:
5080         * docs/plugins/inspect/plugin-audiorate.xml:
5081         * docs/plugins/inspect/plugin-audioresample.xml:
5082         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5083         * docs/plugins/inspect/plugin-cdparanoia.xml:
5084         * docs/plugins/inspect/plugin-decodebin.xml:
5085         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5086         * docs/plugins/inspect/plugin-gdp.xml:
5087         * docs/plugins/inspect/plugin-gnomevfs.xml:
5088         * docs/plugins/inspect/plugin-libvisual.xml:
5089         * docs/plugins/inspect/plugin-ogg.xml:
5090         * docs/plugins/inspect/plugin-pango.xml:
5091         * docs/plugins/inspect/plugin-subparse.xml:
5092         * docs/plugins/inspect/plugin-tcp.xml:
5093         * docs/plugins/inspect/plugin-theora.xml:
5094         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5095         * docs/plugins/inspect/plugin-video4linux.xml:
5096         * docs/plugins/inspect/plugin-videorate.xml:
5097         * docs/plugins/inspect/plugin-videoscale.xml:
5098         * docs/plugins/inspect/plugin-videotestsrc.xml:
5099         * docs/plugins/inspect/plugin-volume.xml:
5100         * docs/plugins/inspect/plugin-vorbis.xml:
5101         * docs/plugins/inspect/plugin-ximagesink.xml:
5102         * docs/plugins/inspect/plugin-xvimagesink.xml:
5103           Regenerate.
5104
5105         * ext/ogg/Makefile.am:
5106         * ext/ogg/gstoggmux.c:
5107         * ext/ogg/gstoggmux.h:
5108           Add header for oggmux. the c-file needs a doc blob still.
5109
5110 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5111
5112         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5113
5114         * gst-libs/gst/rtp/gstrtpbuffer.c:
5115         (gst_rtp_buffer_set_extension_data):
5116         * gst-libs/gst/rtp/gstrtpbuffer.h:
5117         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5118         Add gst_rtp_buffer_set_extension_data() 
5119         Add a unit test for this addition. Fixes #511478.
5120         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5121
5122 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5123
5124         * configure.ac:
5125         Back to CVS
5126
5127 === release 0.10.17 ===
5128
5129 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5130
5131         * configure.ac:
5132           releasing 0.10.17, "Peanut Butter and Jelly"
5133
5134 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5135
5136         * gst-libs/gst/interfaces/mixeroptions.c:
5137         * gst-libs/gst/interfaces/mixertrack.c:
5138         Also remove the conditional registration of the signals
5139         that disappeared with the ABI change in 0.10.14
5140
5141 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5142
5143         * gst-libs/gst/rtsp/gstrtspconnection.c:
5144         Revert patch to gstrtspconnection.c for brown paper bag
5145         release of -base. Re-opens: #511825
5146
5147 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5148
5149         * gst-libs/gst/interfaces/mixeroptions.h:
5150         * gst-libs/gst/interfaces/mixertrack.h:
5151         Change the way these deprecated function pointers are removed
5152         so that the compiled ABI is unconditionally smaller. This 
5153         sets in stone an ABI break that actually occurred when the
5154         things were deprecated in 0.10.14, which seems to be the best
5155         fix as the only known users are oss-mixer and sunaudio-mixer in 
5156         gst-plugins-good.
5157         Fixes: #513018
5158
5159 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * win32/common/libgstpbutils.def:
5162           Export the two new _get_type() functions which are needed
5163           by the python bindings.
5164
5165 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5166
5167         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5168         Cast glong to time_t as time_t might have a different type on
5169         other platforms, like FreeBSD, and we get a compiler warning
5170         otherwise. Fixes bug #511825.
5171
5172 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5173
5174         * gst-libs/gst/audio/gstaudiofilter.c:
5175         (gst_audio_filter_class_init):
5176         Initialize the GstRingerBuffer class to get it's debug category
5177         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5178         category and otherwise we get some g_critical(). Fixes bug #512334.
5179
5180 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5181
5182         * configure.ac:
5183         Back to CVS
5184
5185 === release 0.10.16 ===
5186
5187 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5188
5189         * configure.ac:
5190           releasing 0.10.16, "Scheduled Interruption"
5191
5192 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5193
5194         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5195
5196         * gst-libs/gst/rtp/gstrtpbuffer.c:
5197         (gst_rtp_buffer_get_extension_data):
5198         Fix typos and wrong extension check. Fixes #511274.
5199
5200 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5201
5202         * po/sk.po:
5203         Oops - add new sk.po mentioned in the LINGUAS I just committed
5204
5205 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5206
5207         * po/LINGUAS:
5208         Add ca translation to the disted list.
5209
5210         * win32/vs6/libgstsdp.dsp:
5211         Convert line endings to CRLF
5212
5213 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5214
5215         * win32/MANIFEST:
5216         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5217
5218 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5219
5220         * win32/common/libgstsdp.def:
5221         * win32/common/libgstvideo.def:
5222         Add new API declarations
5223
5224 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5225
5226         * ext/theora/gsttheoradec.h:
5227         * ext/theora/gsttheoraparse.h:
5228         * ext/theora/theoradec.c:
5229         * ext/theora/theoraparse.c:
5230         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5231         and parser by inspecting the bitstream version of the incoming data.
5232
5233 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5234
5235         * configure.ac:
5236         * pkgconfig/Makefile.am:
5237         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5238         * pkgconfig/gstreamer-audio.pc.in:
5239         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5240         * pkgconfig/gstreamer-cdda.pc.in:
5241         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5242         * pkgconfig/gstreamer-fft.pc.in:
5243         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5244         * pkgconfig/gstreamer-floatcast.pc.in:
5245         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5246         * pkgconfig/gstreamer-interfaces.pc.in:
5247         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5248         * pkgconfig/gstreamer-netbuffer.pc.in:
5249         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5250         * pkgconfig/gstreamer-pbutils.pc.in:
5251         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5252         * pkgconfig/gstreamer-riff.pc.in:
5253         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5254         * pkgconfig/gstreamer-rtp.pc.in:
5255         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5256         * pkgconfig/gstreamer-rtsp.pc.in:
5257         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5258         * pkgconfig/gstreamer-sdp.pc.in:
5259         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5260         * pkgconfig/gstreamer-tag.pc.in:
5261         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5262         * pkgconfig/gstreamer-video.pc.in:
5263         Provide one pkg-config file for every gst-plugins-base library.
5264         This makes linking to those libraries much more intuitive and
5265         provides standard pkg-config behaviour for them. Fixes bug #499697.
5266
5267 2008-01-13  David Schleef  <ds@schleef.org>
5268
5269         * gst/videoscale/vs_4tap.c:
5270           Fix valgrind error on 4tap scaling method.
5271
5272 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5273
5274         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5275         Include Winsock2.h for VS6 and use a different way initialize
5276         hints structure so it can build with VS6.
5277         * win32/MANIFEST:
5278         * win32/vs6/libgstsdp.dsp:
5279         * win32/common/libgstsdp.def:
5280         Add new files for libgstsdp.
5281         * win32/vs6/grammar.dsp:
5282         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5283         * win32/vs6/gst_plugins_base.dsw:
5284         * win32/vs6/libgstdecodebin.dsp:
5285         * win32/vs6/libgstdecodebin2.dsp:
5286         * win32/vs6/libgstplaybin.dsp:
5287         * win32/vs6/libgstvolume.dsp:
5288         Add new dependencies to the link list.
5289
5290 2008-01-13  Julien Moutte  <julien@fluendo.com>
5291
5292         * win32/common/config.h:
5293         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5294         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5295         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5296         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5297         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5298         * win32/common/interfaces-enumtypes.c:
5299         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5300         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5301         (gst_mixer_track_flags_get_type),
5302         (gst_tuner_channel_flags_get_type):
5303         * win32/common/multichannel-enumtypes.c:
5304         (gst_audio_channel_position_get_type):
5305         * win32/common/pbutils-enumtypes.c:
5306         (gst_install_plugins_return_get_type):
5307         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5308         in the win32 build directory.
5309
5310 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5311
5312         * tests/check/Makefile.am:
5313         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5314
5315         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5316         * tests/check/elements/playbin.c:
5317         * tests/check/libs/mixer.c: (test_element_interface_supported),
5318         (gst_implements_interface_init):
5319         * tests/check/libs/rtp.c: (GST_START_TEST):
5320         Fix various assignment type mismatches.
5321
5322 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5323
5324         * configure.ac:
5325         * gst-libs/gst/rtsp/Makefile.am:
5326         Add test to see if hstrerror is available or if we need libresolv
5327         (Solaris) for it, then use it in libgstrtsp.
5328
5329 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5330
5331         * gst-libs/gst/tag/Makefile.am:
5332         Fix include path order
5333
5334 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5335
5336         * gst-libs/gst/pbutils/install-plugins.c:
5337         (gst_install_plugins_context_copy),
5338         (gst_install_plugins_context_get_type):
5339         * gst-libs/gst/pbutils/install-plugins.h:
5340         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5341         for bindings.
5342
5343 2008-01-11  Michael Smith <msmith@fluendo.com>
5344
5345         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5346         (_theora_granule_frame), (_theora_granule_start_time),
5347         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5348           Adapt for post-alpha meaning of granulepos, when we
5349           have a newer version of libtheora.
5350         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5351         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5352         (theora_enc_is_discontinuous), (theora_enc_chain):
5353           Likewise.
5354         * tests/check/Makefile.am:
5355           Link libtheora into theoraenc test so we can check which version of
5356           libtheora we're testing against.
5357         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5358         (check_buffer_granulepos),
5359         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5360         (theoraenc_suite):
5361           Adapt tests to check the values that are now defined for theora; make
5362           the tests backwards-adapt the passed values if we're running against an
5363           old libtheora.
5364           Fixes #497964
5365
5366 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5367
5368         * gst-libs/gst/audio/gstbaseaudiosink.c:
5369           (gst_base_audio_sink_class_init):
5370         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5371           (gst_base_audio_src_class_init):
5372           Ref audio clock class from a thread-safe context to make sure
5373           we're not bit by GObjects lack of thread-safety here (#349410),
5374            however unlikely that may be in practice.
5375
5376 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5377
5378         * autogen.sh:
5379           Add -Wno-portability to the automake parameters to stop warnings
5380           about GNU make extensions being used. We require GNU make in almost
5381           every Makefile anyway.
5382           
5383         * configure.ac:
5384           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5385           at the same time is required for per target flags.
5386
5387 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5390           Post an error message if we can't pull as many bytes as we need
5391           for the tag. This makes sure the user gets to see a proper error
5392           message if a file with a partial ID3 tag is fed to decodebin, and
5393           not a 'no ID3 tag demuxer' error, which would be confusing
5394           (see #508138).
5395
5396 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5397
5398         * gst-libs/gst/pbutils/descriptions.c: (formats):
5399           Add description strings for ID3, APE, and ICY tags.
5400
5401 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5402
5403         * gst/playback/gstdecodebin.c: (try_to_link_1):
5404           Make sure we error out correctly if we can't activate one of
5405           the elements we've added.  Fixes #508138.
5406           
5407 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5408
5409         Patch by: Bastien Nocera <hadess at hadess net>
5410
5411         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5412           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5413           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5414           the volume is the same for all channels. This works around
5415           some problem in alsa that leaves us with inconsistent state
5416           for some reason (#486840).
5417
5418 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         Patch by: Jerone Young <jerone at gmail com>
5421
5422         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5423           If there's no mixer track by the name of 'Master' or 'Front',
5424           check if there's one called 'PCM' before trying the generic
5425           fallback logic (fixes #506928, where we pick 'Mic' as master
5426           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5427
5428 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5429
5430         * gst/playback/gstplay-enum.c:
5431         (register_gst_autoplug_select_result),
5432         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5433         (gst_play_flags_get_type):
5434         * gst/playback/gstplay-enum.h:
5435         Add enums for configuration flags.
5436
5437         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5438         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5439         (gst_play_bin_get_property), (no_more_pads_cb),
5440         (autoplug_select_cb), (gst_play_bin_change_state):
5441         Merge mode with flags.
5442         Add more property getters/setters, defaults and docs.
5443         Add properties to get number of audio/video/text streams.
5444         Create sink object in _init so that we can always rely on it being
5445         there.
5446
5447         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5448         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5449         (activate_vis), (gst_play_sink_reconfigure),
5450         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5451         (gst_play_sink_change_state):
5452         * gst/playback/gstplaysink.h:
5453         Use flags to configure the sink pipelines.
5454         Add tee before audio pipeline so that we can use it for visualisations.
5455         Start working on integrating visualisations.
5456         Remove mode, we can do everything with the flags now.
5457         Add method to configue the sink pipeline.
5458
5459 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5462           (check_buffer_timestamp), (check_buffer_duration):
5463           Turn these functions into macros so we can see right away
5464           where the failure occured.
5465
5466 2008-01-05  Julien Moutte  <julien@fluendo.com>
5467
5468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5469         debugging information to understand how X calculates the stride
5470         for XvImages.
5471
5472 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5473
5474         * gst/volume/Makefile.am:
5475         * gst/volume/gstvolume.c: (volume_choose_func),
5476         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5477         (volume_setup):
5478         * gst/volume/gstvolume.h:
5479         Use GstAudioFilter as base class for the volume element instead of
5480         plain GstBaseTransform.
5481
5482 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5483
5484         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5485         Don't set element details for the abstract GstAudioFilter class.
5486
5487 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5488
5489         * gst-libs/gst/audio/gstaudiofilter.c:
5490         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5491         Implement get_unit_size() vmethod of GstBaseTransform.
5492
5493 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5494
5495         * gst-libs/gst/pbutils/Makefile.am:
5496         * gst-libs/gst/pbutils/pbutils.h:
5497         Use glib-enum generator to have a proper enum GType for
5498         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5499
5500 2007-12-31  David Schleef  <ds@schleef.org>
5501
5502         * tests/check/Makefile.am:
5503         * tests/check/pipelines/theoraenc.c:
5504           Reenable theoraenc test, which fails on the buildbot but
5505           not locally.
5506
5507 2007-12-31  David Schleef  <ds@schleef.org>
5508
5509         * docs/libs/.cvsignore:
5510         * docs/plugins/.cvsignore:
5511           Add *-undeclared.txt to fix buildbot.
5512
5513 2007-12-31  David Schleef  <ds@schleef.org>
5514
5515         * tests/check/Makefile.am:
5516           Second attempt at disabling theoraenc test long enough to
5517           get buildbot to compile -base.
5518
5519 2007-12-31  David Schleef  <ds@schleef.org>
5520
5521         * tests/check/pipelines/theoraenc.c:
5522           Disable theoraenc test long enough to get the buildbot to
5523           compile a recent -base.
5524
5525 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5526
5527         * tests/examples/seek/seek.c: (stop_cb):
5528         Make sure we reset the slider value to 0.0 without racing against a
5529         possible g_idle that sets it to something else.
5530
5531 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5532
5533         * sys/ximage/ximagesink.c:
5534         fix typo
5535
5536 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5537
5538         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5539         * gst-libs/gst/rtsp/gstrtspdefs.h:
5540         Add Location header so that we can start implementing redirects.
5541         See #506025.
5542
5543 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5544
5545         * gst/subparse/gstssaparse.c:
5546         combine if's
5547
5548 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5549
5550         * gst/subparse/gstssaparse.c:
5551         remove duplicate log message
5552
5553 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5554
5555         * ext/libvisual/visual.c: (gst_visual_chain):
5556         Fix 'xyz may be used uninitialized' compiler warnings caused
5557         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5558         abort() in any case but properly report the error.
5559
5560 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5561
5562         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5563         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5564         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5565         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5566         (autoplug_select_cb), (activate_group), (deactivate_group),
5567         (setup_next_source), (save_current_group),
5568         (gst_play_bin_change_state):
5569         Code cleanups.
5570         Remove next-uri, we can use the uri property just fine.
5571         Fix some crasher.
5572         Unref uridecodebin when switching.
5573         Fix going to READY.
5574
5575         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5576         (gst_play_sink_init), (gst_play_sink_dispose),
5577         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5578         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5579         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5580         (gst_play_sink_set_property), (gst_play_sink_get_property),
5581         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5582         (gen_vis_element), (gst_play_sink_get_mode),
5583         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5584         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5585         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5586         (gst_play_sink_change_state):
5587         * gst/playback/gstplaysink.h:
5588         Add some locking to make things threadsafe.
5589
5590         * gst/playback/test7.c: (about_to_finish_cb):
5591         Fix test.
5592
5593 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5596           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5597           (gst_video_scale_transform):
5598           Don't claim to be able to handle/transform caps that can't really
5599           be handled by the currently selected scaling method (here: RGB or
5600           packed YUV with 4-tap method). Also add locking to method property.
5601
5602         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5603           (test_basetransform_based):
5604           Some test pipelines for the above (not entirely valgrind clean yet
5605           apparently).
5606
5607 2007-12-21  David Schleef  <ds@schleef.org>
5608
5609         * gst-libs/gst/video/video.c:
5610         * gst-libs/gst/video/video.h:
5611           Add additional RGBA and RGB-24 video formats.
5612
5613 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5616           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5617           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5618         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5619           (cddabasesrc_suite):
5620           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5621           deprecated in the future (see #498924).
5622
5623 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5626           Don't leak event.
5627
5628 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5629
5630         * gst-libs/gst/riff/riff-read.c:
5631         Use GST_ROUND_UP_2 macro
5632
5633 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * gst/playback/.cvsignore:
5636           Ignore more.
5637
5638 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5639
5640         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5641         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5642           (set_active_source):
5643         * gst/playback/gstplaybasebin.h:
5644         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5645           (setup_sinks), (playbin_set_subtitles_visible):
5646           Make switching off of subtitles work. To avoid all kind of
5647           problems with unlinking of the subtitle input, we just keep
5648           the subtitle inputs linked as they are and tell textoverlay
5649           not to render them. Fixes #373011.
5650           Other subtitle switching issues (esp. when there are both
5651           external and in-stream subtitles) remain. They'll be solved
5652           in playbin2.
5653
5654 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5655
5656         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5657         Init the pad segment too.
5658
5659 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5660
5661         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5662         (gst_audioringbuffer_open_device),
5663         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5664         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5665         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5666         (gst_audio_sink_create_ringbuffer):
5667         Improve debug output.
5668
5669         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5670         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5671         Prevent some functions from doing things and failing when the
5672         ringbuffer is not yet acquired.
5673
5674 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5675
5676         * gst-libs/gst/interfaces/interfaces.h:
5677           Also remove interfaces.h from CVS as it is not needed anymore.
5678
5679 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5680
5681         * gst-libs/gst/interfaces/Makefile.am:
5682           interfaces.h is not used anymore so remove it from the build
5683           process.
5684
5685 2007-12-17  David Schleef  <ds@schleef.org>
5686
5687         * gst/videotestsrc/gstvideotestsrc.c:
5688         * gst/videotestsrc/gstvideotestsrc.h:
5689           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5690           for testing vertical refresh synchronization.
5691
5692 2007-12-17  David Schleef  <ds@schleef.org>
5693
5694         * docs/libs/gst-plugins-base-libs-sections.txt:
5695         * gst-libs/gst/video/video.c:
5696         * gst-libs/gst/video/video.h:
5697           Add new GstVideFormat enum and write a bunch of helper functions
5698           based around it.
5699
5700 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * Makefile.am:
5703           Use new common/win32.mak.
5704
5705 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5706
5707         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5708         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5709         Add debug info.
5710         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5711         the parent state change function, just like the audiosink, because the
5712         parent waits for the element to finish its processing before completing
5713         the state change. This makes going to PAUSED a lot snappier.
5714         When going from READY to PAUSED, don't allow the ringbuffer to start
5715         yet.
5716
5717 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5718
5719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5720         Yet another fix for broken software that produce files with an empty
5721         blockalign field. Instead of completely failing, make a second attempt
5722         at guessing the width/depth by looking at strf->size.
5723
5724 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5725
5726         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5727           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5728         * gst-libs/gst/pbutils/install-plugins.c:
5729           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5730         * gst-libs/gst/pbutils/missing-plugins.c:
5731           (gst_missing_plugin_message_get_installer_detail),
5732           (gst_missing_encoder_installer_detail_new):
5733         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5734         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5735           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5736           avoid compiler warnings (#503930).
5737
5738 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5739
5740         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5741         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5742         for jpeg video streams.
5743         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5744         for the above modification.
5745
5746 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5749           (gst_x_overlay_handle_events):
5750           More guards (we don't want klass to end up being NULL).
5751
5752 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5753
5754         * configure.ac:
5755         * gst/volume/gstvolume.c: (gst_volume_init):
5756           Use new gst_base_transform_set_gap_aware() function as volume
5757           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5758           for this.
5759
5760 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5761
5762         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5763         Don't go to READY on EOS as this avoids testing of seeking and
5764         restarting after EOS, use the stop button when you want to READY.
5765         Don't try to do a flushing seek in segment-done, it does not make
5766         sense to use this for gapless playback and is not needed.
5767
5768 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5769
5770         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5771         (reset_rate_timer), (update_in_rates), (update_out_rates),
5772         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5773         (gst_queue_chain), (gst_queue_loop):
5774         Use separate timers for input and output rates.
5775         Pause measuring the output rate when we block for more data.
5776         See #503262.
5777
5778 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5779
5780         * gst/playback/gstqueue2.c: (gst_queue_chain):
5781         Pause the timer to measure the input rate when we block because the
5782         queue is filled. See #503262.
5783
5784 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5785
5786         Patch by: Peter Kjellerstedt  <pkj at axis com>
5787
5788         * gst-libs/gst/rtsp/gstrtspconnection.c:
5789         (gst_rtsp_connection_free):
5790         Close control sockets. Fixes #503440.
5791
5792 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5793
5794         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5795         Expose the right pad in the right place with the right element.
5796
5797 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * gst-libs/gst/pbutils/descriptions.c: (formats):
5800           Add description for 'private' dts caps (who come up with that name?).
5801
5802 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5803
5804         * Makefile.am:
5805           Add check-exports target and run it with 'make check'.
5806
5807         * configure.ac:
5808           Be stricter about what we export in our libraries: change regexp so that
5809           we only export _gst_foo(), but not __gst_foo().
5810
5811         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5812         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5813           Change internal functions to __gst_foo so they dont' get exported.
5814
5815         * win32/common/libgstaudio.def:
5816           Add missing symbols.
5817
5818 2007-12-11  David Schleef  <ds@schleef.org>
5819
5820         * ChangeLog: remove conflict markers
5821
5822 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5823
5824         * ext/gnomevfs/Makefile.am:
5825         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5826           Use gst_tag_freeform_string_to_utf8() here, which also takes
5827           into account any character sets specified by the user via
5828           environment variables.
5829
5830 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5831
5832         * gst/audioconvert/Makefile.am:
5833         Also link to libm.
5834
5835 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5836
5837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5838         No need for floating point operations here. avoids having to link
5839         against the math library too.
5840
5841 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5842
5843         * gst-libs/gst/pbutils/descriptions.c: (formats),
5844           (format_info_get_desc):
5845         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5846           (GST_START_TEST):
5847           Add one or two missing formats.  Generate ADPCM description
5848           dynamically depending on layout/format.
5849
5850 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5851
5852         * configure.ac:
5853           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5854
5855 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5856
5857         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5858
5859         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5860           Some .srt files start with chunk number 0 and not chunk number 1,
5861           recognise and accept those as well (fixes #502497).
5862
5863         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5864           (test_src):
5865           Add unit test for the above.
5866
5867 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5868
5869         * gst/playback/gstplay-enum.c:
5870         (register_gst_autoplug_select_result),
5871         (gst_autoplug_select_result_get_type):
5872         * gst/playback/gstplay-enum.h:
5873         Add missing files.
5874
5875 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5876
5877         * gst/playback/Makefile.am:
5878         Group decodebin2 and uridecodebin into the same plugin so that they
5879         can share the GEnumType.
5880
5881         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5882         (_gst_select_accumulator), (gst_decode_bin_class_init),
5883         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5884         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5885         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5886         Add signal to sort factories instead of the more awkward autoplug-select
5887         signal.
5888         Modify autoplug_select so that we can try, skip or expose the
5889         autopluggin of an element on a pad.
5890
5891         * gst/playback/gstfactorylists.c: (compare_ranks),
5892         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5893         (element_filter), (gst_factory_list_get_elements),
5894         (gst_factory_list_debug), (gst_factory_list_filter):
5895         * gst/playback/gstfactorylists.h:
5896         Simplify the API, allow getting elements based on mask.
5897
5898         * gst/playback/gstplay-marshal.list:
5899         Add some more marshallers.
5900
5901         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5902         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5903         (autoplug_select_cb), (activate_group):
5904         Add support for managing non-raw sinks by providing a custom element and
5905         sink list to decodebin2.
5906         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5907         decodebin2.
5908
5909         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5910         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5911         * gst/playback/gstplaysink.h:
5912         Add support for raw and non-raw sinks. 
5913         Add support to force sinks selected by playbin2.
5914         Don't plug raw converters for non-raw sinks.
5915
5916         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5917         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5918         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5919         (plugin_init):
5920         Use right accumulators.
5921         Proxy new signal.
5922
5923 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5924
5925         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5926         Use runnning time as the base time instead of the timestamp.
5927         Spotted by Saur on IRC.
5928
5929 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5930
5931         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5932         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5933
5934 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5935
5936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5937         (gst_ogg_demux_read_chain):
5938         If we find a new serial number but it does not contain a BOS page, make
5939         sure we initialize the chain to NULL because else we will try to scan it
5940         and crash. Fixes #500763
5941
5942 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5943
5944         * gst/playback/Makefile.am:
5945         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5946         (get_feature_array), (decoders_filter), (sinks_filter),
5947         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5948         (gst_factory_list_filter):
5949         * gst/playback/gstfactorylists.h:
5950         Refactor some common code to filter factories and check caps compat.
5951
5952         * gst/playback/gstdecodebin.c:
5953         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5954         (gst_decode_bin_init), (gst_decode_bin_dispose),
5955         (gst_decode_bin_autoplug_continue),
5956         (gst_decode_bin_autoplug_factories),
5957         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5958         (find_compatibles):
5959         * gst/playback/gstplaybin.c:
5960         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5961         (gst_play_bin_init), (gst_play_bin_finalize),
5962         (autoplug_factories_cb), (activate_group):
5963         * gst/playback/gstqueue2.c:
5964         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5965         (proxy_autoplug_continue_signal),
5966         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5967         (proxy_drained_signal):
5968         Add some more debug info and use factor filtering code.
5969
5970 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5971
5972         * gst/audiotestsrc/gstaudiotestsrc.c:
5973         * gst/volume/gstvolume.c:
5974         * gst/volume/gstvolume.h:
5975           Add GAP-flag support.
5976
5977 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5978
5979         * tests/examples/seek/seek.c: (main): Increase the range of the
5980         rate selector as I would like to test QOS behavior at higher
5981         forward and reverse playback speed like say 64x.
5982
5983 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5984
5985         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5986         (audioresample_query), (audioresample_query_type),
5987         (gst_audioresample_set_property):
5988         Implement latency query.
5989
5990 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5991
5992         * gst-libs/gst/audio/gstbaseaudiosink.c:
5993         (gst_base_audio_sink_drain):
5994         Our EOS time contains the base_time, _wait_eos() expects a running_time
5995         so we have to subtract the base_time again before calling the function.
5996         This fixes an EOS regression where the base_time was added twice and EOS
5997         took longer and longer in certain situations.
5998         Fixes #498767.
5999
6000 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6001
6002         * docs/libs/gst-plugins-base-libs-sections.txt:
6003         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6004         (gst_base_audio_sink_set_provide_clock),
6005         (gst_base_audio_sink_get_provide_clock),
6006         (gst_base_audio_sink_set_slave_method),
6007         (gst_base_audio_sink_get_slave_method),
6008         (gst_base_audio_sink_set_property),
6009         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6010         (gst_base_audio_sink_none_slaving),
6011         (gst_base_audio_sink_handle_slaving):
6012         * gst-libs/gst/audio/gstbaseaudiosink.h:
6013         Expose methods for some object properties so that subclasses can more
6014         easily configure them.
6015         Added slave method none, that completely disables slaving to the
6016         internal clock.
6017         API: gst_base_audio_sink_set_provide_clock()
6018         API: gst_base_audio_sink_get_provide_clock()
6019         API: gst_base_audio_sink_set_slave_method()
6020         API: gst_base_audio_sink_get_slave_method()
6021
6022         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6023         (gst_base_audio_src_set_provide_clock),
6024         (gst_base_audio_src_get_provide_clock),
6025         (gst_base_audio_src_set_property),
6026         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6027         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6028         Expose methods for some object properties so that subclasses can more
6029         easily configure them.
6030         API: gst_base_audio_src_set_provide_clock()
6031         API: gst_base_audio_src_get_provide_clock()
6032
6033 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6034
6035         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6036
6037         * gst-libs/gst/sdp/gstsdpmessage.c:
6038         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6039
6040 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6041
6042         * tests/check/libs/fft.c: (GST_START_TEST):
6043         Fix scaling to really have dB instead of something else.
6044
6045 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6046
6047         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6048         GTK version, use it.
6049
6050 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6051
6052         * tests/examples/seek/seek.c: (main): Try to support stable version
6053         of GTK.
6054
6055 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6056
6057         * gst/playback/README:
6058         * gst/playback/test7.c:
6059           Fix the build + little README update.
6060
6061 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6062
6063         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6064         Add playbin2 seek pipeline.
6065
6066 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6067
6068         * gst/playback/Makefile.am:
6069         * gst/playback/gstplayback.c: (plugin_init):
6070         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6071         (eos_cb), (about_to_finish_cb), (main):
6072         Add playbin2.
6073         Added gapless playback example.
6074
6075         * gst/playback/gstplaybasebin.c:
6076         * gst/playback/gstplaybasebin.h:
6077         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6078         * gst/playback/gstqueue2.c:
6079         * gst/playback/test.c:
6080         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6081         (pad_removed_cb):
6082         * gst/playback/gststreaminfo.h:
6083         Change email.
6084
6085         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6086         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6087         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6088         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6089         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6090         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6091         (drained_cb), (unlink_group), (activate_group),
6092         (setup_next_source), (gst_play_bin_change_state),
6093         (gst_play_bin2_plugin_init):
6094         Added raw first version of playbin2. Does chained oggs and gapless
6095         playback fine. No support for raw sinks yet. No visualisations or
6096         subtitles yet.
6097
6098         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6099         (gst_play_sink_class_init), (gst_play_sink_init),
6100         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6101         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6102         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6103         (gst_play_sink_set_property), (gst_play_sink_get_property),
6104         (post_missing_element_message), (free_chain), (add_chain),
6105         (activate_chain), (gen_video_chain), (gen_text_element),
6106         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6107         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6108         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6109         (gst_play_sink_send_event), (gst_play_sink_change_state):
6110         * gst/playback/gstplaysink.h:
6111         Added Element that abstracts the sinks and their pipelines for playbin2.
6112
6113 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6114
6115         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6116         (gst_selector_pad_class_init), (gst_selector_pad_init),
6117         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6118         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6119         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6120         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6121         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6122         (gst_stream_selector_init), (gst_stream_selector_set_property),
6123         (gst_stream_selector_get_linked_pad),
6124         (gst_stream_selector_getcaps),
6125         (gst_stream_selector_is_active_sinkpad),
6126         (gst_stream_selector_activate_sinkpad),
6127         (gst_stream_selector_get_linked_pads),
6128         (gst_stream_selector_request_new_pad),
6129         (gst_stream_selector_release_pad):
6130         * gst/playback/gststreamselector.h:
6131         Improve streamselector, make it select and unselect the current pad more
6132         intelligently. 
6133         Subclass GstPad for the sinkpads of the selector.
6134         Handle segments more correctly.
6135         Fix caps negotiation.
6136         Implement release_pad.
6137
6138 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6139
6140         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6141         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6142         (remove_fakesink):
6143         Add drained signal fired when decodebin finishes decoding the data.
6144         Remove deprecated STATE_DIRTY message.
6145
6146         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6147         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6148         (analyse_source), (proxy_drained_signal), (make_decoder),
6149         (source_new_pad), (value_list_append_structure_list),
6150         (handle_redirect_message), (handle_message):
6151         Proxy the new drained signal.
6152         Handle pad removed from decodebin.
6153         Handle redirect messages by sorting multiple redirections based on the
6154         connection speed.
6155
6156 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6157
6158         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6159
6160         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6161         Fix leaking headers. Fixes #496761.
6162
6163 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6164
6165         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6166
6167         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6168         (gst_ximagesink_change_state):
6169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6170         Don't leak the PAR on errors. Fixes #496731.
6171
6172 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6175           (gst_tag_from_id3_user_tag):
6176           Add mapping for audio cd discid tags, so we can extract
6177           them from tags as well (see #347848). Also compare identifiers
6178           in ID3v2 TXXX frames in a case-insensitive way to increase
6179           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6180
6181 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6182
6183         * gst-plugins-base.doap:
6184         Oops, fix the release name.
6185
6186 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6187
6188         * gst-plugins-base.doap:
6189         Add 0.10.15 release
6190
6191 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6192
6193         * configure.ac:
6194         Back to CVS
6195
6196 === release 0.10.15 ===
6197
6198 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6199
6200         * configure.ac:
6201           releasing 0.10.15, "No need to argue"
6202
6203 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6204
6205         * win32/vs6/libgstfft.dsp:
6206         Convert line endings to DOS.
6207
6208 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6209
6210         * win32/vs6/gst_plugins_base.dsw:
6211         * win32/vs6/libgstfft.dsp:
6212         * win32/MANIFEST:
6213         Add a project file for fft plugin and remove socket
6214         based plugin which don't build from the workspace.
6215         * win32/vs6/libgstaudio.dsp:
6216         * win32/vs6/libgstrtp.dsp:
6217         * win32/vs6/libgsttag.dsp:
6218         Convert line endings back to DOS.
6219         Fixes #496724
6220
6221 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6222
6223         * win32/vs6/libgstinterfaces.dsp:
6224         * win32/vs6/libgstrtsp.dsp:
6225         Convert line endings back to DOS
6226
6227 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6228
6229         * gst-libs/gst/fft/kiss_fft_f32.h:
6230         * gst-libs/gst/fft/kiss_fft_f64.h:
6231         * gst-libs/gst/fft/kiss_fft_s16.h:
6232         * gst-libs/gst/fft/kiss_fft_s32.h:
6233         Don't include malloc.h which doesn't exist on Mac OSX.
6234         Instead, pull in glib.h and use g_malloc/g_free for 
6235         consistency. Fixes: #496548
6236
6237 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6238
6239         * gst/playback/gstdecodebin2.c:
6240           Dont leak ghostpad. Fixes #475451.
6241
6242 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6243
6244         * docs/design/design-decodebin.txt:
6245         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6246         Update some more docs and comments.
6247
6248 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6249
6250         Patch by: Sebastien Moutte  <sebastien moutte net>
6251
6252         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6253           (gst_rtcp_unix_to_ntp):
6254         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6255           Fix some C99-isms and and a missing function that some versions of
6256           MSVC don't like too much (#494346).
6257
6258         * win32/vs6/gst_plugins_base.dsw:
6259         * win32/vs6/libgstaudio.dsp:
6260         * win32/vs6/libgstrtp.dsp:
6261         * win32/vs6/libgsttag.dsp:
6262           Update vs6 projects files (#494346).
6263
6264 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6265
6266         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6267
6268         * win32/common/libgstaudio.def:
6269         * win32/common/libgstcdda.def:
6270         * win32/common/libgstinterfaces.def:
6271         * win32/common/libgstnetbuffer.def:
6272         * win32/common/libgstpbutils.def:
6273         * win32/common/libgstrtp.def:
6274         * win32/common/libgstrtsp.def:
6275         * win32/common/libgsttag.def:
6276         * win32/common/libgstvideo.def:
6277           More missing symbols to export (fixes #493986).
6278
6279 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6280
6281         * docs/libs/gst-plugins-base-libs-sections.txt:
6282         * gst-libs/gst/fft/gstfftf32.c:
6283         * gst-libs/gst/fft/gstfftf32.h:
6284         * gst-libs/gst/fft/gstfftf64.c:
6285         * gst-libs/gst/fft/gstfftf64.h:
6286         * gst-libs/gst/fft/gstffts16.c:
6287         * gst-libs/gst/fft/gstffts16.h:
6288         * gst-libs/gst/fft/gstffts32.c:
6289         * gst-libs/gst/fft/gstffts32.h:
6290         * tests/check/libs/fft.c: (GST_START_TEST):
6291         Remove the magnitude and phase calculation functions as these have
6292         very special use cases and can't even be used for the spectrum
6293         element. Also adjust the docs to mention some properties of the used
6294         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6295
6296 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6299           (finish_source):
6300           Avoid crash when there are external subtitles (fixes #491722).
6301
6302 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6305         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6306           'Could not open resource for writing' is not an acceptable
6307           error message when we can't open the audio device (see #492334),
6308           even less so when we're trying to open it to record something.
6309
6310 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6311
6312         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6313
6314         * win32/common/libgstrtp.def:
6315           Add some more missing symbols (#492813).
6316
6317 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6318
6319         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6320
6321         * tests/check/elements/audioconvert.c: (verify_convert):
6322           Add check to make sure that the out caps have a channel layout
6323           set on them where they should have one.
6324
6325 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6326
6327         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6328
6329         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6330         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6331           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6332           (#492306).
6333
6334         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6335           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6336           (it disappeared in GLib 2.14.0) (#492306).
6337
6338         * gst-libs/gst/sdp/Makefile.am:
6339         * gst-libs/gst/sdp/gstsdpmessage.c:
6340           Fix includes and LIBS for win32/Mingw (#492306).
6341
6342         * tests/examples/dynamic/addstream.c (pause_play_stream):
6343           Use more portable g_usleep() instead of sleep() (#492306).
6344
6345 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6346
6347         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6348
6349         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6350           (gst_ring_buffer_parse_caps):
6351           Return NULL instead of an enum that happens to be 0, fixes warning
6352           on MSVC (#492114).
6353
6354         * gst-libs/gst/audio/gstringbuffer.h:
6355           No trailing commas in enum list (for gcc-2.9x).
6356
6357         * gst/videotestsrc/videotestsrc.c: (random_char):
6358           Make information loss explicit instead of implicitly truncating to
6359           eight bits via the return value.  Fixes runtime error on MSVC when
6360           using the debug CRT (#492114).
6361
6362         * win32/common/config.h.in:
6363           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6364
6365         * win32/common/libgstinterfaces.def:
6366         * win32/common/libgstrtp.def:
6367           Export a few more symbols (#492114).
6368
6369 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6370
6371         * gst-libs/gst/audio/audio.c:
6372         * gst-libs/gst/audio/audio.h:
6373           Readd the deprecation guards, but preserve compilability.
6374
6375 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6378           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6379           Preserve channel layout when fixating the number of channels in the
6380           output caps, or make sure there's a suitable channel position layout
6381           set on the caps if required. Fixes #430677.
6382
6383 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6384
6385         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6386           Make sure the pipeline really operates in push mode as it should
6387           in this case.
6388
6389 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * gst-libs/gst/audio/audio.h:
6392           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6393           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6394           (ie. normal cvs builds) will fail.
6395
6396 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6397
6398         * docs/libs/Makefile.am:
6399         * gst-libs/gst/audio/audio.c:
6400         * gst-libs/gst/audio/audio.h:
6401         * gst-libs/gst/interfaces/mixer.c:
6402           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6403
6404 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6407           (test_channel_layout_value_intersect), (audio_suite):
6408           Add simple unit test to make sure GstValue intersection
6409           of channel layouts works the way I think it does.
6410
6411 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6412
6413         * docs/libs/gst-plugins-base-libs-sections.txt:
6414         * gst-libs/gst/audio/gstaudiofilter.h:
6415         * gst-libs/gst/interfaces/mixer.h:
6416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6417         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6418         * gst-libs/gst/sdp/gstsdpmessage.c:
6419           Fix the docs according to what gtk-doc complained about.
6420
6421 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6422
6423         * tests/icles/stress-playbin.c:
6424           Fix the build.
6425
6426 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6427
6428         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6429         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6430           Post nice/more useful error message if we don't have a decoder for
6431           the primary type.
6432
6433 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6434
6435         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6436         Be a bit more useful, unblock the pads after we fired the no-more-pads
6437         signal so that we can use the signal to inspect and connect all pads
6438         without having to keep extra state outside of decodebin.
6439
6440 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6441
6442         * gst/playback/gsturidecodebin.c:
6443         (gst_uri_decode_bin_autoplug_continue),
6444         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6445         Implement default signal handler so that we return TRUE when nothing is
6446         connected.
6447
6448 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6449
6450         * gst-libs/gst/riff/riff-media.c:
6451         (gst_riff_wavext_add_channel_layout),
6452         (gst_riff_wave_add_default_channel_layout),
6453         (gst_riff_wavext_get_default_channel_mask),
6454         (gst_riff_create_audio_caps):
6455         Use the ALSA channel layout as default for wav files without channel
6456         layout information. This fixes playback of chan-id.wav on 5.1 systems
6457         for example. Also refactor the channel layout setting a bit and add
6458         more default channel orders. Fixes #489010.
6459
6460 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6461
6462         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6463           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6464           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6465           instead.
6466
6467 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6470         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6471         (gst_decode_bin_set_subs_encoding),
6472         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6473         (gst_decode_bin_get_property), (analyze_new_pad):
6474         Move subtitle encoding property to decodebin2 so that it can set the
6475         property value on all elements that it autoplugs and that require it.
6476         Make caps refcounting more consistent in get/set.
6477
6478         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6479         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6480         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6481         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6482         (proxy_autoplug_continue_signal),
6483         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6484         (make_decoder):
6485         Proxy properties and relevant signals from the internal decodebin.
6486         Make properties MT safe.
6487
6488 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6489
6490         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6491         * gst-libs/gst/tag/tags.c:
6492           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6493           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6494
6495         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6496           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6497
6498         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6499           (gst_tag_to_vorbis_comments):
6500           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6501           just mapping everything I found in the wild) (#414539).
6502
6503 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6504
6505         Inspired by patch of: René Stadler <mail at renestadler dot de>
6506
6507         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6508         (gst_decode_bin_autoplug_continue),
6509         (gst_decode_bin_autoplug_factories),
6510         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6511         (find_compatibles):
6512         * gst/playback/gstplay-marshal.list:
6513         Remove the autoplug-sort signal and replace it with a binding friendly
6514         autoplug-select signal.
6515         Add an autoplug-factories signal that can be used to generate a list of
6516         factories to try to autoplug.
6517         Add the GstPad to the autoplugging signal args as it might be needed to
6518         make a good factory selection.
6519         Fix up the marshallers for this. Fixes #407282.
6520
6521 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * gst-libs/gst/tag/gsttagdemux.c:
6524           Don't abort with an assertion if we receive a seek event with
6525           a start type of NONE (see launchpad bug #155878).
6526
6527 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6528
6529         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6530         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6531         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6533         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6534         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6535         Make sure that before we clean up the X resources, we shutdown and join
6536         the event thread.
6537         Also make sure the event thread does not shut down immediatly after
6538         startup because the running variable is not yet correctly set.
6539         Fixes #378770. 
6540
6541 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6542
6543         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6544         Make the window for a race in typefind and shutting down smaller until
6545         we figure out the right locking here. Avoids #485753 usually.
6546
6547         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6548         Remove unneeded lock causing a race in typefind and shutting down.
6549         Fixes #485753.
6550
6551         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6552         Also remove sinks when going to NULL because we might not complete the
6553         state change to PAUSED, causing the PAUSED->READY state change not to
6554         happen.
6555
6556 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6557
6558         * gst-libs/gst/audio/gstbaseaudiosink.c:
6559         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6560         Also explicitly release the ringbuffer when going to NULL because it
6561         is required in the setcaps function, before the state change to PAUSED
6562         completes.
6563
6564 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6565
6566         * tests/icles/.cvsignore:
6567         * tests/icles/Makefile.am:
6568         * tests/icles/stress-playbin.c:
6569           Does what it says on the tin.
6570
6571 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6572
6573         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6574         Fix queue negotiation. See #486758.
6575
6576 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6577
6578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6579         (gst_xvimagesink_xwindow_new),
6580         (gst_xvimagesink_update_colorbalance),
6581         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6582
6583         Fix handling of some of the X atoms. If the last parameter is True,
6584         XInternAtom won't create the atom if it doesn't exist, and therefore
6585         might return None. This causes X errors on Xv implementations that
6586         don't provide the colour balance attributes.
6587
6588 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6589
6590         * gst-libs/gst/tag/gstvorbistag.c:
6591         * tests/check/libs/tag.c:
6592           Extract vorbis comment LICENSE tags correctly.
6593
6594 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6595
6596         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6597
6598         * gst-libs/gst/tag/gstid3tag.c:
6599         * tests/check/libs/tag.c:
6600           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6601
6602 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6603
6604         * gst-libs/gst/tag/gsttagdemux.c:
6605           Don't error out when a buggy downstream element doesn't
6606           handle the newsegment event we send properly (especially
6607           not without posting a meaningful error message on the
6608           bus). See bug #471370 and launchpad bug #136264.
6609
6610 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6611
6612         * gst-libs/gst/audio/gstbaseaudiosink.c:
6613         (gst_base_audio_sink_drain):
6614         Use new basesink method to make our EOS drain interruptable.
6615
6616 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6617
6618         * gst-libs/gst/rtp/gstrtppayloads.c:
6619         Fix silly search-replace oversight.
6620
6621 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6622
6623         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6624
6625         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6626         (gst_basertppayload_set_outcaps):
6627         Fix caps memleak. Fixes #484989.
6628
6629
6630 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6631
6632         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6633         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6634         Fix debug output.
6635
6636 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6639         (gst_base_audio_src_create):
6640         Also handle the case where there is no clock set on the audio source,
6641         like in the unit tests.
6642
6643 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6644
6645         * gst-libs/gst/rtp/gstrtppayloads.c:
6646         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6647         to avoid compiler warnings
6648
6649 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6650
6651         * gst/playback/gstdecodebin.c: (type_found),
6652         (gst_decode_bin_change_state):
6653         * gst/playback/gstdecodebin2.c: (type_found),
6654         (gst_decode_bin_change_state):
6655         Don't disconnect the have_type signal because we never reconnect it
6656         later on. Instead keep a variable to see if we already detected a type.
6657
6658 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6659
6660         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6661         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6662         (type_found):
6663         Unlink the signal handler when we found the type, we're not going to do
6664         anything sensible with more type_found signals anyway.
6665
6666 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6667
6668         * gst-libs/gst/tag/gsttagdemux.c:
6669           Don't leak caps.
6670
6671 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         * gst-libs/gst/tag/Makefile.am:
6674         * gst-libs/gst/tag/gsttagdemux.c:
6675         * gst-libs/gst/tag/gsttagdemux.h:
6676           API: add GstTagDemux base class for simple tag demuxers.
6677
6678         * docs/libs/gst-plugins-base-libs-docs.sgml:
6679         * docs/libs/gst-plugins-base-libs-sections.txt:
6680           Add GstTagDemux to docs.
6681
6682 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6683
6684         * gst-libs/gst/rtp/gstrtpbuffer.c:
6685         (gst_rtp_buffer_get_payload_subbuffer):
6686         Fix bug introduced with last commit which inverted the logic and
6687         caused all buffers to be dropped. Fixes #483620.
6688         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6689
6690 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6691
6692         * gst-libs/gst/rtp/gstrtpbuffer.c:
6693           Replace g_return_if_val (as it could be disabled), with regular return
6694           and warning.
6695
6696 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6697
6698         * tests/check/pipelines/simple-launch-lines.c:
6699           Print message name and not just number.
6700
6701 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6702
6703         * gst-libs/gst/audio/gstbaseaudiosink.c:
6704         (gst_base_audio_sink_async_play):
6705         When slaved to the clock, don't try to align a sample with the previous
6706         one when going to PLAYING again.
6707
6708 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6709
6710         * tests/examples/snapshot/snapshot.c:
6711           Fix the build.
6712
6713 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6714
6715         * gst-libs/gst/sdp/gstsdpmessage.h:
6716         Add RFC 3556 bandwidth modifiers.
6717
6718 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6719
6720         * docs/libs/gst-plugins-base-libs-docs.sgml:
6721         * docs/libs/gst-plugins-base-libs-sections.txt:
6722         * gst-libs/gst/rtp/gstrtppayloads.c:
6723         Update documentation.
6724
6725 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6726
6727         * gst-libs/gst/rtp/Makefile.am:
6728         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6729         (gst_rtp_payload_info_for_name):
6730         * gst-libs/gst/rtp/gstrtppayloads.h:
6731         Added new file and header to deal with payload info.
6732
6733         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6734         (gst_rtp_buffer_default_clock_rate):
6735         * gst-libs/gst/rtp/gstrtpbuffer.h:
6736         Payload specific stuff is move to new headers.
6737         Implement _default_clock rate using the new payload function.
6738
6739         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6740         (gst_sdp_parse_line):
6741         * gst-libs/gst/sdp/gstsdpmessage.h:
6742         Add some more comments.
6743
6744 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6745
6746         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6747         (sdp_check_header), (sdp_type_find), (plugin_init):
6748         Add typefind function for application/sdp.
6749         Remove some old dirac typefind code that was ifdeffed out.
6750
6751 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6752
6753         * win32/common/libgstaudio.def:
6754         Add new exported functions.
6755         * win32/vs6/grammar.dsp:
6756         Add autogeneration and copy of some autegenerated files from win32/common
6757         for rtsp library.
6758         * win32/vs6/libgstaudioconvert.dsp:
6759         Add gstaudioquantize.c to the build.
6760         * win32/vs6/libgstinterfaces.dsp:
6761         Add videoorientation.c to the build.
6762         * win32/vs6/libgstriff.dsp:
6763         Add libgsttag to the link libraries list.
6764         * win32/vs6/libgstvolume.dsp:
6765         Add liboil to the link.
6766         * win32/vs6/gst_plugins_base.dsw:
6767         * win32/vs6/libgstrtsp.dsp:
6768         * win32/common/libgstrtsp.def:
6769         Add files to build libgstrtsp library.
6770         
6771 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6772
6773         * tests/examples/snapshot/snapshot.c: (main):
6774         Print error when pipeline failed to construct.
6775
6776 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         * configure.ac:
6779         * gst-libs/gst/tag/gstid3tag.c:
6780         * gst-libs/gst/tag/gstvorbistag.c:
6781           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6782           and ID3v2 tags.
6783
6784 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6785
6786         * gst-libs/gst/floatcast/floatcast.h:
6787           Don't include config.h in an installed public header, this
6788           might break compilation of applications that don't have such
6789           a header and doesn't necessarily do what it's supposed to do
6790           anyway (ie. check for the lrint/lrintf defines) (#442065).
6791           Add docs for the various macros and document how this header
6792           has to be used (link against libm, etc.); add a few FIXMEs;
6793           include math.h for non-c99 code path.  Based on patch by
6794           Jan Schmidt.
6795           
6796 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6797
6798         * configure.ac:
6799         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6800         of duplicating these macros in configure.ac.
6801
6802 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6803
6804         * po/hu.po:
6805         * po/sv.po:
6806         * po/uk.po:
6807           Updated translations to 0.10.14
6808
6809 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6810
6811         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6812
6813         * po/pl.po:
6814           Added Polish translation.
6815
6816 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6817
6818         translated by: Ilkka Tuohela <hile@iki.fi>
6819
6820         * po/fi.po:
6821           Added Finnish translation.
6822
6823 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6824
6825         translated by: Jorge González González <aloriel@gmail.com>
6826
6827         * po/es.po:
6828           Added Spanish translation.
6829
6830 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6831
6832         translated by: Mogens Jaeger <mogens@jaeger.tf>
6833
6834         * po/da.po:
6835           Added Danish translation.
6836
6837 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6838
6839         translated by: Funda Wang <fundawang@linux.net.cn>
6840
6841         * po/zh_CN.po:
6842           Added Chinese (simplified) translation.
6843
6844 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6845
6846         translated by: Alexander Shopov <ash@contact.bg>
6847
6848         * po/bg.po:
6849           Added Bulgarian translation.
6850
6851 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6852
6853         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6854         Fix compilation wrt printf arguments.
6855
6856 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6857
6858         * configure.ac:
6859         * tests/examples/Makefile.am:
6860         * tests/examples/snapshot/.cvsignore:
6861         * tests/examples/snapshot/Makefile.am:
6862         * tests/examples/snapshot/snapshot.c: (main):
6863         Add simple snapshot example program using appsink.
6864
6865 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6866
6867         * tests/check/generic/states.c:
6868           Improved state change unit test.
6869
6870 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6871
6872         * docs/plugins/.cvsignore:
6873         * tests/check/.cvsignore:
6874           Ignore registries in any format.
6875
6876 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6877
6878         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6879         (gst_base_rtp_depayload_chain),
6880         (gst_base_rtp_depayload_set_gst_timestamp):
6881         Only copy timestamp on outgoing packets if the depayloader did not set
6882         one.
6883         Also copy duration on outgoing packets.
6884
6885 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6886
6887         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6888         (gst_basertppayload_set_outcaps):
6889         Fix compilation because of missing %d in printf.
6890         When fixating caps, fixate what we can and throw away all remaining
6891         unfixed caps, subclasses should do something smart if they need to.
6892
6893 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6894
6895         * ext/gnomevfs/gstgnomevfssrc.c:
6896           Improve debug logs a bit and be more verbose if things go wrong.
6897
6898 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6899
6900         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6901         (gst_text_overlay_set_property):
6902         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6903         * gst-libs/gst/audio/gstbaseaudiosink.c:
6904         (gst_base_audio_sink_render):
6905         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6906         (gst_rtcp_unix_to_ntp):
6907         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6908         * gst/playback/gstqueue2.c:
6909         * tests/examples/seek/seek.c: (set_scale):
6910         Fix a bunch of compile warnings shown with Forte.
6911
6912         * gst/audiorate/gstaudiorate.c:
6913         Always pull in config.h before including any system headers.
6914
6915 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6916
6917         * gst/playback/gstqueue2.c: (update_buffering),
6918         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6919         (gst_queue_handle_sink_event), (gst_queue_chain),
6920         (gst_queue_push_one), (gst_queue_sink_activate_push),
6921         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6922         Also fix #476514 for queue2.
6923
6924 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6925
6926         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6927         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6928         (gst_base_rtp_depayload_chain),
6929         (gst_base_rtp_depayload_handle_sink_event),
6930         (gst_base_rtp_depayload_push_full),
6931         (gst_base_rtp_depayload_set_gst_timestamp),
6932         (gst_base_rtp_depayload_change_state):
6933         Remove code to deal with RTP to GST time conversion, we now just copy
6934         the GST timestamp we receive to the outgoing buffers.
6935         Handle segment and flushes correctly.
6936
6937         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6938         When we have no valid input timestamp, use the previous rtp timestamp on
6939         the outgoing RTP packet instead of the RTP base time.
6940
6941 2007-09-15  David Schleef  <ds@schleef.org>
6942
6943         * ext/alsa/gstalsa.c:
6944         * ext/alsa/gstalsadeviceprobe.c:
6945         * ext/alsa/gstalsamixer.c:
6946         * ext/alsa/gstalsasink.c:
6947         * ext/alsa/gstalsasrc.c:
6948           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6949
6950 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * gst-libs/gst/rtp/gstbasertppayload.c:
6953         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6954         Add some debug info when negotiating caps.
6955
6956 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6957
6958         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6959         A buffer with an empty payload is also a valid buffer.
6960
6961 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6962
6963         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6964         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6965         (gst_basertppayload_change_state):
6966         Make sure we start our RTP timestamp from the random base RTP
6967         timestamp even if the buffer timestamp starts from some random value.
6968
6969 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6970
6971         * configure.ac:
6972         * tests/examples/Makefile.am:
6973         * tests/examples/dynamic/.cvsignore:
6974         * tests/examples/dynamic/Makefile.am:
6975         * tests/examples/dynamic/addstream.c: (create_stream),
6976         (pause_play_stream), (message_received), (eos_message_received),
6977         (perform_step), (main):
6978         Add simple exmple app to demonstrate starting and pausing live and
6979         non-live bins in a PLAYING pipeline.
6980
6981 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6982
6983         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6984         typefind for QCP files (RFC #3625)
6985
6986 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6987
6988         * gst-libs/gst/audio/gstbaseaudiosink.c:
6989         (gst_base_audio_sink_init):
6990         Disable pull mode scheduling, we're not ready for it yet and it subtly
6991         breaks a lot of things.
6992
6993 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * tests/check/elements/libvisual.c:
6996           Test all libvisual plugins, not just the first one; this reproduces
6997           bug #450336 quite easily.  Looks like a problem with the 'jess'
6998           visualisation.
6999
7000 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * tests/check/Makefile.am:
7003         * tests/check/elements/.cvsignore:
7004         * tests/check/elements/libvisual.c:
7005           Add basic libvisual test case in an attempt to reproduce bug #450336.
7006           Doesn't reproduce that bug, but some other crasher instead (invalid
7007           free), at least with make elements/libvisual.forever and the bumscope
7008           plugin on x86-64/gutsy. Leaving test disabled for now.
7009
7010 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7011
7012         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7013
7014         * gst-libs/gst/rtsp/gstrtspconnection.c:
7015         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7016         (read_body), (gst_rtsp_connection_receive):
7017         Make sure we can not cancel in the middle of receiving a message.
7018         Fixes #475731.
7019
7020 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         Patch by: Josep Torra Valles <josep@fluendo.com>
7023
7024         * gst/playback/gstplaybasebin.c:
7025           Increase upper limit for audio queue a bit; fixes preroll problem
7026           with playbin and decodebin2 when playing a quicktime trailer with
7027           multichannel audio via http (#464666).
7028
7029 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7030
7031         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7032         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7033         (gst_base_audio_src_provide_clock),
7034         (gst_base_audio_src_set_property),
7035         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7036         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7037         Allow othe clocks than the internal clock to be used for the pipeline.
7038         Add property to disable clock provide.
7039         API: GstBaseAudioSrc::provide-clock
7040
7041 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7042
7043         * gst/playback/gstdecodebin2.c:
7044           Don't leak request pads. Fixes #475395.
7045
7046 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7047
7048         Patch by: René Stadler <mail at renestadler dot de>
7049
7050         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7051         (gst_ximage_buffer_class_init):
7052         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7053         (gst_xvimage_buffer_class_init):
7054         Correctly chain up finalize with the parent class to prevent
7055         memory leaks. Fixes #474880.
7056
7057 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7058
7059         * gst/volume/gstvolume.c: (volume_choose_func):
7060         * tests/check/elements/volume.c: (GST_START_TEST):
7061         Revert the latest change: floating point samples are allowed to
7062         have any value, not only values in the range [-1,1]. Thanks to Andy
7063         Wingo for noticing.
7064         Also fix processing of int32 samples with volumes > 4 by making the
7065         unity value smaller which prevents overflows.
7066
7067 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * gst-libs/gst/rtp/gstrtpbuffer.c:
7070         * tests/check/libs/rtp.c:
7071           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7072
7073 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7076
7077         * gst-libs/gst/rtp/gstrtpbuffer.c:
7078           Fix up GstRTPHeader helper struct so that compilers will not under
7079           any circumstances add padding in between our fields, as currently
7080           happens with MSVC on win32, because that would lead to us sending
7081           out RTP payloads with broken RTP headers (#471194).
7082           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7083           
7084         * tests/check/Makefile.am:
7085         * tests/check/libs/.cvsignore:
7086         * tests/check/libs/rtp.c:
7087           Add some simple unit tests for GstRTPBuffer. Some are disabled
7088           because the code tested still needs fixing (set_csrc() does not work).
7089
7090 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7091
7092         * win32/MANIFEST:
7093         * win32/common/gstrtsp-enumtypes.c:
7094         * win32/common/gstrtsp-enumtypes.h:
7095         * win32/common/interfaces-enumtypes.c:
7096         * win32/common/interfaces-enumtypes.h:
7097         * win32/common/multichannel-enumtypes.c:
7098           Add rtsp enumtypes (#474384) and update others.
7099
7100 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7101
7102         * configure.ac:
7103           Fix configure check for HAVE_LIBXML_HTML.
7104
7105 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7106
7107         * tests/check/libs/.cvsignore:
7108           Ignore more, in case the build bots work again one day.
7109
7110 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7111
7112         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7113
7114         * configure.ac:
7115         * gst-libs/gst/Makefile.am:
7116         * gst-libs/gst/fft/Makefile.am:
7117         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7118         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7119         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7120         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7121         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7122         * gst-libs/gst/fft/gstfft.h:
7123         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7124         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7125         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7126         * gst-libs/gst/fft/gstfftf32.h:
7127         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7128         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7129         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7130         * gst-libs/gst/fft/gstfftf64.h:
7131         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7132         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7133         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7134         * gst-libs/gst/fft/gstffts16.h:
7135         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7136         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7137         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7138         * gst-libs/gst/fft/gstffts32.h:
7139         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7140         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7141         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7142         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7143         * gst-libs/gst/fft/kiss_fft_f32.h:
7144         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7145         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7146         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7147         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7148         * gst-libs/gst/fft/kiss_fft_f64.h:
7149         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7150         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7151         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7152         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7153         * gst-libs/gst/fft/kiss_fft_s16.h:
7154         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7155         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7156         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7157         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7158         * gst-libs/gst/fft/kiss_fft_s32.h:
7159         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7160         (kiss_fftr_f32), (kiss_fftri_f32):
7161         * gst-libs/gst/fft/kiss_fftr_f32.h:
7162         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7163         (kiss_fftr_f64), (kiss_fftri_f64):
7164         * gst-libs/gst/fft/kiss_fftr_f64.h:
7165         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7166         (kiss_fftr_s16), (kiss_fftri_s16):
7167         * gst-libs/gst/fft/kiss_fftr_s16.h:
7168         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7169         (kiss_fftr_s32), (kiss_fftri_s32):
7170         * gst-libs/gst/fft/kiss_fftr_s32.h:
7171         * gst-libs/gst/fft/kiss_version:
7172         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7173         * pkgconfig/gstreamer-plugins-base.pc.in:
7174         Add libgstfft, a FFT library based on Kiss FFT which is
7175         BSD licensed. Supported sample formats are int16, int32,
7176         float and double. For those formats a real FFT and IFFT
7177         can be done, different windowing functions can be applied
7178         and functions for extracting the magnitude and phase exist.
7179         Fixes #468619.
7180
7181         * docs/libs/Makefile.am:
7182         * docs/libs/gst-plugins-base-libs-docs.sgml:
7183         * docs/libs/gst-plugins-base-libs-sections.txt:
7184         Integrate libgstfft into the docs.
7185
7186         * tests/check/Makefile.am:
7187         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7188         Add unit tests for libgstfft, currently only testing the FFT.
7189         Unit tests for IFFT will follow soon.
7190
7191 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7192
7193         Patch by: Peter Kjellerstedt  <pkj at axis com>
7194
7195         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7196         (gst_sdp_message_init), (gst_sdp_message_uninit),
7197         (is_multicast_address), (gst_sdp_message_as_text),
7198         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7199         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7200         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7201         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7202         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7203         (gst_sdp_media_init), (gst_sdp_media_uninit),
7204         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7205         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7206         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7207         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7208         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7209         * gst-libs/gst/sdp/gstsdpmessage.h:
7210         Separate INIT_ARRAY() and related macros into two versions, one for
7211         structures and one for pointers (e.g., INIT_ARRAY() and
7212         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7213         lists of emails and phone numbers.
7214         Add missing const as appropriate.
7215         Change all gint to guint since they all actually represent unsigned
7216         values.
7217         Do not use time as a variable name as it shadows the global time().
7218         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7219         Actually implement gst_sdp_message_add_time().
7220         Make gst_sdp_message_add_time() take repeat times as an argument.
7221         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7222         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7223         misspelled as badwidth).
7224         gst-indented and a little clean up. Fixes #471067.
7225
7226 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7227
7228         * gst/volume/gstvolume.c: (volume_choose_func),
7229         (volume_process_double), (volume_process_double_clamp),
7230         (volume_process_float_clamp):
7231         Correctly clamp float/double samples in the [-1.0,1.0] range to
7232         prevent weird effects.
7233         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7234         Add unit tests for all samples types that had none before.
7235
7236 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         * gst-libs/gst/rtp/gstrtpbuffer.c:
7239           Need to include stdlib.h for abs() here too.
7240
7241 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * gst/playback/gststreaminfo.c:
7244           Fix build.
7245
7246 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7247
7248         * gst/playback/gststreaminfo.c:
7249           Clean up some half-disabled code and comment.
7250
7251 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7252
7253         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7254
7255         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7256         (gst_base_rtp_payload_audio_handle_event):
7257         Return FALSE from the event handler to let the parent class handle the
7258         event. Fixes #446766.
7259
7260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7261         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7262         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7263
7264         * gst-libs/gst/rtp/gstbasertppayload.c:
7265         Bump the MTU to 1400.
7266
7267 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7268
7269         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7270         Add an audio/x-nsf typefind function for the nsfdec element.
7271
7272 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7273         * gst/playback/gstplaybasebin.c:
7274         Included "myth://" on stream_uris list for enable buffering to mythtv files
7275
7276 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * docs/libs/gst-plugins-base-libs-sections.txt:
7279         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7280         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7281         (gst_rtcp_unix_to_ntp):
7282         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7283         Fix parsing of RB blocks.
7284         Fix docs.
7285         Added helper functions to convert to/from UNIX and NTP time.
7286         API: gst_rtcp_ntp_to_unix()
7287         API: gst_rtcp_unix_to_ntp()
7288
7289         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7290         (gst_rtp_buffer_get_header_len),
7291         (gst_rtp_buffer_get_extension_data),
7292         (gst_rtp_buffer_get_payload_subbuffer),
7293         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7294         (gst_rtp_buffer_ext_timestamp):
7295         * gst-libs/gst/rtp/gstrtpbuffer.h:
7296         Fix some more docs.
7297         Implement handling of packets with extensions.
7298         Fix padding check in _validate().
7299         Added function to get extension data.
7300         API: gst_rtp_buffer_get_header_len()
7301         API: gst_rtp_buffer_get_extension_data()
7302
7303 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7304
7305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7306         (gst_base_rtp_depayload_class_init),
7307         (gst_base_rtp_depayload_set_gst_timestamp):
7308         Add some more docs for the queue-delay property and fix a typo in a
7309         comment.
7310
7311         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7312         Fix typo.
7313
7314 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7315
7316         * gst-libs/gst/audio/gstbaseaudiosink.c:
7317         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7318         (gst_base_audio_sink_change_state):
7319         When skew slaving, try to hover around the middle of a segment so that
7320         we at most drift by half a segment.
7321         If we are aligning in the oposite direction of the clock skew, we don't
7322         have to resync.
7323
7324 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7325
7326         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7327         (gst_base_rtp_depayload_setcaps),
7328         (gst_base_rtp_depayload_set_gst_timestamp):
7329         Be less silly with the segment start, just apply the clock-base to the
7330         timestamp.
7331
7332 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7333
7334         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7335         (gst_base_rtp_depayload_class_init),
7336         (gst_base_rtp_depayload_finalize),
7337         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7338         (gst_base_rtp_depayload_handle_sink_event),
7339         (gst_base_rtp_depayload_set_gst_timestamp),
7340         (gst_base_rtp_depayload_change_state):
7341         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7342         Deprecate the queue handling thread thing and remove the code.
7343         Use new method to calculate the extended timestamp.
7344
7345 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7346
7347         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7348         (gst_rtcp_packet_sdes_copy_entry):
7349         Use g_strndup which does exactly what we want.
7350
7351         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7352         (gst_rtp_buffer_ext_timestamp):
7353         * gst-libs/gst/rtp/gstrtpbuffer.h:
7354         Add helper function to compare seqnums.
7355         Add helper function to calculate extended timestamps.
7356         API: gst_rtp_buffer_compare_seqnum()
7357         API: gst_rtp_buffer_ext_timestamp()
7358
7359 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7360
7361         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7362         (gst_rtcp_packet_sdes_get_entry),
7363         (gst_rtcp_packet_sdes_copy_entry):
7364         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7365         Fix and document SDES item data function.
7366         Add new function that makes a proper copy of SDES item data.
7367         API: gst_rtcp_packet_sdes_copy_entry()
7368
7369 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7370
7371         * configure.ac:
7372         * gst/Makefile.am:
7373           The tcp and subparse plugins are under gst, but not totaly free of
7374           dependencies. Handle selection inconfigure.ac, so that they show up
7375           on the final list of what is build and what is not. Maybe they should
7376           better be moved to ext.
7377
7378 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7379
7380         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7381
7382         * configure.ac:
7383         * gst/Makefile.am:
7384           Check if libxml provides HTML parser which subparse needs.
7385           Fixes #451970.
7386
7387 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7388
7389         * ext/alsa/gstalsa.c:
7390           Fix typo and compilation on big endian systems.
7391
7392 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7393
7394         * gst/subparse/gstssaparse.c:
7395           Convert SSA newline codes into actual newline characters (#470766).
7396
7397 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7398
7399         * docs/libs/gst-plugins-base-libs-sections.txt:
7400         * gst-libs/gst/pbutils/install-plugins.c:
7401         * gst-libs/gst/pbutils/install-plugins.h:
7402         * tests/check/libs/pbutils.c:
7403           API: also add gst_install_plugins_supported() while we're at it
7404           (see #470456).
7405
7406 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         * docs/libs/gst-plugins-base-libs-sections.txt:
7409         * gst-libs/gst/pbutils/missing-plugins.c:
7410         * gst-libs/gst/pbutils/missing-plugins.h:
7411         * tests/check/libs/pbutils.c:
7412           API: add gst_missing_*_installer_detail_new() convenience API so
7413           that applications that know exactly what they're missing can request
7414           installer detail strings for those items directly instead of having
7415           to first create a dummy missing-plugin message and then get the
7416           installer detail string from that.  Fixes #470456.
7417
7418 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7419
7420         * gst/playback/gstdecodebin.c: (close_pad_link):
7421         We need to set up delayed-linking whenever the caps are non-fixed,
7422         not just when there are multiple types - use gst_pad_is_fixed()
7423         to test.
7424
7425 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         * gst-libs/gst/pbutils/missing-plugins.c:
7428           (gst_missing_plugin_message_get_installer_detail):
7429           Add missing separator in PID fallback case.
7430
7431 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7432
7433         * ext/alsa/Makefile.am:
7434         There is no GST_PLUGINS_BASE_LIBS defined.
7435         
7436         * ext/alsa/gstalsa.c:
7437         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7438         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7439         Add support for ALSA 24-bit formats.
7440         snd_pcm_delay can return an error code, especially
7441         during XRUNS. In that case, the best we can do is assume
7442         delay = 0.
7443
7444         * gst/audioconvert/Makefile.am:
7445         Add flags from -base before any more-remote dependencies.
7446
7447 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7448
7449         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7450
7451         * gst/volume/gstvolume.c: (volume_choose_func),
7452         (volume_update_real_volume), (gst_volume_set_volume),
7453         (gst_volume_init), (volume_process_int32),
7454         (volume_process_int32_clamp), (volume_process_int24),
7455         (volume_process_int24_clamp), (volume_process_int16),
7456         (volume_process_int16_clamp), (volume_process_int8),
7457         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7458         * gst/volume/gstvolume.h:
7459         Add support for int32, int24 and int8 to the volume element.
7460         Fixes #445529.
7461
7462 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7463
7464         * tests/examples/Makefile.am:
7465           Fix even more.
7466
7467 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7468
7469         * configure.ac:
7470         * docs/libs/Makefile.am:
7471         * docs/libs/gst-plugins-base-libs-docs.sgml:
7472         * docs/libs/gst-plugins-base-libs-sections.txt:
7473         * ext/gnomevfs/gstgnomevfssrc.c:
7474         * ext/gnomevfs/gstgnomevfssrc.h:
7475         * gst-libs/gst/Makefile.am:
7476         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7477         * pkgconfig/gstreamer-plugins-base.pc.in:
7478         * sys/v4l/v4lsrc_calls.c:
7479         * tests/examples/Makefile.am:
7480         * win32/common/config.h:
7481           Revert unwanted commit. many thanks to moap. I want a fix for 
7482           https://thomas.apestaart.org/moap/trac/ticket/239
7483
7484 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7485
7486         * gst/volume/gstvolume.c:
7487           Move passthrough below gst_object_sync_values(). Fixes #442654.
7488
7489 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7490
7491         * gst-libs/gst/audio/audio.c:
7492         Clarify the docs a little.
7493
7494 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7495
7496         * gst/volume/gstvolume.c:
7497           Enable liboil for float and add more details about problems with
7498           int16.
7499
7500 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7501
7502         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7503         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7504
7505 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7508         When calculating the first timestamp of the buffers, don't go below 0
7509         and clip the samples because the offset was on the eos page.
7510         Fixes #466717.
7511
7512 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7513
7514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7515         (gst_ogg_demux_collect_chain_info):
7516         Also submit the eos page when trying to find the first timestamp.
7517         See #466717.
7518
7519 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7520
7521         * gst-libs/gst/audio/audio.h:
7522         Use gst_util_uint64_scale() instead of doing the math
7523         with double for GST_FRAMES_TO_CLOCK_TIME() and
7524         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7525         prevents rounding errors. Fixes #467667.
7526
7527 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7528
7529         * gst-libs/gst/rtsp/gstrtspconnection.c:
7530         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7531         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7532         * gst-libs/gst/rtsp/gstrtspconnection.h:
7533         Small cleanups.
7534         On shutdown, don't read the control socket yet.
7535         Set timeout value correctly in all cases.
7536         Add function to check if the server accepts reads or writes.
7537         API: gst_rtsp_connection_poll()
7538
7539         * gst-libs/gst/rtsp/gstrtspdefs.h:
7540         Fix compilation with -pedantic.
7541         Add enum for _poll.
7542
7543 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7544
7545         Patch by: Olivier Crete  <tester at tester ca>
7546
7547         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7548         (gst_basertppayload_getcaps):
7549         * gst-libs/gst/rtp/gstbasertppayload.h:
7550         Add getcaps vfunc to basertppayload. See #465146.
7551
7552 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7553
7554         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7555         Only post buffering messages when we are a stream.
7556
7557 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7558
7559         * gst-libs/gst/pbutils/install-plugins.c:
7560         * gst-libs/gst/pbutils/missing-plugins.c:
7561           Small docs fix and addition.
7562
7563 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7564
7565         * tests/icles/.cvsignore:
7566         * tests/icles/Makefile.am:
7567         * tests/icles/test-textoverlay.c:
7568           Add a dumb little test for textoverlay alignments.
7569
7570 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         Patch by: Dan Williams  <dcbw redhat com>
7573
7574         * ext/pango/gsttextoverlay.c:
7575         * ext/pango/gsttextoverlay.h:
7576           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7577           "silent" property so there's a Since tag in the API reference.
7578
7579 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7580
7581         * gst-libs/gst/rtp/gstbasertppayload.c:
7582         (gst_basertppayload_set_outcaps):
7583         * gst-libs/gst/rtp/gstbasertppayload.h:
7584         Improve caps negotiation so that downstream elements can confiure
7585         certain RTP properties by fixing them on the caps. See #465146.
7586         Add docs.
7587
7588 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * docs/libs/gst-plugins-base-libs-sections.txt:
7591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7592         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7593           Mark as deprecated some macros which were presumably meant to be
7594           private API and accidentally exposed in the public header file.
7595           Also actually _init() lock (only works at the moment because the
7596           struct is zeroed out when created and the initial values in the
7597           mutex struct are zeroes too). (#459585)
7598
7599 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7600
7601         * docs/libs/Makefile.am:
7602           Remove cruft and do some cleanups.
7603
7604         * docs/libs/gst-plugins-base-libs-docs.sgml:
7605           Prepare for comming gtkdoc features (rebase against online docs).
7606
7607 2007-08-10  Michael Smith <msmith@fluendo.com>
7608
7609         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7610           Debug output fixes.
7611         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7612         (GST_START_TEST):
7613           Change the number of buffers used; 500 is too many and leads to
7614           timeouts.
7615
7616 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7617
7618         * gst/playback/gstqueue2.c:
7619         * gst/videorate/gstvideorate.c:
7620           Printf format fixes (#465028).
7621
7622 2007-08-09  Michael Smith <msmith@fluendo.com>
7623
7624         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7625           If we have a large (> 1 second) discontinuity, push a series of
7626           smaller buffers rather than a single very large buffer. Avoids
7627           unreasonably large single buffer allocations when encountering a
7628           large gap.
7629         * tests/check/elements/audiorate.c: (GST_START_TEST),
7630         (audiorate_suite):
7631           Add a test for this.
7632
7633 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7634
7635         * gst/playback/gstplaybasebin.c: (group_commit),
7636         (queue_remove_probe), (queue_threshold_reached):
7637
7638         Patch by: Josep Torra Valles <josep@fluendo.com>
7639         Fixes: #465015
7640         Make sure we remove the check_queues buffer probe from the 
7641         correct queue to avoid racily going back to "buffering 99%" when
7642         buffering is actually complete.
7643
7644         Also, fix the spelling of Josep's surname in the ChangeLog.
7645
7646 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7647
7648         * ext/ogg/gstoggmux.c:
7649           Do not leak oggmux instance.
7650         
7651         * ext/vorbis/vorbisenc.c:
7652           Also log values.
7653
7654 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7655
7656         * po/hu.po:
7657         * po/it.po:
7658         * po/nl.po:
7659         * po/uk.po:
7660         * po/vi.po:
7661           Updated translations.
7662
7663 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7664
7665         patch by: Yang Hong <hongyang@redflag-linux.com>
7666
7667         * ext/pango/gsttextoverlay.c:
7668         * ext/pango/gsttextoverlay.h:
7669           Add 'silent' property to GstTimeOverlay. Fixes #462979
7670
7671 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7672
7673         Patch by: Josep Torra Valles <josep@fluendo.com>
7674
7675         * docs/plugins/gst-plugins-base-plugins.args:
7676         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7677         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7678         (gst_uri_decode_bin_get_property), (gen_source_element):
7679         Add connection-speed property. Fixes #464690.
7680
7681 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7682
7683         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7684
7685         * configure.ac:
7686         * gst-libs/gst/rtsp/Makefile.am:
7687         * gst-libs/gst/rtsp/gstrtspconnection.c:
7688         (gst_rtsp_connection_connect):
7689         Fix compilation on windows. Fixes #464320.
7690
7691 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7692
7693         Patch by: Josep Torra Valles <josep@fluendo.com>
7694
7695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7696         (gst_play_base_bin_init), (queue_threshold_reached),
7697         (gen_source_element), (setup_substreams),
7698         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7699         (gst_play_base_bin_get_streaminfo_value_array):
7700         * gst/playback/gstplaybasebin.h:
7701         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7702         (gst_play_bin_set_property), (gst_play_bin_get_property),
7703         (gst_play_bin_handle_redirect_message):
7704         Move connection-speed property from playbin to playbasebin so that we
7705         can also configure it in source elements that have the connection-speed
7706         property. Fixes #464028.
7707         Add some debug info here and there.
7708
7709 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7710
7711         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7712         Properly respond to conversion queries. Fixes #464079.
7713
7714 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7715
7716         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7717         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7718         (gst_audio_test_src_init_sine_table),
7719         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7720         * gst/audiotestsrc/gstaudiotestsrc.h:
7721         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7722         Also set the default volume to the default value specified in the
7723         GParamSpec.
7724
7725 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7726
7727         Patch by: Jens Granseuer <jensgr at gmx dot net>
7728
7729         * gst/audioconvert/gstaudioquantize.c:
7730         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7731
7732 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7733
7734         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7735         Add rdt manager for rdt transport.
7736         Fix parsing of RDT transport.
7737
7738 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7739
7740         * configure.ac:
7741         Back to CVS
7742
7743 === release 0.10.14 ===
7744
7745 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7746
7747         * configure.ac:
7748           releasing 0.10.14, "Light Years Ahead"
7749
7750 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7751
7752         * tests/check/libs/audio.c: (GST_START_TEST):
7753         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7754
7755 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7756
7757         * gst-libs/gst/audio/audio.c:
7758         When clipping a buffer with no timestamp, assume it is
7759         within the segment without warnings.
7760
7761         Fixes: #460978
7762
7763 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7764
7765         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7766         Fire the signal on the object, not the interface.
7767
7768 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7769
7770         * gst-libs/gst/rtsp/.cvsignore:
7771         Ber. Don't include the full path, idiot.
7772
7773 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7774
7775         * gst-libs/gst/rtsp/.cvsignore:
7776         Ignore generated files.
7777
7778 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7779
7780         * gst-libs/gst/interfaces/Makefile.am:
7781         * gst-libs/gst/interfaces/interfaces-marshal.list:
7782         * gst-libs/gst/interfaces/rtspextension.c:
7783         * gst-libs/gst/interfaces/rtspextension.h:
7784         * gst-libs/gst/rtsp/Makefile.am:
7785         * gst-libs/gst/rtsp/gstrtsp.h:
7786         * gst-libs/gst/rtsp/gstrtspextension.c:
7787         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7788         (gst_rtsp_extension_detect_server),
7789         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7790         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7791         (gst_rtsp_extension_configure_stream),
7792         (gst_rtsp_extension_get_transports),
7793         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7794         * gst-libs/gst/rtsp/gstrtspextension.h:
7795         * gst-libs/gst/rtsp/rtsp-marshal.list:
7796         Move the rtspextension.h interface into gstrtspextension.h
7797         as part of libgstrtsp instead of libgstinterfaces, because it's
7798         only for use within plugins, not applications. 
7799         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7800         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7801         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7802         is abstract.
7803
7804 2007-07-26  Wim Taymans  <wim.taymans@gmail.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_rtsp_extension_iface_init),
7810         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7811         * gst-libs/gst/interfaces/rtspextension.h:
7812         Fix marshaller for the send signal.
7813         Add URL to stream selection interface method.
7814
7815 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7816
7817         * gst-libs/gst/riff/Makefile.am:
7818         Pull in our dependencies from -base before those from outside.
7819
7820 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7821
7822         * docs/libs/gst-plugins-base-libs-sections.txt:
7823         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7824         * gst-libs/gst/rtsp/gstrtspbase64.h:
7825         API: gst_rtsp_base64_decode_ip()
7826         Added function to decode Base64 in-place.
7827
7828 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7829
7830         * tests/check/libs/.cvsignore:
7831         Ignore the mixer test binary.
7832
7833 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7834
7835         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7836         Gratuitous comment change to trigger a rebuild on the buildbots.
7837
7838 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7839
7840         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7841         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7842         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7843         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7844         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7845         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7846         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7847         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7848         (gst_sdp_media_get_attribute_val):
7849         * gst-libs/gst/sdp/gstsdpmessage.h:
7850         Constify args where we can.
7851
7852 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7853
7854         * gst-libs/gst/interfaces/Makefile.am:
7855         * gst-libs/gst/interfaces/rtspextension.c:
7856         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7857         (gst_rtsp_extension_detect_server),
7858         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7859         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7860         (gst_rtsp_extension_configure_stream),
7861         (gst_rtsp_extension_get_transports),
7862         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7863         * gst-libs/gst/interfaces/rtspextension.h:
7864         Move interface for RTSP extensions from -good to here.
7865         Added helper methods to invoke interface methods.
7866
7867 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7868
7869         * docs/libs/gst-plugins-base-libs-sections.txt:
7870         * gst-libs/gst/rtsp/gstrtspdefs.h:
7871         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7872         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7873         (gst_rtsp_message_init_response),
7874         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7875         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7876         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7877         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7878         (gst_rtsp_message_get_body), (dump_key_value):
7879         * gst-libs/gst/rtsp/gstrtspmessage.h:
7880         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7881         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7882         (gst_rtsp_range_parse):
7883         * gst-libs/gst/rtsp/gstrtsprange.h:
7884         * gst-libs/gst/rtsp/gstrtsptransport.c:
7885         * gst-libs/gst/rtsp/gstrtspurl.c:
7886         Fix some more RTSP docs.
7887         Add some missing methods for dealing with messages.
7888
7889 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7890
7891         * docs/libs/gst-plugins-base-libs-docs.sgml:
7892         * docs/libs/gst-plugins-base-libs-sections.txt:
7893         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7894         * gst-libs/gst/rtsp/gstrtspbase64.h:
7895         * gst-libs/gst/rtsp/gstrtspconnection.c:
7896         (gst_rtsp_connection_connect), (add_auth_header),
7897         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7898         (read_body), (gst_rtsp_connection_receive),
7899         (gst_rtsp_connection_next_timeout),
7900         (gst_rtsp_connection_reset_timeout),
7901         (gst_rtsp_connection_set_auth):
7902         * gst-libs/gst/rtsp/gstrtspconnection.h:
7903         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7904         * gst-libs/gst/rtsp/gstrtspdefs.h:
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/gstrtspurl.h:
7910         Added beginnings of RTSP documentation.
7911
7912 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * docs/libs/Makefile.am:
7915         * docs/libs/gst-plugins-base-libs-docs.sgml:
7916         * docs/libs/gst-plugins-base-libs-sections.txt:
7917         * gst-libs/gst/sdp/gstsdp.h:
7918         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7919         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7920         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7921         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7922         (gst_sdp_message_get_attribute_val),
7923         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7924         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7925         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7926         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7927         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7928         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7929         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7930         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7931         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7932         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7933         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7934         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7935         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7936         (gst_sdp_media_get_attribute_val_n),
7937         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7938         (print_media), (gst_sdp_message_dump):
7939         * gst-libs/gst/sdp/gstsdpmessage.h:
7940         Document the SDP library.
7941         Add some of the missing SDPMedia methods.
7942
7943 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7944
7945         * configure.ac:
7946         * gst-libs/gst/Makefile.am:
7947         * gst-libs/gst/rtsp/Makefile.am:
7948         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7949         * gst-libs/gst/rtsp/gstrtspbase64.h:
7950         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7951         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7952         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7953         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7954         (parse_response_status), (parse_request_line), (parse_line),
7955         (gst_rtsp_connection_read), (read_body),
7956         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7957         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7958         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7959         (gst_rtsp_connection_set_auth):
7960         * gst-libs/gst/rtsp/gstrtspconnection.h:
7961         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7962         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7963         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7964         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7965         (gst_rtsp_find_method):
7966         * gst-libs/gst/rtsp/gstrtspdefs.h:
7967         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7968         (gst_rtsp_message_new), (gst_rtsp_message_init),
7969         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7970         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7971         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7972         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7973         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7974         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7975         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7976         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7977         (gst_rtsp_message_dump):
7978         * gst-libs/gst/rtsp/gstrtspmessage.h:
7979         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7980         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7981         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7982         * gst-libs/gst/rtsp/gstrtsprange.h:
7983         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7984         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7985         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7986         (range_as_text), (rtsp_transport_mode_as_text),
7987         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7988         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7989         (gst_rtsp_transport_free):
7990         * gst-libs/gst/rtsp/gstrtsptransport.h:
7991         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7992         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7993         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7994         * gst-libs/gst/rtsp/gstrtspurl.h:
7995         * gst-libs/gst/sdp/Makefile.am:
7996         * gst-libs/gst/sdp/gstsdp.h:
7997         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7998         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7999         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8000         (gst_sdp_attribute_init), (gst_sdp_message_new),
8001         (gst_sdp_message_init), (gst_sdp_message_uninit),
8002         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8003         (gst_sdp_media_uninit), (gst_sdp_media_free),
8004         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8005         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8006         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8007         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8008         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8009         (gst_sdp_message_get_attribute_val),
8010         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8011         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8012         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8013         (gst_sdp_media_get_attribute_val_n),
8014         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8015         (read_string), (read_string_del), (gst_sdp_parse_line),
8016         (gst_sdp_message_parse_buffer), (print_media),
8017         (gst_sdp_message_dump):
8018         * gst-libs/gst/sdp/gstsdpmessage.h:
8019         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8020         Move SDP and RTSP from helper objects in -good to a reusable library.
8021         Use a proper gst_ namespace.
8022
8023 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8024
8025         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8026         (vorbis_dec_flush_decode):
8027         Use the new buffer clipping function from gstaudio here.
8028
8029 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8030
8031         * docs/libs/gst-plugins-base-libs-sections.txt:
8032         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8033         * gst-libs/gst/audio/audio.h:
8034         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8035         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8036         Also add deprecation guards for gst_audio_structure_set_int() to the
8037         header.
8038
8039 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8040
8041         * docs/libs/gst-plugins-base-libs-sections.txt:
8042           Cleanup the docs.
8043
8044 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8045
8046         Patch by: Dan Williams <dcbw at redhat dot com>
8047
8048         * gst/playback/gstplaybasebin.c:
8049         (gst_play_base_bin_get_streaminfo_value_array):
8050         Don't return NULL when querying the stream info value array but instead
8051         return an empty array. Fixes #459204.
8052
8053 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8054
8055         * gst/playback/gsturidecodebin.c:
8056           Init debug category before using it.
8057
8058 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8059
8060         * gst-libs/gst/interfaces/mixer.h:
8061         Add padding vars in place of the signal pointers
8062         when building with DISABLE_DEPRECATED so that the
8063         interface structure doesn't change size.
8064
8065 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8066
8067         * docs/libs/gst-plugins-base-libs-sections.txt:
8068         * ext/alsa/gstalsamixer.c:
8069         * ext/alsa/gstalsamixer.h:
8070         * ext/alsa/gstalsamixerelement.c:
8071         * ext/alsa/gstalsamixertrack.c:
8072         * gst-libs/gst/interfaces/mixer.c:
8073         * gst-libs/gst/interfaces/mixer.h:
8074         * gst-libs/gst/interfaces/mixeroptions.c:
8075         * gst-libs/gst/interfaces/mixeroptions.h:
8076         * gst-libs/gst/interfaces/mixertrack.c:
8077         * gst-libs/gst/interfaces/mixertrack.h:
8078         * tests/check/Makefile.am:
8079         * tests/check/libs/mixer.c:
8080
8081         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8082         Fixes: #152864 
8083
8084         Add support for notifying mixer changes on the message bus, and
8085         implement it in alsamixer.
8086
8087         API: gst_mixer_get_mixer_flags
8088         API: gst_mixer_message_parse_mute_toggled
8089         API: gst_mixer_message_parse_record_toggled
8090         API: gst_mixer_message_parse_volume_changed
8091         API: gst_mixer_message_parse_option_changed
8092         API: GstMixerMessageType
8093         API: GstMixerFlags
8094
8095 2007-07-20  Michael Smith <msmith@fluendo.com>
8096
8097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8098         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8099           xcontext->im_format is only for testing XShm support (as the header
8100           file comments document). Use xvimage->im_format for everything else.
8101           Avoids spurious warnings on buffer allocation before setcaps.
8102
8103 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8104
8105         * tests/examples/volume/Makefile.am:
8106         * tests/icles/Makefile.am:
8107           We should use $(LIBM).
8108
8109 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8110
8111         * tests/icles/Makefile.am:
8112           This needs -lm.
8113
8114 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * gst-libs/gst/rtp/gstbasertppayload.c:
8117         (gst_basertppayload_class_init), (gst_basertppayload_init),
8118         (gst_basertppayload_set_property),
8119         (gst_basertppayload_get_property):
8120         Don't break ABI, restore previous ranges. Keep the default random
8121         selection of timestamp and seqnum offset but as soon as the app sets a
8122         specific value, use that one.
8123
8124 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8125
8126         Patch by: Bastien Nocera <hadess at hadess dot net>
8127
8128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8129         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8130         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8131         * sys/xvimage/xvimagesink.h:
8132         Add option to turn off double-buffering for debugging purposes.
8133         Fixes #437169.
8134
8135 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8136
8137         Patch by: Jorn Baayen <jorn at openedhand dot com>
8138
8139         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8140         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8141         (gst_ximagesink_init), (gst_ximagesink_class_init):
8142         * sys/ximage/ximagesink.h:
8143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8144         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8145         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8146         * sys/xvimage/xvimagesink.h:
8147         add 'handle-expose' property. Useful for video widgets which may want to
8148         be in control of Expose behaviour. Fixes #380625
8149
8150 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8151
8152         * gst-libs/gst/rtp/gstbasertppayload.c:
8153         (gst_basertppayload_class_init), (gst_basertppayload_init),
8154         (gst_basertppayload_event), (gst_basertppayload_push),
8155         (gst_basertppayload_set_property),
8156         (gst_basertppayload_get_property),
8157         (gst_basertppayload_change_state):
8158         * gst-libs/gst/rtp/gstbasertppayload.h:
8159         Fix ranges of rtp payloader properties so that the full range can be
8160         used in addition to -1 (random).
8161         Fix wrong seqnum reporting in caps.
8162         Fixes #420326.
8163
8164 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8165
8166         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8167         (gst_video_rate_query):
8168         Use boilerplate.
8169         Add latency query, might not be perfect yet but already works a lot
8170         better. Fixes #442557.
8171
8172 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8173
8174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8175         (gst_xvimagesink_setcaps):
8176         * sys/xvimage/xvimagesink.h:
8177         After a caps change, redraw our borders to avoid garbage left there
8178         when the image format changes to a smaller size, like 16:9 -> 4:3
8179         Also, hold the flow_lock a bit longer in the set_caps while we're
8180         fiddling with the xcontext.
8181
8182 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8183
8184         * Makefile.am:
8185         * configure.ac:
8186         * tests/Makefile.am:
8187         Remove bogus check for libcheck, since we check for
8188         gstreamer-check and it pulls in the required info from there, and we
8189         weren't actually _using_ the information for libcheck ourselves
8190         anyway.
8191
8192 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8193
8194         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8195         (gst_ffmpeg_caps_to_pixfmt):
8196         Fix the r_mask test for RGBA32 on little-endian.
8197         Fix a stupid typo that would have obviously broken 
8198         compilation on big-endian, if anyone was testing.
8199
8200 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8201
8202         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8203         (paint_hline_str4):
8204         * gst/videotestsrc/videotestsrc.h:
8205         Add alpha to the color struct.
8206         Use a default alpha value of 255 instead of 128.
8207
8208 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8209
8210         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8211         (setup_source):
8212         Clear the dynamic pads counter when starting a new uri. This makes
8213         reusing playbin work again.
8214         Fixes #454264.
8215
8216 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8217
8218         * configure.ac:
8219           Use pkg-config to locate check.
8220
8221 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8222
8223         * configure.ac:
8224         * tests/check/elements/volume.c: (GST_START_TEST):
8225           Fix 'make check' build against core CVS.
8226
8227 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8228
8229         * gst-libs/gst/interfaces/propertyprobe.c:
8230         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8231         * gst-libs/gst/tag/gstvorbistag.c:
8232           Make gtk-doc happy.
8233
8234 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8235
8236         * gst-libs/gst/audio/gstbaseaudiosink.c:
8237         (gst_base_audio_sink_callback):
8238           Quick hack to make audiosinks stop at EOS when operating in
8239           pull-mode; needs to be fixed properly some day.
8240
8241 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8242
8243         * docs/libs/gst-plugins-base-libs-sections.txt:
8244           Fix location of includes in the docs.
8245
8246 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8247
8248         * gst/ffmpegcolorspace/avcodec.h:
8249         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8250         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8251         (gst_ffmpegcsp_avpicture_fill):
8252         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8253         (img_get_alpha_info):
8254         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8255         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8256         end of the word. Partially fixes #451908
8257
8258 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8259
8260         * docs/libs/Makefile.am:
8261         * docs/plugins/Makefile.am:
8262           Simplify --extra-dir as gtkdoc scans recursively.
8263
8264 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8265
8266         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8267         (gst_adder_request_new_pad):
8268         Make getcaps more robust by not using the proxycaps function. This makes
8269         sure that we don't end up recursively calling getcaps upstream.
8270         See #316248.
8271
8272 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8273
8274         * gst/audioconvert/audioconvert.c:
8275         Include math.h to fix compilation.
8276
8277 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8278
8279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8280         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8281         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8282         format, as produced by some dc1394 cameras like the iSight.
8283         See http://www.fourcc.org/yuv.php#IYU1
8284
8285 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8286
8287         * gst/audioconvert/Makefile.am:
8288         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8289         (check_default), (audio_convert_prepare_context),
8290         (audio_convert_clean_context), (audio_convert_convert):
8291         * gst/audioconvert/audioconvert.h:
8292         * gst/audioconvert/gstaudioconvert.c:
8293         (gst_audio_convert_dithering_get_type),
8294         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8295         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8296         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8297         * gst/audioconvert/gstaudioconvert.h:
8298         * gst/audioconvert/gstaudioquantize.c:
8299         (gst_audio_quantize_setup_noise_shaping),
8300         (gst_audio_quantize_free_noise_shaping),
8301         (gst_audio_quantize_setup_dither),
8302         (gst_audio_quantize_free_dither),
8303         (gst_audio_quantize_setup_quantize_func),
8304         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8305         * gst/audioconvert/gstaudioquantize.h:
8306         Implement dithering and noise shaping in audioconvert. By default now
8307         TPDF dithering (and no noise shaping) will be used when converting
8308         from a higher bit depth to 20 bit depth or smaller, otherwise
8309         everything will be as it is now.
8310         For the last audioconvert in a pipeline it would make sense to
8311         use some kind of noise shaping, enabling it by default for all
8312         conversions would give undesired results though. Fixes #360246.
8313         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8314         (GST_START_TEST):
8315         Adjust unit test for the new audioconvert.
8316
8317 2007-06-28  Wim Taymans  <wim@fluendo.com>
8318
8319         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8320         Use other metrics as well when estimating the buffer level.
8321
8322 2007-06-28  Wim Taymans  <wim@fluendo.com>
8323
8324         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8325         Small debug improvement.
8326
8327         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8328         (plugin_init):
8329         Tweak the rate estimation period.
8330         When calculating the buffer filledness in rate estimation mode, don't
8331         mix it with other metrics.
8332
8333 2007-06-28  Wim Taymans  <wim@fluendo.com>
8334
8335         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8336         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8337         When creating the groups, allow for a 5 second, unlimited buffers
8338         preroll phase after which we expose the group.
8339         When the group is exposed, use a small number of buffers up to a 2
8340         second limit. Also disconnect the overrun signal from multiqueue when we
8341         exposed the group because it is not needed anymore.
8342
8343 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8346           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8347           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8348           (#451707); also, output some debugging info when dealing with
8349           freeform strings.
8350
8351         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8352           Add unit test for the above.
8353
8354 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8355
8356         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8357           Add description for Windows Media RTP caps.
8358
8359         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8360           Remove RTP fields that don't define the format from caps.
8361
8362 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8363
8364         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8365           Skip empty buffers, but not empty header buffers. That way the original
8366           vorbisdec unit test still passes (#451145); also, take into account
8367           that those empty packets might carry a granulepos.
8368
8369         * tests/check/Makefile.am:
8370         * tests/check/elements/vorbisdec.c:
8371         (_create_codebook_header_buffer), (_create_audio_buffer),
8372         (GST_START_TEST), (vorbisdec_suite):
8373           Add unit test that sends an empty packet.
8374
8375 2007-06-27  Wim Taymans  <wim@fluendo.com>
8376
8377         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8378         Don't error out on 0-sized packets, just emit a warning because this is
8379         not a fatal error. Fixes #451145.
8380
8381 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8382
8383         * docs/plugins/gst-plugins-base-plugins.args:
8384         * docs/plugins/gst-plugins-base-plugins.signals:
8385         * docs/plugins/inspect/plugin-adder.xml:
8386         * docs/plugins/inspect/plugin-alsa.xml:
8387         * docs/plugins/inspect/plugin-audioconvert.xml:
8388         * docs/plugins/inspect/plugin-audiorate.xml:
8389         * docs/plugins/inspect/plugin-audioresample.xml:
8390         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8391         * docs/plugins/inspect/plugin-cdparanoia.xml:
8392         * docs/plugins/inspect/plugin-decodebin.xml:
8393         * docs/plugins/inspect/plugin-decodebin2.xml:
8394         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8395         * docs/plugins/inspect/plugin-gdp.xml:
8396         * docs/plugins/inspect/plugin-gnomevfs.xml:
8397         * docs/plugins/inspect/plugin-libvisual.xml:
8398         * docs/plugins/inspect/plugin-ogg.xml:
8399         * docs/plugins/inspect/plugin-pango.xml:
8400         * docs/plugins/inspect/plugin-playbin.xml:
8401         * docs/plugins/inspect/plugin-subparse.xml:
8402         * docs/plugins/inspect/plugin-tcp.xml:
8403         * docs/plugins/inspect/plugin-theora.xml:
8404         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8405         * docs/plugins/inspect/plugin-video4linux.xml:
8406         * docs/plugins/inspect/plugin-videorate.xml:
8407         * docs/plugins/inspect/plugin-videoscale.xml:
8408         * docs/plugins/inspect/plugin-videotestsrc.xml:
8409         * docs/plugins/inspect/plugin-volume.xml:
8410         * docs/plugins/inspect/plugin-vorbis.xml:
8411         * docs/plugins/inspect/plugin-ximagesink.xml:
8412         * docs/plugins/inspect/plugin-xvimagesink.xml:
8413           Update docs with caps info.
8414
8415 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8416
8417         * po/POTFILES.in:
8418           Add more files with translatable strings (#450875).
8419
8420 2007-06-23  Edward Hervey  <edward@fluendo.com>
8421
8422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8423         The chain should be freed if we error out here, else it will leak.
8424         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8425         (cleanup_decodebin):
8426         Don't forget to *properly* remove the signals, else it will leak.
8427
8428 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8429
8430         * MAINTAINERS:
8431         Updating all the maintainers files
8432
8433 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8434
8435         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8436         (main):
8437           Destroy and recreate parse-launch based pipeline after stop to be able
8438           to play again. Reorder some code and add more comments.
8439
8440 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8441
8442         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8443         When handling a delayed-caps notification case, mark
8444         the group as dynamic so that the nbdynamic count is
8445         incremented and decremented correctly. Fixes: #449156
8446         Patch by: Wim Taymans <wim@fluendo.com>
8447
8448 2007-06-19  Andy Wingo  <wingo@pobox.com>
8449
8450         * gst-libs/gst/audio/gstbaseaudiosink.c
8451         (gst_base_audio_sink_init): Enable pull-mode operation.
8452
8453 2007-06-19  Michael Smith <msmith@fluendo.com>
8454
8455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8456           Change minimum rate back to 1000 to allow low-sample-rate wav files
8457           to play back.
8458
8459 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8460
8461         * po/vi.po:
8462           Update translations.
8463
8464 2007-06-15  David Schleef  <ds@schleef.org>
8465
8466         * gst/playback/gstqueue2.c:
8467           Fix compile error from ignored return value.
8468
8469 2007-06-15  Michael Smith <msmith@fluendo.com>
8470
8471         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8472           Update tmpbuf for all neccesary rows, not just one, as is required
8473           when downscaling.
8474           Fixes #402076.
8475
8476 2007-06-15  Michael Smith <msmith@fluendo.com>
8477
8478         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8479         (eos_buffer_probe):
8480           Add a test that ensures we set DELTA_UNIT on all non-header,
8481           non-video buffers, if we have a video stream.
8482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8483         (gst_ogg_mux_process_best_pad):
8484           Move setting delta_pad to earlier, where we inspect all pads, so
8485           that leading audio pages don't get DELTA_UNIT unset if they come
8486           before the first DELTA_UNIT from video pages. Fixes the newly-added
8487           test. Fixes #385527.
8488
8489 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8492           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8493           fails on the p5-ppc64 build bot and the failure looks like it is due
8494           to the same issue as #348114, ie. a compiler bug.
8495
8496 2007-06-13  Edward Hervey  <edward@fluendo.com>
8497
8498         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8499         Fix build on MacOSX.
8500
8501 2007-06-13  Wim Taymans  <wim@fluendo.com>
8502
8503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8504         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8505         Fix compilation on mingw. Fixes #446972.
8506
8507 2007-06-12  Wim Taymans  <wim@fluendo.com>
8508
8509         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8510
8511         * gst/playback/gstqueue2.c: (update_buffering),
8512         (gst_queue_locked_enqueue):
8513         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8514         also update the buffering status when receiving events. Fixes #446551.
8515
8516 2007-06-11  Wim Taymans  <wim@fluendo.com>
8517
8518         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8519
8520         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8521         (gst_queue_handle_src_query):
8522         Wait for preroll before attempting to forward a duration query upstream.
8523         Fixes #445505.
8524
8525 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8526
8527         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8528         (gst_base_rtp_depayload_set_gst_timestamp):
8529         Use G_GINT64_CONSTANT macro for int64 constant.
8530         * win32/common/libgstinterfaces.def:
8531         * win32/common/libgsttag.def:
8532         Add new exported functions.
8533
8534 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8537           The BOS page of the first Dirac video stream needs to come before
8538           the BOS page of any Vorbis streams or other audio streams, just like
8539           it is with Theora.
8540
8541 2007-06-07  Wim Taymans  <wim@fluendo.com>
8542
8543         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8544         Fix compilation.
8545
8546 2007-06-06  Wim Taymans  <wim@fluendo.com>
8547
8548         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8549
8550         * gst/playback/gstqueue2.c: (gst_queue_init),
8551         (gst_queue_handle_sink_event), (gst_queue_chain),
8552         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8553         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8554         (gst_queue_src_activate_pull):
8555         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8556         Does not yet completely work because duration queries upstream won't
8557         block yet.
8558
8559 2007-06-06  Wim Taymans  <wim@fluendo.com>
8560
8561         * configure.ac:
8562         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8563         Some more fseeko checks.
8564
8565 2007-06-06  Wim Taymans  <wim@fluendo.com>
8566
8567         * configure.ac:
8568         check for large file support.
8569
8570 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8571
8572         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8573
8574         * gst/subparse/gstsubparse.c: (parse_subrip),
8575         (subviewer_unescape_newlines), (parse_subviewer),
8576         (gst_sub_parse_data_format_autodetect),
8577         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8578         * gst/subparse/gstsubparse.h:
8579         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8580         * tests/check/elements/subparse.c: (GST_START_TEST),
8581         (subparse_suite):
8582         Add a unit test for both SubViewer formats.
8583
8584 2007-06-01  Michael Smith <msmith@fluendo.com>
8585
8586         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8587           Don't overflow intermediate values when seeking to large time values
8588           in audiotestsrc.
8589
8590 2007-06-05  Wim Taymans  <wim@fluendo.com>
8591
8592         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8593         (gst_queue_create_read), (gst_queue_read_item_from_file),
8594         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8595         Include stdio to define fseeko.
8596
8597 2007-06-05  Wim Taymans  <wim@fluendo.com>
8598
8599         Patch by: Edward Hervey  <edward@fluendo.com>
8600
8601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8602         (gst_v4lsrc_query):
8603         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8604
8605 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8606
8607         * gst-libs/gst/riff/Makefile.am:
8608         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8609           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8610           our own implementation.
8611
8612 2007-06-05  Wim Taymans  <wim@fluendo.com>
8613
8614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8615         (gst_base_rtp_depayload_setcaps),
8616         (gst_base_rtp_depayload_set_gst_timestamp),
8617         (gst_base_rtp_depayload_change_state):
8618         Handle timestamp wraparound.
8619
8620 2007-06-05  Wim Taymans  <wim@fluendo.com>
8621
8622         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8623         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8624         (gst_uri_decode_bin_change_state):
8625         Make sure we name srcpads uniquely even when using different internal
8626         decodebins.
8627         Signal no-more-pads when no more dynamic elements exist.
8628         Remove pads on cleanup.
8629
8630 2007-06-05  Wim Taymans  <wim@fluendo.com>
8631
8632         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8633
8634         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8635         (gst_queue_init), (gst_queue_finalize),
8636         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8637         (gst_queue_create_read), (gst_queue_read_item_from_file),
8638         (gst_queue_open_temp_location_file),
8639         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8640         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8641         (gst_queue_is_empty), (gst_queue_is_filled),
8642         (gst_queue_change_state), (gst_queue_set_temp_location),
8643         (gst_queue_set_property):
8644         Add support for filebased buffering. Fixes #441264.
8645
8646 2007-06-05  Wim Taymans  <wim@fluendo.com>
8647
8648         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8649         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8650         (caps_notify_group_cb), (gst_decode_group_new),
8651         (gst_decode_group_free):
8652         Add support for delayed caps fixation when autoplugging.
8653         Optimize cases where a multiqueue is not needed/wanted, like right after
8654         anything that is not a demuxer.
8655
8656 2007-06-05  Wim Taymans  <wim@fluendo.com>
8657
8658         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8659         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8660         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8661         consideratly speedup ogg chain detection by not trying to find a base
8662         timestamp for skeleton streams. 
8663
8664 2007-06-05  Wim Taymans  <wim@fluendo.com>
8665
8666         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8667         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8668         (gst_multi_fd_sink_remove_flush),
8669         (gst_multi_fd_sink_remove_client_link),
8670         (gst_multi_fd_sink_handle_client_write),
8671         (gst_multi_fd_sink_handle_clients):
8672         * gst/tcp/gstmultifdsink.h:
8673         Add support for remove_flush.
8674
8675 2007-06-05  Wim Taymans  <wim@fluendo.com>
8676
8677         * docs/design/draft-keyframe-force.txt:
8678         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8679         (theora_enc_chain):
8680         Add draft design for forcing keyframes in encoders and implement in
8681         theoraenc.
8682
8683 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8684
8685         * configure.ac:
8686           Back to CVS
8687
8688 === release 0.10.13 ===
8689
8690 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8691
8692         * configure.ac:
8693           releasing 0.10.13, "What's Going on?"
8694
8695 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8696
8697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8698         In riff, the depth is stored in the size field but it just means that
8699         the least significant bits are cleared. We can therefore just play
8700         the sample as if it had a depth == width. Fixes: #440997
8701
8702         Patch by: Wim Taymans <wim@fluendo.com> 
8703         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8704
8705 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8706
8707         * gst-libs/gst/floatcast/floatcast.h:
8708         Define inline when needed on win32 builds. Fixes: #441295
8709         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8710
8711 2007-05-29  Wim Taymans  <wim@fluendo.com>
8712
8713         * gst/playback/gstplaybasebin.c: (queue_overrun),
8714         (no_more_pads_full):
8715         Stop buffering when the group is commited because the queues filled up.
8716         Fixes #442024.
8717
8718 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8719
8720         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8721         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8722         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8723         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8724         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8725         * ext/alsa/gstalsamixer.h:
8726         * ext/alsa/gstalsamixerelement.c:
8727         (gst_alsa_mixer_element_interface_supported),
8728         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8729         (gst_alsa_mixer_element_set_property),
8730         (gst_alsa_mixer_element_get_property),
8731         (gst_alsa_mixer_element_change_state):
8732         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8733         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8734         (gst_mixer_option_changed):
8735         * gst-libs/gst/interfaces/mixer.h:
8736         Revert commits towards #152864 made so far. We'll pick it up again
8737         after the 0.10.13 release.
8738
8739 2007-05-24  Wim Taymans  <wim@fluendo.com>
8740
8741         * gst-libs/gst/audio/gstbaseaudiosink.c:
8742         (gst_base_audio_sink_render):
8743         After an interrupt (PAUSED/flush) assume that the next sample should not
8744         be aligned to the previous sample. Fixes #417992.
8745
8746 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8747
8748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8749           Don't add channels and rate fields to the template caps for
8750           audio/x-dts, as wavparse might not always be able to set them,
8751           which would then lead to 'caps are not a real subset of the
8752           template caps' warnings.
8753
8754 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8755
8756         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8757         Handle unknown or invalid pads without crashing, as might occur if
8758         a media file like an mp3 is specified as a subtitle file.
8759         Fixes: #410039
8760
8761 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8762
8763         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8764         (setup_sinks):
8765         Block the subtitle bin output queue before ghosting it and linking,
8766         then unblock after. This avoids spurious not-linked errors caused 
8767         by the queue starting up (because it gets linked when it is ghosted). 
8768         Fixes: #350299
8769
8770 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8771
8772         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8773         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8774         file. Avoids flukes where the input gets typefound to some valid but
8775         useless type.
8776
8777 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8778
8779         * tests/check/Makefile.am:
8780         * tests/check/elements/.cvsignore:
8781         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8782         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8783           Add unit test for gnomevfssink seeking and position reporting for
8784           file:// URIs.
8785
8786 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         Patch by: Mark Nauwelaerts <manauw at skynet be>
8789
8790         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8791         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8792         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8793         * ext/gnomevfs/gstgnomevfssink.h:
8794           Fix position reporting, especially after a seek (from upstream),
8795           see #412648.
8796
8797 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         * ext/cdparanoia/gstcdparanoiasrc.c:
8800           Repair umlaut.
8801
8802 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8803
8804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8805         Specify the full valid range for MP3 samplerates. Fixes a regression
8806         caused by extra header checks since the last release.
8807
8808 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8809
8810         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8812         Fix a locking-order bug I introduced with my changes the other day.
8813         Patch by Mike Smith.
8814
8815 2007-05-21  Michael Smith <msmith@fluendo.com>
8816
8817         * ext/theora/theoradec.c: (theora_handle_data_packet):
8818           Don't look inside 0-length packets (which indicate duplicated
8819           frames)
8820
8821 2007-05-21  Wim Taymans  <wim@fluendo.com>
8822
8823         * ext/cdparanoia/gstcdparanoiasrc.c:
8824         (gst_cd_paranoia_src_read_sector):
8825         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8826         (gst_base_audio_src_create):
8827         Small cleanups.
8828
8829         * ext/theora/theoradec.c: (theora_dec_sink_event):
8830         Fix typo.
8831
8832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8833         (gst_base_rtp_depayload_set_gst_timestamp):
8834         Add some FIXME
8835
8836         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8837         And some debug info when a FIXME path is hit.
8838
8839 2007-05-21  Wim Taymans  <wim@fluendo.com>
8840
8841         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8842         (gst_base_rtp_audio_payload_class_init),
8843         (gst_base_rtp_audio_payload_init),
8844         (gst_base_rtp_audio_payload_finalize),
8845         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8846         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8847         (gst_base_rtp_payload_audio_handle_event):
8848         Some cleanups, remove minptime property as it is now in the parent
8849         class.
8850         Override parent class event function.
8851
8852         * gst-libs/gst/rtp/gstbasertppayload.c:
8853         (gst_basertppayload_class_init), (gst_basertppayload_init),
8854         (gst_basertppayload_event), (gst_basertppayload_set_property),
8855         (gst_basertppayload_get_property):
8856         * gst-libs/gst/rtp/gstbasertppayload.h:
8857         Add min-ptime property.
8858         Add handle-event vmethod. Fixes #415001.
8859
8860 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8861
8862         * gst-libs/gst/audio/gstbaseaudiosink.c
8863           (gst_base_audio_sink_change_state):
8864           Fix typo in comment.
8865
8866         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8867           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8868           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8869           close_link):
8870         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8871           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8872           Remove trailing whitespaces in comments.
8873
8874         * gst/volume/Makefile.am:
8875           Fix tabs.
8876
8877 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8878
8879         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8880
8881         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8882           set_option, get_option, _gst_reserved):
8883           Revert reordering functions (keep ABI).
8884
8885 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8886
8887         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8888         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8889         (gst_ximagesink_show_frame):
8890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8891         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8892         (gst_xvimagesink_show_frame):
8893         When we create our own window, indicate that we handle the 
8894         WM_DELETE client message from the window manager, so that it won't 
8895         kill our window (and our app) along with it. Handle ClientMessage,
8896         post an error on the bus, and close the window. Further buffers
8897         arriving will result in a FlowError because the window has been
8898         destroyed.
8899
8900         Fixes: #393975
8901
8902         Clean up the X event handling loop and make them the same for
8903         both xvimagesink and ximagesink while I'm at it.
8904
8905 2007-05-17  Wim Taymans  <wim@fluendo.com>
8906
8907         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8908         Make decodebin2 autoplug depayloaders too.
8909
8910         * gst/playback/gsturidecodebin.c: (source_new_pad):
8911         Set the newly created decoder in a usable state when autoplugging a
8912         dynamic source such as RTSP.
8913
8914 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * gst/playback/gststreaminfo.c: (cb_probe):
8917           Ignore video-codec tag for audio streams and ignore audio-codec tags
8918           for video streams. Should make codec name collection a bit more
8919           robust against sloppy demuxers that send tag events containing both
8920           tags down each pad.
8921
8922 2007-05-17  Wim Taymans  <wim@fluendo.com>
8923
8924         * gst/playback/gstqueue2.c: (update_rates):
8925         Tweak the buffering thresholds a little.
8926         Update the buffer size with the previously calculate rate instead of
8927         only when we calculate a new rate so that we get smoother buffering
8928         updates.
8929
8930         * gst/playback/Makefile.am:
8931         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8932         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8933         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8934         (gst_uri_decode_bin_get_property), (unknown_type),
8935         (add_element_stream), (no_more_pads_full), (no_more_pads),
8936         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8937         (gen_source_element), (has_all_raw_caps), (analyse_source),
8938         (remove_decoders), (make_decoder), (remove_source),
8939         (source_new_pad), (setup_source), (decoder_query_init),
8940         (decoder_query_duration_fold), (decoder_query_duration_done),
8941         (decoder_query_position_fold), (decoder_query_position_done),
8942         (decoder_query_latency_fold), (decoder_query_latency_done),
8943         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8944         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8945         (gst_uri_decode_bin_change_state), (plugin_init):
8946         New element that intergrates a source, optional buffering element and
8947         decodebin.
8948
8949 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * configure.ac:
8952           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8953           (also has a .pc file, so we don't need the fallback check any
8954           longer). Fixes #438840.
8955
8956 2007-05-17  Wim Taymans  <wim@fluendo.com>
8957
8958         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8959         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8960         (apply_segment), (apply_buffer), (update_buffering),
8961         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8962         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8963         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8964         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8965         (plugin_init):
8966         fix build.
8967
8968 2007-05-17  Wim Taymans  <wim@fluendo.com>
8969
8970         * gst/playback/Makefile.am:
8971         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8972         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8973         (gst_queue_getcaps), (gst_queue_bufferalloc),
8974         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8975         (apply_buffer), (update_buffering), (reset_rate_timer),
8976         (update_rates), (gst_queue_locked_flush),
8977         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8978         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8979         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8980         (gst_queue_loop), (gst_queue_handle_src_event),
8981         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8982         (gst_queue_src_activate_push), (gst_queue_change_state),
8983         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8984         On our way to playbin2 this is the new network queue that does buffering
8985         all by itself using high and low watermarks. It can also measure up and
8986         downstream bandwidth to optimally size the queue.
8987
8988 2007-05-17  Michael Smith <msmith@fluendo.com>
8989
8990         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8991         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8992           Use the segment->last_stop value to calculate the next timestamp to
8993           generate after a seek; not the segment->start value.
8994
8995 2007-05-15  David Schleef  <ds@schleef.org>
8996
8997         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8998           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8999
9000 2007-05-15  Wim Taymans  <wim@fluendo.com>
9001
9002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9003         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9004         Some more chained streaming ogg timestamp fixes.
9005
9006 2007-05-15  Wim Taymans  <wim@fluendo.com>
9007
9008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9009         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9010         (gst_ogg_demux_handle_page):
9011         Add some FIXMEs.
9012         Fix chain start/stop segment handling based on patch by
9013         <ahalda at cs dot mcgill dot ca> see #320984.
9014
9015 2007-05-15  Michael Smith <msmith@fluendo.com>
9016
9017         * configure.ac:
9018           We don't require a C++ compiler. So don't require one.
9019
9020 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9021
9022         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9023           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9024           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9025           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9026           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9027           gst_alsa_mixer_update_track):
9028           Apply some of the cleanup Tim suggested in #152864 afterwards.
9029
9030 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9031
9032         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9033
9034         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9035           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9036           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9037           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9038           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9039           gst_alsa_mixer_handle_source_callback,
9040           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9041           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9042           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9043           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9044           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9045           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9046         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9047         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9048           gst_alsa_mixer_element_interface_supported,
9049           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9050           gst_alsa_mixer_element_set_property,
9051           gst_alsa_mixer_element_get_property,
9052           gst_alsa_mixer_element_change_state):
9053         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9054         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9055           gst_mixer_option_changed):
9056         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9057           volume_changed, option_changed, _gst_reserved):
9058           Implement notification for alsamixer. Fixes #152864
9059
9060 2007-05-14  David Schleef  <ds@schleef.org>
9061
9062         * gst/videotestsrc/videotestsrc.c:
9063         * gst/videotestsrc/videotestsrc.h:
9064           Add support for video/x-raw-bayer.
9065
9066 2007-05-12  David Schleef  <ds@schleef.org>
9067
9068         * sys/xvimage/xvimagesink.c:
9069           Add some sanity checking for the XVImage size returned by X.
9070           Related to #377400.
9071
9072 2007-05-12  Wim Taymans  <wim@fluendo.com>
9073
9074         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9075         (gst_base_rtp_depayload_setcaps),
9076         (gst_base_rtp_depayload_set_gst_timestamp):
9077         Parse and use additional caps fields as described in updated
9078         application/x-rtp caps spec.
9079
9080 2007-05-12  Wim Taymans  <wim@fluendo.com>
9081
9082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9083         (gst_ogg_demux_collect_chain_info):
9084         If there is a stream in a chain without any data packets, ignore the
9085         stream in the total length calculations. Might be related to #436820.
9086
9087 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9088
9089         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9090         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9091         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9092         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9093         (plugin_init):
9094
9095         Consolidate and re-work our mpeg system stream detection to probe
9096         more packets and produce a higher confidence result. Fixes a
9097         regression caused by lowering the typefind probability last year
9098         - related to bug #397810. Remove the redundant MPEG-1 specific 
9099         typefind function, as the new one detects both MPEG-1 & MPEG-2
9100         happily.
9101
9102         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9103         little. 
9104
9105         Tested against my media test directory, with some improvements and
9106         no regressions.
9107
9108 2007-05-10  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9111         (queue_out_of_data):
9112         Connect to the new queue "pushing" signal instead of the broken
9113         "running" one.
9114
9115 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9116
9117         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9118         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9119         Move variable declaration before the first instruction.
9120         * gst/videotestsrc/videotestsrc.c:
9121         Define M_PI if it's not defined yet.
9122         * win32/common/libgstrtp.def:
9123         Add new exported functions.
9124
9125 2007-05-09  Michael Smith <msmith@fluendo.com>
9126
9127         * ext/theora/theoradec.c: (theora_handle_type_packet):
9128           gst_pad_push_event() does not return a GstFlowReturn!
9129
9130 2007-05-09  Wim Taymans  <wim@fluendo.com>
9131
9132         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9133         * tests/examples/seek/seek.c: (do_seek):
9134         Some small cosmetic changes.
9135
9136 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9137
9138         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9139           gst_adder_change_state):
9140         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9141           segment_pending, segment_position, segment_rate):
9142           Handle playback-rate on adder.
9143
9144 2007-05-07  Michael Smith <msmith@fluendo.com>
9145
9146         * ext/theora/gsttheoradec.h:
9147         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9148         (theora_dec_sink_event), (theora_handle_comment_packet),
9149         (theora_handle_type_packet), (theora_dec_change_state):
9150           Don't push events (newsegment, tags) before initialising the
9151           decoder.
9152           This is neccesary for seeking to work correctly in gnonlin.
9153
9154 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9155
9156         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9157         * gst/adder/gstadder.c:
9158         * gst/audiotestsrc/gstaudiotestsrc.c
9159           (gst_audio_test_src_create_white_noise):
9160         * gst/videotestsrc/gstvideotestsrc.c:
9161         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9162           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9163           volume_sink_template, volume_src_template, gst_volume_init,
9164           volume_process_double, volume_process_int16,
9165           volume_process_int16_clamp):
9166           Doc fixes and formatting.
9167
9168 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * tests/check/Makefile.am:
9171         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9172           Minimal check for volume's GstController usability; also another
9173           test for #422295.
9174
9175 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         * gst-libs/gst/cdda/gstcddabasesrc.c:
9178         (gst_cdda_base_src_add_track):
9179           Fix it so that it (a) makes sense and (b) doesn't break
9180           everything cdda-related including the unit test.
9181
9182 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9183
9184         * gst-libs/gst/cdda/gstcddabasesrc.c:
9185         (gst_cdda_base_src_add_track):
9186           Fix build when disabling asserts.
9187
9188 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9189
9190         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9191           When XShm is not available, we might get row strides that are not
9192           rounded up to multiples of four; this is bad, because virtually
9193           every RGB-processing element in GStreamer assumes rowstrides are
9194           rounded up to multiples of four, so let's allocate at least enough
9195           memory to avoid crashes in this case. The image will still be
9196           displayed distorted though if this happens, so that still needs
9197           fixing (maybe by allocating a bigger image with an 'even' width
9198           and then clipping it appropriately when rendering - something for
9199           Xlib aficionados in any case).
9200
9201 2007-05-03  Michael Smith <msmith@fluendo.com>
9202
9203         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9204           If a buffer doesn't have a timestamp, assume it's contiguous with
9205           the previous buffer, and synthesise timestamps appropriately.
9206
9207 2007-05-03  Edward Hervey  <edward@fluendo.com>
9208
9209         * tests/check/elements/videorate.c: (GST_START_TEST):
9210         Set buffer timestamp to a valid value in order to test the buffer
9211         really does stay in videorate.
9212
9213 2007-05-03  Edward Hervey  <edward@fluendo.com>
9214
9215         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9216         There is no sensible way to handle incoming buffers which don't have a
9217         valid timestamp. We therefore discard them and wait for the next one.
9218
9219 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9222         * gst/playback/gstdecodebin2.c: (plugin_init):
9223           Better error message for text files.
9224
9225 2007-04-29  Wim Taymans  <wim@fluendo.com>
9226
9227         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9228         Fix offset bug in generation RR packets.
9229
9230 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9231
9232         * ext/theora/theoradec.c: (_theora_granule_time),
9233         (theora_dec_push_forward), (theora_handle_data_packet),
9234         (theora_dec_decode_buffer): Calculate buffer duration correctly
9235         to generate a perfect stream (#433888).
9236         * gst/audioresample/gstaudioresample.c:
9237         (audioresample_check_discont): Glib provides ABS.
9238
9239 2007-04-27  Wim Taymans  <wim@fluendo.com>
9240
9241         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9242         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9243         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9244         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9245         (gst_rtcp_packet_bye_set_reason):
9246         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9247         Fix RB block parsing and writing.
9248         Add support for constructing BYE packets.
9249
9250 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9253         (gst_base_audio_src_create):
9254         * po/POTFILES.in:
9255           When posting a warning message because samples were dropped, post
9256           something more intelligible than he default error message for clock
9257           errors which is just confusing in this context (#432984).
9258
9259 2007-04-25  Wim Taymans  <wim@fluendo.com>
9260
9261         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9262         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9263         (read_packet_header), (gst_rtcp_packet_move_to_next),
9264         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9265         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9266         (gst_rtcp_packet_sdes_get_item_count),
9267         (gst_rtcp_packet_sdes_first_item),
9268         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9269         (gst_rtcp_packet_sdes_first_entry),
9270         (gst_rtcp_packet_sdes_next_entry),
9271         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9272         (gst_rtcp_packet_sdes_add_entry):
9273         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9274         Implement code to write SR, RR and SDES packets.
9275
9276 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9277
9278         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9279
9280         * sys/ximage/ximagesink.c:
9281           Fix build if XShm is not available (#432362).
9282
9283 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9284
9285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9286         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9287         pointers to random memory which are passed to g_free() when
9288         audio_convert_prepare_context() is called the first time.
9289
9290 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9291
9292         Patch by: Dan Williams <dcbw redhat com>
9293
9294         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9295           Don't leak incoming buffer if gst_pad_push() returns a
9296           non-OK flow. Fixes #432755.
9297          
9298         * tests/check/elements/videorate.c: (GST_START_TEST),
9299         (videorate_suite):
9300           Unit test for the above by Yours Truly.
9301
9302 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9303
9304         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9305         (gst_adder_sink_event), (gst_adder_collected):
9306           Fix non-flushing segmented seeks, Fixes #340060 for me
9307
9308 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9309
9310         Patch by: Olivier Crete  <tester at tester ca>
9311
9312         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9313         (gst_base_rtp_audio_payload_class_init),
9314         (gst_base_rtp_audio_payload_init),
9315         (gst_base_rtp_audio_payload_dispose):
9316           Chain up to parent class in dispose function; get rid of
9317           unnecessary 'diposed' flag in private structure (#415001).
9318
9319 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * docs/libs/gst-plugins-base-libs.types:
9322         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9323         (gst_base_rtp_audio_payload_class_init):
9324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9325         * gst-libs/gst/rtp/gstbasertppayload.c:
9326           Some minor docs fixes and additions; also add missing 'Since' bits.
9327
9328 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         Patch by: Zeeshan Ali  <zeenix gmail com>
9331
9332         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9333         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9334         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9335         (gst_base_rtp_audio_payload_push):
9336         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9337           The recently-added gst_base_rtp_audio_payload_push() should take an
9338           object of type GstBaseRTPAudioPayload as first argument (#431672).
9339
9340 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * gst/audioresample/gstaudioresample.c:
9343           Make more functions static, just because we can.
9344
9345 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * tests/check/elements/audioresample.c:
9348           Add unit test for audioresample shutdown crasher (#420106).
9349
9350 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9351
9352         * gst/subparse/gstsubparse.c:
9353         * gst/subparse/samiparse.c:
9354           Use GST_DISABLE_XML here
9355
9356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9357         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9358         (gst_xvimagesink_buffer_alloc),
9359         (gst_xvimagesink_navigation_send_event):
9360         * sys/xvimage/xvimagesink.h:
9361           Include stdlib.h when using atoi.
9362           
9363         * tests/check/elements/playbin.c: (playbin_suite):
9364           Use GST_DISABLE_REGISTRY here
9365
9366 2007-04-19  Michael Smith  <msmith@fluendo.com>
9367
9368         * ext/theora/gsttheoraenc.h:
9369         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9370         (theora_enc_sink_event), (theora_enc_change_state):
9371           Track initialisation state; don't try to use encoder state if we're
9372           not initialised (it'll segfault).
9373
9374 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9375
9376         * tests/check/pipelines/.cvsignore:
9377         Fix build.
9378
9379 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9380
9381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9382         Allow random depths between 1 and 32 instead of only multiplies of 8.
9383
9384 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9385
9386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9387         Set the maximum number of channels for PCM and float in the correct
9388         place to have it also used when creating the template caps.
9389
9390 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9391
9392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9393         Correctly support 4, 6 and 8 channels with normal PCM and float
9394         wav files.
9395
9396         Fix the depth and signedness calculation in extensible wav files and
9397         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9398         mask is found.
9399
9400         Add support for float, alaw and mulaw in extensible wav files.
9401
9402         This allows correct playback of all but 5 files from
9403         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9404         
9405         (gst_riff_create_audio_template_caps):
9406         Add voxware and float formats to the template caps.     
9407
9408 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9409
9410         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9411
9412         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9413         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9414
9415         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9416         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9417         Use the correct format strings for integer formats.
9418
9419 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9420
9421         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9422           Don't use pad_alloc_buffer_and_set_caps to create a small header
9423           packet, or, worse, to create a big temporary video buffer using the
9424           src pad.
9425
9426 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9427
9428         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9429         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9430           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9431           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9432
9433 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9434
9435         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9436           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9437           streamheader_suite):
9438           Add another test set up for failure
9439
9440 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9441
9442         * tests/check/Makefile.am:
9443         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9444           GST_START_TEST, streamheader_suite, main):
9445           Add a test for the streamheader bug Wim fixed.
9446
9447 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9448
9449         * ext/theora/theoradec.c: (theora_dec_sink_event):
9450         Fix misleading comment.
9451
9452 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9453
9454         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9455           More sanity checks for the header fields.
9456
9457 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9458
9459         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9460           Try encodings from all environment variables, not just those in the
9461           first environment variable that is set.
9462
9463 2007-04-12  Wim Taymans  <wim@fluendo.com>
9464
9465         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9466         (gst_video_rate_chain):
9467         Add some debug.
9468
9469         * tests/check/elements/videorate.c: (GST_START_TEST),
9470         (videorate_suite):
9471         Added check for videorate changing caps handling. Closes #421834.
9472
9473 2007-04-12  Michael Smith  <msmith@fluendo.com>
9474
9475         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9476           Use scale functions to avoid overflow when calculating duration of 
9477           vorbis buffers.
9478
9479 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * docs/libs/gst-plugins-base-libs-sections.txt:
9482         * gst-libs/gst/tag/tag.h:
9483         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9484           API: add gst_tag_freeform_string_to_utf8() (#405072).
9485
9486         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9487           Use gst_tag_freeform_string_to_utf8() here.
9488
9489 2007-04-12  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9492         (gst_gdp_pay_sink_event):
9493         Make sure we set the IN_CAPS flag correctly.
9494
9495         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9496         Get the IN_CAPS flag before we call functions that mess with the flags.
9497
9498 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9499
9500         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9501           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9502           Only stamp buffers with offset/offset_end right before they get
9503           pushed.  This ensures offset continuity, which was not the case
9504           before as shown by
9505           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9506
9507 2007-04-06  Wim Taymans  <wim@fluendo.com>
9508
9509         * gst/playback/gstplaybin.c: (add_sink),
9510         (gst_play_bin_change_state):
9511         Activate sync in playbin, we are ready to handle it for live streams.
9512
9513 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9514
9515         * tests/check/elements/playbin.c:
9516         (test_sink_usage_video_only_stream), (playbin_suite):
9517           Add small test for stream-info-value-array code paths.
9518
9519 2007-04-05  Wim Taymans  <wim@fluendo.com>
9520
9521         * gst-libs/gst/audio/gstbaseaudiosink.c:
9522         (gst_base_audio_sink_skew_slaving):
9523         Don't try to create invalid calibration parameters by making the
9524         internal time go backwards, instead make external time go forward.
9525
9526 2007-04-05  Wim Taymans  <wim@fluendo.com>
9527
9528         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9529
9530         * gst/playback/gstplaybasebin.c: (add_stream):
9531         Fix leak in add_stream(), when g_value_set_object() increases the
9532         refcount of streaminfo object. Fixes #426250.
9533
9534 2007-04-03  David Schleef  <ds@schleef.org>
9535
9536         * gst/videotestsrc/gstvideotestsrc.c:
9537         * gst/videotestsrc/gstvideotestsrc.h:
9538         * gst/videotestsrc/videotestsrc.c:
9539         * gst/videotestsrc/videotestsrc.h:
9540           Add a test pattern called "circular", which has concentric
9541           rings with varying radial frequency.  The main purpose of this
9542           pattern is to test fidelity loss in a filter or scaler element.
9543           Notably, this pattern is scale invariant, and is optimally viewed
9544           with a width (and height) of 400.
9545
9546 2007-04-03  Wim Taymans  <wim@fluendo.com>
9547
9548         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9549
9550         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9551         (deactivate_free_recursive):
9552         Decodebin2 doesn't unref pads it obtains in some occasions:
9553         - multiqueue src pads, when either connecting further or exposing
9554         - sink pads of new autoplugged elements
9555         - peer pads when recursively freeing elements
9556         Fixes #425455.
9557
9558 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9559
9560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9561         Add audio/x-raw-float support, now that audioconvert support
9562         non-native endianness floats.
9563
9564 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * docs/libs/gst-plugins-base-libs-docs.sgml:
9567           gstreamer-plugins-base.pc doesn't exist, it's
9568           gstreamer-plugins-base-0.10.pc.
9569
9570 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9571
9572         Patch by: René Stadler <mail at renestadler dot de>
9573         with some minor changes
9574
9575         * gst-libs/gst/floatcast/floatcast.h:
9576         Use more efficient float endianness conversion functions that don't
9577         involve 2 function calls per value.
9578         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9579         (check_default), (audio_convert_prepare_context):
9580         * gst/audioconvert/gstaudioconvert.c:
9581         (gst_audio_convert_parse_caps), (make_lossless_changes):
9582         Support non-native endianness floats as input and output.
9583         Fixes #339838.
9584         * tests/check/elements/audioconvert.c: (verify_convert),
9585         (GST_START_TEST):
9586         Add unit tests for the non-native endianness float conversions.
9587
9588 2007-03-29  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9591         (gst_base_rtp_depayload_base_init),
9592         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9593         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9594         (gst_base_rtp_depayload_set_gst_timestamp),
9595         (gst_base_rtp_depayload_change_state),
9596         (gst_base_rtp_depayload_set_property),
9597         (gst_base_rtp_depayload_get_property):
9598         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9599         Add Private structure.
9600         Bring element code to 2007.
9601         Parse clock-base caps param and use it when generating the
9602         newsegment.
9603         Reset variables before going to PAUSED.
9604         Fix some docs.
9605
9606 2007-03-29  Wim Taymans  <wim@fluendo.com>
9607
9608         * docs/libs/gst-plugins-base-libs-docs.sgml:
9609         * docs/libs/gst-plugins-base-libs-sections.txt:
9610         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9611         (gst_base_rtp_audio_payload_get_adapter):
9612         Add RTCP docs.
9613         Fix some more docs.
9614
9615         * gst-libs/gst/rtp/Makefile.am:
9616         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9617         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9618         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9619         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9620         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9621         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9622         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9623         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9624         (gst_rtcp_packet_sr_get_sender_info),
9625         (gst_rtcp_packet_sr_set_sender_info),
9626         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9627         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9628         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9629         (gst_rtcp_packet_sdes_get_chunk_count),
9630         (gst_rtcp_packet_sdes_first_chunk),
9631         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9632         (gst_rtcp_packet_sdes_first_item),
9633         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9634         (gst_rtcp_packet_bye_get_ssrc_count),
9635         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9636         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9637         (gst_rtcp_packet_bye_get_reason_len),
9638         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9639         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9640         Add new helper object for parsing and creating RTCP messages.
9641
9642 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9643
9644         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9645         PCM samples with width=8 must be always unsigned, no matter what
9646         depth they have.
9647
9648 2007-03-29  Andy Wingo  <wingo@pobox.com>
9649
9650         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9651         perfect offsets also, not just timestamps.
9652
9653         * tests/check/elements/videorate.c (test_more): Test that given
9654         any incoming offsets, that videorate produces perfect offsets.
9655
9656 2007-03-29  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst-libs/gst/riff/riff-ids.h:
9659         Add some more RIFF formats.
9660
9661 2007-03-29  Wim Taymans  <wim@fluendo.com>
9662
9663         * gst-libs/gst/rtp/gstrtpbuffer.c:
9664         (gst_rtp_buffer_default_clock_rate):
9665         * gst-libs/gst/rtp/gstrtpbuffer.h:
9666         Fix fixed payload names and docs.
9667         Added method to get the default clock rates of fixed payload types.
9668         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9669
9670 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9671
9672         * tests/check/pipelines/.cvsignore:
9673         Add new vorbisdec test to cvsignore.
9674
9675 2007-03-28  Wim Taymans  <wim@fluendo.com>
9676
9677         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9678         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9679         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9680         (gst_base_audio_sink_set_property),
9681         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9682         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9683         (gst_base_audio_sink_skew_slaving),
9684         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9685         (gst_base_audio_sink_async_play):
9686         * gst-libs/gst/audio/gstbaseaudiosink.h:
9687         Store private stuff in GstBaseAudioSinkPrivate.
9688         Add configurable clock slaving modes property.
9689         API:: GstBaseAudioSink::slave-method property
9690         Some more latency reporting tweaks.
9691         Added skew based clock slaving correction and make it the default until
9692         the resampling method is more robust.
9693
9694 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9695
9696         * gst/audioconvert/audioconvert.c:
9697         Add docs to the integer pack functions and implement proper
9698         rounding. Before we had rounding towards negative infinity, i.e.
9699         always the smaller number was taken. Now we use natural rounding,
9700         i.e. rounding to the nearest integer and to the one with the largest
9701         absolute value for X.5. The old rounding introduced some minor
9702         distortions. Fixes #420079
9703         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9704         Fix one unit test that assumed the old rounding and added unit tests
9705         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9706         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9707         rounding from signed int32 to signed/unsigned int16.
9708
9709 2007-03-27  Michael Smith  <msmith@fluendo.com>
9710
9711         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9712         (gst_audio_convert_transform_caps):
9713           Fix typo in debug line introduced recently, as pointed out on irc.
9714
9715 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9716
9717         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9718         * tests/check/libs/tag.c: (GST_START_TEST):
9719           Make sure we parse floating-point numbers in vorbis comments
9720           correctly with either '.' or ',' as separator, no matter what
9721           the current locale is. Add unit test for this too.
9722
9723 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9724
9725         Patch by: René Stadler  <mail at renestadler de>
9726
9727         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9728           When writing out floating-point numbers to vorbis comment tags, always
9729           use the same character as separator no matter what the current locale is
9730           (fixes #423051).
9731
9732         * tests/check/libs/tag.c: (GST_START_TEST):
9733           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9734
9735 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9736
9737         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9738           vorbis_handle_data_packet):
9739           Correctly set DURATION to generate a timestamp-continuous stream.
9740           One bug left at the end; see
9741           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9742         * tests/check/Makefile.am:
9743         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9744           Add a test to check this.  Without the above patch this test fails.
9745
9746 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9747
9748         * gst-libs/gst/rtp/Makefile.am:
9749         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9750
9751 2007-03-23  Michael Smith  <msmith@fluendo.com>
9752
9753         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9754         (gst_video_rate_reset), (gst_video_rate_chain):
9755           If videorate changes caps, we can no longer use the old buffer
9756           (which may have a different size, incompatible with our caps).
9757           So don't do that; just duplicate the new frame more times.
9758
9759 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9760
9761         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9762         Remove playbin's override of the set_clock vmethod. It's irrelevant
9763         after Wim's commit on the 19th.
9764
9765 2007-03-22  Wim Taymans  <wim@fluendo.com>
9766
9767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9768         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9769         * ext/gnomevfs/gstgnomevfssrc.h:
9770         Don't cache file sizes. Fixes #341078.
9771
9772 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         * gst/playback/gstplaybin.c: (add_sink):
9775           Use GST_PTR_FORMAT to log caps. 
9776
9777 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         Patch by: Young-Ho Cha <ganadist at chollian net>
9780
9781         * gst/subparse/samiparse.c: (handle_start_font):
9782           Special-case some more colour names that pango doesn't handle by
9783           default. Fixes #420578.
9784
9785 2007-03-20  Michael Smith  <msmith@fluendo.com>
9786
9787         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9788           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9789           that marks EOS internally. After that, libvorbis will buffer all
9790           input data, and encode none of it, eventually leading to memory
9791           exhaustion.
9792
9793 2007-03-19  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/playback/gstdecodebin.c: (remove_fakesink):
9796         Don't post STATE_DIRTY anymore.
9797
9798         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9799         (gst_play_bin_change_state):
9800         Remove stream_time reset in seek handling, core does that now.
9801         Disable clocking for live pipelines by forcing a NULL clock to the
9802         complete pipeline, core is too smart now for our previous hack.
9803         We can always autoplug in PAUSED now.
9804
9805 2007-03-17  David Schleef  <ds@schleef.org>
9806
9807         * REQUIREMENTS:  Update this file, change the formatting to make
9808         it more consistent, plus more machine readable.
9809
9810 2007-03-16  Michael Smith  <msmith@fluendo.com>
9811
9812         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9813         (strip_width_64), (append_with_other_format):
9814           Previous fix was too simplistic, and broke the tests. Use a better
9815           approach; only strip 64 from widths for integer audio.
9816
9817 2007-03-16  Michael Smith  <msmith@fluendo.com>
9818
9819         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9820         (gst_audio_convert_transform_caps):
9821           We don't support 64 bit integer audio, so don't try to claim we can.
9822           Stops us producing caps don't match our template caps.
9823           Update comments.
9824
9825 2007-03-15  Michael Smith  <msmith@fluendo.com>
9826
9827         * gst/audioresample/gstaudioresample.c:
9828         (audioresample_check_discont), (audioresample_transform):
9829           Don't trigger discontinuities for very small imperfections; a filter
9830           flush will sound bad, and many plugins have rounding errors leading
9831           to these.
9832
9833 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9834
9835         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9836
9837         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9838         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9839         API: add "min-ptime" property to RTP base audio payloader.
9840         API: add gst_base_rtp_audio_payload_push().
9841         API: add gst_base_rtp_audio_payload_get_adapter().
9842         Fixes #415001
9843         Indentation/whitespace/documentation fixes.
9844
9845 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9846
9847         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9848         (audioresample_transform_size), (audioresample_do_output),
9849         (audioresample_transform), (audioresample_pushthrough): Handle
9850         discontinuous streams.
9851         * gst/audioresample/gstaudioresample.h:
9852         * tests/check/elements/audioresample.c:
9853         (test_discont_stream_instance), (GST_START_TEST),
9854         (audioresample_suite): Add a test for discontinuous streams.
9855         * win32/common/config.h: Updated.
9856
9857 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9858
9859         * po/af.po:
9860         * po/az.po:
9861         * po/cs.po:
9862         * po/en_GB.po:
9863         * po/it.po:
9864         * po/nb.po:
9865         * po/nl.po:
9866         * po/or.po:
9867         * po/sq.po:
9868         * po/sr.po:
9869         * po/sv.po:
9870         * po/uk.po:
9871         * po/vi.po:
9872           Update translations from translation project.
9873
9874 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9875
9876         * gst/audioresample/debug.h:
9877         * gst/audioresample/resample.c: (resample_init):
9878           Since I really am not interested in a debug line for each sample
9879           being processed, move the library's debugging to its own category,
9880           libaudioresample
9881
9882 2007-03-13  Michael Smith  <msmith@fluendo.com>
9883
9884         * ext/theora/theoradec.c: (theora_handle_type_packet):
9885           Since the plugin doesn't support anything other than 4:2:0 right
9886           now, post an error and fail if we get something else. Won't matter
9887           until libtheora supports the other pixel formats, but hopefully
9888           that'll be soon...
9889
9890 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9891
9892         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9893         Use gst_guint64_to_gdouble for conversion.
9894         * win32/MANIFEST:
9895         Add new files to the win32 MANIFEST.
9896         * win32/common/libgstaudio.def:
9897         * win32/common/libgstpbutils.def:
9898         Add new exported functions.
9899         * win32/vs6/gst_plugins_base.dsw:
9900         * win32/vs6/libgstdecodebin.dsp:
9901         * win32/vs6/libgstplaybin.dsp:
9902         Change the link to libgstpbutils.lib.
9903         * win32/vs6/libgstdecodebin2.dsp:
9904         Add a new project for decodebin2.
9905         * win32/vs6/libgstpbutils.dsp:
9906         Add a new project for pbutils.
9907
9908 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9909
9910         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9911           Also accept partial dates with only year and month,
9912           like 1999-12-00 (fixes #410396 even more).
9913
9914         * tests/check/libs/tag.c: (GST_START_TEST):
9915           Add unit test for the above.
9916
9917 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9918
9919         * tests/check/elements/subparse.c: (GST_START_TEST),
9920         (subparse_suite):
9921           Add unit test for MPL2 subtitle format (#413799).
9922
9923 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9924
9925         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9926
9927         * gst/subparse/Makefile.am:
9928         * gst/subparse/gstsubparse.c:
9929         (gst_sub_parse_data_format_autodetect),
9930         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9931         (gst_subparse_type_find):
9932         * gst/subparse/gstsubparse.h:
9933         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9934         * gst/subparse/mpl2parse.h:
9935           Add support for MPL2 subtitle format (#413799).
9936
9937 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9938
9939         * configure.ac:
9940           We require core CVS for the new buffer metadata copy functions.
9941
9942 2007-03-09  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst-libs/gst/tag/gstid3tag.c:
9945         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9946         Fixes #414496.
9947
9948         Patch by: Alex Lancaster <alexl at users sourceforge net>
9949
9950 2007-03-09  Wim Taymans  <wim@fluendo.com>
9951
9952         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9953         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9954         Improve adapter usage and comments.
9955
9956 2007-03-09  Wim Taymans  <wim@fluendo.com>
9957
9958         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9959         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9960         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9961         Use new metadata copy function.
9962
9963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9964         (gst_ffmpegcsp_transform):
9965         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9966         Basetransform copied the metadata for us.
9967
9968 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9969
9970         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9971         (gst_text_overlay_video_event):
9972           Some more logging. Only accept newsegment events in TIME format and
9973           send a WARNING message if they are not in TIME format.
9974
9975         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9976         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9977         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9978         * gst/subparse/gstsubparse.h:
9979           No need to allocate GstSegment structure dynamically, just put it
9980           into the instance structure; ignore newsegment events in BYTE
9981           format and in particular don't let it overwrite our saved TIME
9982           segment from the last seek.
9983
9984 2007-03-09  Michael Smith  <msmith@fluendo.com>
9985
9986         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9987           Replace AC3 typefinder with one that isn't terrible, and actually
9988           works usefully.
9989
9990 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9991
9992         * gst/audioconvert/gstaudioconvert.c:
9993         (gst_audio_convert_transform):
9994           fix error category and translatable string
9995           
9996
9997 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10000         * pkgconfig/gstreamer-plugins-base.pc.in:
10001           Fix up utils => pbutils here too.
10002
10003 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10004
10005         * gst/subparse/gstsubparse.c: (handle_buffer):
10006           Break out of loop in chain function as soon as possible if we get
10007           a non-OK flow return.
10008
10009 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10010
10011         * tests/check/elements/alsa.c: (GST_START_TEST):
10012         Unref the mixer if the state change fails too (if the
10013         alsa devices are inaccessible, for example)
10014
10015 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10016
10017         * tests/check/Makefile.am:
10018         Don't test libvisual elements in the states check, because libvisual
10019         seems to leak internally.
10020
10021         Re-enable the alsa and states tests now that there's new suppressions
10022         in gst.supp.
10023
10024         * tests/check/elements/alsa.c: (GST_START_TEST):
10025         Don't leak the alsamixer we instantiated.
10026
10027 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10028
10029         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10030         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10031         (gst_ximagesink_finalize):
10032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10033         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10034         Move some cleanup stuff from the state change handler into a _reset()
10035         function that can be called from _finalize(). This ensures that things
10036         get freed even if (for some reason) the NULL->READY state transition
10037         fails in the parent class.
10038         Even if a parent state change fails, process our downward state change
10039         logic instead of bailing out early.
10040         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10041
10042 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10043
10044         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10045         Extra log line.
10046
10047         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10048         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10049         Use pango_font_description_set_family_static instead of 
10050         pango_font_description_set_family to save a string copy (it was
10051         leaking due to the strdup anyway)
10052
10053         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10054         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10055         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10056         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10057         Chain up in finalize.
10058
10059 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10060
10061         * gst-libs/gst/interfaces/mixertrack.c:
10062         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10063         (gst_mixer_track_set_property):
10064           API: add "untranslated-label" property which should be set by
10065           implementations at construct time (#414645).
10066
10067         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10068         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10069           Set "untranslated-label" when constructing mixer track objects.
10070
10071         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10072           Unit test to check the above.
10073
10074 2007-03-07  Wim Taymans  <wim@fluendo.com>
10075
10076         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10077         Fix confusing debug message.
10078
10079 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10080
10081         * gst-plugins-base.doap:
10082         update doap file with new version
10083
10084 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10085
10086         * configure.ac:
10087         Back to CVS
10088
10089 === release 0.10.12 ===
10090
10091 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10092
10093         * configure.ac:
10094           releasing 0.10.12, "Zombie Horde"
10095
10096 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10097
10098         * configure.ac:
10099         Bump version to 0.10.11.4 pre-release
10100
10101 2007-03-06  Wim Taymans  <wim@fluendo.com>
10102
10103         * gst-libs/gst/audio/gstbaseaudiosink.c:
10104         (gst_base_audio_sink_async_play):
10105         Fix regression that made GStreamer skip the first samples of audio.
10106         Fixes #414684.
10107
10108 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10109
10110         * configure.ac:
10111         Bump version to 0.10.11.3 pre-release
10112
10113 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10114
10115         * po/POTFILES.in:
10116           Update paths for the rename from utils to pbutils to fix the build.
10117
10118 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * gst-libs/gst/pbutils/Makefile.am:
10121           Change directory to install headers in from gst/utils to gst/pbutils
10122           as well.
10123
10124 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10125
10126         * configure.ac:
10127         * docs/libs/gst-plugins-base-libs-docs.sgml:
10128         * docs/libs/gst-plugins-base-libs-sections.txt:
10129         * gst-libs/gst/Makefile.am:
10130         * gst-libs/gst/interfaces/mixer.c:
10131         * gst-libs/gst/pbutils/Makefile.am:
10132         * gst-libs/gst/pbutils/descriptions.c:
10133         (gst_pb_utils_get_source_description),
10134         (gst_pb_utils_get_sink_description),
10135         (gst_pb_utils_get_decoder_description),
10136         (gst_pb_utils_get_encoder_description),
10137         (gst_pb_utils_get_element_description),
10138         (gst_pb_utils_add_codec_description_to_tag_list),
10139         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10140         * gst-libs/gst/pbutils/descriptions.h:
10141         * gst-libs/gst/pbutils/install-plugins.c:
10142         * gst-libs/gst/pbutils/install-plugins.h:
10143         * gst-libs/gst/pbutils/missing-plugins.c:
10144         (gst_missing_uri_source_message_new),
10145         (gst_missing_uri_sink_message_new),
10146         (gst_missing_element_message_new),
10147         (gst_missing_decoder_message_new),
10148         (gst_missing_encoder_message_new),
10149         (gst_missing_plugin_message_get_description):
10150         * gst-libs/gst/pbutils/missing-plugins.h:
10151         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10152         * gst-libs/gst/pbutils/pbutils.h:
10153         * gst-libs/gst/utils/Makefile.am:
10154         * gst-libs/gst/utils/base-utils.c:
10155         * gst-libs/gst/utils/base-utils.h:
10156         * gst-libs/gst/utils/descriptions.c:
10157         * gst-libs/gst/utils/descriptions.h:
10158         * gst-libs/gst/utils/install-plugins.c:
10159         * gst-libs/gst/utils/install-plugins.h:
10160         * gst-libs/gst/utils/missing-plugins.c:
10161         * gst-libs/gst/utils/missing-plugins.h:
10162         * gst-plugins-base.spec.in:
10163         * gst/playback/Makefile.am:
10164         * gst/playback/gstdecodebin.c:
10165         * gst/playback/gstdecodebin2.c:
10166         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10167         (gen_source_element):
10168         * gst/playback/gstplaybin.c: (plugin_init):
10169         * tests/check/Makefile.am:
10170         * tests/check/libs/pbutils.c: (GST_START_TEST),
10171         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10172         * tests/check/libs/utils.c:
10173           rename utils to pbutils
10174
10175 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10176
10177         * docs/plugins/Makefile.am:
10178         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10179         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10180         * docs/plugins/inspect/plugin-decodebin2.xml:
10181         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10182         Add documentation for decodebin2 that indicates that the API
10183         is still unstable.
10184
10185 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10186
10187         * configure.ac:
10188         Update to 0.10.11.2 (0.10.12 pre-release)
10189
10190 2007-03-01  Wim Taymans  <wim@fluendo.com>
10191
10192         * gst-libs/gst/audio/gstbaseaudiosink.c:
10193         (gst_base_audio_sink_async_play):
10194         base time is irrelevant here.
10195
10196 2007-03-01  Wim Taymans  <wim@fluendo.com>
10197
10198         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10199         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10200         Improve debugging.
10201
10202         * gst-libs/gst/audio/gstbaseaudiosink.c:
10203         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10204         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10205         Improve latency and clock slaving calculations.
10206         Improve slave clock calibration.
10207
10208         * gst-libs/gst/audio/gstringbuffer.c:
10209         (gst_ring_buffer_commit_full):
10210         When we are asked to render N sample to 0 bytes, return N.
10211
10212 2007-03-01  Wim Taymans  <wim@fluendo.com>
10213
10214         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10215         (gst_alsasink_write), (gst_alsasink_reset):
10216         * ext/alsa/gstalsasink.h:
10217         Remove unused dispose function.
10218         Rename lock to not interfere with alsasrc lock.
10219
10220         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10221         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10222         (gst_alsasrc_read), (gst_alsasrc_reset):
10223         * ext/alsa/gstalsasrc.h:
10224         Implement finalize function.
10225         Use lock to protect alsa access.
10226         Implement _reset.
10227         Fine tune sw params.
10228
10229 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10230
10231         * configure.ac:
10232           Convert to new AG_GST style.
10233
10234 2007-02-28  Wim Taymans  <wim@fluendo.com>
10235
10236         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10237
10238         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10239         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10240         Fix race condition when rapidly switching visualisations in playbin.
10241         Fixes #401029.
10242
10243 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10244
10245         * tests/check/Makefile.am:
10246         Include local stuff before system installed things in LDFLAGS and
10247         CFLAGS.
10248
10249 2007-02-28  Wim Taymans  <wim@fluendo.com>
10250
10251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10252         Improve debugging.
10253
10254 2007-02-28  Wim Taymans  <wim@fluendo.com>
10255
10256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10257         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10258         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10259         Fix duration and timestamping, taking latency into account.
10260         Implement latency query.
10261
10262 2007-02-28  Wim Taymans  <wim@fluendo.com>
10263
10264         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10265         (gst_audio_clock_new):
10266         Fix clock name.
10267
10268         * gst-libs/gst/audio/gstbaseaudiosink.c:
10269         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10270         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10271         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10272         (gst_base_audio_src_create):
10273         Improve latency query code.
10274         Use proper clock names.
10275
10276 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10277
10278         * tests/check/generic/states.c: (GST_START_TEST):
10279           Copy the states.c test from core again
10280         * tests/check/Makefile.am:
10281           ignore cdio and cdparanoiasrc
10282
10283 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10284
10285         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10286         (double_hq), (audio_convert_get_func_index), (check_default),
10287         (audio_convert_prepare_context), (audio_convert_convert):
10288           Also make valgrind happy and avoid copying data in some cases.
10289
10290 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10291
10292         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10293         (double_hq), (audio_convert_get_func_index),
10294         (audio_convert_prepare_context), (audio_convert_convert):
10295         * gst/audioconvert/gstaudioconvert.c:
10296         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10297         (gst_audio_convert_transform_caps):
10298         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10299         (audioconvert_suite):
10300           Don't run inplace if that overwrites source data as we go. Add more
10301           tests. Fixes #339837 even more.
10302
10303 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10304
10305         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10306         (msg_segment_done): Fix various seeking bugs (Slider was not
10307         updating when doing a non flushing seek, Reverse playback 
10308         on segment seek was wrong).
10309
10310 2007-02-26  Wim Taymans  <wim@fluendo.com>
10311
10312         * tests/examples/seek/seek.c: (stop_seek):
10313         When we stop scrubbing, don't leave the pipeline PLAYING when we
10314         requested a PAUSED state.
10315
10316 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10317
10318         Patch by: René Stadler <mail at renestadler de>
10319
10320         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10321           Parse date strings in vorbis comments that have an invalid (zero)
10322           month or day (#410396).
10323
10324         * tests/check/libs/tag.c: (GST_START_TEST):
10325           Test case for the above.
10326
10327 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10328
10329         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10330
10331         * configure.ac:
10332         * ext/alsa/Makefile.am:
10333         * gst/audiotestsrc/Makefile.am:
10334           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10335
10336 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         * gst/playback/gstplaybin.c:
10339           Improve docs: point out that the application needs to assist playbin
10340           with buffering.
10341
10342 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10343
10344         * gst-libs/gst/utils/install-plugins.c:
10345         * gst-libs/gst/utils/missing-plugins.c:
10346         * tests/check/libs/utils.c: (missing_msg_check_getters):
10347           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10348           to just 'gstreamer'. Document the caps string component of the
10349           decoder/encoder detail a bit better, since not everyone will be
10350           familiar with the GStreamer media type/caps system (but they better
10351           enjoy nested itemized lists).
10352
10353 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10354
10355         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10356         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10357           Fix copying of GstNetBuffer (would crash before, or at least lead to
10358           invalid memory access, #410772), for now by copying the GstBuffer copy
10359           code from the core over here so we can copy the GstBuffer fields on a
10360           provided buffer instance (of type GstNetBuffer in this case). Would be
10361           better to fix this with some support by the core though (and in the long
10362           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10363
10364         * tests/check/Makefile.am:
10365           Enable unit test for GstNetBuffer.
10366
10367 2007-02-22  Andy Wingo  <wingo@pobox.com>
10368
10369         * gst-libs/gst/audio/gstbaseaudiosink.c
10370         (gst_base_audio_sink_init): Disable pull-mode activation until we
10371         figure out how to make audio sinks go to PLAYING.
10372
10373 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10374
10375         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10376         (double_hq), (audio_convert_get_func_index),
10377         (audio_convert_prepare_context), (audio_convert_convert):
10378         * gst/audioconvert/audioconvert.h:
10379         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10380         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10381         * gst/audioconvert/gstchannelmix.h:
10382         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10383           Add float as an intermediate format, as well as float mixing. Enable
10384           test that was failing before. Fixes #339837
10385
10386 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10387
10388         * tests/examples/seek/seek.c: (do_seek):
10389         Undo the previous commit: -1 as a stop time implies that the stop
10390         time is the end of file, clearing any previously configured segment.
10391
10392 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10393
10394         * tests/examples/seek/seek.c: (do_seek):
10395         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10396
10397 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10398
10399         * gst/volume/gstvolume.c: (volume_process_int16),
10400         (volume_process_int16_clamp), (volume_set_caps):
10401           Unbreak volume, value remains gint.
10402
10403 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10404
10405         * gst/volume/gstvolume.c: (volume_choose_func),
10406         (volume_update_real_volume), (gst_volume_set_volume),
10407         (gst_volume_init), (volume_process_double), (volume_process_float),
10408         (volume_process_int16), (volume_process_int16_clamp),
10409         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10410         * gst/volume/gstvolume.h:
10411           Extend float audio support (double) and some int->uint cleanups.
10412
10413 2007-02-20  Edward Hervey  <edward@fluendo.com>
10414
10415         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10416         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10417         (sort_end_pads), (gst_decode_group_expose),
10418         (gst_decode_group_hide):
10419         Don't free groups from the streaming threads. Just put them aside and
10420         free them in dispose.
10421
10422 2007-02-20  Edward Hervey  <edward@fluendo.com>
10423
10424         * gst/playback/gstdecodebin2.c: (connect_element),
10425         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10426         (sort_end_pads), (gst_decode_group_expose):
10427         Handle dynamic pads within groups.
10428         Sort pads before exposing them in order to make playbin happy.
10429         There still is a race with the multiqueue filling up. This should be
10430         solved separately.
10431         Fixes #398721
10432
10433 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * gst-libs/gst/utils/base-utils.c:
10436         * gst-libs/gst/utils/descriptions.c:
10437         * gst-libs/gst/utils/install-plugins.c:
10438         * gst-libs/gst/utils/missing-plugins.c:
10439           Some more docs (and descriptions for two subtitle formats).
10440
10441 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         * gst-libs/gst/audio/audio.c:
10444           Fix documentation.
10445
10446 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10447
10448         Patch by: Yves Lefebvre  <ivanohe abacom com>
10449
10450         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10451           Don't leak caps. Fixes #408278.
10452
10453 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10454
10455         * ext/cdparanoia/gstcdparanoiasrc.h:
10456         * ext/ogg/gstoggdemux.h:
10457         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10458         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10459         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10460         * gst-libs/gst/audio/audio.h:
10461         * gst-libs/gst/audio/gstaudiofilter.h:
10462         * gst-libs/gst/interfaces/videoorientation.h:
10463         * gst/adder/gstadder.h:
10464           More docs coverage and some ChangeLog surgery (add missing names)
10465
10466 2007-02-15  Wim Taymans  <wim@fluendo.com>
10467
10468         * sys/ximage/ximagesink.c:
10469         (gst_ximagesink_calculate_pixel_aspect_ratio):
10470         * sys/xvimage/xvimagesink.c:
10471         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10472         Small constifications.
10473
10474 2007-02-15  Wim Taymans  <wim@fluendo.com>
10475
10476         * gst-libs/gst/audio/gstbaseaudiosink.c:
10477         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10478         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10479         (gst_base_audio_sink_async_play),
10480         (gst_base_audio_sink_change_state):
10481         Answer latency query.
10482         Use configured latency when syncing.
10483         Fix clock slaving.
10484
10485         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10486         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10487         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10488         Fix possible memleak.
10489         Implement latency query.
10490         Small cleanups.
10491
10492 2007-02-15  Wim Taymans  <wim@fluendo.com>
10493
10494         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10495         Ignore errors in reset, these are not fatal. They also grab the element
10496         lock which is already taking when this function is called. Fixes
10497         #405451.
10498
10499 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10500
10501         * configure.ac:
10502           Remove 'tests/examples/xerror/Makefile' from output files again.
10503
10504 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10505
10506         * configure.ac:
10507         * docs/plugins/Makefile.am:
10508           Also crossref against gst-plugins-base-libs.
10509
10510 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10511
10512         * configure.ac:
10513         * docs/libs/Makefile.am:
10514         * docs/plugins/Makefile.am:
10515           Add crossreferences to glib/gobject/gstream docs.
10516
10517         * gst-libs/gst/audio/audio.h:
10518           Source formatting.
10519
10520         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10521           Add own debug category.
10522
10523 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10524
10525         Patch by: René Stadler <mail at renestadler de>
10526
10527         * gst-libs/gst/tag/gstvorbistag.c:
10528           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10529           (#403597).
10530
10531 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10532
10533         * gst/playback/gstplaybasebin.c: (setup_source):
10534           When we have external subtitles and wait for the subtitle decodebin
10535           to get up and running, we set up a (sync) bus handler for the
10536           subtitle decodebin, so we can stop waiting when it posts an error
10537           message. However, we should do that before we set the subtitle
10538           decodebin's state to playing, otherwise things are racy and we might
10539           miss error messages posted before we had a chance to set up the bus.
10540           This should finally fix totem hanging on .txt pseudo-subtitle files.
10541           
10542 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10543
10544         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10545           Use gst_gdouble_to_guint64 for conversions.
10546         * win32/common/config.h.in:
10547           Add a define for GST_INSTALL_PLUGINS_HELPER
10548         * win32/common/libgstaudio.def:
10549         * win32/common/libgstcdda.def:
10550         * win32/common/libgstnetbuffer.def:
10551         * win32/common/libgstrtp.def:
10552         * win32/common/libgutils.def:
10553           Add new exported functions.
10554         * win32/vs6/gst_plugins_base.dsw:
10555         * win32/vs6/libgstdecodebin.dsp:
10556         * win32/vs6/libgstnetbuffer.dsp:
10557         * win32/vs6/libgstplaybin.dsp:
10558         * win32/vs6/libgstrtp.dsp:
10559         * win32/vs6/libgstvorbis.dsp:
10560         * win32/vs6/libgstcdda.dsp:
10561         * win32/vs6/libgstgdp.dsp:
10562         * win32/vs6/libgstutils.dsp:
10563           Update and add new project files.
10564
10565 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10566
10567         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10568         (subrip_remove_unhandled_tags), (parse_subrip):
10569           For SubRip (.srt) subtitles, ignore all markup tags we don't
10570           handle (like font tags, for example).
10571
10572         * tests/check/elements/subparse.c:
10573           Add test for this.
10574
10575 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10576
10577         * gst/playback/gstdecodebin.c: (add_fakesink),
10578         (gst_decode_bin_change_state):
10579         * gst/playback/gstdecodebin2.c: (add_fakesink),
10580         (gst_decode_bin_change_state):
10581           Don't error out if there is no fakesink in the NULL to READY state
10582           change, since when decodebin is re-used, we're only adding the
10583           fakesink element in READY to PAUSED.
10584
10585         * tests/check/elements/decodebin.c:
10586         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10587         (decodebin_suite):
10588           Minimal unit test to make sure we can use the same decodebin
10589           instance twice (at least with audiotestsrc input).
10590
10591 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10594           Try to get devic-name from device string first, and from handle only
10595           as fallback (seems to yield better results and is more robust
10596           against buggy probing code on the application side).
10597
10598 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10601
10602         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10603         (gst_alsa_find_device_name):
10604         * ext/alsa/gstalsa.h:
10605         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10606         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10607           Improve device-name detection a bit, especially in the case where
10608           the device is not actually open (#405020, #405024). Move common code
10609           into gstalsa.c instead of duplicating it.
10610
10611 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10612
10613         * gst/audioconvert/gstaudioconvert.c:
10614           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10615
10616 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10617
10618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10619         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10620         (gst_xvimagesink_interface_supported),
10621         (gst_xvimagesink_probe_get_properties),
10622         (gst_xvimagesink_probe_probe_property),
10623         (gst_xvimagesink_probe_needs_probe),
10624         (gst_xvimagesink_probe_get_values),
10625         (gst_xvimagesink_property_probe_interface_init),
10626         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10627         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10628         (gst_xvimagesink_get_type):
10629         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10630         for XVAdaptors so that one can choose the adaptor to use with 
10631         gstreamer-properties.
10632
10633 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10634
10635         * gst/audioconvert/gstaudioconvert.c:
10636           Also mention that a conversion from double to float is suboptimal still.
10637
10638 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * gst-libs/gst/audio/gstaudiofilter.c:
10641         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10642           Clear our formats structure and free the caps contained in it when
10643           shutting down.
10644
10645 2007-02-05  Andy Wingo  <wingo@pobox.com>
10646
10647         * gst-libs/gst/audio/gstbaseaudiosink.c
10648         (gst_base_audio_sink_callback): Update basesink->offset so that we
10649         pull monotonically increasing offsets instead of, um, seeking back
10650         to 0 each time. Fixes alsasrc ! alsasink!
10651
10652 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst/videoscale/gstvideoscale.c:
10655           A width and height of 1 makes us crash, so increase minimum size to
10656           2x2 pixels until someone feels like fixing this (#404512).
10657
10658 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10661           Add small test to make sure request pads are cleaned up properly
10662           even if oggmux never changes state out of NULL.
10663
10664 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10665
10666         * tests/check/libs/utils.c: (GST_START_TEST):
10667           Fix unit test. Turns out things work much better when you
10668           NULL-terminate string arrays. Should make p5 build bot happy again.
10669
10670 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * gst-libs/gst/audio/Makefile.am:
10673         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10674         (gst_audio_filter_template_base_init),
10675         (gst_audio_filter_template_class_init),
10676         (gst_audio_filter_template_init),
10677         (gst_audio_filter_template_set_property),
10678         (gst_audio_filter_template_get_property),
10679         (gst_audio_filter_template_setup),
10680         (gst_audio_filter_template_filter),
10681         (gst_audio_filter_template_filter_inplace), (plugin_init):
10682           Oops, forgot to commit fixed-up example.
10683
10684 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * docs/libs/gst-plugins-base-libs-sections.txt:
10687         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10688         (gst_audio_filter_class_init), (gst_audio_filter_init),
10689         (gst_audio_filter_set_caps),
10690         (gst_audio_filter_class_add_pad_templates):
10691         * gst-libs/gst/audio/gstaudiofilter.h:
10692           Port GstAudioFilter to 0.10. This change technically breaks
10693           API and ABI (and thus also every library developer's heart),
10694           but seems justifiable on the grounds that the base class was
10695           completely unusable before (ie. would crash immediately when
10696           actually used). Fixes #403963 (and eventually also #403572).
10697           Also document all of this a bit.
10698
10699 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * gst-libs/gst/utils/install-plugins.c:
10702         (gst_install_plugins_spawn_child):
10703         * tests/check/libs/utils.c:
10704         (test_base_utils_install_plugins_do_callout):
10705           Lowering log level to see why things fail on the p5 build bot;
10706           fix some typos in unit test messages.
10707
10708 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * tests/check/libs/utils.c:
10711         (test_base_utils_install_plugins_do_callout):
10712           Don't hard-code temp directory for test helper; use GLib functions
10713           to write out file and do error checking etc.
10714
10715 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         * gst-libs/gst/utils/Makefile.am:
10718         * gst-libs/gst/utils/base-utils.h:
10719         * gst-libs/gst/utils/install-plugins.c:
10720         (gst_install_plugins_context_set_xid),
10721         (gst_install_plugins_context_new),
10722         (gst_install_plugins_context_free),
10723         (gst_install_plugins_get_helper),
10724         (gst_install_plugins_spawn_child),
10725         (gst_install_plugins_return_from_status),
10726         (gst_install_plugins_installer_exited),
10727         (gst_install_plugins_async), (gst_install_plugins_sync),
10728         (gst_install_plugins_return_get_name),
10729         (gst_install_plugins_installation_in_progress):
10730         * gst-libs/gst/utils/install-plugins.h:
10731           API: add API for applications to initiate installation of missing
10732           plugins, ie. gst_install_plugins_async() primarily.
10733           Based on libgimme-codec by Ryan Lortie.
10734
10735         * configure.ac:
10736           Add --with-install-plugins-helper configure option so distros can specify
10737           the path of the helper script or program to call when plugin installation
10738           is requested (distros: please do any argument munging in this helper
10739           script instead of patching GStreamer to pass arguments differently
10740           to another program directly).
10741
10742         * docs/libs/gst-plugins-base-libs-docs.sgml:
10743         * docs/libs/gst-plugins-base-libs-sections.txt:
10744           Build and document new API.
10745
10746         * tests/check/libs/utils.c: (result_cb),
10747         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10748         (libgstbaseutils_suite):
10749           Some simple checks for the new API.
10750
10751 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * tests/check/elements/audioconvert.c: (test_float_conversion):
10754           Add small test for 32bit float <=> 64bit float conversion (works
10755           only one way so far, 32=>64 produces structured noise).
10756
10757 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10758
10759         * gst/audioconvert/gstaudioconvert.c:
10760         (set_structure_widths_32_and_64), (make_lossless_changes):
10761           We don't support floats with a width of 40, 48 or 56 bits.
10762
10763 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10764
10765         * gst/audioconvert/audioconvert.c: (float), (double),
10766         (audio_convert_get_func_index):
10767         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10768         (make_lossless_changes):
10769           Support for 64-bit float audio in audioconvert (#339837)
10770
10771 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         Patch by: Holger Wansing  <linux wansing-online de>
10774
10775         * po/LINGUAS:
10776         * po/de.po:
10777           Add German translation (#352069).
10778
10779 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10780
10781         reviewed by: Wim Taymans <wim@fluendo.com>
10782
10783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10784         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10785         Use newly added GstCollectPads API to free the allocated resources in
10786         the GstOggPad structures (#402393).
10787
10788 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10789
10790         * gst/playback/gstplaybin.c: (gen_vis_element):
10791           Add audioresample+audioconvert in front of the visualisation
10792           element, so that elements like libvisual 0.4 that don't support all
10793           samplerates can work.
10794
10795           Fixes: #402505
10796
10797 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10800         (gst_play_base_bin_get_streaminfo_value_array):
10801           Take some locks and make a copy of the streaminfo value array we
10802           maintain while holding the lock, so that the application can
10803           retrieve the stream-info as a value array in a thread-safe way.
10804
10805 2007-01-30  Wim Taymans  <wim@fluendo.com>
10806
10807         * gst/audioconvert/gstaudioconvert.c:
10808         Don't fail on 0 sized buffers. Fixes #396835.
10809
10810 2007-01-29  David Schleef  <ds@schleef.org>
10811
10812         * gst/typefind/gsttypefindfunctions.c:
10813           Detect BBCD as video/x-dirac, so we can play raw dirac
10814           streams.
10815
10816 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * ext/theora/theoraenc.c: (theora_enc_chain):
10819           Check return value of theora_encode_header(), or we might try to
10820           allocate a random number of bytes. theora_encode_header() can fail
10821           if libtheora has been compiled with encoding support disabled.
10822           Fixes #398110.
10823
10824 2007-01-29  Wim Taymans  <wim@fluendo.com>
10825
10826         * tests/check/gst/.cvsignore:
10827         Do as buildbot says.
10828
10829 2007-01-29  Wim Taymans  <wim@fluendo.com>
10830
10831         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10832         Fix strides in libvisual. Gst uses X strides.
10833         Inspired by: <ed at catmur dot co dot uk> and 
10834         <tim at centricular dot net>
10835         Fixes #401118.
10836
10837 2007-01-27  Wim Taymans  <wim@fluendo.com>
10838
10839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10840         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10841         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10842         (gst_ogg_demux_perform_seek),
10843         (gst_ogg_demux_bisect_forward_serialno),
10844         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10845         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10846         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10847         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10848         * ext/ogg/gstoggdemux.h:
10849         Properly propagate streaming errors when we are scanning the file for
10850         chains so that we don't crash when shut down. Might fix some crashers
10851         when quickly switching oggs in RB such as #332503 and #378436.
10852
10853 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10854
10855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10856           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10857           error code as well.
10858
10859 2007-01-25  Wim Taymans  <wim@fluendo.com>
10860
10861         * gst/playback/gstplaybasebin.c: (remove_source):
10862         Don't try to disconnect a signal from a finalized object.
10863
10864 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10867           Cast lock macro parameters to make sure we're actually accessing the
10868           lock member at the right class level. Free list itself in _dispose()
10869           as well and NULL it in case dispose gets called multiple times.
10870
10871 2007-01-25  Edward Hervey  <edward@fluendo.com>
10872
10873         * gst/playback/gstdecodebin2.c:
10874         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10875         Free GstDecodeGroups no longer used.
10876         (gst_decode_group_expose):
10877         Don't unlock too many times !
10878         (deactivate_free_recursive):
10879         Free iterator once we're done with it.
10880         Fix for recursively deactivating elements (stop at ghostpads).
10881
10882 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * gst/playback/gstplaybin.c: (handoff):
10885           Fix up caps on the frame buffer before we save it and potentially
10886           make it accessible to other threads via g_object_get; also use
10887           gst_buffer_replace() instead of gst_mini_object_replace().
10888
10889 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10892           Make getting the current frame thread-safe.
10893
10894 2007-01-25  Edward Hervey  <edward@fluendo.com>
10895
10896         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10897         (gst_decode_group_new), (gst_decode_group_free):
10898         Set queues to bigger sizes to cope with HD contents.
10899         Fix some mutex freeing and add comment about MT safe methods.
10900
10901 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10904         (gst_text_overlay_text_event):
10905           Don't unnecessarily ref (and then leak) upstream events if the text
10906           pad is not linked. Fixes #399948.
10907
10908         * tests/check/gst-plugins-base.supp:
10909           Add suppression for pango on edgy/x86 for textoverlay test.
10910
10911 2007-01-24  Wim Taymans  <wim@fluendo.com>
10912
10913         * gst-libs/gst/rtp/gstrtpbuffer.h:
10914         Add some more fixed payloads.
10915
10916 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10919           Error out properly if we get an error from libogg while reading the
10920           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10921
10922 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10925           Don't leak mutex.
10926
10927         * tests/check/elements/playbin.c:
10928         (test_sink_usage_video_only_stream),
10929         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10930         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10931         (test_missing_suburisource_handler),
10932         (test_missing_primary_decoder), (playbin_suite):
10933           Run all tests once with decodebin and once with decodebin2.
10934           One test does not pass yet with decodebin2.
10935
10936 2007-01-23  Edward Hervey  <edward@fluendo.com>
10937
10938         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10939         Fix the cases where oggmux doesn't properly figure out that all
10940         sinkpads have gone EOS, and therefore doesn't push out the remaining
10941         buffers and the final EOS event.
10942         Fixes #363379
10943
10944 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10945
10946         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10948         Don't lock on navigation event push, just on keysym to string.
10949         Fixes #397673 again.
10950
10951 2007-01-22  Edward Hervey  <edward@fluendo.com>
10952
10953         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10954         (get_current_group), (group_demuxer_event_probe),
10955         (gst_decode_group_expose), (deactivate_free_recursive),
10956         (gst_decode_group_free):
10957         Cleanups.
10958         Don't forget to emit 'no-more-pads' once a group is exposed.
10959         Cleanup elements from a DecodeGroup once we remove it.
10960         Protect call to gst_decode_group_expose() with the decodebin lock.
10961
10962 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10963
10964         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10966         Looking at Xorg code i can't figure out if that XKeysymToString
10967         function is thread sensible or not. Lock it just in case as
10968         recommended by Radek Doulik <rodo at ximian dot com>.
10969
10970 2007-01-22  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         Lock that X Call as well. Fixes #397673.
10975
10976 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10977
10978         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10979           Don't go into an endless loop if the file starts with 00 00 01 2X,
10980           like quicktime redirect files might. Fixes #396042.
10981
10982         * tests/check/Makefile.am:
10983         * tests/check/gst/.cvsignore:
10984         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10985         (typefindfunctions_suite):
10986           Add unit test for the above.
10987
10988 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10991           On second thought, use "depth" field rather than "bpp" field.
10992
10993 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10996           Camtasia caps apparently need a bpp field (#398875).
10997
10998 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10999
11000         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11001         (gen_source_element), (gst_play_base_bin_change_state):
11002           Attempt at a better error message in case we don't have the required
11003           URI handler installed; post missing-plugin message also when we're
11004           missing an URI handler for the subtitle URI; clean up properly also
11005           when an error occurs and we never made it to PAUSED state.
11006
11007         * tests/check/elements/playbin.c: (GST_START_TEST),
11008         (playbin_suite):
11009           Check that we're also getting a missing-plugin messsage for a
11010           missing subtitle URI handler (and clean up properly).
11011
11012 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11015           Plug a few reference leaks.
11016
11017 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11020           Lower probability a bit if the marker isn't right at the start,
11021           to decrease the chance of false positives.
11022
11023 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11024
11025         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11026           Small mpeg2 system stream typefinding improvement: make typefinder
11027           probe a bit into the stream instead of just looking for a marker
11028           at the beginning. Fixes #397810.
11029
11030 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11031
11032         * gst/audioconvert/gstchannelmix.c:
11033           Remove compatibility cruft for prehistoric GLib versions.
11034
11035 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * gst/playback/Makefile.am:
11038         * gst/playback/gstdecodebin.c: (close_pad_link):
11039         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11041         (gst_play_base_bin_handle_message_func), (unknown_type):
11042           Let decodebin be the element to post missing-plugin messages for
11043           missing decoders (rather than playbin); make playbin implement
11044           GstBin::handle_message so we can suppress missing-plugin messages
11045           for types we're not handling on purpose (don't want to bring up an
11046           installer in those cases).
11047
11048 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11049
11050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11051         * gst-libs/gst/tag/gstvorbistag.c:
11052         (gst_tag_list_to_vorbiscomment_buffer):
11053         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11054           Fix potentially unaligned access (#397207).
11055
11056 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11057
11058         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11059         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11060         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11061         (main):
11062           Allow to toggle looping while it plays. Fix callback prototype. Clean
11063           up code a bit more. Add copyright header.
11064
11065 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11066
11067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11068           Red and blue mask was swapped (spotted by Dan Williams).
11069
11070 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11071
11072         * gst-libs/gst/tag/gstid3tag.c:
11073         * gst-libs/gst/tag/gstvorbistag.c:
11074           Use new beats-per-minute tag from core.
11075
11076 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * po/POTFILES.in:
11079           Add new files with translatable strings, so they actually make it
11080           into the template file one day.
11081
11082 2007-01-12  Andy Wingo  <wingo@pobox.com>
11083
11084         * gst-libs/gst/audio/gstbaseaudiosink.c
11085         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11086         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11087         stuff, as the base class handles this now. Actually tell the ring
11088         buffer to start.
11089         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11090         How did this work before? Maybe I'm not as awesome a programmer as
11091         I think.
11092
11093         * gst-libs/gst/audio/gstbaseaudiosrc.c
11094         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11095         of a pad function.
11096
11097 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11098
11099         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11100           Remove more fields so that the application can better blacklist
11101           formats that have been tried before.
11102
11103 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * gst-libs/gst/audio/mixerutils.h:
11106           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11107           used when compiling with c++ compilers as well.
11108
11109 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11110
11111         * gst/typefind/gsttypefindfunctions.c:
11112           Fix comment.
11113
11114 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * gst/playback/gstplaybin.c: (post_missing_element_message),
11117         (gen_video_element), (gen_text_element), (gen_audio_element),
11118         (gen_vis_element):
11119           Post missing-plugin messages also when we error out because
11120           converters, textoverlay or auto*sinks are missing (#161922).
11121
11122 2007-01-10  Wim Taymans  <wim@fluendo.com>
11123
11124         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11125         (is_demuxer_element), (new_caps):
11126         * gst/playback/gstplaybasebin.c: (source_new_pad):
11127         Fix the case where we try to ref a NULL element when we delay a link
11128         because of unfixed caps.
11129         Set the state of autoplugged decodebins to PAUSED.
11130         RTSP now works in playbin, we can remove it from the blacklist.
11131
11132 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         * gst/playback/Makefile.am:
11135         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11136         (unknown_type), (setup_subtitle), (gen_source_element):
11137         * gst/playback/gstplaybin.c: (plugin_init):
11138           Post missing-plugin messages on the bus for missing sources and
11139           missing decoders/demuxers/depayloaders; fix error code used when
11140           we're missing an URI handler source; for media types that we are not
11141           handling on purpose at the moment, don't print "don't know how to
11142           handle xyz" messages to the terminal or post missing-plugin
11143           messages on the bus.
11144
11145         * tests/check/elements/playbin.c: (create_playbin),
11146         (GST_START_TEST), (gst_codec_src_uri_get_type),
11147         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11148         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11149         (gst_codec_src_init_type), (gst_codec_src_base_init),
11150         (gst_codec_src_create), (gst_codec_src_class_init),
11151         (gst_codec_src_init), (plugin_init), (playbin_suite):
11152           Add some tests for the missing-plugin stuff.
11153
11154 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * configure.ac:
11157         * gst-libs/gst/Makefile.am:
11158         * gst-libs/gst/utils/Makefile.am:
11159         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11160         * gst-libs/gst/utils/base-utils.h:
11161         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11162         (find_format_info), (caps_are_rtp_caps),
11163         (gst_base_utils_get_source_description),
11164         (gst_base_utils_get_sink_description),
11165         (gst_base_utils_get_decoder_description),
11166         (gst_base_utils_get_encoder_description),
11167         (gst_base_utils_get_element_description),
11168         (gst_base_utils_add_codec_description_to_tag_list),
11169         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11170         * gst-libs/gst/utils/descriptions.h:
11171         * gst-libs/gst/utils/missing-plugins.c:
11172         (missing_structure_get_type), (copy_and_clean_caps),
11173         (gst_missing_uri_source_message_new),
11174         (gst_missing_uri_sink_message_new),
11175         (gst_missing_element_message_new),
11176         (gst_missing_decoder_message_new),
11177         (gst_missing_encoder_message_new),
11178         (missing_structure_get_string_detail),
11179         (missing_structure_get_caps_detail),
11180         (gst_missing_plugin_message_get_installer_detail),
11181         (gst_missing_plugin_message_get_description),
11182         (gst_is_missing_plugin_message):
11183         * gst-libs/gst/utils/missing-plugins.h:
11184           API: add new libgstbaseutils library with functions
11185           - to create and parse missing-plugins messages
11186           - that provide (translated) descriptions for caps/decoders/sources/etc.
11187           Closes #392393.
11188
11189         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11190         * pkgconfig/gstreamer-plugins-base.pc.in:
11191           Add new lib.
11192
11193         * docs/libs/gst-plugins-base-libs-docs.sgml:
11194         * docs/libs/gst-plugins-base-libs-sections.txt:
11195           Generate docs for new lib and API.
11196
11197         * tests/check/Makefile.am:
11198         * tests/check/libs/.cvsignore:
11199         * tests/check/libs/utils.c: (missing_msg_check_getters),
11200         (GST_START_TEST), (libgstbaseutils_suite):
11201           Add some basic unit tests.
11202
11203 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * ext/ogg/Makefile.am:
11206           Dist gstoggdemux.h to fix 'make distcheck'.
11207
11208         * sys/v4l/Makefile.am:
11209           Fix 'make distcheck' even more.
11210
11211 2007-01-09  Wim Taymans  <wim@fluendo.com>
11212
11213         * docs/plugins/Makefile.am:
11214         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11215         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11216         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11217         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11218         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11219         (gst_ogg_demux_perform_seek):
11220         * ext/ogg/gstoggdemux.h:
11221         Added docs.
11222         Add some more comments.
11223         Small cleanups.
11224
11225 2007-01-09  Wim Taymans  <wim@fluendo.com>
11226
11227         * ext/theora/theoradec.c:
11228         * ext/vorbis/vorbisdec.c:
11229         * gst-libs/gst/audio/gstringbuffer.c:
11230         (gst_ring_buffer_commit_full):
11231         * gst-libs/gst/audio/gstringbuffer.h:
11232         * gst-libs/gst/rtp/gstrtpbuffer.c:
11233         * gst-libs/gst/tag/gstvorbistag.c:
11234         Small documentation updates/fixes
11235
11236 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11237
11238         * configure.ac:
11239           Require core CVS HEAD for Andy's basesrc/sink API additions.
11240
11241 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11244
11245         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11246         (plugin_init):
11247           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11248           on flac.sf.net (there appear to be other versions of the first
11249           ogg page in the wild) (#391365).
11250
11251 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         * configure.ac:
11254           Check if localtime_r() is available.
11255
11256         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11257           If localtime_r() is not available, fall back to localtime(). Should
11258           fix build on MingW (#393310).
11259
11260 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11263         * gst/subparse/gstsubparse.h:
11264           Remove spurious 1000 subtrahend when calculating the timestamp from
11265           the frame number and the frame rate . Also, use the frames/second
11266           value specified in the first line of the file, if one is specified
11267           there. Should fix #357503.
11268
11269         * tests/check/elements/subparse.c: (do_test),
11270         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11271         (subparse_suite):
11272           Add some basic unit tests for the microdvd subtitle format.
11273
11274 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11275
11276         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11277
11278         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11279         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11280         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11281         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11282         (gst_xvimagesink_set_xwindow_id),
11283         (gst_xvimagesink_set_event_handling),
11284         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11285         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11286         Fixes: #390076.
11287         Add an adaptor property to select a specific XV adaptor.
11288         * sys/xvimage/xvimagesink.h:
11289
11290 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11291
11292         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11293         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11294         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11295         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11296         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11297         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11298         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11299         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11300         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11301         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11302         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11303         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11304         Use flow_lock much more to protect every access to xwindow.
11305         Try to catch erros while creating images in case some drivers are
11306         just generating an XError when the requested image is too big.
11307         Should fix : #354698, #384008, #384060.
11308         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11309         Implement some stress testing of setting window xid.
11310
11311 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11312
11313         * win32/common/libgsaudio.def:
11314           Add new exported function.
11315         * win32/common/libgstogg.dsp:
11316           Add gstoggaviparse.c to the build.
11317         * win32/common/libgstvideoscale.dsp:
11318           Add vs_4tap.c to the build.
11319         * win32/common/libgstvorbis.dsp:
11320           Add vorbistag.c to the build.
11321         
11322 2007-01-06  Andy Wingo  <wingo@pobox.com>
11323
11324         * gst-libs/gst/audio/gstbaseaudiosink.c
11325         (gst_base_audio_sink_class_init)
11326         (gst_base_audio_sink_init): 
11327         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11328         to baseaudiosink, and tell basesink that we can work in pull mode.
11329         This way the ring buffer thread drives the pipeline directly, if
11330         pull mode is possible. There is some lingering nastiness regarding
11331         capsnego, however.
11332         (gst_base_audio_sink_callback): Implement the callback to pull
11333         data. This interface is a bit light, though -- it should get a
11334         GstFlowReturn return value at least.
11335
11336 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11337
11338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11339         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11340         * gst/playback/gstdecodebin2.c:
11341         (gst_decode_group_check_if_blocked):
11342           Printf format and missing argument fixes.
11343
11344 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11345
11346         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11347         (gst_ogm_parse_change_state):
11348         Activate pads before adding them to the element.
11349
11350 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * tests/examples/seek/scrubby.c: (main):
11353         * tests/examples/seek/seek.c: (main):
11354           Call g_thread_init() first thing in main() (see #391278).
11355
11356 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11357
11358         * tests/check/Makefile.am:
11359         * tests/check/libs/.cvsignore:
11360         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11361         (netbuffer_suite):
11362           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11363           for the time being, since it's broken, see #393099.
11364
11365 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * tests/check/Makefile.am:
11368           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11369
11370 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11371
11372         * configure.ac:
11373           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11374           so that GST_BASE_CFLAGS can go inbetween them, making sure
11375           we use uninstalled gst-libs headers
11376         * docs/libs/Makefile.am:
11377         * ext/alsa/Makefile.am:
11378         * ext/cdparanoia/Makefile.am:
11379         * ext/gnomevfs/Makefile.am:
11380         * ext/libvisual/Makefile.am:
11381         * ext/ogg/Makefile.am:
11382         * ext/theora/Makefile.am:
11383         * ext/vorbis/Makefile.am:
11384         * gst-libs/gst/audio/Makefile.am:
11385         * gst-libs/gst/cdda/Makefile.am:
11386         * gst-libs/gst/interfaces/Makefile.am:
11387         * gst-libs/gst/riff/Makefile.am:
11388         * gst-libs/gst/rtp/Makefile.am:
11389         * gst-libs/gst/tag/Makefile.am:
11390         * gst/adder/Makefile.am:
11391         * gst/audioconvert/Makefile.am:
11392         * gst/audiorate/Makefile.am:
11393         * gst/audioresample/Makefile.am:
11394         * gst/playback/Makefile.am:
11395         * gst/tcp/Makefile.am:
11396         * gst/videoscale/Makefile.am:
11397         * gst/volume/Makefile.am:
11398         * sys/ximage/Makefile.am:
11399         * sys/xvimage/Makefile.am:
11400         * tests/icles/Makefile.am:
11401           adapt
11402
11403 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11404
11405         * gst-libs/gst/interfaces/xoverlay.c:
11406         (gst_x_overlay_handle_events):
11407         * gst-libs/gst/interfaces/xoverlay.h:
11408         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11409         (gst_ximagesink_set_xwindow_id),
11410         (gst_ximagesink_set_event_handling),
11411         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11412         (gst_ximagesink_get_property), (gst_ximagesink_init),
11413         (gst_ximagesink_class_init):
11414         * sys/ximage/ximagesink.h:
11415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11416         (gst_xvimagesink_set_xwindow_id),
11417         (gst_xvimagesink_set_event_handling),
11418         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11419         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11420         (gst_xvimagesink_class_init):
11421         * sys/xvimage/xvimagesink.h:
11422         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11423         Add a method to the XOverlay interface to allow disabling of 
11424         event handling in x[v]imagesink elements. This will let X events
11425         propagate to parent windows which can be usefull in some cases.
11426         Be carefull that the application is then responsible of pushing
11427         navigation events and expose events to the video sink.
11428         Fixes: #387138.
11429
11430 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         * gst-libs/gst/tag/gstvorbistag.c:
11433         * tests/check/libs/tag.c: (GST_START_TEST):
11434           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11435           (fixes #392070).
11436
11437 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11438
11439         * configure.ac:
11440         * docs/Makefile.am:
11441         * docs/design/Makefile.am:
11442           Dist design docs.
11443
11444 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11445
11446         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11447         typo. Fixes: #390063.
11448
11449 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11450
11451         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11453         caps leak.
11454         * win32/common/config.h: Updated.
11455
11456 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11457
11458         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11459         (setup_gdpdepay_streamheader):
11460         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11461         (setup_gdppay_streamheader):
11462           Fix the dp tests, but activating the pads for the streamheader tests
11463           too and cleaning up conditionaly
11464
11465 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11466
11467         * gst/ffmpegcolorspace/avcodec.h:
11468         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11469         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11470         (gst_ffmpegcsp_avpicture_fill):
11471         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11472         (img_get_alpha_info):
11473         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11474         other end of the word. Fixes: #387073.
11475
11476         Add some inconsequential branch hints in a couple of places.
11477
11478 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11481         (gst_ffmpeg_caps_to_smpfmt):
11482           The "signed" field in raw audio caps is of boolean type, trying to
11483           extract the value with _get_int() will fail (fix to keep in sync with
11484           the copy in gst-ffmpeg)
11485
11486 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11487
11488         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11489         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11490         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11491         (cleanup_gdpdepay):
11492         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11493         * tests/check/elements/subparse.c: (teardown_subparse):
11494         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11495         * tests/check/elements/videorate.c: (cleanup_videorate):
11496         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11497         * tests/check/elements/volume.c: (cleanup_volume):
11498         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11499         (cleanup_vorbisdec):
11500         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11501         (cleanup_vorbistag):
11502           consistent pad (de)activation
11503
11504 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11505
11506         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11507           Forgot to register the extensions.
11508
11509 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11512         (plugin_init):
11513           Add typefinder for VIVO files (my christmas present to the 90s).
11514
11515 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * gst/playback/gstdecodebin.c: (type_found):
11518           Special-case the text/plain media type: we only want to recognise it
11519           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11520           parser, but not if the entire stream is of text/plain type. If the
11521           entire stream is text/plain, we should just error out.
11522
11523           This fixes playback of audio files with lyrics in totem. Totem can't
11524           distinguish between text files and subtitle files and passes any
11525           .txt file with the same basename as the main file to playbin as
11526           suburi, and playbin will then throw a 'subtitle found, but no video
11527           stream' error, which isn't entirely helpful. See #380342.
11528
11529           Also, with this change we'll show a slightly more correct error
11530           message in case totem passes a playlist file to us (although a
11531           custom error message wording instead of the default text would
11532           probably not be a bad idea either).
11533
11534           Same problem also needs to be fixed for playbin+decodebin2.
11535
11536         * tests/check/Makefile.am:
11537         * tests/check/elements/decodebin.c: (src_handoff_cb),
11538         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11539         (decodebin_suite):
11540           Add simple unit test for decodebin for the above.
11541
11542 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11543
11544         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11545         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11546           Refuse to change state to READY when we failed to create any of the
11547           required elements in our instance init function.
11548
11549 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         * docs/libs/gst-plugins-base-libs-sections.txt:
11552           Small docs fixes/updates.
11553
11554         * gst-libs/gst/video/gstvideosink.h:
11555           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11556           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11557           removed from the base sink API between 0.9.6 and 0.9.7).
11558           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11559           accessor macros, so we don't do a runtime GObject type check every
11560           time we use them.
11561
11562 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11563
11564         * Makefile.am:
11565         * gst-plugins-base.doap:
11566         * gst-plugins-base.spec.in:
11567           add doap file
11568
11569 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11570
11571         Patch by: Jens Granseuer <jensgr at gmx net>
11572
11573         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11574         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11575         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11576         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11578           Declare variables at the beginning of a block. Fixes #383195.
11579
11580 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11581
11582         * configure.ac:
11583         Bump version nano - back to CVS.
11584
11585
11586 === release 0.10.11 ===
11587
11588 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11589
11590         * configure.ac:
11591           releasing 0.10.11, "Dumb things"
11592
11593 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11594
11595         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11596         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11597         Handle the case where an element has multiple pads with 
11598         unfixed caps as well as still possibly producing more dynamic 
11599         pads by storing each case as a distinct entry in the dynamic list.
11600         Fixes #38223 again.
11601
11602 2006-12-04  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/playback/gstdecodebin.c: (close_pad_link):
11605         Fix #382223, add more dynamic caps handling.
11606
11607 2006-12-04  Wim Taymans  <wim@fluendo.com>
11608
11609         * gst-libs/gst/audio/gstringbuffer.h:
11610         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11611         (gst_netaddress_set_ip4_interface),
11612         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11613         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11614         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11615         (gst_netaddress_get_ttl):
11616         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11617         * gst/playback/gstdecodebin.c: (close_pad_link):
11618         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11619         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11620         * win32/common/config.h:
11621
11622 2006-12-01  Michael Smith  <msmith@fluendo.com>
11623
11624         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11625           Delete bad debug code.
11626           Fixes #381219
11627
11628 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11629
11630         * gst/videoscale/vs_4tap.c:
11631         * win32/MANIFEST:
11632         * win32/common/config.h:
11633         * win32/vs8/libgstvideoscale.vcproj:
11634         Fix compilation on win32 under VS8
11635         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11636         Partially fixes #381175
11637
11638 2006-11-30  Michael Smith  <msmith@fluendo.com>
11639
11640         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11641         (GST_START_TEST):
11642           It would be very bad if, after a discont buffer, we thought every
11643           single following buffer was also discont. So, add to the test to
11644           ensure that this isn't the case.
11645           
11646         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11647           ... it was the case. So fix it.
11648
11649 2006-11-28  Wim Taymans  <wim@fluendo.com>
11650
11651         * gst/playback/gstplaybasebin.c: (check_queue_event):
11652         Improve debug.
11653
11654         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11655         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11656         padtemplate caps. Refixes #357577.
11657
11658 2006-11-28  Wim Taymans  <wim@fluendo.com>
11659
11660         * gst/playback/gstplaybasebin.c: (check_queue_event),
11661         (queue_threshold_reached), (queue_out_of_data),
11662         (gen_preroll_element):
11663         Add event probe to see when EOS is in a queue and we can disable the
11664         underrun signals. Fixes #357577.
11665
11666 2006-11-28  Edward Hervey  <edward@fluendo.com>
11667
11668         * gst/playback/Makefile.am:
11669         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11670         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11671         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11672         (gst_decode_bin_init), (gst_decode_bin_dispose),
11673         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11674         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11675         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11676         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11677         (connect_element), (expose_pad), (type_found),
11678         (pad_added_group_cb), (pad_removed_group_cb),
11679         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11680         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11681         (are_raw_caps), (multi_queue_overrun_cb),
11682         (multi_queue_underrun_cb), (gst_decode_group_new),
11683         (get_current_group), (group_demuxer_event_probe),
11684         (gst_decode_group_control_demuxer_pad),
11685         (gst_decode_group_control_source_pad),
11686         (gst_decode_group_check_if_blocked),
11687         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11688         (gst_decode_group_hide), (gst_decode_group_free),
11689         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11690         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11691         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11692         (plugin_init):
11693         New decodebin2 element.
11694         Closes #370092
11695         * gst/playback/gstplay-marshal.list:
11696         Added marshallers for new signals in decodebin2
11697         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11698         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11699         is set.
11700
11701 2006-11-28  Wim Taymans  <wim@fluendo.com>
11702
11703         * gst/playback/gstplaybasebin.c: (setup_source),
11704         (gst_play_base_bin_change_state):
11705         Disable rtsp:// uris for the release, it's not good enough yet.
11706         Remove unused var.
11707
11708 2006-11-26  Wim Taymans  <wim@fluendo.com>
11709
11710         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11711         (theora_dec_push_forward), (theora_dec_push_reverse),
11712         (theora_handle_data_packet), (theora_dec_decode_buffer),
11713         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11714         (theora_dec_chain_forward), (theora_dec_chain):
11715         Implement reverse playback.
11716
11717         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11718         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11719         (vorbis_dec_chain_forward):
11720         Clear buffers used for reverse playback in _reset.
11721         No need to set the eos flag, we clip samples using the segment.
11722
11723 2006-11-24  Wim Taymans  <wim@fluendo.com>
11724
11725         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11726         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11727         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11728         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11729         Some cleanups.
11730         Handle continued pages in reverse mode.
11731
11732 2006-11-24  Wim Taymans  <wim@fluendo.com>
11733
11734         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11735         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11736         (vorbis_dec_flush_decode):
11737         Small cleanups.
11738         Don't try to add invalid timestamps.
11739         Clipping will unref the buffer.
11740
11741 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11742
11743         * gst/adder/gstadder.h:
11744         * gst/audiotestsrc/gstaudiotestsrc.h:
11745           remove obsolete _factory_init protos
11746
11747 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11748
11749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11750           Fix spacing in debug message.
11751
11752 2006-11-23  Wim Taymans  <wim@fluendo.com>
11753
11754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11755         (gst_ogg_demux_chain):
11756         Don't just ignore return values from _pad_push().
11757         Small debug improvements.
11758
11759 2006-11-23  Michael Smith  <msmith@fluendo.com>
11760
11761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11762           If our incoming buffer is marked as DISCONT, then increment the page
11763           number (so that the discontinuity is marked in the final ogg
11764           bitstream) and flush the previous page.
11765
11766 2006-11-22  Michael Smith  <msmith@fluendo.com>
11767
11768         * ext/theora/gsttheoraenc.h:
11769         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11770         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11771         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11772         (theora_enc_chain), (theora_enc_change_state):
11773           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11774
11775         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11776         (GST_START_TEST), (theoraenc_suite):
11777           Enable discontinuity test, fix it.
11778
11779 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11782         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11783         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11784         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11785         (gst_text_overlay_change_state):
11786         * ext/pango/gsttextoverlay.h:
11787           Some textoverlay fixes: for one, in the video chain function,
11788           actually wait for a text buffer to come in if there is none at the
11789           moment and there should be one; also, deal more gracefully with
11790           incoming buffers that do not have a timestamp or duration; discard
11791           text buffer when not needed any longer. Fixes #341681.
11792
11793         * tests/check/Makefile.am:
11794         * tests/check/elements/.cvsignore:
11795         * tests/check/elements/textoverlay.c:
11796         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11797         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11798         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11799         (test_video_waits_for_text_send_text_newsegment_thread),
11800         (test_video_waits_for_text_shutdown_element),
11801         (test_render_continuity_push_video_buffers_thread),
11802         (textoverlay_suite):
11803           Add some unit tests for textoverlay.
11804
11805 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11808           Avoid integer underflow when the found probability for mp3 is
11809           smaller than the 'penalty' we subtract if there's not a clean
11810           mp3 header sync at offset 0.
11811
11812 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11813
11814         * docs/libs/gst-plugins-base-libs-sections.txt:
11815           Add some new symbols to the docs
11816
11817 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * tests/check/Makefile.am:
11820         * tests/check/elements/ffmpegcolorspace.c:
11821         (ffmpegcolorspace_suite):
11822           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11823           (for now not for valgrinding though, since it takes too long).
11824
11825 2006-11-20  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11828         (gst_ffmpeg_pixfmt_to_caps):
11829         Fix RGBA32 caps. Fixes #357038.
11830
11831 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11832
11833         * gst-libs/gst/interfaces/mixertrack.h:
11834           Add FIXME so we can add some padding here in 0.11
11835
11836 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11837
11838         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11839           Fix GstBaseRTPAudioPayload structure so the whole GObject
11840           inheritance business actually works (parent class instance structure
11841           must always come first in the derived class instance structure).
11842
11843 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11844
11845         * gst/videotestsrc/Makefile.am:
11846         * tests/check/Makefile.am:
11847           Make sure our checks and the videotestsrc plugin link against the
11848           local uninstalled gst libs and not any installed gst libs that
11849           might happen to exist as well.
11850
11851         * tests/check/elements/adder.c: (message_received),
11852         (test_event_message_received), (test_play_twice_message_received):
11853         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11854           Fix compiler warnings when compiling against core with disabled
11855           debugging system.
11856
11857 2006-11-16  Michael Smith  <msmith@fluendo.com>
11858
11859         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11860         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11861           Fix audiorate, so that it accurately sets offsets and timestamps.
11862           Doesn't change the fundamental algorithmic decisions; so should be
11863           safe.
11864
11865         * tests/check/Makefile.am:
11866           Enable audiorate test now that it passes.
11867
11868 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11869
11870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11871           clear xv when going to NULL, remove // commented non-existant proto
11872
11873         * tests/examples/seek/seek.c: (main):
11874           add missing tooltip description for scrub and play_scrub
11875
11876 2006-11-14  David Schleef  <ds@schleef.org>
11877
11878         * configure.ac:
11879           Bump liboil requirement to 0.3.8.
11880         * gst-libs/gst/riff/riff-media.c:
11881           Add Dirac fourcc.
11882         * gst/videoscale/vs_image.h:
11883         * gst/videoscale/vs_scanline.h:
11884           Use liboil's stdint.h.
11885         * gst/videotestsrc/videotestsrc.c:
11886           Remove liboil related ifdef's, since they aren't needed now, and
11887           won't work with future versions.
11888
11889 2006-11-14  David Schleef  <ds@schleef.org>
11890
11891         * gst/videoscale/Makefile.am:
11892         * gst/videoscale/gstvideoscale.c:
11893         * gst/videoscale/gstvideoscale.h:
11894         * gst/videoscale/vs_4tap.c:
11895         * gst/videoscale/vs_4tap.h:
11896         * gst/videoscale/vs_image.c:
11897         * gst/videoscale/vs_image.h:
11898         * gst/videoscale/vs_scanline.c:
11899         * gst/videoscale/vs_scanline.h:
11900           Add a 4-tap image scaler.  Theoretically looks much prettier.
11901           The tap calculation could use some improvement.
11902
11903 2006-11-14  Wim Taymans  <wim@fluendo.com>
11904
11905         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11906
11907         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11908         (gst_riff_parse_strf_iavs):
11909         * gst/subparse/gstsubparse.c: (convert_encoding):
11910         * gst/tcp/gstmultifdsink.c:
11911         (gst_multi_fd_sink_handle_client_write):
11912         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11913         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11914         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11915         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11916         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11917         (gst_ximagesink_ximage_new):
11918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11919         Various gsize and gssize printf fixes. Fixes #372507.
11920
11921 2006-11-13  Wim Taymans  <wim@fluendo.com>
11922
11923         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11924         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11925         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11926         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11927         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11928         * ext/vorbis/vorbisdec.h:
11929         First stab at vorbis reverse playback.
11930
11931 2006-11-13  Wim Taymans  <wim@fluendo.com>
11932
11933         * gst-libs/gst/audio/gstbaseaudiosink.c:
11934         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11935         * gst-libs/gst/audio/gstbaseaudiosink.h:
11936         Make the clock sync code more accurate wrt resampling and playback
11937         at different rates.
11938         
11939         * gst-libs/gst/audio/gstringbuffer.c:
11940         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11941         * gst-libs/gst/audio/gstringbuffer.h:
11942         Use better algorithm to interpolate sample rates. 
11943
11944 2006-11-13  Michael Smith  <msmith@fluendo.com>
11945
11946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11947           Improve a debug line slightly.
11948
11949         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11950           Call gst_riff_init() in plugin_init, to avoid getting errors from
11951           the debug system (unrelated changes to another plugin made this turn
11952           up; not sure why).
11953
11954 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11955
11956         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11957
11958         * win32/common/libgsttag.def:
11959           Add missing symbol (#366492).
11960
11961 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11964           Don't unref a NULL pad.
11965
11966 2006-11-09  Wim Taymans  <wim@fluendo.com>
11967
11968         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11969         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11970         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11971         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11972         (gst_ogg_demux_loop):
11973         Implement first stab at reverse playback.
11974
11975 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11976
11977         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11978         (gst_riff_create_video_template_caps):
11979           add h263/h264 variants to the caps, Fixes #363118
11980
11981 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11982
11983         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11984         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11985           Use g_strerror instead of strerror so we get UTF-8.
11986
11987 2006-11-03  David Schleef  <ds@schleef.org>
11988
11989         * ext/ogg/gstoggdemux.c:
11990         * ext/ogg/gstoggmux.c:
11991           Add/remove KW-DIRAC header here, since it is ogg-specific.
11992
11993 2006-11-03  Michael Smith  <msmith@fluendo.com>
11994
11995         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11996           Recognise more mpeg4 elementary video streams.
11997
11998 2006-11-02  Edward Hervey  <edward@fluendo.com>
11999
12000         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12001         Lower the probability of mp3 typefinding functions if we don't find a
12002         valid mp3 header at the start of the file.
12003         Closes #369482
12004
12005 2006-11-02  Wim Taymans  <wim@fluendo.com>
12006
12007         * ext/theora/gsttheoradec.h:
12008         * ext/theora/theoradec.c: (gst_theora_dec_init),
12009         (theora_dec_sink_event), (theora_dec_chain_forward),
12010         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12011         (theora_dec_chain):
12012         Document and partially implement an algorithm for doing reverse playback
12013         of theora video.
12014
12015 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12016
12017         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12018
12019         * win32/common/config.h:
12020         * win32/common/interfaces-enumtypes.c:
12021         * win32/common/libgsttag.def:
12022         * win32/vs8/gst-plugins-base.sln:
12023         * win32/vs8/libgstaudioresample.vcproj:
12024         * win32/vs8/libgstinterfaces.vcproj:
12025         * win32/vs8/libgstogg.vcproj:
12026         * win32/vs8/libgstriff.vcproj:
12027         * win32/vs8/libgsttag.vcproj:
12028         * win32/vs8/libgsttheora.vcproj:
12029         * win32/vs8/libgstvideoscale.vcproj:
12030         * win32/vs8/libgstvorbis.vcproj:
12031           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12032           to libgsttag.def; add missing dependencies for some vs8 projects;
12033           re-arrange placement of .def files in vs8 projects (#366334).
12034
12035 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         * ext/ogg/gstogg.c:
12038           Remove unused variable.
12039
12040         * ext/ogg/gstoggdemux.c:
12041           Fix Wim's surname in plugin description.
12042
12043 2006-10-31  Wim Taymans  <wim@fluendo.com>
12044
12045         * gst-plugins-base.spec.in:
12046         spec new .h file. Fixes #368310.
12047
12048 2006-10-31  Michael Smith  <msmith@fluendo.com>
12049
12050         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12051         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12052         (gst_multi_fd_sink_get_stats),
12053         (gst_multi_fd_sink_remove_client_link),
12054         (gst_multi_fd_sink_queue_buffer),
12055         (gst_multi_fd_sink_handle_clients):
12056         * gst/tcp/gstmultifdsink.h:
12057           Make using the remove or clear signals threadsafe.
12058           Make calling get-stats with an invalid fd not segfault.
12059           Fixes 368273.
12060
12061 2006-10-31  Wim Taymans  <wim@fluendo.com>
12062
12063         * gst-libs/gst/rtp/Makefile.am:
12064         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12065         (gst_base_rtp_audio_payload_init):
12066         Fix and activate base audio payloader.
12067
12068 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12071         (plugin_init):
12072           Add typefinder for QuickTime Image Files (see #366156).
12073
12074 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12077           Another typo fix (#366212).
12078
12079 2006-10-27  Wim Taymans  <wim@fluendo.com>
12080
12081         * gst/volume/gstvolume.c: (volume_transform_ip):
12082         Use stream time to synchronize volume property instead of rather random
12083         timestamps. This is needed when gnonlin does its time shifting.
12084
12085 2006-10-27  Wim Taymans  <wim@fluendo.com>
12086
12087         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12088
12089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12090         Remove the pad from the element in release_pad. Fixes #364812.
12091
12092 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12093
12094         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12096           Explicitly create our custom buffer classes at a thread-safe
12097           location as well, since g_type_class_ref() doesn't seem to be
12098           entirely thread-safe either (#365501; also see #349410).
12099
12100 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12101
12102         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12103         (gst_riff_parse_info):
12104           If strings in INFO chunk are not UTF-8, do something similar to
12105           what we do for ID3v1 tags: check a number of environment variables
12106           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12107           character sets to try, otherwise try the current locale and/or fall
12108           back on ISO-8859-1. Fixes #360552.
12109
12110 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * gst/videotestsrc/gstvideotestsrc.c:
12113         (gst_video_test_src_pattern_get_type),
12114         (gst_video_test_src_set_pattern):
12115         * gst/videotestsrc/gstvideotestsrc.h:
12116         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12117         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12118         (gst_video_test_src_checkers8):
12119         * gst/videotestsrc/videotestsrc.h:
12120           Add a bunch of exciting new checkers patterns.
12121
12122 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12123
12124         * gst/subparse/Makefile.am:
12125         * gst/subparse/gstsubparse.c:
12126         (gst_sub_parse_data_format_autodetect),
12127         (gst_sub_parse_format_autodetect), (handle_buffer),
12128         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12129         * gst/subparse/gstsubparse.h:
12130         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12131         (parse_tmplayer):
12132         * gst/subparse/tmplayerparse.h:
12133           Add support for TMPlayer-type subtitles (#362845).
12134
12135         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12136         (GST_START_TEST), (subparse_suite):
12137           Add some basic unit tests for the above.
12138
12139 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12140
12141         * tests/check/elements/audiorate.c: (test_injector_base_init),
12142         (test_injector_class_init), (test_injector_chain),
12143         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12144         (GST_START_TEST), (audiorate_suite):
12145           More tests for audiorate: inject buffers to check behaviour when
12146           buffers overlap.
12147
12148 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12149
12150         * tests/check/Makefile.am:
12151         * tests/check/elements/.cvsignore:
12152         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12153         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12154           Add some basic unit tests for audiorate. Disabled at the moment
12155           since it doesn't pass yet (see bug #363119).
12156
12157 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12160         (parse_subrip), (handle_buffer):
12161           Add missing closing tags for markup and fix broken markup,
12162           otherwise pango won't render anything (fixes #357531). Also,
12163           make sure the text we send out is always NUL-terminated
12164           (better safe than sorry etc.).
12165
12166         * tests/check/elements/subparse.c: (test_srt_do_test),
12167         (test_srt):
12168           Some more tests for .srt incl. tests for the above stuff.
12169
12170 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12171
12172         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12174         Patch by: Stefan Kost  <ensonic@users.sf.net>
12175         Try to redraw borders only when needed. Apparently this consumes
12176         resources on small devices... :-O (#363607)
12177
12178 2006-10-20  Michael Smith  <msmith@fluendo.com>
12179
12180         * gst/tcp/gstmultifdsink.c:
12181         (gst_multi_fd_sink_client_queue_buffer):
12182           If caps change, then update the client's idea of the caps so that we
12183           don't end up re-sending streamheaders for every single buffer after
12184           the caps change.
12185
12186 2006-10-20  Michael Smith  <msmith@fluendo.com>
12187
12188         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12189         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12190           Set caps on pushed buffers; fix up refcounting of caps objects.
12191
12192 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12195         (plugin_init):
12196           Typefind mmsh header data packet to application/x-mmsh (#362625).
12197
12198 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12199
12200         * tests/check/Makefile.am:
12201         * tests/check/elements/.cvsignore:
12202         * tests/check/elements/subparse.c: (buffer_from_static_string),
12203         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12204         (GST_START_TEST), (subparse_suite):
12205           Add very simple unit test for subparse.
12206
12207 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12210         (parse_subrip):
12211           Strip trailing newlines from subtitle text output.
12212
12213 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12216         (gst_sub_parse_change_state):
12217           Fix memleak; clear subparse->textbuf n state change function.
12218
12219 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12220
12221         * gst/subparse/gstsubparse.c:
12222         (gst_sub_parse_data_format_autodetect):
12223           Don't require subrip (.srt) files to start with a chunk number of 1.
12224
12225 2006-10-18  Wim Taymans  <wim@fluendo.com>
12226
12227         * gst-libs/gst/audio/gstbaseaudiosink.c:
12228         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12229         * gst-libs/gst/audio/gstbaseaudiosink.h:
12230         Extract rate from the NEWSEGMENT event.
12231         Use commit_full to also take rate adjustment into account when writing
12232         samples to the ringbuffer.
12233         
12234         * gst-libs/gst/audio/gstringbuffer.c:
12235         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12236         (gst_ring_buffer_read):
12237         * gst-libs/gst/audio/gstringbuffer.h:
12238         Added _commit_full() to also take rate into account.
12239         Use simple interpolation algorithm to resample audio.
12240         API: gst_ring_buffer_commit_full()
12241
12242         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12243         * tests/examples/seek/seek.c: (segment_done):
12244         Don't try to seek with 0.0 rate, just pause instead.
12245         Remove bogus debug line.
12246
12247 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12248
12249         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12250         (setup_source):
12251           Catch async errors when starting up the subtitle bin, so we can
12252           stop waiting and continue with the main film instead of hanging
12253           forever. Fixes #339366.
12254
12255         * tests/check/elements/playbin.c: (playbin_suite):
12256           Enable unit test for the above.
12257
12258 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         * tests/check/Makefile.am:
12261         * tests/check/elements/.cvsignore:
12262         * tests/check/elements/playbin.c: (GST_START_TEST),
12263         (gst_red_video_src_uri_get_type),
12264         (gst_red_video_src_uri_get_protocols),
12265         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12266         (gst_red_video_src_uri_handler_init),
12267         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12268         (gst_red_video_src_create), (gst_red_video_src_class_init),
12269         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12270           Some small and basic unit tests for playbin; not very useful yet,
12271           but at least a start.
12272
12273 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * gst/playback/gstplaybin.c: (setup_sinks):
12276           The old pad activation spiel.
12277
12278 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * gst/playback/gstplaybasebin.c: (setup_source):
12281           Don't hang forever if the subbin already fails to start up in 
12282           the state change to PAUSED (#339366).
12283
12284 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12287         (gst_tuner_set_channel), (gst_tuner_get_channel),
12288         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12289         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12290         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12291         (gst_tuner_find_channel_by_name):
12292           Fix some function guards, add some more function guards.
12293
12294 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12295
12296         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12297         (remove_element_chain):
12298         Don't return a pad from get_our_ghost_pad unless it is actually the
12299         one we want.
12300         Change a cast in remove_element_chain slightly.
12301
12302 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12303
12304         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12305         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12306         Segment seeking needs to use the rate and set stop to -1.
12307
12308 2006-10-13  Wim Taymans  <wim@fluendo.com>
12309
12310         * gst-libs/gst/audio/gstbaseaudiosink.c:
12311         (gst_base_audio_sink_setcaps):
12312         Don't crash when ringbuffer is not yet created.
12313         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12314         Fixes #361634.
12315
12316         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12317         * gst/playback/gststreamselector.c:
12318         (gst_stream_selector_request_new_pad):
12319         Activate pads befre adding them to running elements.
12320
12321 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12322
12323         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12324         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12325         updater when we start grabing the slider. Don't wait for the
12326         pipeline to be PAUSED.
12327
12328 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12331         (gst_mixer_set_volume), (gst_mixer_get_volume),
12332         (gst_mixer_set_mute), (gst_mixer_set_option),
12333         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12334         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12335         (gst_mixer_option_changed):
12336           Guard mixer interface functions against bogus arguments.
12337
12338 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12339
12340         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12341         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12342         (msg_state_changed), (main): Use state-changed messages to trigger
12343         start/stop of scale update timer. Indeed the scale slider was
12344         jumping here and there because the update timer was activated 
12345         before seek completed. This fixes instant applying of rate changes
12346         by pressing the spinbutton like a crazy man !
12347
12348 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12349
12350         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12351
12352         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12353         (gst_basertppayload_finalize):
12354           Fix two small memory leaks (#361456).
12355
12356 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12357
12358         * tests/examples/seek/seek.c: (do_seek),
12359         (rate_spinbutton_changed_cb): When changing spinbutton we try
12360         to change the rate on the fly.
12361
12362 2006-10-10  Wim Taymans  <wim@fluendo.com>
12363
12364         * gst-libs/gst/riff/riff-ids.h:
12365         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12366         (gst_riff_create_audio_template_caps):
12367         Add WMS caps.
12368
12369 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12370
12371         Patch by: Josep Torra Valles <josep@fluendo.com>
12372
12373         * ext/gnomevfs/gstgnomevfssink.c:
12374         * ext/gnomevfs/gstgnomevfssrc.c:
12375         Fix URI interface implementation return type.
12376         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12377         Fix what looks like a copy/paste issue when assigning values.
12378         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12379         (gst_audio_filter_template_get_type):
12380         Cast to prevent Forte warnings.
12381         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12382         Fix URI interface implementation return type.
12383         gst_pad_query_position requires a signed integer pointer as
12384         3rd parameter, GstClockTime is unsigned.
12385         * gst/audioconvert/audioconvert.c:
12386         Fix integer overflow when treated as signed.
12387         * gst/audioresample/resample.c: (resample_add_input_data):
12388         Cast to prevent warnings on Forte.
12389         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12390         Fix integer overflow when treated as signed.
12391         * gst/ffmpegcolorspace/imgconvert_template.h:
12392         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12393         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12394         (cleanup_decodebin):
12395         Who initialises a guint to -1!
12396         Cast function pointers to prevent warnings on Forte.
12397         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12398         (queue_threshold_reached):
12399         Cast function pointers correctly to prevent warnings on Forte.
12400         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12401         Cast function pointers correctly to prevent warnings on Forte.
12402         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12403         Obvious change to unsigned, 0xEF > max signed char.
12404         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12405         GstClockTime is unsigned, initialise correctly.
12406         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12407         Cast so pointer arithemetic doesn't cause warnings on Forte.
12408         * gst/videorate/gstvideorate.c:
12409         Use correct return value.
12410         * tests/examples/seek/scrubby.c:
12411         GstClockTime is unsigned, initialise correctly.
12412
12413 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12414
12415         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12416
12417         * gst/typefind/gsttypefindfunctions.c:
12418           Recognise XML files and XML-like files shorter than 256 bytes as
12419           well (fixes #359237).
12420
12421 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12422
12423         Patch by: Renato Filho <renato.filho@indt.org.br>
12424         
12425         * gst/typefind/gsttypefindfunctions.c:
12426         Added typefind functions to video/x-nuv media.
12427         
12428 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         * gst-libs/gst/interfaces/xoverlay.c:
12431         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12432           Some more guards against invalid input.
12433
12434 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12435
12436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12437         Useless goto.
12438         * tests/examples/seek/seek.c: (do_seek),
12439         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12440         seek example to experiment with rates != 1.0 (reverse playback !)
12441
12442 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12443
12444         * gst-libs/gst/interfaces/xoverlay.c:
12445           Unref message in doc-example (spotted by Robert McQueen)
12446
12447 2006-10-06  Wim Taymans  <wim@fluendo.com>
12448
12449         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12450         (mpeg1_parse_header), (mpeg1_sys_type_find):
12451         printf fix.
12452
12453 2006-10-06  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12456         (close_pad_link):
12457         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12458         Activate dynamic pads before adding them to the element.
12459
12460 2006-10-06  Michael Smith  <msmith@fluendo.com>
12461
12462         * gst-libs/gst/floatcast/floatcast.h:
12463           Fix obviously-bogus macros; use the correct types.
12464
12465 2006-10-06  Wim Taymans  <wim@fluendo.com>
12466
12467         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12468         (gst_base_rtp_depayload_change_state):
12469         Also call parent state change function to activate pads.
12470
12471         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12472         (mpeg1_parse_header), (mpeg1_sys_type_find):
12473         Add some more debug info in mpeg typefinding.
12474
12475 2006-10-06  Michael Smith  <msmith@fluendo.com>
12476
12477         * ext/theora/theoradec.c: (theora_dec_chain):
12478           Zero byte theora packets are valid and well-defined; don't warn on
12479           them.
12480
12481 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12482
12483         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12484         (gst_multi_fd_sink_get_stats), (find_limits),
12485         (gst_multi_fd_sink_queue_buffer):
12486           API: add dropped_buffers to the get-stats GValueArray
12487
12488 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         * ext/alsa/gstalsadeviceprobe.c:
12491         (gst_alsa_device_property_probe_get_values):
12492         * ext/alsa/gstalsasink.c: (set_hwparams):
12493         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12494         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12496         (gst_ogg_mux_process_best_pad):
12497         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12498         (gst_ogg_parse_chain):
12499         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12500         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12501         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12502         (gst_vorbis_enc_buffer_check_discontinuous):
12503         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12504         * gst-libs/gst/audio/gstbaseaudiosink.c:
12505         (gst_base_audio_sink_render):
12506         * gst-libs/gst/cdda/gstcddabasesrc.c:
12507         (gst_cdda_base_src_handle_track_seek):
12508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12509         (gst_base_rtp_depayload_push_full):
12510         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12511         * gst/audioresample/resample.c: (resample_input_pushthrough):
12512         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12513         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12514         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12515         (wavpack_type_find):
12516         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12517         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12518         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12519         * tests/check/elements/volume.c: (GST_START_TEST):
12520           Printf format fixes.
12521
12522 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12523
12524         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12525           Fix a simple mistake (see the docs)
12526           Fixes #359580
12527
12528 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * docs/plugins/Makefile.am:
12531         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12532         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12533         * docs/plugins/gst-plugins-base-plugins.args:
12534         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12535         * docs/plugins/inspect/plugin-adder.xml:
12536         * docs/plugins/inspect/plugin-alsa.xml:
12537         * docs/plugins/inspect/plugin-audioconvert.xml:
12538         * docs/plugins/inspect/plugin-audiorate.xml:
12539         * docs/plugins/inspect/plugin-audioresample.xml:
12540         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12541         * docs/plugins/inspect/plugin-cdparanoia.xml:
12542         * docs/plugins/inspect/plugin-decodebin.xml:
12543         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12544         * docs/plugins/inspect/plugin-gdp.xml:
12545         * docs/plugins/inspect/plugin-gnomevfs.xml:
12546         * docs/plugins/inspect/plugin-libvisual.xml:
12547         * docs/plugins/inspect/plugin-ogg.xml:
12548         * docs/plugins/inspect/plugin-pango.xml:
12549         * docs/plugins/inspect/plugin-playbin.xml:
12550         * docs/plugins/inspect/plugin-subparse.xml:
12551         * docs/plugins/inspect/plugin-tcp.xml:
12552         * docs/plugins/inspect/plugin-theora.xml:
12553         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12554         * docs/plugins/inspect/plugin-video4linux.xml:
12555         * docs/plugins/inspect/plugin-videorate.xml:
12556         * docs/plugins/inspect/plugin-videoscale.xml:
12557         * docs/plugins/inspect/plugin-videotestsrc.xml:
12558         * docs/plugins/inspect/plugin-volume.xml:
12559         * docs/plugins/inspect/plugin-vorbis.xml:
12560         * docs/plugins/inspect/plugin-ximagesink.xml:
12561         * docs/plugins/inspect/plugin-xvimagesink.xml:
12562           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12563
12564 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12565
12566         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12567
12568         * ext/vorbis/Makefile.am:
12569         * ext/vorbis/vorbis.c: (plugin_init):
12570         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12571         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12572         * ext/vorbis/vorbisparse.h:
12573         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12574         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12575         (gst_vorbis_tag_parse_packet):
12576         * ext/vorbis/vorbistag.h:
12577           Add new vorbistag element which derives from vorbisparse
12578           and is essentially the same as well, only that it implements
12579           the GstTagSetter interface and can modify the stream's
12580           vorbiscomment on the fly (#335635).
12581
12582         * tests/check/Makefile.am:
12583         * tests/check/elements/.cvsignore:
12584         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12585         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12586         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12587         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12588           Add unit test for new vorbistag element.
12589
12590 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12591
12592         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12593         (vorbis_parse_push_headers), (vorbis_parse_chain):
12594           Set BOS flag in packet structure to fix 'jump depends
12595           on unitialized value' errors in valgrind; various minor
12596           clean-ups.
12597
12598 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12599
12600         * gst/playback/gstdecodebin.c: (close_pad_link):
12601         Fix typo in a debug statement.
12602
12603         * gst/playback/gstplaybasebin.c: (probe_triggered),
12604         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12605         (gen_source_element), (source_new_pad), (analyse_source),
12606         (setup_source):
12607         When handling no_more_pads in new_decoded_pad, make sure to treat
12608         subtitle pads correctly. Fixes playback with subtitle files.
12609
12610         Move a recurring message to LOG level.
12611
12612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12613         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12614         which ends up as -1 when cast to an int. Make the logic handle the
12615         max value as an unsigned mask and only change the colorkey when it's
12616         a value we recognise.
12617
12618 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12619
12620         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12621         Removed empty * between paragraphs
12622
12623 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12624
12625         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12626         * gst-libs/gst/rtp/README:
12627         Moved some documentation into .c file
12628
12629 2006-09-29  Wim Taymans  <wim@fluendo.com>
12630
12631         * gst/playback/gstdecodebin.c: (no_more_pads):
12632         Fix compilation.
12633
12634 2006-09-29  Wim Taymans  <wim@fluendo.com>
12635
12636         * gst/playback/gstdecodebin.c: (new_caps):
12637         Remove g_print
12638
12639         * gst/playback/gstplaybin.c:
12640         Add some docs.
12641
12642 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12643
12644         * tests/check/Makefile.am:
12645           Re-enable cddabasesrc test to see if it works again
12646           now.
12647
12648 2006-09-29  Wim Taymans  <wim@fluendo.com>
12649
12650         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12651         (gen_source_element):
12652         Handle invalid URIs a bit more gracefully.
12653
12654 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12655
12656         * tests/check/pipelines/oggmux.c:
12657           Remove obsolete comment.
12658
12659 2006-09-29  Michael Smith  <msmith@fluendo.com>
12660
12661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12662         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12663         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12664         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12665         (gst_ogg_mux_collected):
12666           Commit patch from James "Doc" Livingston, adds proper EOS handling
12667           in oggmux. GStreamer can, for the first time ever, create a valid
12668           Ogg file! Yay!
12669
12670         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12671         (oggmux_suite):
12672           Reenable tests now that they pass.
12673
12674 2006-09-29  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12677         Stop reading commands when EOF (we read 0) as well.
12678
12679 2006-09-28  Wim Taymans  <wim@fluendo.com>
12680
12681         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12682         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12683         (find_dynamic), (unlinked), (close_link):
12684         Implement delayed caps linking needed for element with a lot of
12685         different caps on the src pads that get fixed at runtime.
12686         Improve management of dynamic elements.
12687
12688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12689         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12690         (gen_preroll_element), (remove_groups), (unknown_type),
12691         (add_element_stream), (no_more_pads_full), (no_more_pads),
12692         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12693         (new_decoded_pad), (setup_subtitle), (array_has_value),
12694         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12695         (analyse_source), (remove_decoders), (make_decoder),
12696         (remove_source), (setup_source), (finish_source), (prepare_output),
12697         (gst_play_base_bin_change_state):
12698         * gst/playback/gstplaybasebin.h:
12699         Use more _CAST instead of full type checking casts.
12700         Small cleanups, plug some leaks.
12701         Handle dynamic sources.
12702         Add some helper functions to create lists of strings used for
12703         blacklisting and other stuff.
12704         Refactor some code dealing with analysing the source.
12705         Re-enable sources without pads (like cd:// or other selfcontained
12706         elements).
12707
12708 2006-09-28  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst-libs/gst/audio/gstbaseaudiosink.c:
12711         (gst_base_audio_sink_render):
12712         When we have a timestamp, we can still perform clipping.
12713         When we have no clock, we must play the sample ASAP.
12714
12715 2006-09-28  Wim Taymans  <wim@fluendo.com>
12716
12717         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12718         Set caps on outgoing buffers.
12719
12720         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12721         (gst_video_rate_event), (gst_video_rate_chain):
12722         * gst/videorate/gstvideorate.h:
12723         Fix videorate some more. Fixes #357977
12724
12725 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12726
12727         * tests/check/elements/adder.c: (adder_suite):
12728           Don't set timeout to 6 seconds when we're running
12729           in valgrind ... (and how is 6 seconds longer than
12730           the default anyway?)
12731
12732 2006-09-28  Wim Taymans  <wim@fluendo.com>
12733
12734         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12735         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12736         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12737         Keep sink and src segment to keep track of time and support more
12738         input formats.
12739         Fix bogus next_offset and run_time calculation, don't understand how
12740         this could have worked before. Fixes #357976.
12741         Remove some unneeded vars.
12742
12743 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12744
12745         * gst/playback/gstplaybin.c: (remove_sinks):
12746           Only remove visualisation from visbin if there is a visbin (or:
12747           don't throw warnings when closing totem without playing a file).
12748
12749 2006-09-27  Wim Taymans  <wim@fluendo.com>
12750
12751         * gst-libs/gst/audio/gstbaseaudiosink.c:
12752         (gst_base_audio_sink_render):
12753         Add some more info in a WARNING.
12754
12755         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12756         (gst_base_audio_src_create):
12757         Handle PAUSE in create function, use new -core addition to
12758         wait for playing. Fixes pausing and resuming capture from an
12759         audiosrc.
12760
12761         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12762         (gst_ring_buffer_read):
12763         Constify some more.
12764         Caller supports interrupted reads now.
12765
12766 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12767
12768         * tests/check/Makefile.am:
12769           Another attempt to make the gen64 buildbot happy.
12770
12771 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12772
12773         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12774
12775         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12776         (gst_visual_chain), (gst_visual_change_state):
12777           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12778           correctly. Fixes #357800
12779
12780 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12781
12782         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12783           Add timeout to _get_state() so we see which pipeline it is
12784           that causes trouble on the gen64 build bot.
12785
12786 2006-09-27  Wim Taymans  <wim@fluendo.com>
12787
12788         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12789         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12790         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12791         (gst_base_rtp_depayload_set_gst_timestamp):
12792         the source pad always uses fixed caps.
12793
12794 2006-09-27  Wim Taymans  <wim@fluendo.com>
12795
12796         * docs/libs/gst-plugins-base-libs-docs.sgml:
12797         * docs/libs/gst-plugins-base-libs-sections.txt:
12798         * gst-libs/gst/audio/gstaudioclock.c:
12799         * gst-libs/gst/audio/gstaudioclock.h:
12800         * gst-libs/gst/audio/gstaudiosink.c:
12801         * gst-libs/gst/audio/gstaudiosink.h:
12802         * gst-libs/gst/audio/gstaudiosrc.c:
12803         * gst-libs/gst/audio/gstbaseaudiosink.c:
12804         (gst_base_audio_sink_render):
12805         * gst-libs/gst/audio/gstbaseaudiosink.h:
12806         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12807         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12808         * gst-libs/gst/audio/gstringbuffer.h:
12809         Added docs for the audio libs.
12810
12811 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12812
12813         * tests/check/Makefile.am:
12814           Temporarily disable test that fails on the bots for unknown reasons.
12815
12816 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12817
12818         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12819         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12820         Moved AudioCodecType into priv
12821         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12822
12823 2006-09-25  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12826         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12827         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12828         (new_pad):
12829         Cleanups and small leak fixes.
12830         Added Depayloaders to valid list of autopluggable elements.
12831
12832 2006-09-25  Wim Taymans  <wim@fluendo.com>
12833
12834         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12835         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12836         (gen_video_element), (gen_text_element), (gen_audio_element),
12837         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12838         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12839         Detect NO_PREROLL state change returns and disable clock distribution to
12840         the sinks so that sync is disabled.
12841         Avoid some type checking and do simple casts instead.
12842         Small cleanups, fix some FIXMEs.
12843         Be more robust when linking user specified elements, catch an report
12844         errors. Fixes #357404.
12845         Fix some leaks in the error paths.
12846
12847 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12848
12849         * ChangeLog:
12850           ChangeLog surgery for missing bug-number
12851
12852 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         Patch by: Peter Kjellerstedt  <pkj at axis com>
12855
12856         * gst/playback/test.c:
12857           Fix compilation with uClibc and -Werror (#357591).
12858
12859 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12862           Parse dates that are followed by a time as well (#357532).
12863
12864         * tests/check/libs/tag.c: (test_vorbis_tags):
12865           Add unit test for this.
12866
12867 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12868
12869         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12870         (gst_audio_convert_transform_caps):
12871         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12872         * gst/videotestsrc/videotestsrc.h:
12873           A few array const-ifications.
12874
12875 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12876
12877         * tests/check/Makefile.am:
12878           See if this makes the build bots happy.
12879
12880         * tests/check/libs/cddabasesrc.c:
12881           UTF8-ise my name.
12882
12883 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12884
12885         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12886
12887         * gst/subparse/samiparse.c: (handle_start_font),
12888         (fix_invalid_entities):
12889           More case-insensitivity for certain tags; recognise entities with
12890           decimal codes as special entities as well (#357330).
12891
12892 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12893
12894         * gst-libs/gst/Makefile.am:
12895           Need to build tag directory before cdda.
12896
12897 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         * docs/libs/gst-plugins-base-libs-sections.txt:
12900         * gst-libs/gst/cdda/Makefile.am:
12901         * gst-libs/gst/cdda/gstcddabasesrc.c:
12902         (gst_cdda_base_src_base_init):
12903         * gst-libs/gst/cdda/gstcddabasesrc.h:
12904         * gst-libs/gst/tag/tag.h:
12905         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12906         (gst_tag_register_musicbrainz_tags):
12907           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12908           depend on libgsttag. This is required so we can extract/read tags like
12909           DISCID without depending on libgstcddabasesrc (which used to register
12910           them).
12911
12912         * gst-libs/gst/tag/gstvorbistag.c:
12913           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12914           tags (also see #347848).
12915
12916         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12917           Log vorbis comments we are actually writing. Const-ify array.
12918
12919 2006-09-23  Wim Taymans  <wim@fluendo.com>
12920
12921         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12922         Improve buffering a bit by avoiding a deadlock because we cannot assume
12923         the underrun is always called.
12924
12925 2006-09-23  Wim Taymans  <wim@fluendo.com>
12926
12927         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12928
12929         * gst-libs/gst/riff/riff-ids.h:
12930         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12931         (gst_riff_create_audio_template_caps):
12932         Added MPEG-4 AAC and id and caps. Fixes #357289
12933         Added WMA9 Lossless id.
12934
12935 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * ext/gnomevfs/gstgnomevfssrc.c:
12938           Fix misleading docs addition.
12939
12940         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12941           Get rid of compiler warning the right way.
12942
12943 2006-09-22  Wim Taymans  <wim@fluendo.com>
12944
12945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12946         (gst_base_rtp_depayload_finalize),
12947         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12948         (gst_base_rtp_depayload_push_full),
12949         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12950         (gst_base_rtp_depayload_process),
12951         (gst_base_rtp_depayload_set_gst_timestamp),
12952         (gst_base_rtp_depayload_queue_release):
12953         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12954         Small cleanups.
12955         Fix some leaks.
12956         Refactored the process method and added methods to push from the process
12957         vmethod.
12958         Use _scale functions.
12959         API: gst_base_rtp_depayload_push_ts
12960         API: gst_base_rtp_depayload_push
12961
12962         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12963         timestamps are uint.
12964
12965 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12966
12967         * gst-libs/gst/interfaces/xoverlay.c:
12968           Remove unused statement from doc example.
12969
12970 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12971
12972         * gst-libs/gst/interfaces/videoorientation.c:
12973         (gst_video_orientation_iface_init),
12974         (gst_video_orientation_get_hflip),
12975         (gst_video_orientation_get_vflip),
12976         (gst_video_orientation_get_hcenter),
12977         (gst_video_orientation_get_vcenter),
12978         (gst_video_orientation_set_hflip),
12979         (gst_video_orientation_set_vflip),
12980         (gst_video_orientation_set_hcenter),
12981         (gst_video_orientation_set_vcenter):
12982           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12983           in ChangeLog)
12984
12985 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12986
12987         * tests/check/Makefile.am:
12988         * tests/check/elements/.cvsignore:
12989         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12990         (create_rgb_conversions), (rgb_conversion_free),
12991         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12992         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12993           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12994           but disable for now since it doesn't pass (something wrong with
12995           RGBA somewhere).
12996
12997 2006-09-21  Wim Taymans  <wim@fluendo.com>
12998
12999         * gst/playback/gstplaybasebin.c: (group_commit),
13000         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13001         (queue_out_of_data), (gen_preroll_element),
13002         (preroll_remove_overrun), (probe_triggered):
13003         Refactor handling of overrun detection.
13004         Separate handling of group completion and deadlock detection when doing
13005         network buffering. This should fix some deadlocks that were not detected
13006         because the group was completed.
13007         Add more comments, improve debugging.
13008
13009 2006-09-21  Wim Taymans  <wim@fluendo.com>
13010
13011         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13012         * tests/check/libs/audio.c:
13013         Some more compilation fixes.
13014
13015 2006-09-21  Wim Taymans  <wim@fluendo.com>
13016
13017         * gst-libs/gst/audio/gstringbuffer.c:
13018         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13019         (gst_ring_buffer_read):
13020         Early morning compilation fix.
13021
13022 2006-09-20  Wim Taymans  <wim@fluendo.com>
13023
13024         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13025         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13026         * tests/check/elements/videorate.c: (GST_START_TEST):
13027         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13028         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13029         Fix some warnings.
13030
13031 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13032
13033         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13034         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13035         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13036           Handcrafted merge to help CVS understanding what I changed and what
13037           not.
13038
13039 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13040
13041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13042         (gst_xvimagesink_get_times):
13043           change colorkey behaviour back according to #354773 comment 6/7
13044
13045 2006-09-19  Michael Smith  <msmith@fluendo.com>
13046
13047         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13048         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13049         (gst_multi_fd_sink_recover_client),
13050         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13051         (gst_multi_fd_sink_get_property):
13052         * gst/tcp/gstmultifdsink.h:
13053           Implement stubbed out properties unit-type, units-soft-max,
13054           units-max, to allow specifying maximum sizes in units other than
13055           buffers.
13056           Fixes #355935
13057
13058 2006-09-19  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13061         (gst_riff_create_audio_template_caps):
13062         Reorder the audio formats a bit for clarity.
13063         Detect and create caps for MSGSM and MSN (WAV49).
13064         Fixes #356596.
13065
13066         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13067         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13068         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13069         Small cleanups, move error handling out of normal flow for clarity.
13070
13071 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13072
13073         * docs/libs/gst-plugins-base-libs-docs.sgml:
13074         * docs/libs/gst-plugins-base-libs.types:
13075         * gst-libs/gst/interfaces/Makefile.am:
13076         * gst-libs/gst/interfaces/videoorientation.c:
13077         (gst_video_orientation_get_type),
13078         (gst_video_orientation_iface_init),
13079         (gst_video_orientation_get_hflip),
13080         (gst_video_orientation_get_vflip),
13081         (gst_video_orientation_get_hcenter),
13082         (gst_video_orientation_get_vcenter),
13083         (gst_video_orientation_set_hflip),
13084         (gst_video_orientation_set_vflip),
13085         (gst_video_orientation_set_hcenter),
13086         (gst_video_orientation_set_vcenter):
13087         * gst-libs/gst/interfaces/videoorientation.h:
13088           API: Add new interface to control video orientation (fixes #354908)
13089
13090 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13091
13092         * gst/videotestsrc/gstvideotestsrc.c:
13093           Use G_UNLIKELY in _create and log one more detail.
13094           
13095         (gst_video_test_src_get_times), (gst_video_test_src_create):
13096         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13097           Use gst_util_uint64_scale_int in _get_times().
13098
13099 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13100
13101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13102           Give better warning message (add object and detail).
13103
13104 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13105
13106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13107         (gst_xvimagesink_get_times):
13108           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13109           #354773), use gst_util_uint64_scale_int in _get_times()
13110
13111 2006-09-18  Michael Smith  <msmith@fluendo.com>
13112
13113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13114           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13115           always true, leading to dropping all timestamps.
13116
13117 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13118
13119         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13120         (gst_visual_chain), (gst_visual_change_state):
13121           update to work also with libvisual 0.4 API, fix double unref (#355914)
13122           
13123         * tools/gst-launch-ext.1.in:
13124         * tools/gst-visualise.1.in:
13125           remove references to old man-pages
13126
13127         * tests/examples/seek/seek.c: (main):
13128           add real meadi-buttons, add tool-tips for the seek-options, arrange
13129           seek options in a table
13130
13131 2006-09-18  Michael Smith  <msmith@fluendo.com>
13132
13133         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13134         (gst_ogg_mux_push_buffer):
13135           Don't generate out-of-order timestamps from oggmux, instead clamp
13136           output timestamps to be >= the previously output ts.
13137           Fixes #355595
13138
13139 2006-09-18  Michael Smith  <msmith@fluendo.com>
13140
13141         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13142         (gst_multi_fd_sink_class_init):
13143           Updates, fixes, and typo corrections for multifdsink. No functional
13144           changes.
13145
13146 2006-09-17  Michael Smith  <msmith@fluendo.com>
13147
13148         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13149           Don't crash on truncated files - check that we got an 8 byte buffer
13150           before trying to memcmp it.
13151
13152 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13153
13154         * gst/playback/gstplaybasebin.c: (get_active_source):
13155           Make stream-switching appear instant to the application
13156           (ie. make sure that a g_object_get on 'current-foo' returns
13157           the stream previously set with g_object_set(). Totem needs
13158           this to update stream-related meta-info (like audio-codec)
13159           correctly when switching streams.
13160
13161 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13164         (gst_alsa_mixer_ensure_track_list):
13165           Try harder to guess which mixer track is the master mixer
13166           track (instead of just taking the first one that has a pvolume).
13167           Fixes #342228.
13168
13169 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13170
13171         reviewed by: <delete if not using a buddy>
13172
13173         * gst-libs/gst/audio/audio.h:
13174         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13175
13176 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13177
13178         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13179         (gst_audio_convert_transform_caps):
13180           Get structure-name just once.
13181
13182 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13183
13184         * tests/check/elements/audioresample.c: (GST_START_TEST):
13185         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13186         * tests/check/elements/volume.c: (GST_START_TEST):
13187         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13188         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13189         (test_pipeline), (GST_START_TEST):
13190         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13191         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13192           Fix big batch of compiler warnings.
13193
13194 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13195
13196         * ext/gnomevfs/gstgnomevfssrc.c:
13197           Add docs about icydemux usage in connection with gnomevfssrc
13198
13199         * ext/libvisual/visual.c:
13200         * ext/ogg/gstoggaviparse.c:
13201         * ext/ogg/gstoggdemux.c:
13202         * ext/ogg/gstoggmux.c:
13203         * ext/ogg/gstoggparse.c:
13204         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13205         * gst-libs/gst/audio/gstaudiosink.c:
13206         * gst-libs/gst/audio/gstaudiosrc.c:
13207         * gst/audiorate/gstaudiorate.c:
13208           More G_OBJECT macro fixing.
13209
13210         * gst/audiotestsrc/gstaudiotestsrc.h:
13211           Fix wrong info in header due to copy & paste
13212
13213 2006-09-15  Wim Taymans  <wim@fluendo.com>
13214
13215         * gst-libs/gst/audio/gstbaseaudiosink.c:
13216         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13218         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13219         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13220         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13221         Do the delay calculation in the source/sink base classes as this is
13222         specific for the capture/playback mode.
13223         Try to fixate a bit better, like round depth up to a multiple of 8
13224         bigger than width.
13225         Handle underruns correctly by marking DISCONT on buffers and adjusting
13226         timestamps to handle the gap.
13227         Set offset/offset_end correctly on buffers.
13228
13229         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13230         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13231         (gst_ring_buffer_read):
13232         Remove resync and underrun recovery from the ringbuffer.
13233         Fix ringbuffer read code on under/overrun.
13234
13235 2006-09-15  Wim Taymans  <wim@fluendo.com>
13236
13237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13238         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13239         (queue_threshold_reached), (gst_play_base_bin_set_property),
13240         (gst_play_base_bin_get_property):
13241         * gst/playback/gstplaybasebin.h:
13242         Don't use a 0 low watermark when buffering, it is catching starvation
13243         way too late. Instead, use a 3 second queue with 30 and 95
13244         percent low/high watermarks. 
13245         Added queue-min-threshold property to configure low watermark.
13246         Use new _buffering message API.
13247         Make queue_threshold variable big enough to store a uint64 time value.
13248         API: playbin::queue-min-threshold property.
13249
13250 2006-09-15  Wim Taymans  <wim@fluendo.com>
13251
13252         * configure.ac:
13253         We require 0.10.10.1 now because of _wait_preroll().
13254
13255         * gst-libs/gst/audio/gstbaseaudiosink.c:
13256         (gst_base_audio_sink_render):
13257         Use gst_base_sink_wait_preroll().
13258
13259 2006-09-15  Wim Taymans  <wim@fluendo.com>
13260
13261         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13262         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13263         Use DEBUG_OBJECT more.
13264
13265 === release 0.10.10 ===
13266
13267 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13268
13269         patch by: Michael Smith <msmith at fluendo dot com>
13270
13271         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13272         (gst_multi_fd_sink_client_queue_buffer),
13273         (gst_multi_fd_sink_new_client):
13274         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13275         (multifdsink_suite):
13276           Fix implementation of sync-method 'next-keyframe'
13277           Closes #354594
13278
13279 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13280
13281         patch by: Wim Taymans <wim at fluendo dot com>
13282
13283         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13284         This patch removes the RANDOM flag that was incorrectly introduced with
13285         revision 1.91.  Fixes #354590
13286
13287 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         * tests/check/Makefile.am:
13290           Random variation in Makefile line to see if it makes the
13291           gen64-base-full bot any happier.
13292
13293 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13294
13295         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13296           Disable test that fails at the moment (killed after timeout).
13297
13298 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13299
13300         Patch by: James Livingston  <doclivingston at gmail.com>
13301
13302         * tests/check/Makefile.am:
13303         * tests/check/pipelines/.cvsignore:
13304         * tests/check/pipelines/oggmux.c: (get_page_codec),
13305         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13306         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13307         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13308         (test_theora_vorbis), (oggmux_suite):
13309           Add simple unit test for oggmux from #337026 with checking for the
13310           EOS flags disabled for the time being.
13311
13312 2006-09-04  Wim Taymans  <wim@fluendo.com>
13313
13314         patch by: Alessandro Dessina <alessandro nnva org>
13315
13316         * ext/ogg/gstoggmux.c:
13317         Add cmml caps to oggmux. Fixes #353912
13318
13319 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13320
13321         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13322           Returning a return value often helps. In this case, we
13323           don't need the return value anyway, so just get rid of it.
13324           Should make build bots much happier.
13325
13326 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13327
13328         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13329         (paint_get_structure), (gst_video_test_src_get_size),
13330         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13331         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13332         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13333         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13334         * gst/videotestsrc/videotestsrc.h:
13335           Add support for AYUV and the various RGBA formats. Initialise
13336           fields of paintinfo structs allocated on the stack.
13337
13338         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13339         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13340         (check_rgb_buf), (videotestsrc_suite):
13341           Add unit tests for videotestsrc's RGB output.
13342
13343 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13344
13345         * gst/videotestsrc/gstvideotestsrc.c:
13346         (gst_video_test_src_pattern_get_type),
13347         (gst_video_test_src_set_pattern):
13348         * gst/videotestsrc/gstvideotestsrc.h:
13349         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13350         (gst_video_test_src_black), (gst_video_test_src_white),
13351         (gst_video_test_src_red), (gst_video_test_src_green),
13352         (gst_video_test_src_blue):
13353         * gst/videotestsrc/videotestsrc.h:
13354           Add more uni-colour patterns ("white", "red", "green", and "blue").
13355
13356 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13357
13358         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13359           Fix stride for YVYU, should be word-aligned (#353658).
13360
13361 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13362
13363         * gst/adder/gstadder.c: (gst_adder_src_event):
13364           Fix build.
13365
13366 2006-08-31  Edward Hervey  <edward@fluendo.com>
13367
13368         * gst/adder/gstadder.c: (forward_event_func),
13369         (gst_adder_src_event), (gst_adder_collected),
13370         (gst_adder_change_state):
13371         * gst/adder/gstadder.h:
13372         Remember the start position asked in the incoming seeks, so we can
13373         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13374         of assuming it will always be 0).
13375
13376 2006-08-31  Edward Hervey  <edward@fluendo.com>
13377
13378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13379         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13380         (gst_ogg_demux_loop):
13381         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13382
13383 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13384
13385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13386         (gst_ffmpegcsp_get_unit_size):
13387           Return FALSE instead of returning a random false unit
13388           size when the format isn't known/supported (even if
13389           this shouldn't happen under normal circumstances).
13390
13391 2006-08-29  Wim Taymans  <wim@fluendo.com>
13392
13393         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13394
13395         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13396         (gst_gnome_vfs_src_start):
13397         Try harder to get the size from a uri by using _info_uri() when
13398         _info_from_handle() does not give us enough info. 
13399         Also follow symlinks when getting the size.
13400         Partially Fixes #332864.
13401
13402 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13405
13406         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13407         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13408         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13409         (gst_alsa_mixer_set_record):
13410         * ext/alsa/gstalsamixertrack.c:
13411         (gst_alsa_mixer_track_update_alsa_capabilities),
13412         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13413         (gst_alsa_mixer_track_update):
13414         * ext/alsa/gstalsamixertrack.h:
13415           Improve and fix mixer track handling, in particular better handling
13416           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13417           separate track objects for tracks that have both capture and playback
13418           volume (and label them differently as well so they're not mistakenly
13419           assumed to be duplicates); classify mixer tracks that only affect
13420           the audible volume of something (rather than the capture volume)
13421           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13422           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13423           (following the meaning documented in the mixer interface header
13424           file); add support for alsa's exclusive cswitch groups; update/sync
13425           state/flags better if mixer settings are changed by another
13426           application. Fixes #336075.
13427
13428 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         * gst/playback/gstplaybin.c:
13431           Improve docs: add section about BUFFERING messages sent by playbin.
13432
13433 2006-08-29  Michael Smith  <msmith@fluendo.com>
13434
13435         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13436         (gst_vorbis_enc_buffer_check_discontinuous),
13437         (gst_vorbis_enc_chain):
13438           Ignore explicit DISCONT marked on buffers (which is often spurious,
13439           particularly when using multiple segments), in favour of solely
13440           using the timestamps/durations.
13441
13442 2006-08-29  Edward Hervey  <edward@fluendo.com>
13443
13444         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13445         Don't rely on incoming buffers offset anymore, since it is completely
13446         broken when using multiple segments.
13447         Instead convert the incoming buffers timestamp to running time, and
13448         then convert that value to the offsets.
13449         Also inform GstSegment of the last outputted stop position, which is
13450         needed if we received several segments with an unknown stop value.
13451
13452 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13453
13454         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13455           fix buffer unreffing on a header push failure
13456
13457 2006-08-28  Wim Taymans  <wim@fluendo.com>
13458
13459         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13460         (gst_audio_rate_chain):
13461         Make the metadata of the buffer writable before changing its
13462         flags.
13463
13464 2006-08-28  Wim Taymans  <wim@fluendo.com>
13465
13466         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13467         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13468         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13469         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13470         Fix audiorate some more.
13471         Reset and resync counters on flush and READY.
13472         Handle the DISCONT flag correctly.
13473         Use GstSegment to track position.
13474         Fail when not negotiated.
13475         Fixes #353234.
13476
13477 2006-08-25  Michael Smith  <msmith@fluendo.com>
13478
13479         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13480           Fix spelling.
13481           Remove accidently included debug line.
13482
13483 2006-08-25  Wim Taymans  <wim@fluendo.com>
13484
13485         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13486         Small cleanups.
13487         If a buffer is received with no caps, make the buffer metadata
13488         writable and set the caps, making sure that we don't screw up the
13489         refcounts.
13490
13491 2006-08-25  Michael Smith  <msmith@fluendo.com>
13492
13493         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13494         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13495           Fix memory leaks and misleading debug messages, add a couple of
13496           comments.
13497
13498         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13499         (gst_multi_fd_sink_render):
13500           Do not use gst_buffer_make_writable() in a basesink render method,
13501           as it may incorrectly unref the buffer. Instead, use convoluted
13502           dance to avoid copying the buffer except when we need to.
13503
13504 2006-08-25  Michael Smith  <msmith@fluendo.com>
13505
13506         * ext/vorbis/vorbisenc.c:
13507         (gst_vorbis_enc_buffer_check_discontinuous):
13508           Allow very small discontinuities in the timestamps. These we can't
13509           do anything useful with anyway (because vorbis's timestamps have
13510           only sample granularity), and are commonly produced by elements with
13511           minor bugs. Allow up to 1/2 a sample out.
13512           Fixes #351742.
13513
13514 2006-08-24  Wim Taymans  <wim@fluendo.com>
13515
13516         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13517         (play_scrub_toggle_cb), (main):
13518         Add a checkbox to enable play scrubbing. Makes it possible to disable
13519         normal scrubbing.
13520
13521 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13522
13523         * tests/check/elements/.cvsignore:
13524           make buildbot happy
13525
13526 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13527
13528         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13529         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13530         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13531         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13532         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13533         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13534         (gst_ogm_text_parse_strip_trailing_zeroes),
13535         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13536         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13537           Refactor ogm parse, do better input checking, misc. clean-ups.
13538           Cache incoming events and push them once the source pad has
13539           been created. Don't pass unterminated strings to sscanf().
13540           Strip trailing zeroes from subtitle text output, since they
13541           are not valid UTF-8. Don't push vorbiscomment packets on
13542           the subtitle text pad. Output perfect streams if possible.
13543
13544 2006-08-23  Wim Taymans  <wim@fluendo.com>
13545
13546         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13547         Waits for tasks to settle down so that we clean up correctly for 
13548         valgrind.
13549
13550 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13551
13552         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13553           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13554           actually return return value in taglists_are_equal.
13555
13556 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13559           Fix crash due to broken bitstream parsing on x86-64: can't make
13560           any assumptions about sizeof(struct) due to alignment/packing
13561           differences on different architectures. Fixes #351790.
13562
13563 2006-08-22  Wim Taymans  <wim@fluendo.com>
13564
13565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13566         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13567         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13568         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13569         (gst_riff_parse_info):
13570         Protect public functions against bad input.
13571         Do some cleanups.
13572         Fix documentation.
13573
13574 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13575
13576         * gst-libs/gst/riff/riff-ids.h:
13577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13578           Add voxware audio IDs (even if we can't play it) (#351795).
13579
13580 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13581
13582         * gst-libs/gst/riff/riff-media.c:
13583         (gst_riff_create_video_template_caps),
13584         (gst_riff_create_audio_template_caps),
13585         (gst_riff_create_iavs_template_caps):
13586           Const-ify some arrays and use G_N_ELEMENTS instead
13587           of wasting oodles of RAM on terminator bits.
13588
13589 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * gst-libs/gst/tag/gstvorbistag.c:
13592         (gst_tag_list_to_vorbiscomment_buffer):
13593         * tests/check/libs/tag.c: (GST_START_TEST):
13594           And the same for _to_vorbiscomment_buffer(): allow
13595           id_data_len == 0 for speex.
13596
13597 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13598
13599         * configure.ac:
13600         * docs/plugins/Makefile.am:
13601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13603         * docs/plugins/inspect/plugin-gdp.xml:
13604         * gst/gdp/Makefile.am:
13605         * tests/check/Makefile.am:
13606           Move GDP plugin to -base from -bad.  Closes #347783.
13607
13608 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * gst-libs/gst/tag/gstvorbistag.c:
13611         (gst_tag_list_from_vorbiscomment_buffer):
13612           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13613           Also add some checks to make sure we don't memcmp() beyond the end of
13614           vorbiscomment buffer if the ID to check for is larger than the buffer.
13615
13616         * tests/check/libs/tag.c: (GST_START_TEST):
13617           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13618
13619 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13620
13621         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13622         (gst_vorbis_enc_set_metadata):
13623           Use vorbis comment utility functions from libgsttag
13624           instead of re-inventing the wheel (partially fixes #347091).
13625
13626 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13627
13628         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13629         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13630         as some that won't.
13631
13632 2006-08-21  Wim Taymans  <wim@fluendo.com>
13633
13634         * docs/libs/Makefile.am:
13635         * docs/libs/gst-plugins-base-libs-sections.txt:
13636         * docs/libs/gst-plugins-base-libs.types:
13637         Don't try to GObject scan the netbuffer as it's not a GObject.
13638         Fixes #351308.
13639
13640         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13641         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13642         Document GstNetBuffer.
13643
13644 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13645
13646         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13647         (audioconvert_suite):
13648           Add testcase for caps-size-explosion
13649
13650 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13651
13652         * gst/audioconvert/gstaudioconvert.c:
13653         (gst_audio_convert_get_unit_size), (set_structure_widths):
13654           Lower debug, use g_assert in _get_unit_size
13655
13656         * gst/audioresample/gstaudioresample.c:
13657         (audioresample_get_unit_size):
13658         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13659         (gst_ffmpegcsp_get_unit_size):
13660         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13661           use g_assert in _get_unit_size
13662
13663 2006-08-18  Wim Taymans  <wim@fluendo.com>
13664
13665         * docs/libs/gst-plugins-base-libs-sections.txt:
13666         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13667         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13668         (gst_rtp_buffer_get_payload_buffer):
13669         * gst-libs/gst/rtp/gstrtpbuffer.h:
13670         Document GstRTPBuffer.
13671         Added function to efficiently strip payload headers.
13672         API: gst_rtp_buffer_get_payload_subbuffer()
13673
13674 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13677         (gst_tag_to_vorbis_comments):
13678           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13679           tags and deserialise them properly as well (#347091).
13680           Add some more gtk-doc blurbs and also some g_return_if_fail().
13681
13682         * tests/check/libs/tag.c: (GST_START_TEST),
13683         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13684           More tests.
13685
13686 2006-08-17  Wim Taymans  <wim@fluendo.com>
13687
13688         * ext/ogg/Makefile.am:
13689         * ext/ogg/gstogg.c: (plugin_init):
13690         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13691         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13692         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13693         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13694         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13695         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13696         Added ogg-in-avi parser element. Fixes #140139.
13697
13698         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13699         Fixed a bug in oggdemux debug code.
13700
13701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13702         (gst_riff_create_audio_template_caps):
13703         Recognise Ogg in the AVI extensible wave format.
13704
13705 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13706
13707         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13708           Make buffer durations add up (duration should be next_ts-ts for
13709           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13710           from CVS.
13711
13712         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13713         (test_buffer_timestamps), (cddabasesrc_suite):
13714           Add unit test for the above.
13715
13716         * tests/check/Makefile.am:
13717           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13718           to see what happens.
13719
13720 2006-08-16  Wim Taymans  <wim@fluendo.com>
13721
13722         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13723         (gst_alsasink_open):
13724         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13725         (gst_alsasrc_open):
13726         Avoid setting and using a NULL device name.
13727         Print more info when we fail to open a device.
13728
13729 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13730
13731         * docs/libs/gst-plugins-base-libs-sections.txt:
13732         * gst-libs/gst/tag/tag.h:
13733         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13734           API: add gst_tag_parse_extended_comment() (#351426).
13735
13736         * tests/check/Makefile.am:
13737         * tests/check/libs/.cvsignore:
13738         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13739           Add unit test for gst_tag_parse_extended_comment().
13740
13741 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13745           Fix leak (#351502).
13746
13747 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13748
13749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13751         * docs/plugins/gst-plugins-base-plugins.args:
13752         * gst/playback/gstplaybin.c:
13753           Document playbin.
13754           
13755         * docs/plugins/inspect/plugin-adder.xml:
13756         * docs/plugins/inspect/plugin-alsa.xml:
13757         * docs/plugins/inspect/plugin-audioconvert.xml:
13758         * docs/plugins/inspect/plugin-audiorate.xml:
13759         * docs/plugins/inspect/plugin-audioresample.xml:
13760         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13761         * docs/plugins/inspect/plugin-cdparanoia.xml:
13762         * docs/plugins/inspect/plugin-decodebin.xml:
13763         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13764         * docs/plugins/inspect/plugin-gnomevfs.xml:
13765         * docs/plugins/inspect/plugin-ogg.xml:
13766         * docs/plugins/inspect/plugin-pango.xml:
13767         * docs/plugins/inspect/plugin-playbin.xml:
13768         * docs/plugins/inspect/plugin-subparse.xml:
13769         * docs/plugins/inspect/plugin-tcp.xml:
13770         * docs/plugins/inspect/plugin-theora.xml:
13771         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13772         * docs/plugins/inspect/plugin-video4linux.xml:
13773         * docs/plugins/inspect/plugin-videorate.xml:
13774         * docs/plugins/inspect/plugin-videoscale.xml:
13775         * docs/plugins/inspect/plugin-videotestsrc.xml:
13776         * docs/plugins/inspect/plugin-volume.xml:
13777         * docs/plugins/inspect/plugin-vorbis.xml:
13778         * docs/plugins/inspect/plugin-ximagesink.xml:
13779         * docs/plugins/inspect/plugin-xvimagesink.xml:
13780           Update to CVS version.
13781
13782 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13783
13784         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13785         (gst_play_bin_set_property), (gst_play_bin_get_property),
13786         (value_list_append_structure_list),
13787         (gst_play_bin_handle_redirect_message),
13788         (gst_play_bin_handle_message):
13789           API: GstPlayBin::connection-speed
13790           Add "connection-speed" property; re-order redirect messages with
13791           multiple redirect locations depending on the minimum bitrate if
13792           that information is available and a connection speed is set
13793           (#350399).
13794
13795 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13796
13797         * gst/playback/gstplaybin.c:
13798           Update max volume to the same value that the volume element uses.
13799
13800 2006-08-14  Wim Taymans  <wim@fluendo.com>
13801
13802         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13803         Less uglyness..
13804
13805 2006-08-14  Wim Taymans  <wim@fluendo.com>
13806
13807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13808         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13809         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13810         Add some more debug info.
13811         Don't crash when a seek failed.
13812         Actually return the result of the seek instead of TRUE.
13813         Ignore multiple BOS pages with the same serial so that we don't create
13814         the same stream multiple times.
13815         Post an error when we fail to do the initial seek.
13816
13817 2006-08-13  Wim Taymans  <wim@fluendo.com>
13818
13819         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13820         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13821         Small code cleanup.
13822
13823         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13824         (gst_alsa_mixer_new):
13825         Remove hack that always set the device to hw:0*.
13826         Properly find the card name for whatever device was configured.
13827         Do some better debugging.
13828         Fixes #350784.
13829
13830         * ext/alsa/gstalsamixerelement.c:
13831         (gst_alsa_mixer_element_set_property),
13832         (gst_alsa_mixer_element_change_state):
13833         Cleanups.
13834         Handle setting of a NULL device name better.
13835
13836 2006-08-11  Wim Taymans  <wim@fluendo.com>
13837
13838         * gst/adder/gstadder.c:
13839         Don't clip float values. Fixes #350900.
13840
13841 2006-08-11  Andy Wingo  <wingo@pobox.com>
13842
13843         * gst/tcp/gsttcp.c: Really fix the build?
13844
13845         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13846         fixes the build.
13847
13848 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13849
13850         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13851           Float caps shouldn't have a "signed" field.
13852
13853 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13854
13855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13856           Implement SEEKING query in its most basic form, so that we can
13857           at least check if we're seekable or not (#350655).
13858
13859 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13860
13861         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13862           The checks here are not even close to anything that would
13863           justify MAXIMUM probability, lowering to POSSIBLE until someone
13864           fixes the checks (case at hand: quicktime redirection files
13865           might start with 00 00 01 XX and pass the checks here just
13866           fine, see #350399).
13867
13868 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13869
13870         Patch by: Sjoerd Simons  <sjoerd at luon net>
13871
13872         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13873           Better detection for multipart/x-mixed-replace: accept leading
13874           whitespaces before the boundary marker as well (as our very own
13875           multipartmux used to produce) (#349068).
13876
13877 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13878
13879         Patch by: Young-Ho Cha  <ganadist at chollian net>
13880
13881         * gst-libs/gst/riff/riff-ids.h:
13882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13883         (gst_riff_create_audio_template_caps):
13884           Detect DTS audio streams (#350157).
13885
13886 2006-08-05  Andy Wingo  <wingo@pobox.com>
13887
13888         * ext/theora/gsttheoraparse.h:
13889         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13890         (theora_parse_dispose, theora_parse_set_property)
13891         (theora_parse_get_property, theora_parse_munge_granulepos)
13892         (theora_parse_push_buffer, theora_parse_change_state):
13893         API: GstTheoraParse::synchronization-points
13894         Add a property 'synchronization-points' to fix badly synchronized oggs.
13895
13896 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * tests/check/Makefile.am:
13899         * tests/check/libs/.cvsignore:
13900         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13901         (fixed_caps_have_channel_positions), (GST_START_TEST),
13902         (audio_suite), (main):
13903           Add a few tests for the channel position stuff in libgstaudio.
13904
13905 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13906
13907         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13908         (gst_alsa_detect_channels):
13909         * ext/alsa/gstalsasink.c:
13910           Add support for cards that (only) do more than 8 channels,
13911           like the Delta 44 (#345188).
13912
13913         * gst-libs/gst/audio/multichannel.c:
13914         (gst_audio_check_channel_positions):
13915         * gst-libs/gst/audio/multichannel.h:
13916           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13917           unspecified channel position and cannot be combined with any
13918           of the other audio channel positions; adjust position layout
13919           checks accordingly (#345188).
13920
13921 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13922
13923         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13924           Recognise ancient RealAudio files (see #349779).
13925
13926 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13927
13928         Patch by: Jens Granseuer  <jensgr at gmx net>
13929
13930         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13931           Add typefinder for Interplay's MVE format (#348973).
13932
13933 2006-08-02  Wim Taymans  <wim@fluendo.com>
13934
13935         Patch by: Marcel Moreaux <marcelm at luon dot net>
13936
13937         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13938         (gst_base_rtp_depayload_add_to_queue):
13939         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13940         Handle RTP sequence number rollover.
13941         Disable jitterbuffer by default.
13942
13943 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13944
13945         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13946         (audioresample_set_caps):
13947         Don't leak references to the incoming caps. Clean them up when
13948         stopping.
13949
13950         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13951         (gst_video_scale_finalize):
13952         Don't leak our temporary pixel buffer.
13953
13954         * tests/check/Makefile.am:
13955         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13956         (GST_START_TEST), (simple_launch_lines_suite):
13957
13958         Fix leaks and re-enable the test for valgrind checking.
13959
13960 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         Patch by: Sjoerd Simons  <sjoerd at luon net>
13963
13964         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13965         (plugin_init):
13966           Add typefind function for multipart/x-mixed-replace (#348916).
13967
13968 2006-07-28  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/adder/gstadder.c: (gst_adder_setcaps),
13971         (gst_adder_query_duration):
13972         Fix leak in duration query.
13973         Reflow some docs and notes.
13974
13975 2006-07-28  Michael Smith  <msmith@fluendo.com>
13976
13977         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13978         (vorbisenc_suite):
13979           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13980           aspect of it.
13981
13982 2006-07-28  Michael Smith  <msmith@fluendo.com>
13983
13984         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13985         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13986         (gst_vorbis_enc_push_buffer),
13987         (gst_vorbis_enc_buffer_check_discontinuous),
13988         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13989         * ext/vorbis/vorbisenc.h:
13990           Handle discontinuities in the input vorbis stream correctly,
13991           so that the output is properly timestamped (and has good granulepos
13992           values). Needs some oggmux fixes too.
13993
13994 2006-07-27  Wim Taymans  <wim@fluendo.com>
13995
13996         patch by: Kai Vehmanen <kv2004 eca cx>
13997
13998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13999         (gst_base_rtp_depayload_chain),
14000         (gst_base_rtp_depayload_handle_sink_event),
14001         (gst_base_rtp_depayload_change_state):
14002         Don't send multiple newsegments with different formats.
14003         Fixes #348677.
14004
14005 2006-07-26  Wim Taymans  <wim@fluendo.com>
14006
14007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14008         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14009         Make seeking in ogg more accurate again by doing the more correct
14010         granuletime to stream time conversion.
14011
14012 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14013
14014         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14015         (gst_multi_fd_sink_new_client):
14016           debug a little more understandably
14017           do not use goto as a substitute for break, especially if
14018           break is also being used
14019
14020 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14021
14022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14023         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14024           Remove GLib-2.6 compatibility cruft.
14025
14026 2006-07-24  Wim Taymans  <wim@fluendo.com>
14027
14028         * gst-libs/gst/audio/gstbaseaudiosink.c:
14029         (gst_base_audio_sink_render):
14030         Don't try to align a sample to an unknown value.
14031
14032 2006-07-24  Wim Taymans  <wim@fluendo.com>
14033
14034         * gst-libs/gst/audio/gstbaseaudiosink.c:
14035         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14036         When the audio clock is slaved to another clock, never try to align
14037         samples but trust the rate interpolation algorithm.
14038
14039 2006-07-24  Wim Taymans  <wim@fluendo.com>
14040
14041         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14042         Don't try to calculate silence samples, base class does this much
14043         better now.
14044
14045         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14046         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14047         (gst_ring_buffer_acquire):
14048         Calculate silence samples correctly.
14049
14050         * gst-libs/gst/audio/gstringbuffer.h:
14051         Add _CAST macro.
14052
14053 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14054
14055         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14056           Limit search for the first markup tag to the first few kB of
14057           the file. If we don't find one there, it's highly unlikely that
14058           this is an XML(-ish) file.
14059
14060 2006-07-21  Andy Wingo  <wingo@pobox.com>
14061
14062         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14063         test to the one in vorbisenc. Also commented out.
14064
14065         * tests/check/pipelines/vorbisenc.c: 
14066         (test_discontinuity): New test, commented out until Mike lands
14067         some elite vorbisenc patches.
14068
14069         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14070         Bufferstraw was actually factored out of these tests. Now we share
14071         code yay.
14072
14073         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14074         for bufferstraw addition to gstcheck.
14075
14076 2006-07-21  Wim Taymans  <wim@fluendo.com>
14077
14078         * ext/theora/theoradec.c: (clip_buffer):
14079         Better clipping.
14080
14081 2006-07-21  Wim Taymans  <wim@fluendo.com>
14082
14083         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14084         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14085         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14086         Fix leak.
14087         Avoid type casting when we can.
14088
14089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14090         Fix mem leak.
14091
14092 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14093
14094         * ext/alsa/gstalsamixerelement.c:
14095         (gst_alsa_mixer_element_change_state):
14096           Make state change fail if the specified device can't be opened
14097           for some reason.
14098
14099 2006-07-20  Wim Taymans  <wim@fluendo.com>
14100
14101         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14102         (cb_newpad), (main):
14103         Example of a small audio/video player using decodebin.
14104
14105 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14106
14107         * gst-libs/gst/riff/riff-ids.h:
14108           Add 'fact' chunk id
14109
14110 2006-07-19  Wim Taymans  <wim@fluendo.com>
14111
14112         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14113         (gst_base_rtp_depayload_chain),
14114         (gst_base_rtp_depayload_change_state):
14115         Don't assert when not negotiated but post a meaningfull 
14116         error message. Fixes #347918.
14117
14118         * gst-libs/gst/rtp/gstbasertppayload.c:
14119         Add comment about better default MTU size.
14120
14121         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14122         Small cleanups, start docs.
14123
14124 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14125
14126         Patch by: Martin Szulecki
14127
14128         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14129           If "device-name" is requested and the device is not
14130           open, try to temporarily open it to obtain this
14131           information (#342494).
14132
14133 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14134
14135         * gst-libs/gst/tag/gstid3tag.c:
14136           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14137
14138         * gst-libs/gst/tag/gsttageditingprivate.h:
14139         * gst-libs/gst/tag/gstvorbistag.c:
14140           Some more random const-ifications.
14141
14142 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14143
14144         * gst-libs/gst/riff/riff-ids.h:
14145         * gst-libs/gst/riff/riff-media.c:
14146         (gst_riff_create_video_template_caps):
14147           Add more FOURCCs (sort list to make stuff easier to find),
14148           add comment what those 16 bytes in struct _gst_riff_strh according to
14149           one avi-dumper are
14150
14151 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14152
14153         * gst-libs/gst/audio/multichannel.c:
14154         (gst_audio_check_channel_positions),
14155         (gst_audio_fixate_channel_positions):
14156           Const-ify two arrays.
14157
14158 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14161           Fix typo, so that alsasink also advertises 8 channels
14162           if that's supported (tags: can, worms, open, alsa, ph34r).
14163
14164 2006-07-17  Wim Taymans  <wim@fluendo.com>
14165
14166         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14167         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14168         *sigh*, when is the compiler going to warn when the comments
14169         are out-of-sync with the code.. Refix case of busted theora
14170         headers with 0 granule pos.
14171
14172 2006-07-14  Wim Taymans  <wim@fluendo.com>
14173
14174         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14175         (gst_base_rtp_depayload_wait),
14176         (gst_base_rtp_depayload_change_state),
14177         (gst_base_rtp_depayload_set_property),
14178         (gst_base_rtp_depayload_get_property):
14179         Fix 99% cpu load by waiting for absolute times on the
14180         clock. Fixes #347300.
14181
14182 2006-07-14  Andy Wingo  <wingo@pobox.com>
14183
14184         * ext/theora/gsttheoraparse.h: 
14185         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14186         (theora_parse_push_headers, theora_parse_clear_queue)
14187         (theora_parse_drain_queue_prematurely, )
14188         (theora_parse_sink_event, theora_parse_change_state): Queue events
14189         until we initialized our state, like in vorbisparse.
14190
14191         * ext/vorbis/vorbisparse.h: 
14192         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14193         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14194         (vorbis_parse_drain_queue_prematurely, )
14195         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14196         until we have initialized our state. Fixes seeking after an
14197         initial pad block.
14198
14199 2006-07-14  Andy Wingo  <wingo@pobox.com>
14200
14201         Patch by: Iain Holmes <iaingnome@gmail.com>
14202         
14203         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14204
14205 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14206
14207         * configure.ac:
14208         Bump nano back to CVS
14209
14210 === release 0.10.9 ===
14211
14212 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14213
14214         * configure.ac:
14215           releasing 0.10.9, "I walk the line"
14216
14217 2006-07-14  Michael Smith  <msmith@fluendo.com>
14218
14219         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14220           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14221           (commonly happens when running this test under valgrind) when trying
14222           to remove the buffer probe.
14223
14224 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14225
14226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14227         Fix missing g_unlock from the previous commit
14228
14229 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14230
14231         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14232         (gst_ximagesink_change_state):
14233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14234         (gst_xvimagesink_change_state):
14235         Implement a locking order to ensure we always take the object lock
14236         before the x_lock and never vice-versa.
14237
14238 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14239
14240         * gst/playback/gstdecodebin.c: (find_compatibles):
14241         Fix a caps leak when linking (#347304)
14242
14243         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14244         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14245         (gst_ximagesink_change_state):
14246         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14247         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14248         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14249         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14250         Don't leak shared memory resources. Use the object lock to protect
14251         against the xcontext disappearing while returning a buffer from the
14252         pipeline. (#347304)
14253
14254 2006-07-12  Edward Hervey  <edward@fluendo.com>
14255
14256         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14257         (vorbis_handle_comment_packet):
14258         gst_tag_list_merge() returns a new object. Take that into account when
14259         using it. This avoids memleak.
14260         Revert previous commit which is not needed.
14261
14262 2006-07-12  Edward Hervey  <edward@fluendo.com>
14263
14264         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14265         Reset the decoder in finalize so that all fields get cleared.
14266
14267 2006-07-12  Wim Taymans  <wim@fluendo.com>
14268
14269         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14270         (gst_base_audio_src_set_clock),
14271         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14272         Don't try to post an error message when setting the clock fails
14273         as this can happen when adding an element to a bin which will then
14274         deadlock. Fixes #347296.
14275
14276 2006-07-12  Edward Hervey  <edward@fluendo.com>
14277
14278         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14279         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14280         (vorbis_handle_type_packet):
14281         Post tag messages on the bus even if we're not initialized.
14282         If we're not initialized, we still postpone the event pushing of tags.
14283
14284 2006-07-12  Wim Taymans  <wim@fluendo.com>
14285
14286         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14287         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14288         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14289         Revert last two changes that broke the freeze.
14290
14291 2006-07-12  Wim Taymans  <wim@fluendo.com>
14292
14293         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14294         basesink calculates silence sample correctly for us.
14295
14296 2006-07-12  Wim Taymans  <wim@fluendo.com>
14297
14298         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14299         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14300         Calculate correct silence samples so we don't fill our ringbuffer
14301         with noise.
14302
14303 2006-07-12  Edward Hervey  <edward@fluendo.com>
14304
14305         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14306         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14307         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14308         * ext/vorbis/vorbisdec.h:
14309         Delay sending events (newsegment, tags) until the decoder is properly
14310         initialized.
14311         Fixes #347295
14312
14313 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14314
14315         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14316         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14317           Patch from #347221 adding a test for audioconvert
14318           channel remappings.
14319
14320 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14321
14322         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14323         (gst_ssa_parse_parse_line):
14324           Don't include the terminating NUL in the buffer size,
14325           it's only there for extra paranoia (would add random
14326           '*' characters at the end of each subtitle since the
14327           terminator itself is not valid UTF-8 technically).
14328           Also fix indenting after boilerplate macro.
14329
14330 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14331
14332         * gst/playback/gstdecodebin.c: (close_pad_link):
14333           Also emit 'unknown-type' signal (which should really be
14334           called unhandled-type) if we found potential decoders/demuxers
14335           in the registry but none of them worked in the end (as in the
14336           case where the plugins don't exist any longer but are still
14337           listed in the registry). Fixes #329798.
14338
14339 2006-07-08  Andy Wingo  <wingo@pobox.com>
14340
14341         * theoraparse.c (theora_parse_push_buffer)
14342         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14343         Add some more debugging. Fix granulepos reconstruction in the face
14344         of discontinuities.
14345
14346 2006-07-06  Wim Taymans  <wim@fluendo.com>
14347
14348         * gst-libs/gst/audio/gstbaseaudiosink.c:
14349         (gst_base_audio_sink_class_init),
14350         (gst_base_audio_sink_provide_clock):
14351         Use gobject_class instead of G_OBJECT_CLASS (klass)
14352
14353         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14354         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14355         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14356         (gst_base_audio_src_get_time),
14357         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14358         (gst_base_audio_src_create_ringbuffer):
14359         Fix latency and buffer-time constants and properties ala basesink.
14360         Implement pull based scheduling. Fixes #346527.
14361         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14362         one segment.
14363         Refuse slaving to another clock instead of silently not working.
14364         Only provide a clock when we are actually able to do so.
14365         Various small cleanups and compiler hints.
14366
14367 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         Patch by: Lutz Mueller <lutz at topfrose de>
14370
14371         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14372         (plugin_init):
14373           Add typefinding for text/html (#346581).
14374
14375 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14376
14377         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14378         (xml_check_first_element), (xml_type_find), (smil_type_find):
14379           Fix SMIL typefinding, make xml_check_first_element() more
14380           useful.
14381
14382 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14385         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14386         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14387         * gst/playback/gstplaybasebin.h:
14388           Protect list of elements with a subtitle-encoding property and
14389           the subtitle encoding member itself with a lock of their own
14390           instead of using the object lock. This prevents a dead-lock in
14391           the element-remove callback in some circumstances when shutting
14392           down playbin.
14393
14394 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14395
14396         * win32/common/libgsttag.def:
14397         Export some new functions.
14398         * win32/vs6/libgstogg.dsp:
14399         Add a link to libgsttag-0.10.lib.
14400
14401 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14402
14403         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14404           Some const-ification.
14405
14406 2006-07-04  Wim Taymans  <wim@fluendo.com>
14407
14408         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14409         Improve checking if we are dealing with a stream. Added some
14410         more uris that need buffering.
14411
14412 2006-07-03  Edward Hervey  <edward@fluendo.com>
14413
14414         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14415         Remove unused variable.
14416
14417 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14418
14419         * Makefile.am:
14420           include lcov.mak
14421         * configure.ac:
14422           add GCOV_LIBS to GST_LIBS
14423
14424 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14425
14426         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14427
14428         * ext/alsa/gstalsasrc.c:
14429           Add 32 bps to template caps and increase channels range
14430           from [1,2] to [1,MAX]. See #346326.
14431
14432 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14433
14434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14435           Recognise 'WMVA' video codec fourcc (#345879).
14436           
14437 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14438          
14439         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14440           Fixed nasty memory leak
14441
14442 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14443
14444         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14445         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14446           fix logging
14447
14448 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14449
14450         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14451         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14452         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14453         Protect remove_fakesink using a mutex, so that we don't try and
14454         remove the fakesink simultaneously from multiple threads.
14455
14456         When going from READY to PAUSED, restore the fakesink, so that
14457         it is there when decodebin gets reused.
14458
14459 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14460
14461         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14462         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14463         * gst-libs/gst/rtp/gstbasertppayload.c:
14464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14465         * gst/tcp/gstmultifdsink.c:
14466         * gst/tcp/gsttcpclientsink.c:
14467         * gst/tcp/gsttcpclientsrc.c:
14468         * gst/tcp/gsttcpserversink.c:
14469         * gst/tcp/gsttcpserversrc.c:
14470         * gst/videorate/gstvideorate.c:
14471         * gst/videotestsrc/gstvideotestsrc.c:
14472         * sys/v4l/gstv4ljpegsrc.c:
14473         * sys/v4l/gstv4lmjpegsink.c:
14474         * sys/v4l/gstv4lsrc.c:
14475         * tests/examples/seek/scrubby.c:
14476         * tests/examples/seek/seek.c:
14477           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14478
14479 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14480
14481         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14482           Second field in GEnumValue shouldn't be a description,
14483           but a stringified version of the enum value.
14484
14485 2006-06-22  Wim Taymans  <wim@fluendo.com>
14486
14487         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14488         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14489         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14490         Avoid type checking in buffer casts.
14491         Avoid caps copy in buffer_alloc when we can.
14492         Use pad_peer_accept.
14493
14494 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14495
14496         * gst-libs/gst/tag/tag.h:
14497           Oops, make that 'Since: 0.10.9'.
14498
14499 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14500
14501         * docs/libs/gst-plugins-base-libs-sections.txt:
14502         * gst-libs/gst/tag/tag.h:
14503         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14504         (gst_tag_image_type_get_type):
14505           API: add GstTagImageType enum to describe images contained
14506           in image tags (#345641).
14507
14508 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14509
14510         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14511           Fix warnings with gst-inspect: "buffers-min" property
14512           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14513           typo in property description.
14514
14515 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14516
14517         Patch by: Cody Russell <bratsche at gnome org>
14518
14519         * gst/audioresample/gstaudioresample.c:
14520         (gst_audioresample_class_init):
14521         * gst/playback/gststreamselector.c:
14522         (gst_stream_selector_class_init):
14523         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14524         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14525         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14526         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14527         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14528         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14529         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14530         * gst/videotestsrc/gstvideotestsrc.c:
14531         (gst_video_test_src_class_init):
14532         * gst/volume/gstvolume.c: (gst_volume_class_init):
14533           Avoid unnecessary class cast check in class_init
14534           functions (#337747).
14535
14536 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14537
14538         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14539         (gst_text_overlay_video_chain):
14540           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14541           and doesn't validate its input either (and neither did
14542           textoverlay it seems). Let's do that then and fix #345206.
14543
14544 2006-06-19  Wim Taymans  <wim@fluendo.com>
14545
14546         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14547         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14548         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14549         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14550         (find_syncframe), (find_limits), (assign_value),
14551         (count_burst_unit), (gst_multi_fd_sink_new_client),
14552         (gst_multi_fd_sink_handle_client_write),
14553         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14554         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14555         (gst_multi_fd_sink_change_state):
14556         * gst/tcp/gstmultifdsink.h:
14557         Added shiny new burst-on-connect methods.
14558         Add properties to control the minimal amount of data queued.
14559         Small cleanups.
14560         API: bytes-min property
14561         API: time-min property
14562         API: buffers-min property
14563         API: burst-unit property
14564         API: burst-value property
14565         API: add-full signal
14566
14567         * gst/tcp/gsttcp-marshal.list:
14568         Added new marshaller code for the new signal.
14569
14570         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14571         (multifdsink_suite):
14572         Added testcases for new burst methods.
14573
14574 2006-06-19  Edward Hervey  <edward@fluendo.com>
14575
14576         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14577         Implement clipping for accurate seeking.
14578         Closes #345225
14579
14580 2006-06-19  Wim Taymans  <wim@fluendo.com>
14581
14582         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14583
14584         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14585         (gst_video_scale_transform):
14586         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14587
14588 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14589
14590         * configure.ac:
14591           Fix --disable-external (can't set conditionals conditionally,
14592           #343602).
14593
14594 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * tests/check/elements/audioresample.c: (test_reuse),
14597         (audioresample_suite):
14598           Add test case for bug #342789 fixed below.
14599
14600 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * gst/audioresample/gstaudioresample.c:
14603         (gst_audioresample_class_init), (gst_audioresample_init),
14604         (audioresample_start), (audioresample_stop),
14605         (gst_audioresample_set_property), (gst_audioresample_get_property):
14606           Implement GstBaseTransform::start and ::stop so that audioresample
14607           can clear its internal state properly and be reused instead of
14608           causing non-negotiated errors with playbin under some circumstances
14609           (#342789).
14610
14611         * tests/check/elements/audioresample.c: (setup_audioresample),
14612         (cleanup_audioresample):
14613           Need to set element state here so that ::start and ::stop are
14614           called.
14615
14616 2006-06-16  Wim Taymans  <wim@fluendo.com>
14617
14618         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14619
14620         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14621         Parse extra data better, apparently it's right behind
14622         the normal strf header size. Fixes #343500.
14623
14624 2006-06-16  Wim Taymans  <wim@fluendo.com>
14625
14626         * ext/alsa/gstalsasink.c: (set_hwparams):
14627         If we fail to set the buffer_time and period_time alsa
14628         parameters, post a warning and leave alsa select a 
14629         default instead of failing. Fixes #342085
14630
14631 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14632
14633         * docs/libs/gst-plugins-base-libs-sections.txt:
14634         * gst-libs/gst/cdda/gstcddabasesrc.h:
14635           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14636           out in the header file and shouldn't be listed in the docs.
14637
14638         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14639           Must dereference pointer to fourcc in the debug statement.
14640
14641 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14642
14643         * docs/libs/Makefile.am:
14644         * docs/libs/gst-plugins-base-libs-docs.sgml:
14645         * docs/libs/gst-plugins-base-libs-sections.txt:
14646         * docs/libs/gst-plugins-base-libs.types:
14647         add remaining symbols into correct setions
14648         
14649         * gst-libs/gst/audio/gstringbuffer.c:
14650         fix incomplete docs
14651         
14652         * gst-libs/gst/audio/gstringbuffer.h:
14653         comment out not yet implemented function
14654         
14655         
14656         * gst-libs/gst/floatcast/floatcast.h:
14657         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14658         add short descriptions
14659         
14660         
14661         * gst-libs/gst/interfaces/propertyprobe.c:
14662         fix return value docs   
14663         
14664         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14665         simplify debug logging
14666         
14667         * gst-libs/gst/riff/riff-read.h:
14668         sync function prototype and docs
14669         
14670         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14671         remove left over symbol
14672
14673 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * autogen.sh:
14676         * configure.ac:
14677         * docs/Makefile.am:
14678           Use GST_PLUGIN_DOCS macro in configure.ac, add
14679           --enable-plugin-docs default to autogen.sh and use
14680           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14681
14682 2006-06-15  Wim Taymans  <wim@fluendo.com>
14683
14684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14685         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14686         (gst_ogg_demux_loop):
14687         Combine GstFlowReturn from the source pads to give a
14688         meaningfull result to the upstream peer or to stop the
14689         processing task in case of errors.
14690
14691 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         * gst/playback/gststreaminfo.c: (cb_probe):
14694           Try GST_TAG_CODEC as fallback when extracting the
14695           codec name; more debug info.
14696
14697 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14698
14699         * ext/ogg/Makefile.am:
14700         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14701           Extract language tags from ogm subtitle streams, so that
14702           the subtitle menu choices are labelled correctly in
14703           Totem (fixes #344708).
14704
14705 2006-06-14  Wim Taymans  <wim@fluendo.com>
14706
14707         Patch by: Alessandro Decina <alessandro at nnva dot org>
14708
14709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14710         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14711         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14712         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14713         Fix various leaks. Fixes #343699.
14714         Add x-smoke mime type.
14715
14716 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14717
14718         * gst-libs/gst/riff/riff-ids.h:
14719           Add IDs for 'bext' chunks (see #343837).
14720
14721 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14722
14723         Patch by: Young-Ho Cha  <ganadist at chollian net>
14724
14725         * gst/subparse/samiparse.c: (sami_context_pop_state),
14726         (handle_start_font), (end_sami_element):
14727           Honour font face tags in SAMI subtitles (#344503).
14728
14729 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14730
14731         * po/POTFILES.in:
14732           add missing files containing translatable strings
14733
14734 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14735
14736         * docs/libs/tmpl/.cvsignore:
14737           we don't want those *.sgml files in CVS either
14738
14739 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14740
14741         * docs/libs/.cvsignore:
14742         * tests/check/elements/.cvsignore:
14743         * tests/check/libs/.cvsignore:
14744           ignore more
14745
14746 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14747
14748         * docs/libs/Makefile.am:
14749           also commiting the changed Makefile.am (added more libs to the
14750           doc-build)
14751
14752 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14753
14754         * docs/libs/gst-plugins-base-libs-docs.sgml:
14755         * docs/libs/gst-plugins-base-libs-sections.txt:
14756         * docs/libs/gst-plugins-base-libs.types:
14757           first batch of reordering things, add index & hierarchy
14758
14759 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14760
14761         * configure.ac:
14762           use GST_PKG_CHECK_MODULES, cleans up output
14763
14764 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14765
14766         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14767           Add support for burn:// URIs (#343385); const-ify things a bit,
14768           use G_N_ELEMENTS instead of hard-coded array size.
14769
14770 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14771
14772         Patch by: Young-Ho Cha  <ganadist at chollian net>
14773
14774         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14775           Fix up broken entities before passing them to libxml *sigh*.
14776           (#343303).
14777           
14778 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14779
14780         * configure.ac:
14781           back to TRUNK
14782
14783 === release 0.10.8 ===
14784
14785 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14786
14787         * configure.ac:
14788           releasing 0.10.8, "Moar gij ziet mij nie"
14789
14790 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14791
14792         * configure.ac:
14793         * po/af.po:
14794         * po/az.po:
14795         * po/cs.po:
14796         * po/en_GB.po:
14797         * po/hu.po:
14798         * po/it.po:
14799         * po/nb.po:
14800         * po/nl.po:
14801         * po/or.po:
14802         * po/sq.po:
14803         * po/sr.po:
14804         * po/sv.po:
14805         * po/uk.po:
14806         * po/vi.po:
14807         * win32/common/config.h:
14808           0.10.7.2 prerelease
14809
14810 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14811
14812         * docs/libs/tmpl/gstaudio.sgml:
14813         * docs/libs/tmpl/gstcolorbalance.sgml:
14814         * docs/libs/tmpl/gstmixer.sgml:
14815         * docs/libs/tmpl/gstringbuffer.sgml:
14816         * docs/libs/tmpl/gsttuner.sgml:
14817         * docs/libs/tmpl/gstxoverlay.sgml:
14818         * gst-libs/gst/audio/audio.c:
14819         * gst-libs/gst/audio/gstringbuffer.c:
14820         * gst-libs/gst/interfaces/colorbalance.c:
14821         * gst-libs/gst/interfaces/mixer.c:
14822         * gst-libs/gst/interfaces/tuner.c:
14823         * gst-libs/gst/interfaces/xoverlay.c:
14824           move last template doc snippets to source code and delete them
14825
14826 2006-06-06  Michael Smith  <msmith@fluendo.com>
14827
14828         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14829         (theora_parse_drain_queue):
14830           Mark DELTA_UNIT on non-keyframes.
14831
14832 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14833
14834         * gst-libs/gst/audio/gstbaseaudiosink.c:
14835         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14836         * gst-libs/gst/audio/gstbaseaudiosink.h:
14837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14838         (gst_ring_buffer_samples_done):
14839         * gst-libs/gst/audio/gstringbuffer.h:
14840         Document better the fact that latency_time and buffer_time are values
14841         stored in microseconds, and not the usual GStreamer nanoseconds.
14842         Change the variables (compatibly) that store them from GstClockTime 
14843         to guint64 to make it more clear that they're not storing clock times.
14844         Also, remove the bogus property description that says the user can
14845         specify -1 to get the default value, since that's never been the case.
14846
14847         When computing the default segment size for the ring buffer, make it
14848         an integer number of samples.
14849
14850         When the sub-class indicates a delay greater than the number of
14851         samples we've written return 0 from the audio sink get_time method.
14852
14853 2006-06-02  Michael Smith  <msmith@fluendo.com>
14854
14855         * tests/check/elements/audioconvert.c: (set_channel_positions),
14856         (get_float_mc_caps), (get_int_mc_caps):
14857         * tests/check/elements/audioresample.c:
14858         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14859         * tests/check/elements/videorate.c:
14860         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14861         * tests/check/elements/volume.c:
14862         * tests/check/elements/vorbisdec.c:
14863         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14864           Don't busy-wait in tests; this was causing test timeouts very
14865           frequently when running under valgrind.
14866
14867 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14868
14869         * gst/tcp/README:
14870         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14871         (gst_multi_fd_sink_remove_client_link),
14872         (gst_multi_fd_sink_client_queue_caps),
14873         (gst_multi_fd_sink_client_queue_buffer),
14874         (gst_multi_fd_sink_handle_client_write),
14875         (gst_multi_fd_sink_render):
14876         * gst/tcp/gstmultifdsink.h:
14877           make multifdsink properly deal with streamheader:
14878           - streamheader is taken from caps
14879           - buffers marked with IN_CAPS are not sent
14880           - streamheaders are sent, on connection, from the caps of the
14881             buffer where the client gets positioned to
14882           - further streamheader changes are done every time the client
14883             will receive a buffer with different caps
14884         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14885         (gst_multifdsink_create_streamheader):
14886           add tests for this
14887
14888 2006-06-02  Michael Smith  <msmith@fluendo.com>
14889
14890         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14891           Reinstate limit on channel count. Vorbis does not define the meaning
14892           of > 6 channels, so they're just independent channels. Gstreamer
14893           currently has no mechanism to represent N independent channels.
14894
14895 2006-06-02  Michael Smith  <msmith@fluendo.com>
14896
14897         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14898           Don't arbitrarily restrict channel counts and rate in vorbis.
14899           In terms of effects likely on real-world files, this fixes 96kHz
14900           playback of vorbis.
14901
14902 2006-06-02  Michael Smith  <msmith@fluendo.com>
14903
14904         * gst/audioconvert/audioconvert.c: (float):
14905           More correct float->int conversion.
14906
14907 2006-06-02  Michael Smith  <msmith@fluendo.com>
14908
14909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14910           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14911           value. Fixes g-critical on trying to play back ogg containing
14912           unknown codec.
14913
14914 2006-06-02  Wim Taymans  <wim@fluendo.com>
14915
14916         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14917         (setup_source):
14918         * gst/playback/gstplaybasebin.h:
14919         Make the subtitle detection work from any thread so we don't
14920         deadlock. Fixes #343397.
14921
14922 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14923
14924         * gst/volume/Makefile.am:
14925           Seriously, it's not *that* hard to get compilation right.  Even
14926           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14927
14928 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14929
14930         * gst/volume/gstvolume.c: (volume_choose_func),
14931         (volume_update_real_volume), (gst_volume_class_init),
14932         (gst_volume_init), (volume_process_float), (volume_process_int16),
14933         (volume_process_int16_clamp), (volume_set_caps),
14934         (volume_transform_ip), (plugin_init):
14935         * gst/volume/gstvolume.h:
14936         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14937         another property desc., remove unused param from process function
14938         
14939         * tests/check/elements/volume.c: (volume_suite):
14940         reactivate the passthrough test
14941
14942 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14943
14944         * ext/alsa/gstalsamixerelement.h:
14945         * ext/alsa/gstalsamixeroptions.h:
14946         * ext/alsa/gstalsamixertrack.h:
14947         * ext/gnomevfs/gstgnomevfssink.h:
14948         * ext/gnomevfs/gstgnomevfssrc.h:
14949         * ext/theora/gsttheoradec.h:
14950         * ext/theora/gsttheoraenc.h:
14951         * ext/theora/gsttheoraparse.h:
14952         * ext/vorbis/vorbisparse.h:
14953         * gst-libs/gst/audio/gstaudioclock.h:
14954         * gst-libs/gst/audio/gstaudiofilter.h:
14955         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14956         * gst/audioconvert/gstaudioconvert.h:
14957         * gst/audioresample/gstaudioresample.h:
14958         * gst/audiotestsrc/gstaudiotestsrc.h:
14959         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14960         * gst/playback/gststreamselector.h:
14961         * gst/tcp/gstmultifdsink.h:
14962         * gst/tcp/gsttcpclientsink.h:
14963         * gst/tcp/gsttcpclientsrc.h:
14964         * gst/tcp/gsttcpserversink.h:
14965         * gst/tcp/gsttcpserversrc.h:
14966         * gst/videorate/gstvideorate.h:
14967         * gst/videoscale/gstvideoscale.h:
14968         * gst/videotestsrc/gstvideotestsrc.h:
14969         * gst/volume/gstvolume.h:
14970         * sys/v4l/gstv4ljpegsrc.h:
14971         * sys/v4l/gstv4lmjpegsink.h:
14972         * sys/v4l/gstv4lmjpegsrc.h:
14973         * sys/v4l/gstv4lsrc.h:
14974         * sys/ximage/ximagesink.h:
14975         * sys/xvimage/xvimagesink.h:
14976         * tests/old/testsuite/alsa/sinesrc.h:
14977         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14978
14979 2006-05-31  Wim Taymans  <wim@fluendo.com>
14980
14981         * ext/libvisual/visual.c: (gst_visual_reset),
14982         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14983         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14984         Handle DISCONT.
14985         Use running time before doing QoS.
14986         Handle mono too.
14987
14988 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14989
14990         * docs/libs/Makefile.am:
14991           set a magic variable to indicate we know the docs are incomplete
14992
14993 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14994
14995         * win32/common/libgstvideo.def:
14996           export gst_video_calculate_display_ratio
14997         * win32/vs6/libgstvideoscale.dsp:
14998           add link to libgstvideo-0.10.lib
14999
15000 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15001
15002         * gst/playback/gstplaybasebin.c: (gen_source_element):
15003           Throw a more comprehensible error for rtsp:// URIs (rather
15004           than erroring out with a negotiation error later on) until
15005           we fix playbin to handle rtspsrc etc.
15006
15007 2006-05-30  Wim Taymans  <wim@fluendo.com>
15008
15009         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15010         (gst_text_overlay_text_event):
15011         Added some FIXMEs.
15012
15013 2006-05-30  Wim Taymans  <wim@fluendo.com>
15014
15015         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15016         (gst_adder_request_new_pad), (gst_adder_release_pad):
15017         * gst/adder/gstadder.h:
15018         Implement release_request_pad.
15019         Make padcounter atomic.
15020
15021         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15022         Added check for release_pad in adder.
15023
15024 2006-05-30  Wim Taymans  <wim@fluendo.com>
15025
15026         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15027         Fix build again.
15028
15029 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15030
15031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15032         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15033         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15034         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15035         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15036         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15037         (gst_ogg_demux_bisect_forward_serialno),
15038         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15039         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15040           add more debugging
15041           clean up printf formats for granulepos and serialno
15042
15043 2006-05-30  Michael Smith  <msmith@fluendo.com>
15044
15045         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15046         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15047         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15048         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15049         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15050         * ext/vorbis/vorbisenc.h:
15051           Multi-channel caps negotiation, so we can do proper multichannel
15052           vorbis encoding, negotiated through audioconvert.
15053
15054 2006-05-30  Wim Taymans  <wim@fluendo.com>
15055
15056         * tests/check/elements/adder.c: (test_event_message_received),
15057         (test_play_twice_message_received), (GST_START_TEST),
15058         (adder_suite):
15059         Added check to show that #339935 is fixed with ongoing
15060         adder and collectpads fixes.
15061
15062 2006-05-29  Wim Taymans  <wim@fluendo.com>
15063
15064         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15065         Don't leak pad name.
15066
15067 2006-05-29  Wim Taymans  <wim@fluendo.com>
15068
15069         * gst/adder/gstadder.c: (gst_adder_query_duration),
15070         (forward_event_func), (forward_event), (gst_adder_src_event):
15071         Fix adder seeking.
15072         Make query/seeking code threadsafe.
15073
15074         * tests/check/Makefile.am:
15075         * tests/check/elements/adder.c: (test_event_message_received),
15076         (GST_START_TEST), (test_play_twice_message_received):
15077         Fix adder test case.
15078
15079 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         Patch by: Young-Ho Cha  <ganadist at chollian net>
15082
15083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15084         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15085         (set_encoding_element), (decodebin_element_added_cb),
15086         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15087         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15088         * gst/playback/gstplaybasebin.h:
15089           Add 'subtitle-encoding' property to playbin, so applications can
15090           force a subtitle encoding for non-UTF8 subtitles (#342268).
15091
15092         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15093         (gst_sub_parse_set_property):
15094           Rename recently-added 'encoding' property to 'subtitle-encoding'
15095           (so it can be proxied by playbin/decodebin in a generic way
15096           with less danger of false positives).
15097
15098 2006-05-29  Michael Smith  <msmith@fluendo.com>
15099
15100         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15101         (append_with_other_format), (set_structure_widths),
15102         (gst_audio_convert_transform_caps):
15103           Patch from #341562: give more specific audio caps in get_caps, so
15104           that basetransform  can make better decisions on what caps to
15105           negotiate.
15106
15107 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15108
15109         * tests/check/elements/volume.c:
15110         make it compile again
15111
15112 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15113
15114         * tests/check/elements/volume.c: (volume_suite):
15115         disable test until #343196 gets resolved
15116
15117 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15118
15119         * gst/adder/gstadder.c: (gst_adder_get_type):
15120         Make it easier to copy&paste
15121         
15122         * gst/volume/Makefile.am:
15123         * gst/volume/gstvolume.c: (volume_update_real_volume),
15124         (gst_volume_set_volume), (gst_volume_set_mute),
15125         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15126         (volume_transform_ip), (volume_update_mute),
15127         (volume_update_volume):
15128         * gst/volume/gstvolume.h:
15129         Add own debug category, move duplicate code to helper function, fix
15130         property texts, add more comments and prepare ffor liboil-goodness
15131         
15132         * tests/check/Makefile.am:
15133         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15134         add test for mute and passtrough case, be a bit more verbose to track
15135         failure
15136         
15137         * tests/check/generic/states.c: (GST_START_TEST):
15138         catch elements that fail to instantiate
15139
15140 2006-05-28  Edward Hervey  <edward@fluendo.com>
15141
15142         * tests/check/pipelines/simple-launch-lines.c:
15143         * tests/check/pipelines/theoraenc.c:
15144         * tests/check/pipelines/vorbisenc.c:
15145         Comment out tests using parse_launch() if core was built without
15146         parsing capabilities.
15147
15148 2006-05-27  Edward Hervey  <edward@fluendo.com>
15149
15150         * tests/check/Makefile.am:
15151         Extra bonus points for whoever explains to ensonic that you are meant
15152         to test unit tests thoroughly before commiting them, especially if
15153         you know it's going to break.
15154         De-activated element/adder tests.
15155
15156 2006-05-27  Edward Hervey  <edward@fluendo.com>
15157
15158         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15159         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15160         Marking caps conversion issues as GST_WARNING is way too verbose,
15161         Moving them to GST_LOG.
15162
15163 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15164
15165         * README:
15166           Replace current README (containing the release notes from
15167           some 0.9.x version) with a proper README taken from the core.
15168
15169 2006-05-26  Wim Taymans  <wim@fluendo.com>
15170
15171         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15172         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15173         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15174         (vorbis_dec_change_state):
15175         Small cleanups.
15176         Add some FIXMEs
15177         Clip output samples to segment boundaries.
15178
15179 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15180
15181         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15182         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15183         Improve the errors produced on bad output, including some human
15184         readable description strings.
15185         Handle the (theoretical for ximagesink) case where the XServer 
15186         has a different idea about the size required for a particular 
15187         frame and gives us too small a memory allocation.
15188
15189 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15190
15191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15192         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15193         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15194         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15195         Improve the errors produced on bad output, including some human 
15196         readable description strings.
15197         Handle RGB Xv formats properly by transforming them into our 
15198         big-endian caps description.
15199         Use gst_caps_truncate to ensure that we never try and choose a
15200         non-fixed caps in buffer_alloc.
15201         Handle the case where the XServer has a different idea about the size
15202         required for a particular frame and gives us too small a memory
15203         allocation.
15204         Use -1 to indicate 'no image format', because 0 is a valid XServer
15205         image format number.
15206         Put RGB Xv formats at the end of the caps, so that we always prefer
15207         YUV format frames.
15208         Iterate the available Xv Encodings to determine the maximum width and
15209         height, and then return that in our caps.
15210         (Closes #315312, #337544)
15211
15212 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15213
15214         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15215         When there is only one unfinished pad and it receives an event that
15216         doesn't match our requirements, we need to set alldone=FALSE so that
15217         the fakesink is not removed yet.
15218
15219 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15220
15221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15222           Use gst_type_find_helper_for_buffer() to find the type
15223           of stream from the first packet.
15224
15225         * configure.ac:
15226           Bump requirements to core CVS (needed for vorbis
15227           typefinding to work).
15228
15229 2006-05-24  Edward Hervey  <edward@fluendo.com>
15230
15231         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15232         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15233         contain.  Else they play perfectly fine with qtdemux.
15234
15235 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15236
15237         * ext/theora/theoradec.c:
15238         * ext/theora/theoraenc.c:
15239         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15240         * gst/audiorate/gstaudiorate.c:
15241           make more debug catagories static
15242         
15243         * tests/check/Makefile.am:
15244         * tests/check/elements/adder.c: (message_received),
15245         (test_event_message_received), (GST_START_TEST),
15246         (test_play_twice_message_received), (adder_suite):
15247           added test case for using element twice, extra bonus points for anyone
15248           who can make these test run reliably
15249
15250 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15251
15252         * ext/theora/theoradec.c: (theora_dec_chain):
15253           Make work with time-stamped input buffers that do not
15254           have a granulepos in BUFFER_OFFSET_END (like theora
15255           buffers coming from matroskademux). Fixes #342448.
15256
15257 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         Patch by: Peter Kjellerstedt  <pkj at axis com>
15260
15261         * gst/tcp/Makefile.am:
15262           fdstresstest doesn't need Gtk+, fix compilation if 
15263           gtk is not available (#342566).
15264
15265 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15266          
15267         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15268           80 line columns
15269           Removed redundant floor()
15270
15271 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15274           On second thought, just skip JUNK chunks automatically, so
15275           the caller doesn't have to handle this. Fixes #342345.
15276           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15277           not GST_FLOW_ERROR.
15278
15279 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15280
15281         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15282           Don't bail out on JUNK chunks with a size of 0 (would try to
15283           pull_range 0 bytes before, which sources don't like too much).
15284           See #342345.
15285
15286 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15287
15288         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15290         Use the gstutil scaling function to preserve 64 bits while calculating
15291         output width and height from the display-aspect-ratio. (A continuation
15292         of #341542)
15293
15294 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15295
15296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15297         (gst_xvimagesink_buffer_alloc):
15298         * sys/xvimage/xvimagesink.h:
15299         When performing buffer allocations, remember the caps and image format
15300         we return so that if the same caps are asked for next time we can
15301         return them immediately without doing any caps intersections.
15302
15303 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15304          
15305         * gst-libs/gst/rtp/README:
15306           Some new documentation
15307         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15308           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15309         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15310         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15311           New RTP audio base payloader class. Supports frame or sample based
15312           codecs.  Not enabled in Makefile.am until approved.
15313
15314 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15315
15316         * tests/check/elements/alsa.c: (test_device_property_probe):
15317           Fix test case: don't try to free NULL GValueArray when there
15318           are no devices.
15319
15320 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15321
15322         * tests/check/Makefile.am:
15323         * tests/check/elements/alsa.c: (test_device_property_probe),
15324         (alsa_suite), (main):
15325           Add simple test that runs a device property probe on alsasrc,
15326           alsasink and alsamixer. Disable valgrind check for now (too
15327           many leaks in libasound, and valgrind ignored my suppressions
15328           additions).
15329
15330 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15331
15332         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15333         (gst_alsa_device_property_probe_probe_property),
15334         (gst_alsa_device_property_probe_needs_probe),
15335         (gst_alsa_device_property_probe_get_values),
15336         (gst_alsa_type_add_device_property_probe_interface):
15337         * ext/alsa/gstalsadeviceprobe.h:
15338         * ext/alsa/gstalsamixerelement.c:
15339         (gst_alsa_mixer_element_init_interfaces):
15340         * ext/alsa/gstalsamixerelement.h:
15341           Clean up and simplify alsa device probing. Make it actually work
15342           for multiple classes. Don't cache results any longer.
15343
15344         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15345         (gst_alsasink_init):
15346         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15347         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15348         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15349           Make alsasink and alsasrc implement the GstPropertyProbe interface
15350           for device probing (#342181).
15351           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15352
15353 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15354
15355         * gst/subparse/samiparse.c: (handle_start_font):
15356           Don't ignore return value of strtol (++compiler_happiness).
15357
15358 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         Patch by: Young-Ho Cha  <ganadist chollian net>
15361
15362         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15363         (gst_sub_parse_class_init), (gst_sub_parse_init),
15364         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15365         (convert_encoding):
15366         * gst/subparse/gstsubparse.h:
15367           Add 'encoding' property (#341681).
15368
15369         * gst/subparse/samiparse.c: (characters_sami):
15370           Output is pango markup, so we need to escape text
15371           between tags (#342143).
15372
15373 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15374
15375         * gst-libs/gst/audio/multichannel.c:
15376         (gst_audio_check_channel_positions):
15377           It's okay to have caps with channels=1 and a channel position
15378           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15379           (deinterleavers might want to keep the position in the caps,
15380           so that they can be re-interleaved again properly later).
15381           Leave check for unexpected 2-channel layouts intact for now.
15382
15383 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15384
15385         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15386         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15387         basesrc can do its job correctly.
15388
15389 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         * ext/alsa/Makefile.am:
15392         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15393         (gst_alsa_detect_formats), (get_channel_free_structure),
15394         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15395         (gst_alsa_probe_supported_formats):
15396         * ext/alsa/gstalsa.h:
15397         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15398           Refactor and improve caps probing code: probe signedness
15399           when we probe the supported formats/widths; set endianness
15400           to the one we actually probed for (ie. cpu endianness).
15401           
15402         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15403         (gst_alsasrc_close):
15404         * ext/alsa/gstalsasrc.h:
15405           Implement caps probing for alsasrc.
15406
15407 2006-05-15  Wim Taymans  <wim@fluendo.com>
15408
15409         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15410         (theora_dec_src_query), (theora_dec_src_event),
15411         (theora_dec_sink_event), (theora_handle_comment_packet),
15412         (theora_handle_data_packet), (theora_dec_change_state):
15413         Cleanups, add some G_LIKELY.
15414         Use segment helpers instead of our own wrong code.
15415         Clear queued buffers on seek and READY.
15416
15417         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15418         (vorbis_dec_convert), (vorbis_dec_src_query),
15419         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15420         (vorbis_handle_comment_packet), (vorbis_dec_push),
15421         (vorbis_handle_data_packet), (vorbis_dec_chain),
15422         (vorbis_dec_change_state):
15423         * ext/vorbis/vorbisdec.h:
15424         Remove old useless packetno variable.
15425         Do position query properly.
15426         Add some G_LIKELY.
15427         Do cleanup of queued buffers in new helper function
15428         and use it.
15429
15430 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15433           Query supported sample rates. Fixes #341732.
15434
15435 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15436
15437         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15438         (gst_decode_bin_change_state): Make decodebin reusable
15439         when going from PAUSE_TO_READY and then back to PAUSED.
15440         Fixes #331678.
15441
15442 2006-05-15  Wim Taymans  <wim@fluendo.com>
15443
15444         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15445         (vorbis_dec_convert), (vorbis_dec_src_query),
15446         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15447         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15448         (vorbis_dec_clean_queued), (vorbis_dec_push),
15449         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15450         Cleanups. Use refcounting and DEBUG_OBJECT.
15451         Reset segment on flush, use code methods instead of our
15452         own wrong version.
15453         Fix potential memleak.
15454
15455 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15458         (gst_alsasink_init):
15459         * ext/alsa/gstalsasink.h:
15460           Don't leak allocated snd_output_t structure if there's
15461           more than one alsasink instance at a time (#341873).
15462           Also fix GObject macros in header file.
15463           
15464 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15465
15466         * gst/subparse/gstsubparse.c:
15467         (gst_sub_parse_data_format_autodetect):
15468           Don't use libxml functions in the typefinding code.
15469
15470 2006-05-15  Wim Taymans  <wim@fluendo.com>
15471
15472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15473         Fix seeking performance in the case where a non-header 
15474         packet has a 0 granulepos (busted theora case). 
15475         Fixes #341719
15476         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15477          the first place, you limelight stealer you)
15478
15479 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15480
15481         * gst/subparse/gstsubparse.c:
15482         (gst_sub_parse_data_format_autodetect):
15483           Improve SAMI typefinding: handle case where there are
15484           whitespaces or newlines in front of the first <SAMI>
15485           tag (#169936).
15486
15487 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * configure.ac:
15490           Build video4linux plugin even if there's no XVIDEO, just
15491           without implementing the GstXOverlay interface (#334002).
15492          
15493 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15494
15495         * configure.ac:
15496         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15497         (plugin_init):
15498           Add tentative support for libvisual-0.4 (#336881).
15499
15500 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15501
15502         Patch by: Young-Ho Cha <ganadist at chollian net>
15503
15504         * gst/subparse/samiparse.c: (handle_start_font):
15505           Need to map "silver" colour explicitly (#169936).
15506
15507 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15508
15509         Patch by: Young-Ho Cha  <ganadist at chollian net>
15510
15511         * gst/subparse/Makefile.am:
15512         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15513         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15514         (gst_sub_parse_format_autodetect), (feed_textbuf),
15515         (gst_subparse_type_find), (plugin_init):
15516         * gst/subparse/gstsubparse.h:
15517         * gst/subparse/samiparse.c:
15518         * gst/subparse/samiparse.h:
15519           Add support for SAMI subtitles (#169936).
15520
15521 2006-05-14  Michael Smith  <msmith@fluendo.com>
15522
15523         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15524           Fix #341696: crash when mixing L+R+C to mono or stereo.
15525         * tests/check/Makefile.am:
15526         * tests/check/elements/audioconvert.c: (set_channel_positions),
15527         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15528         (audioconvert_suite):
15529           Add test for the above, including some generic framework bits for
15530           testing multichannel things.
15531
15532 === release 0.10.7 ===
15533
15534 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15535
15536         * configure.ac:
15537           releasing 0.10.7, "Leave the gun"
15538
15539 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15540
15541         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15543         Fix the build.
15544
15545 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15546
15547         * docs/libs/gst-plugins-base-libs-docs.sgml:
15548         * docs/libs/gst-plugins-base-libs-sections.txt:
15549         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15550         * gst-libs/gst/video/video.h:
15551         * gst/videoscale/Makefile.am:
15552         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15554         * tests/check/Makefile.am:
15555         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15556         (main):
15557           Fix integer overflow problem with pixel-aspect-ratio calculations
15558           in videoscale and xvimagesink (#341542)
15559
15560 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * gst-libs/gst/tag/gstid3tag.c:
15563           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15564
15565 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15566
15567         * win32/MANIFEST:
15568           update win32 files listing
15569
15570 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         patch by: Sjoerd Simons (sjoerd@luon.net)
15573
15574         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15575         (group_create), (group_destroy), (add_stream),
15576         (gst_play_base_bin_get_property),
15577         (gst_play_base_bin_get_streaminfo_value_array):
15578         * gst/playback/gstplaybasebin.h:
15579           API: GstPlayBaseBin::stream-info-value-array property
15580           use a more bindings-friendly way of exposing streaminfo
15581           using a GValueArray.  Tested in ipython.
15582           Closes #341114
15583
15584 2006-05-11  Wim Taymans  <wim@fluendo.com>
15585
15586         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15587         (queue_underrun_cb), (queue_filled_cb):
15588         Also catch queue underruns but don't do anything yet.
15589         Refactor and comment queue enlarging code a bit.
15590
15591         * gst/playback/gstplaybasebin.c: (queue_overrun),
15592         (queue_threshold_reached), (queue_out_of_data),
15593         (gen_preroll_element):
15594         If a queue over/underruns check that we don't create nasty
15595         deadlocks when the min-threshold is not reached but the
15596         max-bytes is. In those cases disable max-bytes when we
15597         know that the queue is fed timed data.
15598         Add more comments.
15599
15600 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15601
15602         * gst/playback/gstplaybin.c: (gen_audio_element):
15603           Make playbin automatically plug an 'audioresample'
15604           element before the audio sink as well. This solves
15605           problems with sinks that only accept a very specific
15606           sample rate, like esdsink (e.g. #340379).
15607
15608 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15609
15610         * gst/playback/gstplaybasebin.c: (gen_source_element):
15611           Make http sources send special headers so that we receive
15612           icecast metadata if the http stream is an icecast stream
15613           (otherwise the server will just ignore them). This also
15614           means that from now on users will need the 'icydemux'
15615           element from gst-plugins-good installed if they want to
15616           listen to icecast radio streams. (#341432, #333657).
15617
15618 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15621         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15622           remove stupid example from docs - it should come with a simple
15623           C program instead.
15624           Clean up/fix docs
15625         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15626         (fail_if_can_read), (GST_START_TEST),
15627         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15628           add a test for changing streamheader which exposes a bug in
15629           multifdsink
15630
15631 2006-05-11  Michael Smith  <msmith@fluendo.com>
15632
15633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15634         (gst_gnome_vfs_src_received_headers_callback):
15635         * ext/gnomevfs/gstgnomevfssrc.h:
15636           Don't set icy-caps unless we have a sane interval value. Move
15637           interval to a local variable; we never use it outside this function.
15638
15639 2006-05-11  Wim Taymans  <wim@fluendo.com>
15640
15641         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15643         Register special buffer types along with the objects so
15644         that they are not registered at runtime from N different
15645         streaming threads since they are not threadsafe.
15646
15647 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15648
15649         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15650         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15651           add two more tests, one doing streamheader
15652
15653 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15656           clean up the bufqueue when shutting down
15657         * tests/check/Makefile.am:
15658         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15659         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15660         (main):
15661           add a test for the leak that was just fixed
15662
15663 2006-05-10  Wim Taymans  <wim@fluendo.com>
15664
15665         * gst/adder/gstadder.c: (gst_adder_setcaps),
15666         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15667         (gst_adder_src_event), (gst_adder_sink_event),
15668         (gst_adder_class_init), (gst_adder_finalize),
15669         (gst_adder_request_new_pad), (gst_adder_collected):
15670         * gst/adder/gstadder.h:
15671         Updated some docs. Added comments and FIXMEs all over the place.
15672         Improve debugging info.
15673         Fix leak on finalize by not calling the parent.
15674         Implement duration query.
15675         Make event forwarding threadsafe.
15676         Correctly send NEWSEGMENT at start and after flush.
15677         Handle EOS correctly.
15678         Post error when not negotiated.
15679
15680         * tests/check/elements/adder.c: (GST_START_TEST):
15681         Added FIXME in the test.
15682
15683 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15684
15685         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15686         (gst_text_overlay_halign_get_type),
15687         (gst_text_overlay_wrap_mode_get_type):
15688         * ext/theora/theoradec.c: (theora_handle_type_packet),
15689         (theora_handle_data_packet):
15690         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15691         (theora_enc_sink_setcaps), (theora_enc_chain):
15692         * gst-libs/gst/cdda/gstcddabasesrc.c:
15693         (gst_cdda_base_src_mode_get_type):
15694         * gst/audiotestsrc/gstaudiotestsrc.c:
15695         (gst_audiostestsrc_wave_get_type):
15696         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15697         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15698         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15699         (gst_sync_method_get_type), (gst_unit_type_get_type),
15700         (gst_client_status_get_type):
15701         * gst/videoscale/gstvideoscale.c:
15702         (gst_video_scale_method_get_type):
15703         * gst/videotestsrc/gstvideotestsrc.c:
15704         (gst_video_test_src_pattern_get_type):
15705         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15706         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15707         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15708         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15709         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15710         (paint_setup_RGB565), (paint_setup_xRGB1555):
15711           Const-ify GEnumValue and GFlagsValue arrays. Use
15712           GST_ROUND_UP_* macros instead of home-made ones.
15713
15714 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15715
15716         * configure.ac:
15717           Require core CVS for the new newsegment stuff.
15718
15719 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         Patch by: Sjoerd Simons  <sjoerd at luon net>
15722
15723         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15724           Register nick for enum value (#341160).
15725
15726 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15727
15728         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15729         (plugin_init):
15730          backout typefind patch #340375
15731          
15732         * tests/check/elements/adder.c: (message_received),
15733         (GST_START_TEST), (adder_suite):
15734           redo, signal-handling of test
15735
15736 2006-05-09  Wim Taymans  <wim@fluendo.com>
15737
15738         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15739         (gst_adder_collected):
15740         * gst/adder/gstadder.h:
15741         Remove bogus segment merging and forwarding, we don't
15742         care about timestamps anyway and we just produce a
15743         continuous stream. 
15744         Also create a nice NEWSEGMENT event when we start.
15745         Use _scale_int some more.
15746
15747 2006-05-09  Edward Hervey  <edward@fluendo.com>
15748
15749         * tests/icles/stress-xoverlay.c:
15750         Fix if core was built without parsing support.
15751
15752 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15753
15754         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15755           Add SEDG (Samsung MPEG-4) fourcc.
15756
15757 2006-05-09  Edward Hervey  <edward@fluendo.com>
15758
15759         * tests/icles/stress-xoverlay.c:
15760         * tests/examples/volume/volume.c:
15761         Fix if core was built without parsing support.
15762
15763         * tests/examples/seek/seek.c:
15764         Disable the parse_launch example if core was built without parsing
15765         support.
15766
15767 2006-05-08  Edward Hervey  <edward@fluendo.com>
15768
15769         * autogen.sh: (CONFIGURE_DEF_OPT): 
15770         libtoolize on Darwin/MacOSX is called glibtoolize
15771
15772 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15773
15774         * tests/check/Makefile.am:
15775         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15776           Disable the adder test, until the build-slaves posses the kindness to 
15777           either like it or to give valid reason for not doing so 
15778
15779 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15780
15781         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15782         (adder_suite):
15783           Shuffle NULL state change around and raise timeout more
15784
15785 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15786
15787         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15788         (mp4_type_find), (plugin_init):
15789           Add typefind to distinguish between "audio/x-m4a" and new type
15790           "video/mp4". Fixes #340375
15791
15792         * tests/check/elements/adder.c: (adder_suite):
15793           Raise timeout to make buildbot happy
15794
15795 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15796
15797         * gst/adder/gstadder.c: (gst_adder_sink_event),
15798         (gst_adder_request_new_pad), (gst_adder_change_state):
15799         * gst/adder/gstadder.h:
15800         * tests/check/Makefile.am:
15801         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15802         (adder_suite), (main):
15803           Add sink-event handling to adder. It tries to merge incomming
15804           newsegment-events. Added test to check if segment_done is comming
15805           through. Fixes #340060
15806
15807 2006-05-05  Andy Wingo  <wingo@pobox.com>
15808
15809         * ext/theora/theoraparse.c (gst_theora_parse_init)
15810         (theora_parse_src_convert, theora_parse_src_query):
15811         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15812         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15813         query functions on the source pads of the theora and vorbis parse
15814         elements. Fixes position querying when doing a remux.
15815
15816 2006-05-05  Michael Smith  <msmith@fluendo.com>
15817
15818         * ext/theora/theoraparse.c: (parse_granulepos),
15819         (theora_parse_drain_queue_prematurely),
15820         (theora_parse_queue_buffer), (theora_parse_sink_event):
15821           Fix flushing.
15822           Fix invalid granulepos outputs when starting with a non-keyframe.
15823
15824 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15825
15826         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15827         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15828         Rearrange MPEG system stream detection, fixing some memleaks in the
15829         process.
15830         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15831         they clean up their data correctly.
15832         Remove unused ogganx caps and move the 'is_annodex' check to inside
15833         the 'is_ogg' if statement.
15834
15835 2006-05-05  Wim Taymans  <wim@fluendo.com>
15836
15837         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15838         Properly remove ghostpads. Fixes #340392
15839
15840 2006-05-04  David Schleef  <ds@schleef.org>
15841
15842         * gst/typefind/gsttypefindfunctions.c:
15843
15844 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15845
15846         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15847         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15848
15849         When typefinding an MP3 in push-based mode, don't penalise the
15850         probability down to 74% when we found 5 valid frames just because we
15851         can't peek the end of the file.
15852
15853         Make the probability for detecting MPEG Transport Streams based on the
15854         number of sequential headers we successfully detected.
15855
15856 2006-05-03  Wim Taymans  <wim@fluendo.com>
15857
15858         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15859         (vorbis_dec_push), (vorbis_dec_chain):
15860         Still produce an error when we receive an empty packet.
15861
15862 2006-05-03  Wim Taymans  <wim@fluendo.com>
15863
15864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15865         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15866         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15867         Mark buffers with DISCONT after seek and after activating new
15868         chains.
15869
15870         * ext/theora/gsttheoradec.h:
15871         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15872         (theora_get_query_types), (theora_dec_sink_event),
15873         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15874         (theora_dec_change_state):
15875         Fix frame counter.
15876         Detect and mark DISCONT buffers.
15877
15878         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15879         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15880         (vorbis_dec_change_state):
15881         * ext/vorbis/vorbisdec.h:
15882         Use GstSegment.
15883         Detect and mark DISCONT buffers.
15884         Don't crash on 0 sized buffers.
15885
15886 2006-05-03  Wim Taymans  <wim@fluendo.com>
15887
15888         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15889         (volume_transform_ip):
15890         Increase "volume" property to 10.0. Fixes #340369.
15891         Set the process function to NULL when capsnego fails so that
15892         we properly error out.
15893
15894 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15895
15896         * gst/playback/gstplaybin.c: (add_sink):
15897         * gst/playback/test.c: (main):
15898         * gst/playback/test5.c: (dump_element_stats):
15899         * gst/playback/test6.c: (main):
15900           free caps using gst_caps_unref, don't leak caps-strings
15901
15902 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15905         (plugin_init):
15906           Refine musepack typefinding a bit. Return MAXIMUM
15907           probability when we detect stream version 7 to make
15908           sure the mpeg audio typefinder doesn't trump us.
15909
15910 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15911
15912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15913           Protect against unexpected NULL strf_data buffer.
15914
15915 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15916
15917         * tests/check/elements/audioconvert.c: (verify_convert),
15918         (GST_START_TEST):
15919           interpret the out[] buffer in the order the bytes are actually
15920           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15921           Other tests should use BYTE_ORDER since the array is filled in
15922           with actual values
15923
15924 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15925
15926         * tests/check/elements/audioconvert.c: (verify_convert),
15927         (GST_START_TEST):
15928           when a test fails, give an indication of which it is
15929
15930 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15931
15932         * gst-libs/gst/cdda/gstcddabasesrc.c:
15933           compile fix; strtol() needs <stdlib.h>
15934
15935 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15936
15937         * ext/alsa/gstalsamixerelement.c:
15938         * ext/alsa/gstalsasrc.c:
15939         * ext/cdparanoia/gstcdparanoiasrc.c:
15940         * ext/gnomevfs/gstgnomevfssink.c:
15941         * ext/gnomevfs/gstgnomevfssrc.c:
15942         * ext/ogg/gstoggdemux.c:
15943         * ext/ogg/gstoggmux.c:
15944         * ext/ogg/gstoggparse.c:
15945         * ext/ogg/gstogmparse.c:
15946         * ext/pango/gstclockoverlay.c:
15947         * ext/pango/gsttextoverlay.c:
15948         * ext/pango/gsttextrender.c:
15949         * ext/pango/gsttimeoverlay.c:
15950         * ext/theora/theoradec.c:
15951         * ext/theora/theoraenc.c:
15952         * ext/vorbis/vorbisdec.c:
15953         * ext/vorbis/vorbisenc.c:
15954         * gst-libs/gst/audio/gstaudiofilter.c:
15955         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15956         * gst/audioconvert/gstaudioconvert.c:
15957         * gst/audiorate/gstaudiorate.c:
15958         * gst/audioresample/gstaudioresample.c:
15959         * gst/audiotestsrc/gstaudiotestsrc.c:
15960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15961         * gst/playback/gstdecodebin.c:
15962         * gst/playback/gstplaybin.c:
15963         * gst/playback/gststreamselector.c:
15964         * gst/subparse/gstsubparse.c:
15965         * gst/tcp/gstmultifdsink.c:
15966         * gst/tcp/gsttcpclientsink.c:
15967         * gst/tcp/gsttcpclientsrc.c:
15968         * gst/tcp/gsttcpserversink.c:
15969         * gst/tcp/gsttcpserversrc.c:
15970         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15971         * gst/videorate/gstvideorate.c:
15972         * gst/videoscale/gstvideoscale.c:
15973         * gst/videotestsrc/gstvideotestsrc.c:
15974         * gst/volume/gstvolume.c:
15975         * sys/v4l/gstv4ljpegsrc.c:
15976         * sys/v4l/gstv4lmjpegsink.c:
15977         * sys/v4l/gstv4lmjpegsrc.c:
15978         * sys/v4l/gstv4lsrc.c:
15979         * sys/ximage/ximagesink.c:
15980         * sys/xvimage/xvimagesink.c:
15981         * tests/check/libs/cddabasesrc.c:
15982           make GstElementDetails const
15983
15984 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15985
15986         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15987         (gst_adder_init):
15988           send events from src-pad to all sink-pads fixes #338657
15989
15990 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15991
15992         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15993         (alsasink_parse_spec):
15994           query width capabilities from alsa, fixes #338919
15995
15996 2006-04-28  Wim Taymans  <wim@fluendo.com>
15997
15998         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15999         (gst_multi_fd_sink_remove_client_link):
16000         * gst/tcp/gstmultifdsink.h:
16001         Fix race condition in multifdsink that can lead to spurious 
16002         duplicate clients. this patch adds a new signal that is fired when
16003         multifdsink has removed all references to the fd.
16004         Fixes #339574.
16005         Updated documentation.
16006         API: client-fd-removed signal added
16007
16008 2006-04-28  Michael Smith  <msmith@fluendo.com>
16009
16010         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16011           When asking g_value_array_new to prealloc elements, we may as well
16012           ask for the right number of elements.
16013
16014 2006-04-28  Wim Taymans  <wim@fluendo.com>
16015
16016         * gst-libs/gst/audio/gstbaseaudiosink.c:
16017         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16018         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16019         patch to make timestamp checking more tollerant to rounding 
16020         errors given that real discontinuities are to be marked on
16021         buffers. Fixes some asf files and #338778.
16022         Also avoid some crashers when we receive an event in the 
16023         NULL state.
16024
16025 2006-04-28  Michael Smith  <msmith@fluendo.com>
16026
16027         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16028         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16029         (gst_gnome_vfs_src_get_property),
16030         (gst_gnome_vfs_src_send_additional_headers_callback),
16031         (gst_gnome_vfs_src_received_headers_callback),
16032         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16033         (gst_gnome_vfs_src_stop):
16034         * ext/gnomevfs/gstgnomevfssrc.h:
16035           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16036           proper shared support within icydemux.
16037
16038 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16039
16040         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16041         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16042           fix up docs
16043           fix a leak when no caps negotiated
16044           fix counting of input frames
16045         * tests/check/elements/.cvsignore:
16046         * tests/check/elements/videorate.c: (assert_videorate_stats),
16047         (GST_START_TEST), (videorate_suite):
16048           add tests for these
16049
16050 2006-04-28  Wim Taymans  <wim@fluendo.com>
16051
16052         * gst-libs/gst/audio/gstringbuffer.c:
16053         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16054         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16055         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16056         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16057         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16058         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16059         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16060         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16061         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16062         Check arguments passed to public functions instead of
16063         crashing.
16064
16065 2006-04-28  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16068         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16069         GstBaseAudioSrc must be live or it does not work.
16070
16071         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16072         Don't set live to TRUE as this is the default in the parentclass.
16073
16074 2006-04-28  Wim Taymans  <wim@fluendo.com>
16075
16076         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16077         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16078         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16079         fixation cases better. Fixes #338991
16080
16081 2006-04-28  Wim Taymans  <wim@fluendo.com>
16082
16083         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16084         Handle 0/1 framerate correctly Fixes #331901.
16085
16086 2006-04-28  Wim Taymans  <wim@fluendo.com>
16087
16088         * tests/check/elements/audioconvert.c: (get_float_caps),
16089         (GST_START_TEST), (audioconvert_suite):
16090         Added check for correct clipping when doing float samples
16091         in audioconvert.
16092
16093 2006-04-28  Wim Taymans  <wim@fluendo.com>
16094
16095         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16096         (gst_video_rate_chain):
16097         Print more debugging info.
16098
16099 2006-04-28  Wim Taymans  <wim@fluendo.com>
16100
16101         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16102         (resample_set_state_from_caps):
16103         Add support for other formats audioresample can handle such as
16104         32 bits in and float and 64 bits float. Fixes #301759
16105
16106 2006-04-28  Wim Taymans  <wim@fluendo.com>
16107
16108         * gst/audioconvert/audioconvert.c: (float):
16109         correctly clip float samples > 1.0. Fixes #338718
16110
16111 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16112
16113         Patch by: Young-Ho Cha  <ganadist at chollian net>
16114
16115         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16116         (gst_text_overlay_render_text):
16117           Don't strip newlines from the text. Also, center lines
16118           within multi-line paragraphs (#339405).
16119
16120 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16121
16122         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16123           Fix wavpack typefinding to work in more cases (don't peek
16124           for chunks of multiple hundred kBs at once, but process
16125           things step-by-step in smaller units). Fixes #339786.
16126
16127 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16128
16129         * configure.ac:
16130           back to HEAD
16131
16132 === release 0.10.6 ===
16133
16134 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16135
16136         * configure.ac:
16137           releasing 0.10.6, "Chao"
16138
16139 2006-04-26  David Schleef  <ds@schleef.org>
16140
16141         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16142           Fixes #338897.
16143
16144 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16145
16146         * configure.ac:
16147         * win32/common/config.h:
16148           new prerelease
16149
16150 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16151
16152         patch by: Wim Taymans
16153
16154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16155         (gst_ogg_demux_perform_seek):
16156           make sure correct newsegments are sent, so that the decoder
16157           and the demuxer agree on timestamps.  Fixes playback of a lot
16158           of Ogg files that do not start from 0.  Fixes #339833.
16159
16160 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16161
16162         Patch by: Edward Hervey  <edward@fluendo.com>
16163
16164         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16165         * tests/check/Makefile.am:
16166         * tests/check/elements/videorate.c: (assert_videorate_stats),
16167         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16168         (videorate_suite), (main):
16169           Fix an infinite loop if frames are passed in with wrongly ordered
16170           timestamps.  Fixes #339013.
16171
16172 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16173
16174         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16177           fix typefinding on some ISO files.  Fixes #339212.
16178
16179 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16180
16181         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16184           add another H264 fourcc.  Fixes #339047.
16185
16186 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16187
16188         Patch by: Jan Schmidt
16189
16190         * gst/playback/gststreamselector.c:
16191         (gst_stream_selector_bufferalloc):
16192           Restore old StreamSelector behaviour.
16193           Fixes #338419.
16194
16195 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16196
16197         * configure.ac:
16198         * win32/common/config.h:
16199           prerelease
16200
16201 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16202
16203         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16204
16205         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16206         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16207           Fix some memory leaks: on finalize, free buffers left in the queue
16208           before destroying the queue; in _push(), unref rtp_buf even if
16209           the process vfunc returned a NULL buffer as output buffer (#337548);
16210           demote some recuring debug messages to LOG level.
16211
16212 2006-04-11  Wim Taymans  <wim@fluendo.com>
16213
16214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16215         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16216         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16217         (gst_ogg_demux_loop):
16218         More cleanups.
16219         Respect segment stop when emiting EOS or SEGMENT_DONE.
16220         Fixes (#337945).
16221
16222 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16223
16224         * gst/playback/gststreamselector.c:
16225         (gst_stream_selector_get_property):
16226           Don't leak pad name.
16227
16228 2006-04-10  Michael Smith  <msmith@fluendo.com>
16229
16230         * tests/check/Makefile.am:
16231         * tests/check/gst-plugins-base.supp:
16232           Suppress an old libtheora bug (fixed in more recent versions), so 
16233           that FC4 buildslaves can pass.
16234
16235 2006-04-10  Wim Taymans  <wim@fluendo.com>
16236
16237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16238         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16239         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16240         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16241         (gst_ogg_demux_loop):
16242         Don't leak events.
16243         Remember what error we got when finding chains, if we
16244         were shutdown, that would not be an error.
16245
16246 2006-04-10  Wim Taymans  <wim@fluendo.com>
16247
16248         * gst-libs/gst/audio/gstbaseaudiosink.c:
16249         (gst_base_audio_sink_event):
16250         Starting the ringbuffer when we did not acquire it can cause
16251         a deadlock, is pointless and causes nasty things for
16252         subclasses. 
16253         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16254
16255 2006-04-10  Wim Taymans  <wim@fluendo.com>
16256
16257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16258         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16259         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16260         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16261         (gst_ogg_demux_deactivate_current_chain),
16262         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16263         (gst_ogg_demux_bisect_forward_serialno),
16264         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16265         Add some more debugging.
16266
16267 2006-04-10  Wim Taymans  <wim@fluendo.com>
16268
16269         * ext/theora/theoradec.c: (theora_dec_src_event),
16270         (theora_handle_data_packet):
16271         Some more debug info.
16272
16273         * tests/examples/seek/seek.c: (start_seek), (main):
16274         Print element messages too.
16275
16276 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16277
16278         * gst/audioresample/debug.h:
16279           replace debug macros with variable number of parameters
16280           by a simple alias to gstreamer standard debug macros 
16281          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16282           supported by MSVC 6.0 and 7.1)
16283         * gst/audioresample/resample.h:
16284           define M_PI and rint for WIN32
16285         * win32/common/libgstaudio.def:
16286         * win32/common/libgstriff.def:
16287         * win32/common/libgsttag.def:
16288         * win32/common/libgstvideo.def:
16289           add new exported functions
16290         * win32/vs6:
16291           update project files
16292
16293 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16294
16295         * ext/alsa/gstalsamixeroptions.c:
16296         (gst_alsa_mixer_options_class_init):
16297         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16300         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16301         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16302         * gst-libs/gst/audio/gstaudiofilter.c:
16303         (gst_audio_filter_class_init):
16304         * gst-libs/gst/audio/gstaudiosink.c:
16305         (gst_audioringbuffer_class_init):
16306         * gst-libs/gst/audio/gstaudiosrc.c:
16307         (gst_audioringbuffer_class_init):
16308         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16309         * gst-libs/gst/interfaces/colorbalancechannel.c:
16310         (gst_color_balance_channel_class_init):
16311         * gst-libs/gst/interfaces/mixeroptions.c:
16312         (gst_mixer_options_class_init):
16313         * gst-libs/gst/interfaces/mixertrack.c:
16314         (gst_mixer_track_class_init):
16315         * gst-libs/gst/interfaces/tunerchannel.c:
16316         (gst_tuner_channel_class_init):
16317         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16318         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16319         (gst_netbuffer_class_init):
16320         * gst-libs/gst/rtp/gstbasertppayload.c:
16321         (gst_basertppayload_class_init):
16322         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16323         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16324         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16325         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16326         * gst/playback/gststreamselector.c:
16327         (gst_stream_selector_class_init):
16328         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16329         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16330         * sys/v4l/gstv4lcolorbalance.c:
16331         (gst_v4l_color_balance_channel_class_init):
16332         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16333         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16334         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16335         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16336         (gst_v4l_tuner_norm_class_init):
16337         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16339         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16340         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16341
16342 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16343
16344         * ext/pango/gsttextrender.h:
16345         * gst-libs/gst/audio/gstaudiosink.h:
16346         * gst-libs/gst/audio/gstaudiosrc.h:
16347         * gst-libs/gst/audio/gstbaseaudiosink.h:
16348         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16349         * gst-libs/gst/audio/gstringbuffer.h:
16350         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16351         * gst-libs/gst/rtp/gstbasertppayload.h:
16352         * gst-libs/gst/video/gstvideofilter.h:
16353         * gst-libs/gst/video/gstvideosink.h:
16354         * gst/playback/gstplaybasebin.h:
16355         * gst/tcp/gstmultifdsink.h:
16356         * sys/v4l/gstv4lelement.h:
16357         Fix broken GObject macros
16358
16359 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16360
16361         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16362         More debug to trace why my USB headset is not working with gst
16363
16364 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16365
16366         * gst/playback/gstplaybasebin.c: (group_destroy):
16367         Clean up our group elements properly in the case where it never 
16368         got committed - it still got added unconditionally to the bin.
16369
16370 2006-04-07  Wim Taymans  <wim@fluendo.com>
16371
16372         * ext/theora/theoradec.c: (theora_dec_sink_event),
16373         (theora_handle_data_packet), (theora_dec_chain):
16374         Unref unhandled events.
16375         Protect against empty buffers.
16376         Perform QoS on running time.
16377
16378 2006-04-07  Michael Smith  <msmith@fluendo.com>
16379
16380         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16381         (gst_vorbis_enc_chain):
16382           Remove leaks from vorbisenc.
16383           Mostly minor changes, the only significant one is that now the
16384           buffers we set as 'streamheader' on the caps are copies of the
16385           original buffers, to avoid circular refcounting problems.
16386
16387 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16388
16389         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16390           Don't remove our mute-probe if someone else already did so.
16391           Don't set a 2nd one if there is already one pending on the pad.
16392
16393         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16394         (do_playbin_seek):
16395           When a seek fails, ensure that playbin is still set back to playing.
16396           
16397         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16398         (mpeg_ts_type_find), (plugin_init):
16399           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16400
16401 2006-04-06  Andy Wingo  <wingo@pobox.com>
16402
16403         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16404         (gst_video_rate_init): Caps-related parameters should not be reset
16405         by a flush -- move their inits to the instance init function.
16406         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16407         is not OK, just return the result.
16408
16409         * gst/audiotestsrc/gstaudiotestsrc.c
16410         (gst_audio_test_src_class_init)
16411         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16412         broken by Stefan's commit on 24 March.
16413
16414         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16415         buffers being pushed out. Fixes oggmux ! multifdsink.
16416
16417 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16418
16419         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16420         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16421         * ext/vorbis/vorbisdec.h:
16422         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16423         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16424         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16425         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16426         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16427         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16428         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16429         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16430         (gst_vorbis_enc_buffer_from_packet),
16431         (gst_vorbis_enc_buffer_from_header_packet),
16432         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16433         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16434         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16435         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16436         (gst_vorbis_enc_change_state):
16437         * ext/vorbis/vorbisenc.h:
16438           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16439           vorbisenc adhere to the official nomenclature; use boilerplate
16440           macro.
16441
16442 2006-04-04  Andy Wingo  <wingo@pobox.com>
16443
16444         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16445         Whoops, fix bug introduced. Bad hacker!
16446         
16447         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16448         Properly handle the case where you get EOS before any buffers are
16449         received. Use gst_buffer_make_metadata_writable where appropriate.
16450
16451         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16452         is often negative -- make it signed so as not to wrap around.
16453         Fixes segfaults introduced on 9 March.
16454
16455 2006-04-03  Wim Taymans  <wim@fluendo.com>
16456
16457         * ext/theora/gsttheoradec.h:
16458         * ext/theora/theoradec.c: (theora_dec_src_event):
16459         Don't try to store a gdouble in a gboolean.
16460         Small cleanups.
16461
16462 2006-04-03  Michael Smith  <msmith@fluendo.com>
16463
16464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16465           Oggmux sucks.
16466           Make it suck slightly less by writing out the final page.
16467           Still can't encode a vorbis-in-ogg file correctly, though.
16468
16469 2006-04-03  Andy Wingo  <wingo@pobox.com>
16470
16471         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16472         a g_print.
16473
16474         * ext/theora/theora.c (plugin_init): Register theoraparse.
16475
16476         * ext/theora/gsttheoraparse.h: 
16477         * ext/theora/theoraparse.c: New files implementing a theora
16478         parser. Now we can properly remux ogg/theora+vorbis, yay.
16479
16480         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16481
16482 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16483
16484         * gst/audiotestsrc/gstaudiotestsrc.c:
16485           Fixed the sample pipeline (see #323798)
16486
16487 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16488
16489         * configure.ac:
16490         * win32/common/config.h:
16491         * win32/common/config.h.in:
16492           use AS_VERSION and AS_NANO
16493           more cleanups
16494
16495 2006-03-31  Andy Wingo  <wingo@pobox.com>
16496
16497         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16498         uninitialized variable return that would happen.
16499         
16500         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16501         uninitialized variable return that would never happen.
16502
16503         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16504         (vorbis_parse_sink_event): Add an event function to flush our
16505         state on a seek, and to drain buffers on a premature EOS.
16506         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16507         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16508         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16509         (vorbis_parse_drain_queue): Queue up buffers until we can set
16510         their timestamps and granulepos values.
16511
16512         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16513         and keep track of data needed for deriving granulepos and
16514         timestamps for buffers.
16515
16516 2006-03-29  Wim Taymans  <wim@fluendo.com>
16517
16518         Patch by: j^ <j at bootlab dot org>
16519
16520         * ext/alsa/gstalsamixerelement.c:
16521         (gst_alsa_mixer_element_class_init):
16522         * ext/alsa/gstalsasink.c:
16523         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16524         * ext/ogg/gstoggdemux.c:
16525         * ext/ogg/gstoggmux.c:
16526         * ext/ogg/gstoggparse.c:
16527         * ext/pango/gstclockoverlay.c:
16528         * ext/pango/gsttextoverlay.c:
16529         * ext/pango/gsttextrender.c:
16530         * ext/pango/gsttimeoverlay.c:
16531         * ext/theora/theoradec.c:
16532         * ext/theora/theoraenc.c:
16533         * ext/vorbis/vorbisdec.c:
16534         * ext/vorbis/vorbisenc.c:
16535         * gst/audioconvert/gstaudioconvert.c:
16536         * gst/subparse/gstsubparse.c:
16537         * gst/tcp/gstmultifdsink.c:
16538         * gst/tcp/gsttcpclientsink.c:
16539         * gst/tcp/gsttcpclientsrc.c:
16540         * gst/tcp/gsttcpserversink.c:
16541         * gst/tcp/gsttcpserversrc.c:
16542           better/unified long descriptions
16543           Fixes #336477
16544
16545 2006-03-29  Wim Taymans  <wim@fluendo.com>
16546
16547         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16548         (stop_seek):
16549         Don't let double and triple clicks mess up our state.
16550
16551 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16552
16553         * gst/playback/gstplaybin.c: (gen_video_element),
16554         (gen_text_element), (gen_audio_element), (gen_vis_element):
16555           Error out gracefully when we can't create any of the usual
16556           conversion elements for some reason. Also, don't try to
16557           create an audioscale (sic) element that's not used anyway.
16558
16559 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16560
16561         * gst/playback/gstplaybasebin.c: (setup_source):
16562           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16563           element for a particular protocol, that's confusing for users.
16564           Instead, post a RESOURCE_FAILED error, so that our own error
16565           message is actually shown in totem etc. (#336303).
16566
16567 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16568
16569         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16570
16571         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16572         (gst_gnome_vfs_src_get_icy_metadata):
16573           Fix some minor memory leaks (#336194).
16574
16575 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16576
16577         * ext/gnomevfs/gstgnomevfs.c:
16578         (gst_gnome_vfs_location_to_uri_string):
16579         * ext/gnomevfs/gstgnomevfs.h:
16580         * ext/gnomevfs/gstgnomevfssink.c:
16581         (gst_gnome_vfs_sink_set_property):
16582         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16583           Make gnomevfssink accept filenames as well as URIs for the
16584           "location" property, just like gnomevfssrc does (and
16585           filesrc/filesink do) (#336190).
16586
16587 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16588
16589         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16590           set to NULL before unreffing, fixes a valgrind leak.
16591           Why was this not triggering the error that an object needs to
16592           be NULL before unreffing ?
16593         * win32/common/config.h:
16594           update
16595
16596 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16597
16598         * gst/subparse/gstsubparse.c: (convert_encoding),
16599         (gst_sub_parse_change_state):
16600         * gst/subparse/gstsubparse.h:
16601           Text subtitle files may or may not be UTF-8. If it's not, we
16602           don't really want to see '?' characters in place of non-ASCII
16603           characters like accented characters. So let's assume the input
16604           is UTF-8 until we come across text that is clearly not. If it's
16605           not UTF-8, we don't really know what it is, so try the following:
16606           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16607           is set; if not, check (b) if the current locale encoding is
16608           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16609           the current locale encoding is UTF-8 and the environment variable
16610           was not set to any particular encoding. Not perfect, but better
16611           than nothing (and better than before, I think) (fixes #172848).
16612
16613 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16614
16615         * configure.ac:
16616           update core requirement to 0.10.4.1 because of async_playback
16617           vmethod on GstBaseSink
16618
16619 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16620
16621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16622         * gst/adder/gstadder.c: (gst_adder_init):
16623         use DEBUG_FUNCPTR for collectpads
16624
16625 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16626
16627         * docs/plugins/Makefile.am:
16628         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16629         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16630         * ext/cdparanoia/gstcdparanoiasrc.c:
16631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16632         (gst_gnome_vfs_sink_class_init):
16633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16635         * ext/ogg/gstoggmux.c:
16636         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16637         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16638         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16639         * ext/pango/gsttextoverlay.c:
16640         * ext/pango/gsttextrender.c:
16641         * ext/theora/theoradec.c:
16642         * ext/theora/theoraenc.c:
16643         * ext/vorbis/vorbisdec.c:
16644         * ext/vorbis/vorbisenc.c:
16645         * gst-libs/gst/audio/gstaudiofilter.c:
16646         (gst_audio_filter_base_init):
16647         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16648         (gst_audio_filter_template_base_init):
16649         * gst/adder/gstadder.c: (gst_adder_get_type):
16650         * gst/adder/gstadder.h:
16651         * gst/audioconvert/gstaudioconvert.c:
16652         * gst/audiotestsrc/gstaudiotestsrc.c:
16653         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16654         (gst_audio_test_src_create):
16655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16656         * gst/playback/gstdecodebin.c:
16657         * gst/playback/gstplaybin.c:
16658         * gst/playback/gststreamselector.c:
16659         (gst_stream_selector_base_init):
16660         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16661         * gst/volume/gstvolume.c:
16662         * sys/v4l/gstv4lmjpegsink.c:
16663         * sys/v4l/gstv4lmjpegsrc.c:
16664         * tests/check/libs/cddabasesrc.c:
16665         * tests/old/examples/gob/gst-identity2.gob:
16666           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16667           define GstElementDetails at the top
16668
16669 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16670
16671         * win32/common/libgstinterfaces.def:
16672         Add a lot of export functions for gst-python
16673         * win32/vs6/libgstinterfaces.dsp:
16674         Add a missing include folder in the project configuration
16675         
16676 2006-03-23  Wim Taymans  <wim@fluendo.com>
16677
16678         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16679         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16680         (gst_base_audio_src_change_state):
16681         Fix audio sources, forgot to make the ringbuffer
16682         startable...
16683
16684 2006-03-23  Wim Taymans  <wim@fluendo.com>
16685
16686         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16687         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16688         (gst_base_audio_src_change_state):
16689         unparent instead of unref the ringbuffer.
16690
16691 2006-03-23  Wim Taymans  <wim@fluendo.com>
16692
16693         * gst-libs/gst/audio/gstbaseaudiosink.c:
16694         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16695         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16696         Implement new async_play vmethod to start slaving and allow
16697         playback start in case of async PLAY state changes. 
16698
16699         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16700         Enable QoS with new method in base class.
16701
16702 2006-03-23  Wim Taymans  <wim@fluendo.com>
16703
16704         Patch by: Julien MOUTTE <julien at moutte dot net>
16705
16706         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16707         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16708         Partially handle 0 framerate, only EOS after the first frame
16709         is missing.
16710
16711 2006-03-23  Wim Taymans  <wim@fluendo.com>
16712
16713         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16714
16715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16716         (gst_riff_create_video_template_caps):
16717         * gst/ffmpegcolorspace/avcodec.h:
16718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16719         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16720         (gst_ffmpegcsp_avpicture_fill):
16721         * gst/ffmpegcolorspace/imgconvert.c:
16722         Patch for support of YVU9 AVI files (#334822)
16723
16724 2006-03-22  Edward Hervey  <edward@fluendo.com>
16725
16726         * docs/design/design-decodebin.txt:
16727         Added design document for new decodebin
16728         (Target Caps): text/x-pango-markup is also a default target caps.
16729
16730 2006-03-22  Wim Taymans  <wim@fluendo.com>
16731
16732         * gst-libs/gst/audio/gstbaseaudiosink.c:
16733         (gst_base_audio_sink_dispose):
16734         Since we _parent the ringbuffer, we also need to
16735         _unparent instead of a plain _unref.
16736
16737 2006-03-22  Wim Taymans  <wim@fluendo.com>
16738
16739         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16740         (stop_seek), (scrub_toggle_cb), (main):
16741         Add scrub checkbox.
16742
16743 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16744
16745         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16746         (gst_ogg_parse_chain):
16747           Fix very inefficient usage of linked lists (#335365).
16748
16749 2006-03-21  Edward Hervey  <edward@fluendo.com>
16750
16751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16752         * gst/playback/gstplaybin.c: (handoff):
16753         * gst/playback/gststreamselector.c:
16754         (gst_stream_selector_set_property):
16755         gcc 4.1 unreferenced pointer fixes.
16756         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16758         gst_buffer_ref() now takes a GstBuffer*.
16759
16760 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16761
16762         * sys/xvimage/xvimagesink.c:
16763         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16764         by Jan Schmidt.
16765
16766 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16767
16768         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16769         (id3v1_type_find), (apetag_type_find), (plugin_init):
16770           Can't do tag preferences via probability, as tags would then
16771           lose against types that are recognised with MAXIMUM probability
16772           (like .wav); so let all tag typefinders return MAXIMUM themselves
16773           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16774           that we can prefer APE to ID3v1 (fixes #335028).
16775           
16776 2006-03-17  Wim Taymans  <wim@fluendo.com>
16777
16778         * gst-libs/gst/audio/gstbaseaudiosink.c:
16779         (gst_base_audio_sink_change_state):
16780         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16781         (gst_ring_buffer_may_start):
16782         * gst-libs/gst/audio/gstringbuffer.h:
16783         Only start playback if we are playing.
16784         should fix #330748.
16785
16786 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16787
16788         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16789         * win32/common/config.h:
16790           Revert accidental commits to these files.
16791
16792 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16795
16796         * tests/Makefile.am:
16797           Don't try to build tests in tests/icles if we
16798           don't have X (#323852)
16799
16800 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * gst-libs/gst/tag/gstid3tag.c:
16803           Add TXXX frame identifiers for replaygain stuff as used
16804           by some taggers (see #323721).
16805
16806 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16807
16808         * gst/playback/gststreamselector.c:
16809         (gst_stream_selector_set_property),
16810         (gst_stream_selector_bufferalloc):
16811           Preserve the existing buggy streamselector behaviour by performing
16812           a fallback buffer allocation when downstream isn't linked yet.
16813           This should really be fixed in playbin by blocking pads until it's
16814           linked them.
16815           Also, use gst_pad_alloc_buffer instead of
16816           gst_pad_alloc_buffer_and_set.
16817
16818 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         * gst-libs/gst/tag/gstid3tag.c:
16821           Don't crash on unknown ID3v2 TXXX frames.
16822           
16823 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16824
16825         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16826           Chain up to the parent finalize method.
16827           Add 32-bit sample size to the template caps.
16828
16829         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16830         (gst_riff_create_video_template_caps):
16831           Add the fourcc that the VMWare codec uses.
16832           
16833         * gst/playback/gststreamselector.c:
16834         (gst_stream_selector_set_property),
16835         (gst_stream_selector_bufferalloc),
16836         (gst_stream_selector_request_new_pad):
16837           For the active pad, forward buffer-alloc requests, otherwise
16838           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16839           having to memcpy every frame when used by playbin.
16840
16841         * gst/tcp/gstmultifdsink.c:
16842         (gst_multi_fd_sink_handle_client_write):
16843           Get negotiated caps from the sink pad, rather than the sink
16844           pad's peer.
16845
16846 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16849         
16850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16851           Don't forget to set src->callbacks_pushed to FALSE again when
16852           popping them, otherwise re-activation in a different mode won't
16853           work (#334620).
16854
16855 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16856
16857         Patch by: Sebastien Moutte  <sebastien moutte net>
16858
16859         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16860         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16861         (gst_ffmpeg_smpfmt_to_caps):
16862           Replace __VA_ARGS__ caps creation macros with varargs functions.
16863           Makes things compile on MSVC (#320765), looks nicer, and we can
16864           tell the compiler to check for the NULL terminator.
16865
16866 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16867
16868         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16869
16870         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16871           Make sure the buffer we copy into is really always big
16872           enough, this time for real (#333488).
16873           
16874 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16877           Add support for 24bpp DIB (#305279).
16878
16879 2006-03-14  Wim Taymans  <wim@fluendo.com>
16880
16881         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16882         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16884         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16885         (gst_video_scale_init), (gst_video_scale_src_event):
16886         Re-enable QoS after the release.
16887         Rework videoscale to use the base class src_event handler.
16888
16889 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16890
16891         * configure.ac:
16892           back to CVS.
16893
16894 === release 0.10.5 ===
16895
16896 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16897
16898         * configure.ac:
16899           releasing 0.10.5, "Net"
16900
16901 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * docs/plugins/Makefile.am:
16904           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16905           
16906 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16909         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16910         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16911           Add cdparanoiasrc to docs.
16912
16913         * gst-libs/gst/cdda/gstcddabasesrc.c:
16914           More GstCddaBaseSrc docs.
16915
16916 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         * docs/libs/gst-plugins-base-libs-sections.txt:
16919         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16920         * gst-libs/gst/tag/tag.h:
16921           API: libgsttag: new method gst_tag_from_id3_user_tag().
16922
16923 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16924
16925         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16926           NULL-terminate array of mpeg4 video file extensions.
16927           Fixes crash on PPC (#334226).
16928
16929 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16930
16931         * ext/gnomevfs/gstgnomevfssrc.c:
16932         (gst_gnome_vfs_src_check_get_range):
16933           gnome_vfs_uri_is_local() alone is not a good indicator
16934           whether we can operate in pull-mode with a specific URI,
16935           as it returns FALSE for file:// URIs that point to an
16936           NFS-mounted path. Be more conservative here: whitelist
16937           local files, blacklist http URIs and use the old
16938           mechanism for anything else (fixes #334216).
16939
16940 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16941
16942         * configure.ac:
16943           back to trunk
16944
16945 === release 0.10.4 ===
16946
16947 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16948
16949         * configure.ac:
16950           releasing 0.10.4, "Power"
16951
16952 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16953
16954         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16955         Disable max-lateness by setting it to -1 for now, so that 
16956         we can bed QoS stuff in thoroughly between now and the next
16957         release.
16958
16959 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16960
16961         Patch by: Fabrizio Gennari
16962
16963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16964           Make sure we don't read beyond the palette buffer in case of
16965           broken or manipulated files (#333488)
16966
16967 2006-03-10  Edward Hervey  <edward@fluendo.com>
16968
16969         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16970         Fix for variable not initialized.
16971
16972 2006-03-09  Wim Taymans  <wim@fluendo.com>
16973
16974         * ext/libvisual/visual.c: (gst_visual_get_type),
16975         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16976         (gst_visual_chain):
16977         Small cleanups.
16978
16979         * ext/theora/gsttheoradec.h:
16980         * ext/theora/theoradec.c: (gst_theora_dec_init),
16981         (gst_theora_dec_reset), (_theora_granule_time),
16982         (theora_dec_src_convert), (theora_dec_sink_convert),
16983         (theora_dec_src_query), (theora_dec_src_event),
16984         (theora_dec_sink_event), (theora_handle_comment_packet),
16985         (theora_handle_header_packet), (theora_dec_push),
16986         (theora_handle_data_packet), (theora_dec_chain),
16987         (theora_dec_change_state):
16988         Add simple QoS.
16989
16990 2006-03-09  Wim Taymans  <wim@fluendo.com>
16991
16992         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16993         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16994         Some cleanups.
16995
16996 2006-03-09  Wim Taymans  <wim@fluendo.com>
16997
16998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16999         Don't try to activate NULL chains.
17000
17001 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17002
17003         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17004           Fix invalid memory access to region before peek'd data (#332964).
17005
17006 2006-03-09  Wim Taymans  <wim@fluendo.com>
17007
17008         Patch by: Christophe Fergeau
17009
17010         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17011         * ext/pango/gsttextrender.c: (gst_text_render_init):
17012         * gst/adder/gstadder.c: (gst_adder_init):
17013         Don't leak padtemplates, closes #333510.
17014
17015 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17016
17017         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17018           Fix invalid memory access: make sure string passed to
17019           regexec() is NUL-termianted.
17020
17021 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17024         (mp3_type_find):
17025           Refactor mpeg/audio typefinding to make it more maintainable
17026           and easier to fine-tune. Make probing into middle of the file
17027           work properly (fixes #333900, also see #152688).
17028
17029 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17030
17031         * gst/typefind/gsttypefindfunctions.c:
17032         (utf8_type_find_have_valid_utf8_at_offset):
17033           Remove part from previous commit that was bogus:
17034           g_utf8_validate() does in fact not accept embedded
17035           zeroes, so we don't need to check for those (thanks
17036           to Mike for the hint).
17037
17038 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17039
17040         * gst/typefind/gsttypefindfunctions.c:
17041         (utf8_type_find_count_embedded_zeroes),
17042         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17043           Make plain/text typefinder more conservative: firstly, check
17044           for embedded zeroes, which are perfectly valid UTF-8 characters,
17045           but also a fairly good sign that something is not a plain text
17046           file; secondly, probe into the middle of the file if possible.
17047           If we can't probe into the middle, limit the probability value
17048           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17049
17050 2006-03-08  Michael Smith  <msmith@fluendo.com>
17051
17052         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17053           Make typefind function name for mpeg4 video unique.
17054
17055 2006-03-08  Wim Taymans  <wim@fluendo.com>
17056
17057         * ext/libvisual/visual.c: (gst_visual_init),
17058         (gst_visual_clear_actors), (gst_visual_dispose),
17059         (gst_visual_reset), (gst_visual_src_setcaps),
17060         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17061         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17062         (gst_visual_chain), (gst_visual_change_state):
17063         Cleanups, post nice errors.
17064         Handle sink and src events.
17065         Implement simple QoS.
17066
17067         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17068         Use new basesink methods to configure max-lateness.
17069         Small doc update.
17070
17071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17072         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17073         Debug statement cleanups.
17074
17075         * gst/volume/gstvolume.c: (gst_volume_class_init):
17076         Simple cleanup.
17077
17078 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17079
17080         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17081         (gst_text_overlay_init), (gst_text_overlay_set_property),
17082         (gst_text_overlay_get_property):
17083           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17084           as string type properties, but mark them deprecated. Add
17085           'halignment' and 'valignment' properties that use enums
17086           instead of strings.
17087
17088 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17089
17090         Patch by: Fabrizio Gennari
17091
17092         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17093           Allow palettes with less than 256 colours in AVI files
17094           (#333488)
17095
17096 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17097
17098         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17099         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17100         pad. We were releasing the queued text buffer when we should keep
17101         it until video pad gets EOS or discard the text buffer because it's
17102         too old. That was eating the last subtitle buffer. Add some more
17103         debug.
17104
17105 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17108         (gst_text_overlay_video_chain):
17109           Fix invalid memory access (we can't access a buffer after it's been
17110           pushed downstream without taking a reference); fix memory leak (if
17111           there's no text to render, bail out before allocating stuff).
17112
17113 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17114
17115         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17116         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17117         * ext/pango/gsttextoverlay.h:
17118           If input is plain text, escape it before passing it to
17119           pango_layout_set_markup().
17120
17121 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17124           Don't ignore flow return from gst_pad_push().
17125
17126 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17127
17128         Patch by: Fabrizio Gennari
17129
17130         * ext/libvisual/visual.c: (gst_visual_getcaps),
17131         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17134         (gst_vorbisenc_convert_sink):
17135         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17136         (gst_audio_duration_from_pad_buffer):
17137         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17138         (gst_audio_filter_chain):
17139         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17140         (gst_base_rtp_depayload_setcaps):
17141         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17142         (gst_video_get_size):
17143         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17144           Don't leak references returned by gst_pad_get_parent()
17145           (#333663)
17146
17147 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17148
17149         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17150           change location param details
17151         * gst/volume/gstvolume.c: (plugin_init):
17152           correct plugin description
17153
17154 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17155
17156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17157         (gst_gnome_vfs_src_check_get_range):
17158           Override GstBaseSrc::check_get_range() in order to avoid opening
17159           the resource just to check whether we can operate in pull-mode or
17160           not - we can predict that pretty well from the URI alone. Should
17161           fix problems with last.fm (#331690). (Requires latest core CVS).
17162
17163 2006-03-06  Wim Taymans  <wim@fluendo.com>
17164
17165         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17166         (gst_video_sink_class_init):
17167         Throw away frames that are later than 20 ms.
17168
17169 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17170
17171         Patch by: Fabrizio Gennari
17172
17173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17174           Set depth on WMA caps (#333545)
17175
17176 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17177
17178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17179         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17180           put Theora BOS pages before others.  This hardcodes
17181           the Ogg/Theora I profile, but hey.
17182
17183 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * ext/ogg/README:
17186           updated with some examples
17187         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17188         (granulepos_add), (theora_buffer_from_packet):
17189         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17190         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17191         (gst_vorbisenc_chain):
17192           implement strategy from ext/ogg/README
17193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17194         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17195         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17196         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17197           Fix muxer so that oggz-validate is happy with all streams;
17198           except for no eos mark, and the BOS page ordering
17199         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17200         (check_buffer_granulepos):
17201         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17202           update tests to check for OFFSET being set as requested
17203           fixed type of granulepos, it's not a ClockTime
17204
17205 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17206
17207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17208         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17209         Check that the xvimage we are creating has a correct size
17210         before returning it. (#314897)
17211
17212 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17213
17214         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17215           Give id3 and ape tag typefinders a rank slightly higher
17216           than PRIMARY to ensure they're always run before any of
17217           the other typefinders (in particular wav and mp3) (#324186).
17218
17219 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17220
17221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17222           Add support for '3IVD' fourcc (#333403).
17223
17224 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17225
17226         * configure.ac:
17227           Bump requirements to GStreamer CVS for the new error enum.
17228
17229         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17230           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17231           space left on the device (fixes #333352).
17232
17233 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17234
17235         * win32/vs6:
17236           add a project file for libgstvolume
17237           update the workspace
17238
17239 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17240
17241         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17242         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17243         (GST_START_TEST):
17244           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17245           Set IN_CAPS on header buffers
17246
17247 2006-03-02  Wim Taymans  <wim@fluendo.com>
17248
17249         * docs/plugins/Makefile.am:
17250         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17251         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17252         Add audioresample to docs.
17253
17254         * gst/audioconvert/gstaudioconvert.c:
17255         Add revision date.
17256
17257         * gst/audioresample/gstaudioresample.c:
17258         (gst_audioresample_base_init), (gst_audioresample_class_init),
17259         (gst_audioresample_init), (gst_audioresample_dispose),
17260         (audioresample_get_unit_size), (audioresample_transform_caps),
17261         (resample_set_state_from_caps), (audioresample_transform_size),
17262         (audioresample_set_caps), (audioresample_event),
17263         (audioresample_do_output), (audioresample_transform),
17264         (audioresample_pushthrough), (gst_audioresample_set_property),
17265         (gst_audioresample_get_property), (plugin_init):
17266         * gst/audioresample/gstaudioresample.h:
17267         Added docs.
17268         Small code cleanups.
17269
17270 2006-03-02  Wim Taymans  <wim@fluendo.com>
17271
17272         * docs/plugins/Makefile.am:
17273         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17274         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17275         Added videoscale to docs.
17276
17277         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17278         (gst_video_rate_swap_prev), (gst_video_rate_event),
17279         (gst_video_rate_chain):
17280         Fix typo in docs.
17281
17282         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17283         (gst_video_scale_init), (gst_video_scale_prepare_size),
17284         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17285         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17286         * gst/videoscale/gstvideoscale.h:
17287         Added docs, examples.
17288         Some code cleanups.
17289         Post errors instead of g_warning.
17290
17291 2006-03-02  Wim Taymans  <wim@fluendo.com>
17292
17293         * docs/libs/gst-plugins-base-libs-docs.sgml:
17294         * docs/libs/gst-plugins-base-libs-sections.txt:
17295         * docs/libs/gst-plugins-base-libs.types:
17296         * docs/plugins/Makefile.am:
17297         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17298         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17299         Added some more docs to libs and plugins.
17300
17301         * gst-libs/gst/audio/gstringbuffer.c:
17302         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17303         * gst-libs/gst/audio/gstringbuffer.h:
17304         Document ringbuffer some more.
17305
17306         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17307         (gst_video_rate_setcaps), (gst_video_rate_reset),
17308         (gst_video_rate_init), (gst_video_rate_flush_prev),
17309         (gst_video_rate_swap_prev), (gst_video_rate_event),
17310         (gst_video_rate_chain), (gst_video_rate_change_state):
17311         * gst/videorate/gstvideorate.h:
17312         Fix videorate to use segments.
17313         Make it work with 0/1 framerates (closes #331903)
17314         Handle EOS correctly.
17315         Added docs.
17316
17317 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17320         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17321         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17322           In state change function, first chain up to parent class,
17323           then handle downwards state change stuff. Remove some
17324           commented out cruft from 0.8 code.
17325
17326 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17327
17328         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17329         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17330         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17331         (gst_ogm_parse_chain):
17332           Don't remove/re-add source pad if the new caps are the same as
17333           the old caps anyway (#333042). When removing source pad, don't
17334           unref it afterwards - we didn't ref it when adding. Sprinkle some
17335           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17336           after using gst_pad_get_parent(). Return downstream flow return
17337           value in chain function.
17338
17339 2006-03-02  Wim Taymans  <wim@fluendo.com>
17340
17341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17342         * docs/plugins/gst-plugins-base-plugins.args:
17343         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17344         * docs/plugins/gst-plugins-base-plugins.interfaces:
17345         * docs/plugins/gst-plugins-base-plugins.signals:
17346         Fix hierarchy, added some more elements to the docs.
17347
17348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17349         (gst_ffmpegcsp_get_type):
17350         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17351         Fix docs for ffmpegcolorspace.
17352
17353 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17354
17355         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17356         (apetag_type_find), (ape_type_find), (plugin_init):
17357           Some typefinding fine-tuning:
17358           - rank ID3/APE tags in order of preference via probabilities, so that
17359             ID3v2 > APEv2 > APEv1 > ID3v1.
17360           - three or four bytes don't really justify MAXIMUM probability,
17361             change those to 'very likely' (musepack and monkeysaudio).
17362
17363 2006-03-01  Wim Taymans  <wim@fluendo.com>
17364
17365         * docs/plugins/Makefile.am:
17366         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17367         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17368         * ext/alsa/gstalsamixer.c:
17369         * ext/alsa/gstalsamixer.h:
17370         * ext/alsa/gstalsamixerelement.c:
17371         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17372         * ext/alsa/gstalsamixerelement.h:
17373         * ext/alsa/gstalsasink.c:
17374         * ext/alsa/gstalsasink.h:
17375         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17376         (gst_alsasrc_init):
17377         * ext/alsa/gstalsasrc.h:
17378         Added alsa docs.
17379         Small code cleanups.
17380
17381 2006-03-01  Wim Taymans  <wim@fluendo.com>
17382
17383         * ext/theora/Makefile.am:
17384         Dist new header too,
17385
17386 2006-03-01  Wim Taymans  <wim@fluendo.com>
17387
17388         * docs/plugins/Makefile.am:
17389         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17390         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17391         * ext/gnomevfs/gstgnomevfssink.h:
17392         * ext/gnomevfs/gstgnomevfssrc.h:
17393         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17394         * ext/vorbis/vorbisdec.h:
17395         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17396         * ext/vorbis/vorbisenc.h:
17397         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17398         (vorbis_parse_chain), (vorbis_parse_change_state):
17399         * ext/vorbis/vorbisparse.h:
17400         * gst/audioconvert/gstaudioconvert.h:
17401         * gst/tcp/gsttcpserversink.h:
17402         * gst/videotestsrc/gstvideotestsrc.c:
17403         * gst/videotestsrc/gstvideotestsrc.h:
17404         * gst/volume/gstvolume.c:
17405         * gst/volume/gstvolume.h:
17406         Fix some more docs.
17407         Added docs for vorbisdec and vorbisparse.
17408         Fix vorbisparse.
17409
17410 2006-03-01  Wim Taymans  <wim@fluendo.com>
17411
17412         * docs/plugins/Makefile.am:
17413         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17414         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17415         * ext/pango/gstclockoverlay.h:
17416         * ext/pango/gsttextoverlay.h:
17417         * ext/pango/gsttextrender.h:
17418         * ext/pango/gsttimeoverlay.h:
17419         * ext/theora/gsttheoradec.h:
17420         * ext/theora/gsttheoraenc.h:
17421         * ext/theora/theoradec.c:
17422         * ext/theora/theoraenc.c:
17423         * gst/audioconvert/gstaudioconvert.h:
17424         * gst/audiotestsrc/gstaudiotestsrc.h:
17425         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17426         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17427         * gst/tcp/gstmultifdsink.h:
17428         Updated/added documentation.
17429
17430         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17431         (gst_text_overlay_halign_get_type),
17432         (gst_text_overlay_wrap_mode_get_type),
17433         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17434         (gst_text_overlay_init), (gst_text_overlay_set_property),
17435         (gst_text_overlay_get_property):
17436         Fix up properties to be enums instead of string to make bindings,
17437         introspection and automatic GUI creation possible.
17438         Add getters for the properties.
17439
17440 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17441
17442         * gst/audiotestsrc/gstaudiotestsrc.c:
17443           added defines of M_PI and M_PI_2
17444         * gst/ffmpegcolorspace/avcodec.h:
17445           removed #include "stdint.h" for win32 as _stdint.h is 
17446           autogenerated to win32/common
17447         * win32/common/libgstaudio.def:
17448         * win32/common/libgsttag.def:
17449           added some exports
17450         * win32/vs6:
17451           some project files bugs corrected
17452         * win32/vs7:
17453           project files are reset to the default vs7 configuration 
17454           (they link to msvcr71.dll using default optimizations)
17455           
17456 2006-02-28  Wim Taymans  <wim@fluendo.com>
17457
17458         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17459         Fix some docs.
17460
17461 2006-02-28  Edward Hervey  <edward@fluendo.com>
17462
17463         * ext/alsa/gstalsasrc.c:
17464         Set proper class on the ElementDetails:
17465         Source/Audio instead of Src/Audio/
17466
17467 2006-02-28  Edward Hervey  <edward@fluendo.com>
17468
17469         * gst/videoscale/vs_scanline.c:
17470         (vs_scanline_resample_nearest_RGBA):
17471         Revert optimization in videoscale. It should go in liboil and have
17472         an appropriate liboil function.
17473
17474 2006-02-28  Wim Taymans  <wim@fluendo.com>
17475
17476         * gst-libs/gst/audio/gstbaseaudiosink.c:
17477         (gst_base_audio_sink_provide_clock):
17478         Don't try to provide a clock in the NULL state.
17479
17480 2006-02-28  Wim Taymans  <wim@fluendo.com>
17481
17482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17483         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17484         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17485         (gst_ogg_demux_deactivate_current_chain),
17486         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17487         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17488         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17489         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17490         Use GstSegment infrastructure to remove duplicated code
17491         and handle more seek cases correctly.
17492
17493 2006-02-28  Wim Taymans  <wim@fluendo.com>
17494
17495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17496         (gst_ffmpegcsp_transform):
17497         Don't ignore return code from ffmpeg convert function.
17498
17499         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17500         Split out some long statements to ease debugging.
17501
17502 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17503
17504         * ext/libvisual/visual.c: (gst_visual_init),
17505         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17506         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17507         being able to renegotiate the size. Instead, use the negotiation
17508         algorithm from the goom plugin to pick an initial output caps. 
17509
17510         Also, allow theoretical libvisual plugins that might support non-GL 
17511         output even if they also do GL.
17512
17513 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17514
17515         * ext/libvisual/visual.c: (gst_visual_init),
17516         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17517         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17518         possible negotiation issues.
17519
17520 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17521
17522         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17523
17524 2006-02-24  Michael Smith  <msmith@fluendo.com>
17525
17526         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17527         (cmml_type_find), (plugin_init):
17528           Fix CMML type find function to not require a specific minor version
17529           of the CMML header.
17530
17531           Add an MPEG4 video elementary stream typefind function.
17532
17533 2006-02-04  Michael Smith  <msmith@fluendo.com>
17534
17535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17536         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17537         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17538         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17539         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17540         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17541           Annodex support in ogg demuxer. Doesn't do very much without the
17542           other annodex patches (to come).
17543
17544 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17545
17546         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17547
17548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17549           Pick up palette for MS video v1 (#327028)
17550
17551 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17554         (gst_ffmpegcsp_caps_remove_format_info),
17555         (gst_ffmpegcsp_get_unit_size):
17556           The 'palette_data' field from incoming RGB caps shouldn't be
17557           proxied on outgoing YUV caps; also, restrict unit size
17558           adjustment in case of paletted data only to the unit that
17559           actually has a palette. Fixes #330711.
17560
17561 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17562
17563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17564         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17565         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17566         (gst_ffmpegcsp_get_unit_size):
17567           Plug some memory leaks.
17568
17569 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17570
17571         * sys/ximage/Makefile.am:
17572         * sys/xvimage/Makefile.am:
17573           Add some _CFLAGS and _LIBS that seem to be missing
17574           and/or required for Cygwin (see #317048).
17575
17576 2006-02-22  Wim Taymans  <wim@fluendo.com>
17577
17578         * ext/alsa/gstalsasrc.c:
17579         Fix description as pointed out by caugier.
17580
17581 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17582
17583         Reviewed by : Edward Hervey  <edward@fluendo.com>
17584
17585         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17586         (qt_type_find):
17587         Better 3gp typefinding (#331526).
17588
17589 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17590
17591         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17592           Don't send EOS event here, the base class will send one for us.
17593
17594         * gst/playback/gstplaybasebin.c: (prepare_output):
17595           Subpictures without video stream aren't allowed either.
17596         
17597         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17598           Fix debug statement copy'n'paste-o.
17599
17600 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17601
17602         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17603           Fix issues with mixer keeping state when muting/unmuting
17604           and when changing the volume whilst muted (see #331763
17605           and #331765).
17606
17607 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17608
17609         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17610         (parse_subrip), (gst_sub_parse_format_autodetect):
17611           Set right caps given that we send escaped text. Also,
17612           honour <i></i>, <b></b> and <u></u> markers that can be found
17613           in .srt files (fixes #310202).
17614
17615 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17616
17617         * gst-libs/gst/audio/mixerutils.c:
17618         (element_factory_rank_compare_func):
17619           Make order in which elements are tried more determinable.
17620
17621 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17622
17623         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17624         (remove_element_chain), (cleanup_decodebin),
17625         (gst_decode_bin_change_state): Make decodebin reusable by
17626         fixing remove_element_chain first and then introduce a
17627         cleaner in state change to ->NULL. (Closes #331678)
17628
17629 2006-02-19  Wim Taymans  <wim@fluendo.com>
17630
17631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17632         use 0666 mask when creating files so umask gets applied
17633         correctly. Fixes #331295.
17634
17635 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17636
17637         * gst/subparse/Makefile.am:
17638         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17639         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17640         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17641         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17642         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17643         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17644         * gst/subparse/gstssaparse.h:
17645         * gst/subparse/gstsubparse.c: (plugin_init):
17646           Add very basic parser for SSA subtitle streams (as often
17647           found in matroska files).
17648
17649 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17650
17651         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17652           That should be text/x-pango-markup, not text/x-pango-layout.
17653
17654 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17655
17656         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17657         Polishing.
17658
17659 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17660
17661         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17662         (gst_text_overlay_finalize), (gst_text_overlay_init),
17663         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17664         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17665         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17666         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17667         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17668         Fix state change deadlock.
17669
17670 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17671
17672         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17673         (gst_text_overlay_finalize), (gst_text_overlay_init),
17674         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17675         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17676         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17677         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17678         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17679         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17680         and subtitles files.
17681
17682 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17683
17684         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17685         should be considered as raw.
17686
17687 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17688
17689         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17690         (cb_probe):
17691         * gst/playback/gststreaminfo.h: Introduce language informations.
17692
17693 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17694
17695         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17696         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17697         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17698         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17699         Set shared memory segments to be deleted as soon as we have attached,
17700         that way they get cleaned up automatically if we crash.
17701
17702 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17703
17704         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17705         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17706         functions are called with lock held.
17707
17708 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17709
17710         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17711         (gst_text_overlay_finalize), (gst_text_overlay_init),
17712         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17713         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17714         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17715         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17716         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17717         (gst_text_overlay_change_state): Refactoring of textoverlay
17718         without collectpads. This now supports sparse subtitles coming
17719         from a demuxer instead of a sub file. Seeking is still broken 
17720         though. Need to discuss with wtay some more on how to handle
17721         seeking correctly.
17722         * ext/pango/gsttextoverlay.h:
17723         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17724         subtitles coming from the demuxer.
17725
17726 2006-02-17  Wim Taymans  <wim@fluendo.com>
17727
17728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17729         (gst_vorbisenc_convert_sink):
17730         Use some more scaling functions.
17731
17732 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17733
17734         * ext/cdparanoia/gstcdparanoiasrc.c:
17735         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17736         (gst_cd_paranoia_paranoia_callback),
17737         (gst_cd_paranoia_src_signal_is_being_watched),
17738         (gst_cd_paranoia_src_read_sector):
17739         * ext/cdparanoia/gstcdparanoiasrc.h:
17740           Add back 'transport-error' and 'uncorrected-error' signals and
17741           make them actually be fired when bad stuff happens (#319340).
17742
17743 2006-02-17  Wim Taymans  <wim@fluendo.com>
17744
17745         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17746         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17747         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17748         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17749         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17750         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17751         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17752         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17753         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17754         (gst_ring_buffer_clear):
17755         Small cleanups.
17756         Added some G_LIKELY.
17757
17758 2006-02-17  Wim Taymans  <wim@fluendo.com>
17759
17760         * gst-libs/gst/audio/TODO:
17761         Update TODO
17762
17763         * gst-libs/gst/audio/gstbaseaudiosink.c:
17764         (gst_base_audio_sink_get_offset):
17765         When trying to play samples ASAP and we don't have a
17766         previous sample, try to play at position 0 instead of
17767         an invalid position.
17768
17769 2006-02-17  Wim Taymans  <wim@fluendo.com>
17770
17771         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17772         (gst_alsasink_reset):
17773         Also release lock when we get an error in _reset();
17774         fix an error message.
17775
17776 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17779         (gst_alsasink_init), (get_channel_free_structure),
17780         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17781         (gst_alsasink_close):
17782         * ext/alsa/gstalsasink.h:
17783           Add support for more than 2 channels (#326720).
17784
17785 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17786
17787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17788           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17789           with 4 or 6 channels, assume a default channel layout to make things
17790           work (not sure there's anything else we can do in those cases).
17791
17792 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17793
17794         * gst-libs/gst/audio/multichannel.c:
17795           Minor docs fix.
17796
17797         * gst-libs/gst/riff/Makefile.am:
17798         * gst-libs/gst/riff/riff-ids.h:
17799         * gst-libs/gst/riff/riff-media.c:
17800         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17801           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17802           channels and a channel layout map.
17803           
17804 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17805
17806         Reviewed by Edward Hervey  <edward@fluendo.com>
17807
17808         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17809         C-level optimization of the RGBA nearest neighbour function.
17810         Eventually this might end up in liboil with vectorized versions.
17811
17812 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17813
17814         * gst-libs/gst/audio/multichannel.c:
17815         (gst_audio_get_channel_positions):
17816           When we have more than 2 channels, but no channel layout is
17817           specified in the caps, return some default channel layout
17818           to the caller and warn about about a possibly buggy element
17819           (could be buggy filtercaps as well of course) (#317038).
17820
17821 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17822
17823         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17824           Add gst-libs/gst/cdda to list of lib search paths.
17825
17826 2006-02-15  Andy Wingo  <wingo@pobox.com>
17827
17828         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17829         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17830         to the Lord Jesus that I do not have to touch the ogg muxer ever
17831         again.
17832
17833 2006-02-15  Edward Hervey  <edward@fluendo.com>
17834
17835         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17836         quicktime movie files can also contain 'uuid' atoms.
17837
17838 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17839
17840         * gst/audioconvert/plugin.c: (plugin_init):
17841           Register the GstAudioChannelPosition enum type with the type
17842           system in the plugin_init function, so that it is known before
17843           any element actually makes use of multi-channel stuff. This is
17844           required for example if one wants to be able to deserialise/use
17845           a caps string with channel positions before any pipeline has
17846           been setup and started, like with gst-launch.
17847
17848 2006-02-14  Wim Taymans  <wim@fluendo.com>
17849
17850         * gst-libs/gst/audio/gstringbuffer.c:
17851         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17852         (gst_ring_buffer_samples_done), (wait_segment),
17853         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17854         Add some compiler G_(UN_)LIKELY help.
17855         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17856         make sure they can exit their functions. Should fix #330748
17857
17858 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17859
17860         * Makefile.am:
17861         * configure.ac:
17862         * win32/MANIFEST:
17863         * win32/common/_stdint.h:
17864           Windows does not have long long; copy the generated _stdint.h
17865         * win32/common/interfaces-enumtypes.c:
17866         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17867         (gst_mixer_track_flags_get_type),
17868         (gst_tuner_channel_flags_get_type):
17869         * win32/common/multichannel-enumtypes.c:
17870         (gst_audio_channel_position_get_type):
17871           update
17872
17873 2006-02-13  Wim Taymans  <wim@fluendo.com>
17874
17875         * gst-libs/gst/audio/gstbaseaudiosink.c:
17876         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17877         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17878         Always sync on first sample we receive when starting.
17879
17880 2006-02-13  Wim Taymans  <wim@fluendo.com>
17881
17882         * gst/playback/gstplaybin.c: (gen_vis_element):
17883         Update vis bin docs.
17884         Move queue after tee so we don't queue video buffers but
17885         audio samples instead. Fixes problems where the video queue
17886         is filled and the audio queue empty.
17887
17888 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17889
17890         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17891           No need to push an EOS event here, GstBaseSrc will do that for us
17892           when we return FLOW_UNEXPECTED.
17893           
17894 2006-02-12  Wim Taymans  <wim@fluendo.com>
17895
17896         * gst-libs/gst/audio/gstbaseaudiosink.c:
17897         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17898         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17899         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17900         Use scale functions when possible.
17901         Fix error messages.
17902         Free clockid when after waiting for EOS.
17903         Use G_(UN_)LIKLY when it makes sense.
17904         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17905
17906 2006-02-12  Edward Hervey  <edward@fluendo.com>
17907
17908         * gst/playback/gstplaybasebin.c: (prepare_output): 
17909         Remove stray semi-colon (fixes #330888).
17910
17911 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17912
17913         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17915         Fix up the XShm call testing so that we catch errors, and don't
17916         cause new ones by attempting to detach from a segment we failed
17917         to attach to. Fixes #312439.
17918
17919 2006-02-10  Edward Hervey  <edward@fluendo.com>
17920
17921         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17922         Added flv file typefind (video/x-flv).
17923
17924 2006-02-10  Edward Hervey  <edward@fluendo.com>
17925
17926         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17927         (gst_riff_create_video_template_caps):
17928         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17929         Also added the caps to the default set of riff video caps.
17930
17931 2006-02-09  Andy Wingo  <wingo@pobox.com>
17932
17933         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17934         time and the end time of the last packet in the page.
17935         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17936         on the pages in our queue, set the duration as well. Reflow a
17937         debug statement.
17938         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17939         Fixes bad muxing order.
17940
17941 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943         * gst-libs/gst/rtp/gstbasertppayload.c:
17944         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17945           update seqnum before setting it on the packet; this makes sure
17946           that the timestamp and seqnum properties match after pushing
17947           a buffer
17948
17949 2006-02-09  Andy Wingo  <wingo@pobox.com>
17950
17951         * gst-libs/gst/audio/gstringbuffer.c
17952         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17953         overflow after 13.5 hours of recording. Kapow!
17954
17955         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17956         the buffer size -- we don't care about underrun/overrun reporting
17957         right now, just need to return a useful value.
17958
17959 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17960
17961         * configure.ac:
17962           Back to CVS
17963
17964 === release 0.10.3 ===
17965
17966 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17967
17968         * configure.ac:
17969           releasing 0.10.3, "Under Pressure"
17970
17971 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17972
17973         * configure.ac:
17974         Drat. Bump libtool version number for new API.
17975         Prelease 0.10.2.3 (of 0.10.3)
17976
17977 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17978
17979         * configure.ac:
17980         * win32/common/config.h:
17981         0.10.2.2 prerelease (of 0.10.3).
17982
17983 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17984
17985         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17986           Revert Andy's newsegment change pending a more correct
17987           fix.
17988
17989 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17990
17991         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17992         (qt_type_find), (plugin_init):
17993           detect more files as 3gp
17994           group and reorder the iso file formats
17995
17996 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17997
17998         * ext/vorbis/vorbis.c: (plugin_init):
17999           Register musicbrainz tags, so apps don't have to.
18000
18001 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18002
18003         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18004         (gst_tag_to_vorbis_tag):
18005           Make sure we called gst_tag_register_musicbrainz_tags()
18006           before possibly mapping a vorbiscomment string from/to a
18007           musicbrainz tag.
18008
18009 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18010
18011         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18012           In case we can't find the required number of consecutive
18013           mpeg audio frames to positively identify an MPEG audio
18014           stream, check if there's at least a valid mpeg audio
18015           frame right at offset 0 and if so suggest mpeg/audio
18016           caps with a very low probability (#153004).
18017
18018 2006-02-07  Andy Wingo  <wingo@pobox.com>
18019
18020         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18021         a TIME segment if we get timestamped buffers. Requires recent
18022         fixes in core to work properly.
18023
18024 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * gst/playback/gstplaybasebin.c: (prepare_output):
18027           Don't print the URI as part of the error message, it
18028           makes error dialogs look rather ugly, especially if
18029           the URI is very long or has characters in it that
18030           need escaping.
18031
18032 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18033
18034         * gst/playback/gstplaybasebin.c: (prepare_output):
18035           Error out if we have only text or subtitles, but nothing
18036           else. Also error out if we have subtitles but no video
18037           stream.
18038
18039 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18040
18041         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18042           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18043           Post an error message on the bus when we encounter an
18044           error, which will hopefully be more meaningful than the
18045           'Internal Flow Error' message users get to see if we
18046           just return GST_FLOW_ERROR.
18047
18048 2006-02-07  Andy Wingo  <wingo@pobox.com>
18049
18050         * configure.ac (GST_MAJORMINOR): Update core version req to
18051         0.10.2.2, for the collectpads API addition (#330244).
18052
18053 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18054
18055         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18056           Return FALSE from plugin_init() when GnomeVFS can't
18057           be initialised for some reason (#328423).
18058
18059 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18060
18061         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18062         Stick to seeking theory until i find the bug.
18063         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18064
18065 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18066
18067         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18068         (theora_enc_finalize), (theora_enc_sink_setcaps),
18069         (theora_set_header_on_caps), (theora_enc_chain),
18070         (theora_enc_change_state):
18071         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18072           Make theoraenc and the tests leak free. Like, really.
18073
18074 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18075
18076         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18077         (theora_enc_finalize), (theora_enc_sink_setcaps):
18078           Add a finalize method to ensure we clean up state even if
18079           someone omitted the state change back to NULL.
18080
18081         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18082         (gst_vorbisenc_chain):
18083           Free some more leaked bits.
18084
18085         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18086         (stop_pipeline):
18087           Wait for state changes to happen if they're ASYNC.
18088
18089           This ought to teach those fancy pants buildbots a lesson.
18090
18091 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18092
18093         * gst-libs/gst/tag/gstid3tag.c:
18094           Add mapping for ID3 International Standard Recording Code
18095           tag "TSRC"
18096
18097 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18098
18099         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18100           Don't leak tag names.
18101
18102 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18103
18104         * docs/libs/gst-plugins-base-libs-docs.sgml:
18105         * docs/libs/gst-plugins-base-libs-sections.txt:
18106         * gst-libs/gst/tag/gstid3tag.c:
18107         * gst-libs/gst/tag/gstvorbistag.c:
18108         * gst-libs/gst/tag/tags.c:
18109           Split libgsttag docs into multiple sections.
18110
18111 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18112
18113         * docs/libs/Makefile.am:
18114         * docs/libs/gst-plugins-base-libs-docs.sgml:
18115         * docs/libs/gst-plugins-base-libs-sections.txt:
18116         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18117         * gst-libs/gst/tag/gstvorbistag.c:
18118         * gst-libs/gst/tag/tag.h:
18119         * gst-libs/gst/tag/tags.c:
18120           Add libgsttag to the docs.
18121
18122 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18123
18124         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18125         (gst_text_overlay_init), (gst_text_overlay_src_event),
18126         (gst_text_overlay_collected): Fix clockoverlay.
18127
18128 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18129
18130         * docs/libs/compiling.sgml:
18131           Fix typo: it's pkg-config, not pkg-gconfig
18132
18133         * docs/libs/gst-plugins-base-libs-docs.sgml:
18134         * docs/libs/gst-plugins-base-libs-sections.txt:
18135         * docs/libs/tmpl/gstgconf.sgml:
18136           There is no libgstgconf in 0.10, remove it
18137           from the docs.
18138
18139 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18140
18141         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18142         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18143         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18144         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18145         (gst_sub_parse_class_init), (gst_sub_parse_init),
18146         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18147         (parse_mpsub), (parser_state_init), (handle_buffer),
18148         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18149         * gst/subparse/gstsubparse.h: Introduce seeking code.
18150
18151 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18152
18153         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18154           Add comment about LANGUAGE tag inconsistency (we want
18155           ISO-639-1, but extract three-letter identifiers?)
18156
18157         * po/POTFILES.in:
18158           Add two translatable files.
18159
18160 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18161
18162         * gst-libs/gst/tag/Makefile.am:
18163         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18164         * gst-libs/gst/tag/tag.h:
18165         * gst-libs/gst/tag/tags.c:
18166         (gst_tag_register_musicbrainz_tags_internal),
18167         (gst_tag_register_musicbrainz_tags):
18168           Forward-port some tags stuff from the 0.8 branch. This is
18169           mostly the addition of musicbrainz tags and their mapping
18170           to vorbistags, and a vorbistag mapping of the language tag.
18171
18172 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18173
18174         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18175         refactoring.
18176
18177 2006-02-04  David Schleef  <ds@schleef.org>
18178
18179         * ext/ogg/gstoggmux.c:
18180         * gst/typefind/gsttypefindfunctions.c:
18181           Add Dirac typefinding and add dirac format to oggmux.
18182
18183 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18184
18185         * gst/playback/gstdecodebin.c: (try_to_link_1):
18186           Don't put essential function call into
18187           g_return_*() macro, otherwise it'll all be
18188           replaced by NOOPs when compiling with
18189           G_DISABLE_CHECKS defined.
18190
18191 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18192
18193         * ext/ogg/gstoggdemux.c:
18194         * ext/ogg/gstoggparse.c:
18195         * gst/tcp/gsttcpserversink.c:
18196         * sys/v4l/v4lsrc_calls.c:
18197         * sys/v4l/v4lsrc_calls.h:
18198         Just make it compile with --disable-gst-debug.
18199
18200 2006-02-03  Wim Taymans  <wim@fluendo.com>
18201
18202         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18203         (gst_alsasink_class_init), (gst_alsasink_init),
18204         (gst_alsasink_write), (gst_alsasink_reset):
18205         * ext/alsa/gstalsasink.h:
18206         Add lock to protect alsa calls.
18207         Implement reset to flush samples ASAP, does not work
18208         with dmix though.
18209
18210 2006-02-02  Wim Taymans  <wim@fluendo.com>
18211
18212         * gst-libs/gst/audio/gstbaseaudiosink.c:
18213         (gst_base_audio_sink_provide_clock):
18214         Ugh.. getting late I guess...
18215
18216 2006-02-02  Wim Taymans  <wim@fluendo.com>
18217
18218         * gst-libs/gst/audio/gstbaseaudiosink.c:
18219         (gst_base_audio_sink_provide_clock),
18220         (gst_base_audio_sink_set_property),
18221         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18222         Don't try to provide a clock when we are not negotiated since
18223         we might not be able to make it run.
18224
18225 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18226
18227         * gst/playback/gstdecodebin.c: (try_to_link_1):
18228           Unlinking two source pads is ... hard.
18229
18230 2006-02-02  Wim Taymans  <wim@fluendo.com>
18231
18232         * gst-libs/gst/audio/TODO:
18233         Updated.
18234
18235         * gst-libs/gst/audio/gstbaseaudiosink.c:
18236         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18237         On EOS, wait till the last sample is played before posting EOS.
18238
18239 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18240
18241         Patch by: Kai Vehmanen
18242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18243           Adds ability to enable newsegment bypass by setting queue_delay to
18244           zero. Also avoid thread being started if queue_delay is zero.
18245
18246 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18249           Make test work again by connecting fakesinks to each decoded pad,
18250           which makes the pipeline wait until each fakesink has a buffer
18251           queued before going to PAUSED state. At that point we know the
18252           decodebin pads are negotiated.
18253
18254 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18255
18256         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18257         (gst_cdda_base_src_handle_event):
18258         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18259           Pass unhandled queries to the parent class's query function.
18260
18261 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18262
18263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18264         (gst_ogg_pad_src_query):
18265         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18266         * ext/theora/theoradec.c: (theora_dec_src_query),
18267         (theora_dec_sink_query):
18268         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18269         (vorbis_dec_sink_query):
18270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18271         (gst_vorbisenc_sink_query):
18272         * gst/adder/gstadder.c: (gst_adder_query):
18273           Pass unhandled queries upstream instead of just
18274           dropping them (#326447). Also, fix supported
18275           query types list for some elements.
18276
18277 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18278
18279         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18280         (paris_type_find), (ilbc_type_find), (plugin_init):
18281           Fix typefinding for audio/x-au, audio/x-paris and
18282           audio/iLBC-sh. We cannot use the START_WITH macros
18283           here, because there can only be one typefind factory
18284           with the same name (caps), so the second one would
18285           replace the first one and the first one would never
18286           be called when doing typefinding (see #161712).
18287           
18288
18289 2006-01-31  Wim Taymans  <wim@fluendo.com>
18290
18291         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18292         (vorbis_handle_header_packet), (vorbis_dec_push),
18293         (vorbis_handle_data_packet):
18294         Use scale_int when we can, add some more scaling.
18295         Check packettype before parsing it.
18296
18297 2006-01-31  Wim Taymans  <wim@fluendo.com>
18298
18299         * ext/theora/theoradec.c: (_theora_granule_time),
18300         (theora_dec_src_convert), (theora_dec_sink_convert):
18301         Call right _scale functions.
18302         Use parameter instead of some other random value.
18303
18304 2006-01-31  Wim Taymans  <wim@fluendo.com>
18305
18306         * ext/theora/theoradec.c: (_theora_granule_frame),
18307         (_theora_granule_time), (_inc_granulepos),
18308         (theora_dec_src_convert), (theora_dec_sink_convert),
18309         (theora_handle_type_packet), (theora_handle_data_packet),
18310         (theora_dec_chain):
18311         Use higher precision timestamps calculation.
18312         Convert some other conversions to _scale.
18313
18314 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18315
18316         * gst/audiotestsrc/gstaudiotestsrc.c:
18317         (gst_audio_test_src_create_sine_table), (plugin_init):
18318         * gst/volume/gstvolume.c: (plugin_init):
18319           initialize gst_controller before using
18320
18321 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18322
18323         * tests/check/pipelines/theoraenc.c:
18324         * tests/check/pipelines/vorbisenc.c:
18325         Define constant using G_GINT64_CONSTANT to avoid errors when
18326         passing it around - otherwise it gets truncated to 32 bits.
18327
18328         Fixes failing tests.
18329
18330 2006-01-31  Andy Wingo  <wingo@pobox.com>
18331
18332         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18333         caps being set doesn't have a framerate value. Basically a stopgap
18334         measure.
18335
18336         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18337         technically correct enough to put into core though.
18338         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18339         DURATION. Fixes theoraenc ! oggmux.
18340
18341         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18342         fraction, not double.
18343
18344 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18345
18346         * win32/vs7:
18347         add vs7 project files created by Sergey Scobich
18348
18349 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18350
18351         * win32/vs8:
18352         add vs8 project files created by Sergey Scobich
18353         
18354 2006-01-30  Andy Wingo  <wingo@pobox.com>
18355
18356         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18357         timestamp + duration, not just timestamp -- ogg pages should be
18358         ordered by stop time. Necessary fix given the change in vorbis
18359         timestamps.
18360
18361         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18362         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18363         (granulepos_add): New function, handles the messiness of adjusting
18364         granulepos values.
18365         (theora_buffer_from_packet):
18366         (theora_enc_chain):
18367         (theora_enc_sink_event): Use granulepos_add, not +.
18368
18369         * tests/check/pipelines/theoraenc.c
18370         (check_buffer_granulepos_from_starttime): Just check the frame
18371         count, not the actual granulepos -- we can't dictate to the
18372         encoder when it should be placing keyframes.
18373
18374 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18375
18376         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18377           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18378           play an http:// stream from a server that's not serving
18379
18380 2006-01-30  Andy Wingo  <wingo@pobox.com>
18381
18382         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18383         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18384         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18385         available.
18386
18387         * ext/theora/gsttheoraenc.h:
18388         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18389         although theoraenc was timestamping correctly. Added handling of
18390         streams that start with nonzero timestamps.
18391
18392         * tests/check/Makefile.am:
18393         * tests/check/pipelines/theoraenc.c: New file, basically does same
18394         tests as vorbisenc.
18395
18396         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18397
18398 2006-01-30  Wim Taymans  <wim@fluendo.com>
18399
18400         * gst-libs/gst/audio/gstaudiosink.c:
18401         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18402         (gst_audioringbuffer_pause):
18403         Implement pause that does not wait for completion.
18404
18405         * gst-libs/gst/audio/gstbaseaudiosink.c:
18406         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18407         Don't drop buffers when going to PAUSED but perform preroll on
18408         remaining samples now that core base class supports this.
18409
18410         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18411         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18412         (gst_ring_buffer_commit):
18413         Pause should not signal waiters.
18414         Implement return value of _commit correctly.
18415
18416 2006-01-30  Andy Wingo  <wingo@pobox.com>
18417
18418         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18419
18420         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18421         updated to timestamp from the first sample, not the last.
18422         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18423         special care of granulepos and timestamp for header packets.
18424         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18425         when the first buffer has a nonzero timestamp.
18426
18427         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18428         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18429         case when the first audio buffer we get has a nonzero timestamp.
18430         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18431         properly timestamp vorbis buffers with the time of the first
18432         sample, not the last.
18433         
18434         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18435         vorbis_granule_time_copy -- now it takes the granule/subgranule
18436         offset into account.
18437
18438         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18439         timestamps, durations, and granulepos on buffers produced by
18440         vorbisenc.
18441
18442 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18443
18444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18445         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18446           Patch from Eric Jonas to support conversions to/from UYVY 
18447           (Fixes: #324626)
18448
18449 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18450
18451         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18452         (setup_subtitle), (setup_source), (set_active_source):
18453         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18454         (gen_text_element), (gen_audio_element), (gen_vis_element),
18455         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18456
18457 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18458
18459         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18460         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18461                 use gst_guint64_to_gdouble to be compliant with vs6
18462         * gst/playback/gstdecodebin.c: (try_to_link_1)
18463         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18464                 use G_GINT64_CONSTANT for int64 constants
18465         * win32/common/libgstinterfaces.def:
18466                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18467         * win32/vs6:
18468                 update and add new project files
18469                 
18470 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18471
18472         * Makefile.am:
18473         * win32/MANIFEST:
18474         * win32/common/interfaces-enumtypes.c:
18475         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18476         (gst_mixer_track_flags_get_type),
18477         (gst_tuner_channel_flags_get_type):
18478         * win32/common/interfaces-enumtypes.h:
18479         * win32/common/multichannel-enumtypes.c:
18480         (gst_audio_channel_position_get_type):
18481         * win32/common/multichannel-enumtypes.h:
18482           add a win32-update rule like in core, and copy over enumtypes files
18483
18484 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18485
18486         * win32/MANIFEST:
18487         * win32/common/config.h:
18488         * win32/common/config.h.in:
18489           add config files just like in core
18490
18491 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18492
18493         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18494           Make gcc-4.1 happy (part of #327357).
18495
18496 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18497
18498         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18499         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18500         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18501         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18502         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18503         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18504           Update all error messages.  All of them should either use
18505           the default translated message, or actually provide a
18506           translatable string.
18507           Make the string for channel count problems meaningful.
18508
18509 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18510
18511         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18512           check for and throw RESOURCE_BUSY
18513
18514 2006-01-27  David Schleef  <ds@schleef.org>
18515
18516         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18517           checked in this change -- it requires liboil features not
18518           in 0.3.6.  Revert parts.
18519
18520 2006-01-27  David Schleef  <ds@schleef.org>
18521
18522         * REQUIREMENTS:
18523         * configure.ac: update liboil requirement to 0.3.6
18524         * gst/videoscale/Makefile.am:
18525         * gst/videoscale/vs_scanline.c: liboilify
18526
18527 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18528
18529         * ext/libvisual/visual.c: (get_buffer):
18530           When pad_alloc returns a GstFlowReturn other
18531           than GST_FLOW_OK, make sure it is passed upstream.
18532
18533 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18534
18535         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18536         (gst_alsasink_class_init):
18537           Free the device name string.
18538
18539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18540         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18541         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18542           Don't remove a pad from the collectpads structure until it
18543           is released - it's a request pad, and may receive data again
18544           if the element gets moved back to PLAYING state.
18545
18546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18547           Ensure we turn on double buffering on the Xv port, and
18548           set the colour key to something dark and mysterious that
18549           isn't black.
18550
18551 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * ext/alsa/gstalsaplugin.c: (plugin_init):
18554         * ext/cdparanoia/gstcdparanoiasrc.c:
18555         (gst_cd_paranoia_src_base_init), (plugin_init):
18556         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18558           - a library should not call setlocale. see "Libraries" node in
18559             gettext manual
18560           - make sure all plugins that use translation do bindtextdomain
18561             to point to the localedir
18562         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18563         (setup_sinks), (plugin_init):
18564           all this, and check for NULL when creating sinks
18565
18566 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18567
18568         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18569         (plugin_init): Make typefinding of subtitles work again.
18570
18571 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18572
18573         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18574         (mp3_type_frame_length_from_header), (mp3_type_find),
18575         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18576         (plugin_init):
18577           Backport a bunch of typefinding fixes from the 0.8 branch.
18578           Also, improve wavpack typefinding: if we can't peek the
18579           entire wavpack block, try to parse the bits we can get and
18580           see if we find what we're looking for in those.
18581
18582 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18583
18584         * sys/ximage/ximagesink.c:
18585         (gst_ximagesink_calculate_pixel_aspect_ratio):
18586         * sys/xvimage/xvimagesink.c:
18587         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18588         more cases of pixel aspect ratio.
18589
18590 2006-01-26  Edward Hervey  <edward@fluendo.com>
18591
18592         * gst/playback/gstdecodebin.c: (pad_probe):
18593         Also consider the flush-start and tag events as unblockers
18594         for the pad probes.
18595
18596 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18597
18598         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18599         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18600         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18601         On the fly visualisation switch, works disabling, enabling as
18602         well but it won't be able to enable vis in a playbin that was
18603         created with no visualisation.
18604
18605 2006-01-25  Wim Taymans  <wim@fluendo.com>
18606
18607         * gst-libs/gst/audio/gstbaseaudiosink.c:
18608         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18609         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18610         resume after pause.
18611
18612 2006-01-25  Wim Taymans  <wim@fluendo.com>
18613
18614         * gst-libs/gst/audio/gstbaseaudiosink.c:
18615         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18616         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18617         Improve debugging.
18618         Post error when caps cannot be parsed.
18619         Resync on discontinuity in the stream.
18620         Clip samples to segment boundaries.
18621         return WRONG_STATE sooner when we are flushing.
18622
18623         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18624         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18625         Make audiosrc operate in TIME.
18626         Set TIMESTAMP and DURATION on buffers.
18627
18628 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18629
18630         * tests/examples/seek/seek.c: (main):
18631           Output tag messages as well.
18632
18633 2006-01-23  Edward Hervey  <edward@fluendo.com>
18634
18635         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18636         (free_pad_probes), (remove_fakesink), (pad_probe),
18637         (close_pad_link), (gst_decode_bin_change_state):
18638         Replace GstPadBlockCallback with pad probes that detect
18639         first buffer AND eos before removing fakesink.
18640         Fixes hang with demuxers doing EOS while pre-rolling.
18641         Solves #328279
18642
18643 2006-01-23  Andy Wingo  <wingo@pobox.com>
18644
18645         * ext/alsa/gstalsasink.c:
18646         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18647         (gst_base_rtp_depayload_setcaps),
18648         (gst_base_rtp_depayload_add_to_queue),
18649         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18650         
18651         Patch by: Jens Granseuer <jensgr at gmx dot net>
18652
18653 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18654
18655         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18656         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18657         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18658         frames. We might get a frame destroyed after changing state to
18659         NULL, adding a safety check on xcontext.
18660
18661 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18662
18663         * gst-libs/gst/interfaces/xoverlay.c:
18664           Fix prepare-xwindow-id code example in the docs - we need to
18665           ignore all messages that aren't element messages as well.
18666           
18667 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18668
18669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18670           I think one day i'll completely undestand how caps negotiation
18671           is supposed to work. This refactoring handles buffer_alloc
18672           called with caps we can't handle. We definitely don't want a
18673           set_caps with those caps, so we define and allocate a buffer
18674           we would like to receive.
18675
18676 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18677
18678         * gst/playback/gstplaybasebin.c: (setup_source):
18679           Free iterator when done.
18680
18681 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18682
18683         * gst-libs/gst/audio/gstbaseaudiosink.c:
18684         (gst_base_audio_sink_render):
18685           Fix playback of non-synchronised streams by assuming a rate
18686           of 1.0 instead of a random one.
18687
18688           Makes this work again:
18689
18690           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18691           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18692           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18693           audioresample ! alsasink
18694
18695 === release 0.10.2 ===
18696
18697 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18698
18699         * configure.ac:
18700           releasing 0.10.2, "Then the devil is six"
18701
18702 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18703
18704         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18705         * gst/playback/gststreamselector.c:
18706         (gst_stream_selector_set_property):
18707           Comment out broken code that connects to the state-changed signal.
18708           At this point, changing current stream selection is broken, but 
18709           stuff like gst-launch playbin current-audio=1 works and filters
18710           to the chosen stream.
18711
18712 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18713
18714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18715           Fix #327216 (null dereference in vorbisdec)
18716
18717 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18718
18719         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18720           Post taglist actually on bus instead of just freeing it
18721           (fixes #327114 and totem bug #327080).
18722
18723         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18724           Use gst_element_found_tags_for_pad(), so that the tags
18725           are sent downstream as an event as well.
18726
18727 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18728
18729         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18730         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18731         (gst_ximagesink_buffer_alloc):
18732         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18733         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18734         (gst_xvimagesink_buffer_alloc):
18735           move all regularly occurring messages to GST_LOG level
18736           add some more object logs
18737
18738 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18739
18740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18741           fix a silly segfault
18742
18743 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18744
18745         * docs/libs/gst-plugins-base-libs-docs.sgml:
18746         * docs/libs/gst-plugins-base-libs-sections.txt:
18747         * gst-libs/gst/audio/mixerutils.c:
18748         * gst-libs/gst/audio/mixerutils.h:
18749           Add docs for mixerutils stuff.
18750
18751 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18752
18753         * gst/playback/gstplaybasebin.c: (setup_source):
18754           Fix playback for sources that emit raw audio or
18755           raw video streams (e.g.: cd audio sources) (#325984).
18756
18757 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18758
18759         * gst-libs/gst/audio/mixerutils.c:
18760         (gst_audio_mixer_filter_do_filter):
18761           actually save the element we create
18762
18763 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18764
18765         * gst-libs/gst/cdda/gstcddabasesrc.c:
18766         (gst_cdda_base_src_handle_track_seek):
18767           No need to post a tag message on the bus when seeking
18768           within the same track, only post it when the current
18769           track changes.
18770
18771 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18772
18773         * gst/playback/gstplaybasebin.c: (group_destroy),
18774         (probe_triggered), (new_decoded_pad), (mute_group_type),
18775         (set_active_source):
18776         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18777         * gst/playback/gststreamselector.c:
18778         (gst_stream_selector_base_init),
18779         (gst_stream_selector_set_property),
18780         (gst_stream_selector_request_new_pad):
18781           Reenable stream selection. These mechanisms need a complete overhaul
18782           in the face of 0.8->0.10 changes though.
18783
18784 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18785
18786         * ext/ogg/gstoggdemux.c:
18787           Change the pad template to src_%d to match the pads that 
18788           are created from it. decodebin needs this information in order
18789           to decide that oggdemux is capable of producing multiple pads
18790           (and hence needs queues inserted).
18791
18792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18793         (gst_ogg_mux_collected):
18794           Make debug output more useful by using GST_PTR_FORMAT.
18795
18796 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18797
18798         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18799
18800         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18801           Set depth and width for alaw/mulaw (fixes #326601).
18802
18803 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18804
18805         * tests/icles/Makefile.am:
18806           don't build the tests if we don't have the libs
18807
18808 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18809
18810         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18811         (gst_cd_paranoia_paranoia_callback):
18812           Don't try to free NULL pointers.
18813
18814 2006-01-10  Edward Hervey  <edward@fluendo.com>
18815
18816         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18817         (gst_audio_rate_change_state), (plugin_init):
18818         Add debugging category.
18819         Fix type issues.
18820         Add case for incoming buffers without valid offset/offset_end.
18821
18822 2006-01-10  Michael Smith  <msmith@fluendo.com>
18823
18824         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18825           Don't leak GCond in audio sources.
18826
18827 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18828
18829         * gst/playback/gstplaybin.c: (gen_audio_element):
18830           Don't leak an autoaudiosink/alsasink when we generate
18831           a new audio element. (old code, I guess)
18832
18833 2006-01-10  Michael Smith  <msmith@fluendo.com>
18834
18835         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18836           Support float audio in audiorate.
18837           Use width rather than depth for selecting sample width.
18838
18839 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18840
18841         * gst/videotestsrc/videotestsrc.h:
18842           Use GLib types here (that way we don't have to include the
18843           generated _stdint.h header, which makes life easier for win32
18844           folks that don't use autotools for the build) (#325990, patch
18845           by: Sergey Scobich).
18846
18847 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18848
18849         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18850         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18851         (gst_ring_buffer_pause), (wait_segment):
18852         * gst-libs/gst/audio/gstringbuffer.h:
18853           Name (private) union, makes Forte compiler happy (this time
18854           for real) (#324900).
18855
18856 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18857
18858         * gst-libs/gst/audio/Makefile.am:
18859           Link against libgstinterfaces, needed for mixer
18860           and property probe stuff.
18861
18862 2006-01-09  Edward Hervey  <edward@fluendo.com>
18863
18864         * gst-libs/gst/Makefile.am:
18865
18866 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18867
18868         * gst-libs/gst/audio/Makefile.am:
18869         * gst-libs/gst/audio/mixerutils.c:
18870         (gst_audio_mixer_filter_do_filter),
18871         (gst_audio_mixer_filter_check_element),
18872         (gst_audio_mixer_filter_probe_feature),
18873         (element_factory_rank_compare_func),
18874         (gst_audio_default_registry_mixer_filter):
18875         * gst-libs/gst/audio/mixerutils.h:
18876           Add gst_audio_default_registry_mixer_filter() utility
18877           function.
18878
18879 2006-01-03  Michael Smith  <msmith@fluendo.com>
18880
18881         * gst/audioresample/resample.h:
18882           As before, but for o_buf
18883
18884 2006-01-03  Michael Smith  <msmith@fluendo.com>
18885
18886         * gst/audioresample/resample.h:
18887           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18888           since we do arithmetic on it.
18889
18890 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18891
18892         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18893         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18894         (gst_ring_buffer_pause), (wait_segment):
18895         * gst-libs/gst/audio/gstringbuffer.h:
18896           Sun's Forte compiler doesn't seem to like anonymous structs,
18897           so use same setup as in GstBaseSrc (fixes #324900).
18898
18899 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18900
18901         * configure.ac:
18902         * gst/volume/Makefile.am:
18903         * gst/volume/demo.c:
18904           move old example to tests/examples/volume/volune.c
18905         * tests/examples/Makefile.am:
18906         * tests/examples/seek/seek.c: (main):
18907           change window-close event from "delete-event" to "destroy"
18908         * tests/examples/volume/Makefile.am:
18909         * tests/examples/volume/volume.c: (value_changed_callback),
18910         (setup_gui), (message_received), (eos_message_received), (main):
18911           fix event handling and bus usage
18912
18913 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18914
18915         * gst/audiotestsrc/gstaudiotestsrc.c:
18916         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18917         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18918         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18919         (gst_audio_test_src_create_square),
18920         (gst_audio_test_src_create_saw),
18921         (gst_audio_test_src_create_triangle),
18922         (gst_audio_test_src_create_silence),
18923         (gst_audio_test_src_create_white_noise),
18924         (gst_audio_test_src_create_pink_noise),
18925         (gst_audio_test_src_init_sine_table),
18926         (gst_audio_test_src_create_sine_table),
18927         (gst_audio_test_src_change_wave),
18928         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18929         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18930         * gst/audiotestsrc/gstaudiotestsrc.h:
18931           update to basesrc changes, implement segmented seeking and eos
18932           handling, add a 'sine-tab' waveform for performance critical playback
18933
18934 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18935
18936         * po/POTFILES.in:
18937           ... and this time the other modified file that I missed last time.
18938
18939 2005-12-29  Michael Smith  <msmith@fluendo.com>
18940
18941         * gst/playback/gstdecodebin.c: (new_pad):
18942           Fix non-C89 variable declaration not at the start of a block. Should
18943           help some compilers.
18944
18945 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18946
18947         * tests/check/Makefile.am:
18948           And now fix 'make distcheck' (builddir != srcdir)
18949
18950 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18951
18952         * configure.ac:
18953         * ext/cdparanoia/Makefile.am:
18954         * ext/cdparanoia/gstcdparanoia.c:
18955         * ext/cdparanoia/gstcdparanoia.h:
18956         * ext/cdparanoia/gstcdparanoiasrc.c:
18957         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18958         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18959         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18960         (gst_cd_paranoia_paranoia_callback),
18961         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18962         (gst_cd_paranoia_src_set_property),
18963         (gst_cd_paranoia_src_get_property), (plugin_init):
18964         * ext/cdparanoia/gstcdparanoiasrc.h:
18965           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18966           plugin again (there are still fixes required to playbin to make
18967           cdda:// uris work there).
18968
18969 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18970
18971         * tests/check/Makefile.am:
18972           Fix test case compilation.
18973
18974 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18975
18976         * gst-libs/gst/cdda/gstcddabasesrc.c:
18977         (gst_cdda_base_src_update_duration),
18978         (gst_cdda_base_src_calculate_cddb_id):
18979           An integer is not a string. Fix access to uninitialised variable.
18980
18981         * tests/check/Makefile.am:
18982           Add cddabasesrc unit test; also actually enable the vorbis test.
18983
18984         * tests/check/generic/states.c:
18985           Blacklist new cd audio elements as well.
18986
18987         * tests/check/libs/cddabasesrc.c:
18988           Unit test for GstCddaBaseSrc (discid calculation mostly).
18989
18990 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18991
18992         * docs/libs/Makefile.am:
18993         * docs/libs/gst-plugins-base-libs-docs.sgml:
18994         * docs/libs/gst-plugins-base-libs-sections.txt:
18995         * docs/libs/gst-plugins-base-libs.types:
18996           Add docs for libgstcdda/GstCddaBaseSrc.
18997
18998         * gst-libs/gst/interfaces/mixertrack.h:
18999           Do one struct member per line with a semicolon at the end, that way
19000           even gtk-doc might parse it without complaining.
19001
19002 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19003
19004         * configure.ac:
19005         * gst-libs/gst/Makefile.am:
19006         * gst-libs/gst/cdda/Makefile.am:
19007         * gst-libs/gst/cdda/base64.c:
19008         * gst-libs/gst/cdda/base64.h:
19009         * gst-libs/gst/cdda/gstcddabasesrc.c:
19010         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19011         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19012         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19013         (gst_cdda_base_src_get_property),
19014         (gst_cdda_base_src_get_track_from_sector),
19015         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19016         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19017         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19018         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19019         (gst_cdda_base_src_uri_get_protocols),
19020         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19021         (gst_cdda_base_src_uri_handler_init),
19022         (gst_cdda_base_src_setup_interfaces),
19023         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19024         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19025         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19026         (gst_cdda_base_src_add_tags),
19027         (gst_cdda_base_src_add_index_associations),
19028         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19029         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19030         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19031         (gst_cdda_base_src_create):
19032         * gst-libs/gst/cdda/gstcddabasesrc.h:
19033         * gst-libs/gst/cdda/sha1.c:
19034         * gst-libs/gst/cdda/sha1.h:
19035           Add new libgstcdda with GstCddaBaseSrc class.
19036
19037 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19038
19039         * ext/gnomevfs/gstgnomevfssink.h:
19040           Use GstBaseSinkClass as parent_class member for class struct, not
19041           GstBaseSink.
19042
19043 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19044
19045         Patch by: Michael Benes
19046
19047         * gst/videotestsrc/gstvideotestsrc.c:
19048         (gst_video_test_src_class_init), (gst_video_test_src_start):
19049           Add start method to reset running time and number of frames sent
19050           when starting up (fixes #324696)
19051
19052 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19053
19054         * docs/plugins/Makefile.am:
19055         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19056         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19057         * docs/plugins/gst-plugins-base-plugins.args:
19058         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19059         * docs/plugins/gst-plugins-base-plugins.signals:
19060           Add docs stuff for gnomevfssrc and gnomevfssink.
19061
19062         * ext/gnomevfs/gstgnomevfssrc.c:
19063           Fix example pipeline in gtk-doc blurb.
19064
19065 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19066
19067         * ext/gnomevfs/Makefile.am:
19068         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19069         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19070         (gst_gnome_vfs_handle_get_type), (plugin_init):
19071         * ext/gnomevfs/gstgnomevfs.h:
19072         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19073         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19074         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19075         (gst_gnome_vfs_sink_set_property),
19076         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19077         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19078         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19079         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19080         (gst_gnome_vfs_sink_uri_get_type),
19081         (gst_gnome_vfs_sink_uri_get_protocols),
19082         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19083         (gst_gnome_vfs_sink_uri_handler_init):
19084         * ext/gnomevfs/gstgnomevfssink.h:
19085           Port gnomevfssink; add gtk-doc blurb.
19086
19087         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19088         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19089         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19090         (gst_gnome_vfs_src_uri_get_type),
19091         (gst_gnome_vfs_src_uri_get_protocols),
19092         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19093         (gst_gnome_vfs_src_uri_handler_init),
19094         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19095         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19096         (gst_gnome_vfs_src_send_additional_headers_callback),
19097         (gst_gnome_vfs_src_received_headers_callback),
19098         (gst_gnome_vfs_src_push_callbacks),
19099         (gst_gnome_vfs_src_pop_callbacks),
19100         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19101         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19102         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19103         * ext/gnomevfs/gstgnomevfssrc.h:
19104           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19105           file; add gtk-doc blurb with example pipelines.
19106
19107 === release 0.10.1 ===
19108
19109 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19110
19111         * configure.ac:
19112           releasing 0.10.1, "Dobro Dedek"
19113
19114 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19115
19116         * gst/typefind/gsttypefindfunctions.c:
19117         iLBC30 and iLBC20 added to typefind.
19118
19119 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19120
19121         * gst-libs/gst/audio/gstbaseaudiosink.c:
19122         (gst_base_audio_sink_class_init):
19123         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19124         (gst_base_audio_src_class_init):
19125           update strings, values are in microseconds
19126           change the default sink buffer time to something that is smaller
19127           (to help software volume mixing have a slightly lower delay) but
19128           still be acceptable on Wim's laptop
19129
19130 2005-12-20  Edward Hervey  <edward@fluendo.com>
19131
19132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19133         Made a quack, forgot to add DUCK to the riff video template.
19134
19135 2005-12-19  Edward Hervey  <edward@fluendo.com>
19136
19137         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19138         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19139         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19140         (gst_ogm_parse_chain):
19141         Make sure pads are initialized correctly.
19142         * gst-libs/gst/riff/riff-ids.h:
19143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19144         (gst_riff_create_video_template_caps):
19145         Add a whole bunch of FOURCC <=> MimeType.
19146         Extend the riff video pad template to support the newly added fourcc.
19147
19148 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19149
19150         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19151         (gst_ogg_demux_activate_chain):
19152           Extra debug output when activating/deactivating chains.
19153
19154         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19155         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19156         (unlinked):
19157           Remove a queue from our list when it becomes unlinked.
19158           Don't add queues to elements in class 'Demux' if they
19159           can only produce one pad 
19160
19161 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19162
19163         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19164         (gst_video_sink_get_type): Add a debug category.
19165
19166 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19167
19168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19169         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19170           Handle downstream newsegment by sending our own newsegment before the
19171           next buffer to be released. (#323900)
19172
19173 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19174
19175         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19176         (gst_base_rtp_depayload_set_gst_timestamp):
19177           add queue delay to new segment as well (as opposed to just the first
19178           buffer). (bug #322347)
19179
19180 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19181
19182         * ext/libvisual/visual.c: (make_valid_name):
19183           change some char* into char[]
19184         * gst/audiotestsrc/gstaudiotestsrc.c:
19185         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19186         (gst_audio_test_src_create):
19187         * gst/audiotestsrc/gstaudiotestsrc.h:
19188           prepare to handle EOS and SEGMENT_DONE
19189
19190 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19191
19192         * tests/check/generic/states.c: (GST_START_TEST):
19193           Blacklist cdparanoia element in state test.
19194
19195 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19196
19197           Patch by: Benjamin Pineau
19198
19199         * gst/tcp/gsttcp.c:
19200         * gst/tcp/gsttcpclientsink.c:
19201         * gst/tcp/gsttcpserversink.c:
19202         * gst/tcp/gsttcpserversrc.c:
19203           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19204
19205 2005-12-15  Michael Smith  <msmith@fluendo.com>
19206
19207         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19208         (gst_video_rate_chain):
19209           Fix timestamping for videorate when the first buffer it sees has a
19210           non-zero timestamp. Fix some misleading debug output.
19211
19212 2005-12-15  Michael Smith  <msmith@fluendo.com>
19213
19214         * gst/audioresample/gstaudioresample.c:
19215           Don't leak all input buffers to audioresample.
19216
19217 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19218
19219         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19220           Don't operate on empty text buffers. Strip newlines and
19221           tabs only from the end of the text, but leave them intact
19222           in the middle. Fix typo in gtk-doc description.
19223
19224 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19225
19226         * gst/playback/gstplaybasebin.c:
19227         * gst/playback/gstplaybin.c: (handoff):
19228           Make sure the video frame buffer we return to apps via the
19229           "frame" property always has caps set on it. Modify
19230           _gst_gvalue_set_object() macro to handle NULL objects
19231           gracefully too.
19232
19233 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19234
19235         * gst/audiotestsrc/gstaudiotestsrc.c:
19236         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19237         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19238         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19239         (gst_audio_test_src_create):
19240         * gst/audiotestsrc/gstaudiotestsrc.h:
19241         Adjust to some recent api changes and add wtays new cool seeking
19242         capabillities
19243
19244 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19245
19246         * ext/alsa/Makefile.am:
19247         * ext/alsa/gstalsadeviceprobe.c:
19248         * ext/alsa/gstalsadeviceprobe.h:
19249           Helper functions to add device probing via the GstPropertyProbe
19250           interface to a class.
19251
19252         * ext/alsa/gstalsamixer.h:
19253           Comment out GST_ALSA_MIXER, it returns a struct that's not
19254           used.
19255
19256         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19257           Add some debug info. 
19258
19259         * ext/alsa/gstalsamixerelement.c:
19260         (gst_alsa_mixer_element_interface_supported),
19261         (gst_implements_interface_init),
19262         (gst_alsa_mixer_element_init_interfaces),
19263         (gst_alsa_mixer_element_class_init),
19264         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19265         (gst_alsa_mixer_element_set_property),
19266         (gst_alsa_mixer_element_get_property),
19267         (gst_alsa_mixer_element_change_state):
19268         * ext/alsa/gstalsamixerelement.h:
19269           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19270           for device handling (gnome-volume-control will need that).
19271
19272 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19273
19274         * ext/Makefile.am: fix cdparanoia entry
19275         * gst-plugins-base.spec.in: add cdparanoia
19276
19277 2005-12-12  Michael Smith  <msmith@fluendo.com>
19278
19279         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19280           Use the correct function to free list of typefind factories.
19281
19282 2005-12-12  Wim Taymans  <wim@fluendo.com>
19283
19284         * gst/videotestsrc/gstvideotestsrc.c:
19285         (gst_video_test_src_class_init), (gst_video_test_src_init),
19286         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19287         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19288         (gst_video_test_src_create):
19289         * gst/videotestsrc/gstvideotestsrc.h:
19290         Implement seeking in videotestsrc.
19291         Small cleanups.
19292
19293 2005-12-12  Wim Taymans  <wim@fluendo.com>
19294
19295         * ext/cdparanoia/Makefile.am:
19296         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19297         (gst_paranoia_endian_get_type), (_do_init),
19298         (cdparanoia_class_init), (cdparanoia_init),
19299         (cdparanoia_set_property), (cdparanoia_get_property),
19300         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19301         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19302         (cdparanoia_convert), (cdparanoia_get_query_types),
19303         (cdparanoia_query), (cdparanoia_set_index),
19304         (cdparanoia_uri_set_uri):
19305         * ext/cdparanoia/gstcdparanoia.h:
19306         Partially ported cdparanoia now that basesrc can support a
19307         plugin like this..
19308
19309 2005-12-12  Wim Taymans  <wim@fluendo.com>
19310
19311         * tests/examples/seek/scrubby.c: (main):
19312         Set higher priority for bus events so they don't get reordered with
19313         gtk gui events.
19314
19315         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19316         (flush_toggle_cb), (main):
19317         Added checkbox to disable flushing seeks. 
19318         Disable scrubbing when doing non flushing seeks.
19319
19320 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19321
19322         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19323         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19324         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19325         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19326           Implement some sort of event handling that doesn't rely on
19327           g_return_if_fail; make sure we always push the last chunk of an 
19328           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19329           state change function; remove some old cruft. Seeking is still
19330           rather unlikely to work though.
19331
19332         * tools/.cvsignore:
19333           Ignore more.
19334
19335 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19336
19337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19338         Fixed a leak of the current image reference when cleaning up.
19339         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19340
19341 2005-12-09  Michael Smith  <msmith@fluendo.com>
19342
19343         * tools/Makefile.am:
19344         * tools/gst-launch-ext-m.m:
19345           Remove gst-launch-ext. It doesn't work, and is no longer
19346           particularly useful.
19347
19348 2005-12-08  Luca Ognibene  <luogni@tin.it>
19349
19350         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19351           don't pass random values to ogmparse convert function.
19352           Make seeking possible in the exile1.ogm file.
19353
19354 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19355
19356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19357         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19358           Work around refcount problem with g_value_set_object() that occur
19359           if the core has been compiled against GLib-2.6 (g_value_set_object()
19360           will only g_object_ref() the element, but the caller will
19361           gst_object_unref() it and bad things will happen due to the way
19362           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19363           totem for people on FC4 using Thomas's 0.10 RPMs.
19364           
19365 2005-12-07  Edward Hervey  <edward@fluendo.com>
19366
19367         Time to welcome ogm to 0.10 :)
19368         
19369         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19370         (gst_ogg_pad_typefind):
19371         Oggdemux can now properly typefind elements with dynamic pads.
19372         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19373         Properly set caps on src pad, and set caps on outgoing buffers.
19374
19375 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19376
19377         * ext/alsa/gstalsamixer.h:
19378         * ext/alsa/gstalsamixerelement.h:
19379         * ext/alsa/gstalsamixeroptions.h:
19380         * ext/alsa/gstalsamixertrack.h:
19381         * ext/alsa/gstalsasink.c:
19382         * ext/alsa/gstalsasink.h:
19383         * ext/alsa/gstalsasrc.c:
19384         * ext/alsa/gstalsasrc.h:
19385         * ext/cdparanoia/gstcdparanoia.h:
19386         * ext/gnomevfs/gstgnomevfsuri.h:
19387         * ext/ogg/gstoggdemux.c:
19388         * ext/ogg/gstoggmux.c:
19389         * ext/pango/gsttextoverlay.h:
19390         * ext/theora/theoradec.c:
19391         * ext/theora/theoraenc.c:
19392         * ext/vorbis/vorbisdec.h:
19393         * ext/vorbis/vorbisenc.c:
19394         * ext/vorbis/vorbisenc.h:
19395         * ext/vorbis/vorbisparse.h:
19396         * gst-libs/gst/audio/gstaudioclock.h:
19397         * gst-libs/gst/audio/gstaudiosink.c:
19398         * gst-libs/gst/audio/gstaudiosink.h:
19399         * gst-libs/gst/audio/gstaudiosrc.c:
19400         * gst-libs/gst/audio/gstaudiosrc.h:
19401         * gst-libs/gst/audio/gstbaseaudiosink.c:
19402         * gst-libs/gst/audio/gstbaseaudiosink.h:
19403         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19404         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19405         * gst-libs/gst/audio/gstringbuffer.h:
19406         * gst-libs/gst/audio/multichannel.h:
19407         * gst-libs/gst/floatcast/floatcast.h:
19408         * gst-libs/gst/interfaces/colorbalance.c:
19409         * gst-libs/gst/interfaces/colorbalance.h:
19410         * gst-libs/gst/interfaces/colorbalancechannel.h:
19411         * gst-libs/gst/interfaces/mixer.h:
19412         * gst-libs/gst/interfaces/mixeroptions.h:
19413         * gst-libs/gst/interfaces/mixertrack.h:
19414         * gst-libs/gst/interfaces/navigation.h:
19415         * gst-libs/gst/interfaces/propertyprobe.h:
19416         * gst-libs/gst/interfaces/tuner.h:
19417         * gst-libs/gst/interfaces/tunerchannel.h:
19418         * gst-libs/gst/interfaces/tunernorm.h:
19419         * gst-libs/gst/interfaces/xoverlay.h:
19420         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19421         * gst-libs/gst/riff/riff-ids.h:
19422         * gst-libs/gst/riff/riff-media.h:
19423         * gst-libs/gst/riff/riff-read.h:
19424         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19425         * gst-libs/gst/rtp/gstbasertppayload.c:
19426         * gst-libs/gst/rtp/gstbasertppayload.h:
19427         * gst-libs/gst/rtp/gstrtpbuffer.c:
19428         * gst-libs/gst/rtp/gstrtpbuffer.h:
19429         * gst-libs/gst/tag/gsttageditingprivate.h:
19430         * gst-libs/gst/tag/gstvorbistag.c:
19431         (gst_tag_list_from_vorbiscomment_buffer):
19432         * gst-libs/gst/tag/tag.h:
19433         * gst-libs/gst/video/video.h:
19434         * gst/adder/gstadder.c:
19435         * gst/adder/gstadder.h:
19436         * gst/audioconvert/audioconvert.c:
19437         * gst/audioconvert/audioconvert.h:
19438         * gst/audioconvert/gstaudioconvert.c:
19439         * gst/audioconvert/gstchannelmix.c:
19440         * gst/audioconvert/gstchannelmix.h:
19441         * gst/audiorate/gstaudiorate.c:
19442         * gst/audioresample/buffer.h:
19443         * gst/audioresample/functable.h:
19444         * gst/audioresample/gstaudioresample.c:
19445         * gst/audioresample/resample.h:
19446         * gst/ffmpegcolorspace/avcodec.h:
19447         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19448         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19449         * gst/ffmpegcolorspace/imgconvert.c:
19450         * gst/ffmpegcolorspace/imgconvert_template.h:
19451         * gst/playback/gstdecodebin.c:
19452         * gst/playback/gstplaybasebin.h:
19453         * gst/playback/gstplaybin.c:
19454         * gst/playback/gststreaminfo.h:
19455         * gst/tcp/gstfdset.c:
19456         * gst/tcp/gstfdset.h:
19457         * gst/tcp/gstmultifdsink.c:
19458         * gst/tcp/gstmultifdsink.h:
19459         * gst/tcp/gsttcp.h:
19460         * gst/tcp/gsttcpclientsrc.c:
19461         * gst/tcp/gsttcpclientsrc.h:
19462         * gst/tcp/gsttcpplugin.h:
19463         * gst/tcp/gsttcpserversink.c:
19464         * gst/tcp/gsttcpserversrc.c:
19465         * gst/typefind/gsttypefindfunctions.c:
19466         * gst/videorate/gstvideorate.c:
19467         * gst/videotestsrc/gstvideotestsrc.h:
19468         * gst/videotestsrc/videotestsrc.h:
19469         * sys/v4l/gstv4lcolorbalance.h:
19470         * sys/v4l/gstv4ltuner.h:
19471         * sys/v4l/gstv4lxoverlay.h:
19472         * sys/v4l/v4l_calls.h:
19473         * sys/v4l/videodev_mjpeg.h:
19474         * tests/check/elements/audioconvert.c:
19475         * tests/check/elements/audioresample.c:
19476         * tests/check/elements/audiotestsrc.c:
19477         * tests/check/elements/videotestsrc.c:
19478         * tests/check/elements/volume.c:
19479         * tests/examples/seek/scrubby.c:
19480         * tests/examples/seek/seek.c:
19481           expand tabs
19482
19483 === release 0.10.0 ===
19484
19485 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19486
19487         * configure.ac:
19488           releasing 0.10.0, "Mont-d'or"
19489
19490 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19491
19492         * tests/examples/seek/Makefile.am:
19493         Build fix for when gtk is not available.
19494
19495 2005-12-05  Andy Wingo  <wingo@pobox.com>
19496
19497         * ext/libvisual/visual.c: (get_buffer):
19498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19499         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19500         * ext/theora/theoradec.c: (theora_handle_data_packet):
19501         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19502         (theora_enc_chain):
19503         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19504         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19505         Update for alloc_buffer changes.
19506
19507 2005-12-05  Andy Wingo  <wingo@pobox.com>
19508
19509         patch by: Kai Vehmanen <kv2004 eca cx>
19510         
19511         * gst-libs/gst/rtp/gstbasertpdepayload.c
19512         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19513
19514 2005-12-04  Andy Wingo  <wingo@pobox.com>
19515
19516         patch by: Sebastien Cote <sebas642 yahoo ca>
19517         
19518         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19519         Fixes #319172.
19520
19521 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19522
19523         * docs/plugins/Makefile.am:
19524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19525         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19526         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19527         * ext/pango/gstclockoverlay.c:
19528         * ext/pango/gsttextoverlay.c: 
19529         * ext/pango/gsttextrender.c:
19530         * ext/pango/gsttimeoverlay.c:
19531           Add gtk-doc blurbs to pango elements.
19532
19533 2005-12-02  Wim Taymans  <wim@fluendo.com>
19534
19535         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19536         * gst/audioresample/buffer.h:
19537         * gst/audioresample/gstaudioresample.c:
19538         * gst/audioresample/gstaudioresample.h:
19539         * gst/audioresample/resample.c: (resample_input_flush),
19540         (resample_input_pushthrough), (resample_input_eos),
19541         (resample_get_output_size_for_input),
19542         (resample_get_input_size_for_output), (resample_get_output_size),
19543         (resample_get_output_data):
19544         * gst/audioresample/resample.h:
19545         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19546         Fix audioresample, seek torture, new segments, reverse negotiation
19547         etc.. work fine.
19548
19549 2005-12-02  Wim Taymans  <wim@fluendo.com>
19550
19551         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19552         Small cleanups.
19553
19554 2005-12-02  Wim Taymans  <wim@fluendo.com>
19555
19556         * gst/audioconvert/gstaudioconvert.c:
19557         (gst_audio_convert_transform):
19558         Post errors.
19559
19560 === release 0.9.7 ===
19561
19562 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19563
19564         * configure.ac:
19565           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19566
19567 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19568
19569         * Makefile.am:
19570         * po/hu.po:
19571         * win32/MANIFEST:
19572         * win32/gst.sln:
19573           add win32 MANIFEST file
19574           do something to the hungarian translation
19575
19576 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19577
19578         * ext/Makefile.am:
19579           Add $(PANGO_DIR) to SUBDIRS
19580
19581         * ext/pango/gstclockoverlay.c:
19582         * ext/pango/gsttimeoverlay.c:
19583           Fix and improve element descriptions.
19584
19585 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19586
19587         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19588         * docs/plugins/inspect/plugin-libvisual.xml:
19589         * docs/plugins/inspect/plugin-pango.xml:
19590           add pango plugin to docs
19591
19592 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19593
19594         * configure.ac:
19595         * ext/Makefile.am:
19596           moved pango to base
19597
19598 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19599
19600         * configure.ac:
19601         * tests/Makefile.am:
19602         * tests/icles/.cvsignore:
19603         * tests/icles/Makefile.am:
19604         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19605         (close_display), (resize_window), (move_window), (create_window),
19606         (terminate_playback), (pause_playback), (start_playback), (main):
19607           add stress test for xoverlay from Julien
19608
19609 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19610
19611         * docs/libs/tmpl/gstcolorbalance.sgml:
19612         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19613         * gst-libs/gst/rtp/gstbasertppayload.c:
19614         * gst-libs/gst/rtp/gstrtpbuffer.c:
19615         * gst-libs/gst/rtp/gstrtpbuffer.h:
19616           Do burger's rename for rtp payloaders and depayloaders
19617
19618 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19619
19620         * win32/:
19621           add Visual Studio 6 build files
19622
19623 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * docs/libs/gst-plugins-base-libs-docs.sgml:
19626         * docs/libs/gst-plugins-base-libs-sections.txt:
19627         * docs/libs/tmpl/gstaudio.sgml:
19628         * docs/libs/tmpl/gstringbuffer.sgml:
19629         * gst-libs/gst/interfaces/xoverlay.c:
19630         * gst-libs/gst/video/gstvideofilter.c:
19631         * gst-libs/gst/video/gstvideosink.c:
19632           update documentation
19633
19634 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19635
19636         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19637         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19638         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19639         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19640         (gst_multi_fd_sink_get_stats),
19641         (gst_multi_fd_sink_remove_client_link),
19642         (gst_multi_fd_sink_handle_client_read),
19643         (gst_multi_fd_sink_client_queue_data),
19644         (gst_multi_fd_sink_client_queue_caps),
19645         (gst_multi_fd_sink_client_queue_buffer),
19646         (gst_multi_fd_sink_new_client),
19647         (gst_multi_fd_sink_handle_client_write),
19648         (gst_multi_fd_sink_recover_client),
19649         (gst_multi_fd_sink_queue_buffer),
19650         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19651         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19652         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19653         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19654         * gst/tcp/gstmultifdsink.h:
19655         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19656         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19657         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19658         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19659         (gst_tcp_client_sink_set_property),
19660         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19661         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19662         * gst/tcp/gsttcpclientsink.h:
19663         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19664         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19665         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19666         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19667         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19668         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19669         * gst/tcp/gsttcpclientsrc.h:
19670         * gst/tcp/gsttcpplugin.c: (plugin_init):
19671         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19672         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19673         (gst_tcp_server_sink_finalize),
19674         (gst_tcp_server_sink_handle_server_read),
19675         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19676         (gst_tcp_server_sink_set_property),
19677         (gst_tcp_server_sink_get_property),
19678         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19679         * gst/tcp/gsttcpserversink.h:
19680         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19681         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19682         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19683         (gst_tcp_server_src_set_property),
19684         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19685         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19686         * gst/tcp/gsttcpserversrc.h:
19687           more borgifying
19688
19689 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19690
19691         * docs/plugins/Makefile.am:
19692         * docs/plugins/gst-plugins-base-plugins.args:
19693         * docs/plugins/inspect/plugin-libvisual.xml:
19694         * gst/audioconvert/plugin.h:
19695         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19696         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19697         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19698         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19699         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19700         (plugin_init):
19701         * gst/audiotestsrc/gstaudiotestsrc.c:
19702         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19703         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19704         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19705         (gst_audio_test_src_get_query_types),
19706         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19707         (gst_audio_test_src_create_square),
19708         (gst_audio_test_src_create_saw),
19709         (gst_audio_test_src_create_triangle),
19710         (gst_audio_test_src_create_silence),
19711         (gst_audio_test_src_create_white_noise),
19712         (gst_audio_test_src_init_pink_noise),
19713         (gst_audio_test_src_generate_pink_noise_value),
19714         (gst_audio_test_src_create_pink_noise),
19715         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19716         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19717         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19718         (plugin_init):
19719         * gst/audiotestsrc/gstaudiotestsrc.h:
19720         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19721         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19722         (gst_sub_parse_init), (gst_sub_parse_formats),
19723         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19724         (convert_encoding), (get_next_line),
19725         (gst_sub_parse_data_format_autodetect),
19726         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19727         (gst_sub_parse_loop), (gst_sub_parse_chain),
19728         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19729         (plugin_init):
19730         * gst/subparse/gstsubparse.h:
19731         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19732         (gst_video_rate_base_init), (gst_video_rate_class_init),
19733         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19734         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19735         (gst_video_rate_init), (gst_video_rate_event),
19736         (gst_video_rate_chain), (gst_video_rate_set_property),
19737         (gst_video_rate_get_property), (gst_video_rate_change_state),
19738         (plugin_init):
19739         * gst/videoscale/gstvideoscale.c:
19740         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19741         (gst_video_scale_src_template_factory),
19742         (gst_video_scale_sink_template_factory),
19743         (gst_video_scale_get_type), (gst_video_scale_base_init),
19744         (gst_video_scale_class_init), (gst_video_scale_init),
19745         (gst_video_scale_set_property), (gst_video_scale_get_property),
19746         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19747         (gst_video_scale_prepare_size), (parse_caps),
19748         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19749         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19750         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19751         (plugin_init):
19752         * gst/videoscale/gstvideoscale.h:
19753         * gst/videotestsrc/gstvideotestsrc.c:
19754         (gst_video_test_src_pattern_get_type),
19755         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19756         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19757         (gst_video_test_src_set_pattern),
19758         (gst_video_test_src_set_property),
19759         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19760         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19761         (gst_video_test_src_event), (gst_video_test_src_get_times),
19762         (gst_video_test_src_create), (plugin_init):
19763         * gst/videotestsrc/gstvideotestsrc.h:
19764         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19765         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19766         (gst_video_test_src_black):
19767         * gst/videotestsrc/videotestsrc.h:
19768           borgify further
19769           clean up docs a little
19770
19771 2005-11-30  Wim Taymans  <wim@fluendo.com>
19772
19773         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19774         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19775         (gst_basertppayload_event), (gst_basertppayload_push),
19776         (gst_basertppayload_change_state):
19777         * gst-libs/gst/rtp/gstbasertppayload.h:
19778         closed #320644.
19779
19780 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19781
19782         * docs/libs/gst-plugins-base-libs-docs.sgml:
19783         * docs/libs/gst-plugins-base-libs-sections.txt:
19784         * gst-libs/gst/video/gstvideofilter.c:
19785         * gst-libs/gst/video/gstvideosink.c:
19786         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19787
19788 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19789
19790         * LICENSE:
19791           move
19792         * po/af.po:
19793         * po/az.po:
19794         * po/cs.po:
19795         * po/en_GB.po:
19796         * po/hu.po:
19797         * po/it.po:
19798         * po/nb.po:
19799         * po/nl.po:
19800         * po/or.po:
19801         * po/sq.po:
19802         * po/sr.po:
19803         * po/sv.po:
19804         * po/uk.po:
19805         * po/vi.po:
19806         * Makefile.am:
19807           update
19808         * scripts/autoplugins.sh:
19809           remove
19810
19811 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19812
19813         * Makefile.am:
19814         * configure.ac:
19815         * examples/Makefile.am:
19816         * examples/capsfilter/Makefile.am:
19817         * examples/capsfilter/capsfilter1.c:
19818         * examples/gob/Makefile.am:
19819         * examples/gob/gst-identity2.gob:
19820         * examples/indexing/.cvsignore:
19821         * examples/indexing/Makefile.am:
19822         * examples/indexing/indexmpeg.c:
19823         * examples/seeking/.cvsignore:
19824         * examples/seeking/Makefile.am:
19825         * examples/seeking/cdparanoia.c:
19826         * examples/seeking/cdplayer.c:
19827         * examples/seeking/chained.c:
19828         * examples/seeking/scrubby.c:
19829         * examples/seeking/seek.c:
19830         * examples/stats/Makefile.am:
19831         * examples/stats/mp2ogg.c:
19832         * examples/switch/.cvsignore:
19833         * examples/switch/Makefile.am:
19834         * examples/switch/switcher.c:
19835         * tests/Makefile.am:
19836         * tests/check/generic/.cvsignore:
19837         * tests/check/pipelines/.cvsignore:
19838         * tests/examples/Makefile.am:
19839         * tests/examples/seek/Makefile.am:
19840           reorganize stuff under tests/
19841
19842 2005-11-30  Edward Hervey  <edward@fluendo.com>
19843
19844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19845         Go away you stupid GstStaticPadTemplate memleak.
19846
19847 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19848
19849         * gst-libs/gst/net/Makefile.am:
19850         * gst-libs/gst/net/README:
19851         * gst-libs/gst/net/gstnetbuffer.c:
19852         * gst-libs/gst/net/gstnetbuffer.h:
19853           this was moved to "netbuffer"
19854
19855 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19856
19857         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19858         (gst_video_filter_class_init), (gst_video_filter_init):
19859         * gst-libs/gst/video/gstvideofilter.h:
19860           borgify name to bring in line with other classes
19861
19862 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19863
19864         * gst/audioscale/.cvsignore:
19865         * gst/audioscale/Makefile.am:
19866         * gst/audioscale/README:
19867         * gst/audioscale/audioscale.vcproj:
19868         * gst/audioscale/dtof.c:
19869         * gst/audioscale/dtos.c:
19870         * gst/audioscale/functable.c:
19871         * gst/audioscale/gstaudioscale.c:
19872         * gst/audioscale/gstaudioscale.h:
19873         * gst/audioscale/private.h:
19874         * gst/audioscale/resample.c:
19875         * gst/audioscale/resample.h:
19876         * gst/audioscale/test.c:
19877           remove
19878
19879 2005-11-30  Edward Hervey  <edward@fluendo.com>
19880
19881         * gst-libs/gst/netbuffer/Makefile.am:
19882         really, really tired
19883
19884 2005-11-30  Edward Hervey  <edward@fluendo.com>
19885
19886         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19887         Update for new GstTypeFindFactory _register()
19888
19889 2005-11-30  Edward Hervey  <edward@fluendo.com>
19890
19891         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19892         Let's not override libgstnet from core for no reason...
19893         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19894         Ok, maybe not so quick next time.
19895
19896 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19897
19898         * configure.ac:
19899         * gst-libs/gst/Makefile.am:
19900           moved gst-libs/gst/net to netbuffer through CVS surgery
19901           remove old directory
19902           updating build to accomodate
19903           (#322257)
19904
19905 2005-11-29  Andy Wingo  <wingo@pobox.com>
19906
19907         * pkgconfig/gstreamer-plugins-base.pc.in:
19908         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19909         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19910         (#322257).
19911
19912 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19913
19914         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19915         3rd time's the charm. Correct ref-counting for discarded buffers.
19916
19917 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19918
19919         * gst/playback/gststreamselector.c:
19920         (gst_stream_selector_class_init),
19921         (gst_stream_selector_set_property),
19922         (gst_stream_selector_get_property),
19923         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19924         Fix ref-counting
19925
19926 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19927
19928         * gst/subparse/gstsubparse.c: (feed_textbuf):
19929           Don't access already unref'ed buffer.
19930
19931 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19932
19933         * gst/playback/gststreamselector.c:
19934         (gst_stream_selector_class_init), (gst_stream_selector_init),
19935         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19936         (gst_stream_selector_get_property),
19937         (gst_stream_selector_get_linked_pad),
19938         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19939         * gst/playback/gststreamselector.h:
19940         Add the active-pad property for playbin to use shortly. Ignore buffers
19941         from any other pad, returning GST_FLOW_NOT_LINKED
19942
19943 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19944
19945         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19946         patch from bug #322704 (Alessandro Decina).
19947
19948 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19949
19950         * gst-libs/gst/audio/Makefile.am:
19951           folded audiofilter into the audio library
19952
19953 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19954
19955         * gst/videoscale/gstvideoscale.h:
19956         * gst/videoscale/gstvideoscale.c:
19957           remove unimplemented scale methods
19958
19959 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19960
19961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19962           Don't leak caps.
19963
19964 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19965
19966         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19967         (gst_ximagesink_setcaps):
19968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19969         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19970         happens (only visible on ximagesink but bug is in xv too) set_caps was
19971         destroying the internal x[v]image used to memcpy non locally alloced
19972         buffers so that it got renewed on next _chain. The issue is that 
19973         _expose will try to put that image as it reffed it in _put.
19974         Using gst_buffer_unref instead of destroy fixes it !
19975
19976 2005-11-28  Edward Hervey  <edward@fluendo.com>
19977
19978         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19979         (try_to_link_1), (queue_filled_cb):
19980         Better use of the queues. Start with a small size queue and only increase
19981         the size of the queues when the other queues are empty.
19982
19983 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19984
19985         * gst-libs/gst/video/Makefile.am:
19986           compile in copied-over videofilter into the video library
19987         * gst-libs/gst/video/videosink.h:
19988           rename the header to gstvideosink.h since it's a base GstObject class
19989         * sys/ximage/ximagesink.h:
19990         * sys/xvimage/xvimagesink.h:
19991           use the new header
19992
19993 2005-11-28  Wim Taymans  <wim@fluendo.com>
19994
19995         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19996         * gst/playback/gstplaybasebin.h:
19997         Prepare to handle errors betters.
19998
19999         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20000         Set sinks to PAUSED first before adding and linking them so that
20001         we don't interrupt dataflow.
20002
20003 2005-11-28  Wim Taymans  <wim@fluendo.com>
20004
20005         * gst-libs/gst/audio/TODO:
20006         Updated TODO
20007
20008         * gst-libs/gst/audio/gstaudiosink.c:
20009         (gst_audioringbuffer_open_device),
20010         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20011         (gst_audioringbuffer_release):
20012         Small cleanups.
20013
20014         * gst-libs/gst/audio/gstbaseaudiosink.c:
20015         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20016         (gst_base_audio_sink_change_state):
20017         Slave to the master clock when going to PLAYING and unslave when
20018         going to PAUSED.
20019
20020         * gst-libs/gst/audio/gstringbuffer.c:
20021         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20022         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20023         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20024         (gst_ring_buffer_clear_all), (wait_segment),
20025         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20026         (gst_ring_buffer_advance):
20027         * gst-libs/gst/audio/gstringbuffer.h:
20028         Add some docs and cleanups.
20029
20030 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20031
20032         * sys/xvimage/xvimagesink.c:
20033         (gst_xvimagesink_navigation_send_event): Fix navigation events
20034         coordinates translation with pixel aspect ratios.
20035
20036 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20037
20038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20039         Use calculated video geometry from _setcaps instead of buffer
20040         caps to respect pixel aspect ratio. (fixes #322388)
20041
20042 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20043
20044         * docs/libs/tmpl/gstcolorbalance.sgml:
20045         * docs/libs/tmpl/gstmixer.sgml:
20046         * docs/libs/tmpl/gstxoverlay.sgml:
20047         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20048         interface.
20049
20050 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20051
20052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20053         Refuse to create an XvImage if we can't find the format.
20054
20055 2005-11-28  Edward Hervey  <edward@fluendo.com>
20056
20057         * gst-libs/gst/riff/riff-media.c:
20058         (gst_riff_create_audio_template_caps):
20059         Add ATRAC3 to the list of riff-possible audio caps.
20060         I know we still don't have a plugin for atrac3, but it's saner to output
20061         that than a cryptic mimetype.
20062
20063 2005-11-27  Edward Hervey  <edward@fluendo.com>
20064
20065         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20066         Don't try to create a zero-sized subbuffer.
20067
20068 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20069
20070         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20071         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20072         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20073         (gst_ximagesink_expose): Fixed a tricky race.
20074         * sys/ximage/ximagesink.h:
20075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20076         (gst_xvimagesink_expose): Fixed a tricky race.
20077         * sys/xvimage/xvimagesink.h:
20078
20079 2005-11-27  Edward Hervey  <edward@fluendo.com>
20080
20081         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20082         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20083         Remove unused properties, and add queues between demuxers and decoders
20084         so that a lot more files can preroll properly.
20085
20086 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20087
20088         * gst-libs/gst/net/Makefile.am:
20089         * gst-libs/gst/rtp/Makefile.am:
20090         * gst-libs/gst/tag/Makefile.am:
20091           remove silly include
20092         * gst/tags/Makefile.am:
20093         * gst/tags/gsttagediting.c:
20094         * gst/tags/gsttageditingprivate.h:
20095         * gst/tags/tagedit.vcproj:
20096           remove directory, is as good as empty
20097
20098 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20099
20100         * configure.ac:
20101           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20102         * gst-libs/Makefile.am:
20103         * gst-libs/gst/audio/Makefile.am:
20104         * gst-libs/gst/interfaces/Makefile.am:
20105         * gst-libs/gst/net/Makefile.am:
20106         * gst-libs/gst/riff/Makefile.am:
20107         * gst-libs/gst/rtp/Makefile.am:
20108         * gst-libs/gst/tag/Makefile.am:
20109         * gst-libs/gst/video/Makefile.am:
20110           and use them
20111
20112 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20113
20114         * docs/libs/tmpl/gstcolorbalance.sgml:
20115         * docs/libs/tmpl/gstmixer.sgml:
20116         * docs/libs/tmpl/gstxoverlay.sgml:
20117         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20118         * sys/ximage/ximagesink.h:
20119         * sys/xvimage/xvimagesink.h: More and more documentation.
20120
20121 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20122
20123         * docs/libs/gst-plugins-base-libs-docs.sgml:
20124         * docs/libs/gst-plugins-base-libs-sections.txt:
20125         * docs/libs/tmpl/gstcolorbalance.sgml:
20126         * docs/libs/tmpl/gstmixer.sgml:
20127         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20128         to documentation.
20129
20130 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20131
20132         * docs/plugins/Makefile.am:
20133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20135         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20136
20137 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20138
20139         * docs/plugins/Makefile.am:
20140         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20142         * docs/plugins/inspect/plugin-adder.xml:
20143         * docs/plugins/inspect/plugin-alsa.xml:
20144         * docs/plugins/inspect/plugin-audioconvert.xml:
20145         * docs/plugins/inspect/plugin-audiorate.xml:
20146         * docs/plugins/inspect/plugin-audioresample.xml:
20147         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20148         * docs/plugins/inspect/plugin-decodebin.xml:
20149         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20150         * docs/plugins/inspect/plugin-gnomevfs.xml:
20151         * docs/plugins/inspect/plugin-ogg.xml:
20152         * docs/plugins/inspect/plugin-playbin.xml:
20153         * docs/plugins/inspect/plugin-subparse.xml:
20154         * docs/plugins/inspect/plugin-tcp.xml:
20155         * docs/plugins/inspect/plugin-theora.xml:
20156         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20157         * docs/plugins/inspect/plugin-video4linux.xml:
20158         * docs/plugins/inspect/plugin-videorate.xml:
20159         * docs/plugins/inspect/plugin-videoscale.xml:
20160         * docs/plugins/inspect/plugin-videotestsrc.xml:
20161         * docs/plugins/inspect/plugin-volume.xml:
20162         * docs/plugins/inspect/plugin-vorbis.xml:
20163         * docs/plugins/inspect/plugin-ximagesink.xml:
20164         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20165         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20166
20167 2005-11-26  Edward Hervey  <edward@fluendo.com>
20168
20169         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20170         Properly return GstFlowReturn from gst_pad_push in chain functions.
20171
20172 2005-11-25  Michael Smith  <msmith@fluendo.com>
20173
20174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20175         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20176         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20177         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20178           Handle various conditions better when we don't understand a stream.
20179           Removes a heap of CRITICALs on ogg streams containing unknown data.
20180
20181 2005-11-24  Andy Wingo  <wingo@pobox.com>
20182
20183         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20184         Be threadsafe.
20185
20186 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20187
20188         * configure.ac: back to HEAD
20189
20190 === release 0.9.6 ===
20191
20192 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20193
20194         * configure.ac:
20195           releasing 0.9.6, "White Eight"
20196
20197 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20198
20199         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20200         * docs/plugins/inspect/plugin-sine.xml:
20201           remove sinesrc some more
20202
20203 2005-11-23  Wim Taymans  <wim@fluendo.com>
20204
20205         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20206         If we are reading too slowly, jump forward in the ringbuffer
20207         instead of blocking.
20208
20209 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20210
20211         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20212         (gst_visual_chain):
20213         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20214         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20215         (gst_videorate_chain):
20216         * gst/videotestsrc/gstvideotestsrc.c:
20217         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20218         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20219         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20220         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20221         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20222         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20223           Updates for API changes
20224
20225 2005-11-23  Wim Taymans  <wim@fluendo.com>
20226
20227         * gst-libs/gst/audio/gstbaseaudiosink.c:
20228         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20229         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20230         Fix for calibration API change.
20231
20232 2005-11-23  Michael Smith <msmith@fluendo.com>
20233
20234         * gst-libs/gst/audio/multichannel.c:
20235         (gst_audio_get_channel_positions),
20236         (gst_audio_set_channel_positions),
20237         (gst_audio_set_structure_channel_positions_list),
20238         (gst_audio_fixate_channel_positions):
20239           Use gst_value_array_*() functions on value arrays, not
20240           gst_value_list_*().
20241
20242 2005-11-23  Edward Hervey  <edward@fluendo.com>
20243
20244         * autogen.sh:
20245         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20246         Fixes autogen
20247
20248 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20249
20250         * check/Makefile.am:
20251         * check/elements/videotestsrc.c: (setup_videotestsrc),
20252         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20253         (main):
20254           add a test for videotestsrc
20255
20256 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20257
20258         * gst/sine/.cvsignore:
20259         * gst/sine/Makefile.am:
20260         * gst/sine/gstsinesrc.c:
20261         * gst/sine/gstsinesrc.h:
20262         * gst/sine/sinesrc.vcproj:
20263           and remove sinesrc from the repository.  Closes #321446
20264
20265 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * configure.ac:
20268         * gst-plugins-base.spec.in:
20269           remove sinesrc from the build
20270
20271 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20272
20273         * check/Makefile.am:
20274         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20275         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20276         (main):
20277           add a test for audiotestsrc, testing all waves.  Even seems
20278           leak-free at first glance, nice job Stefan
20279
20280 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20281
20282         * po/af.po:
20283         * po/az.po:
20284         * po/cs.po:
20285         * po/en_GB.po:
20286         * po/hu.po:
20287         * po/it.po:
20288         * po/nb.po:
20289         * po/nl.po:
20290         * po/or.po:
20291         * po/sq.po:
20292         * po/sr.po:
20293         * po/sv.po:
20294         * po/uk.po:
20295         * po/vi.po:
20296           Translation string updates
20297
20298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20299         (gst_v4lsrc_set_caps):
20300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20301         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20302         * sys/v4l/v4lsrc_calls.h:
20303           Improve v4lsrc, by making it work again.
20304
20305 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20306
20307         * ext/libvisual/visual.c: (gst_visual_chain):
20308           Fix the fps calculations.
20309
20310         * gst/ffmpegcolorspace/avcodec.h:
20311           Move structure element for clarity
20312
20313         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20314         * gst-libs/gst/interfaces/tunernorm.h:
20315         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20316         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20317         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20318         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20319         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20320         (gst_v4lmjpegsrc_getcaps):
20321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20322         (gst_v4lsrc_set_caps):
20323         * sys/v4l/gstv4lsrc.h:
20324         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20325         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20326         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20327         * sys/v4l/v4lsrc_calls.h:
20328           Fractional framerates...
20329
20330 2005-11-22  Wim Taymans  <wim@fluendo.com>
20331
20332         * gst-libs/gst/audio/gstbaseaudiosink.c:
20333         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20334         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20335         And we provide a clock by default, of course...
20336
20337 2005-11-22  Wim Taymans  <wim@fluendo.com>
20338
20339         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20340         This clock can be slaved to a master clock now.
20341
20342         * gst-libs/gst/audio/gstbaseaudiosink.c:
20343         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20344         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20345         (gst_base_audio_sink_set_clock),
20346         (gst_base_audio_sink_set_property),
20347         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20348         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20349         * gst-libs/gst/audio/gstbaseaudiosink.h:
20350         Handle slaving the internal clock to the clock selected in the
20351         pipeline.
20352         Add property to make the basesink not provide a clock.
20353
20354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20355         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20356         (gst_base_rtp_depayload_wait):
20357         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20358         We can use the clock in GstElement, no need to store it ourselves.
20359
20360 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20361
20362         * docs/libs/tmpl/gstaudio.sgml:
20363           update
20364         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20365         (gst_paranoia_endian_get_type):
20366         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20367         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20368         * gst/audiotestsrc/gstaudiotestsrc.c:
20369         (gst_audiostestsrc_wave_get_type):
20370         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20371         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20372         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20373         (gst_sync_method_get_type), (gst_unit_type_get_type),
20374         (gst_client_status_get_type), (gst_multifdsink_class_init),
20375         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20376         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20377         (gst_multifdsink_get_property):
20378         * gst/tcp/gstmultifdsink.h:
20379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20380         * gst/videotestsrc/gstvideotestsrc.c:
20381         (gst_videotestsrc_pattern_get_type):
20382           remove deprecated properties
20383           fix up enums to correctly have short lowercase dashed nicks
20384
20385 2005-11-22  Michael Smith <msmith@fluendo.com>
20386
20387         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20388         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20389           Add underscore.
20390
20391 2005-11-22  Michael Smith <msmith@fluendo.com>
20392
20393         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20394         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20395           Use utility method for scaling clocktime for fractional framerates.
20396
20397 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20398
20399         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20400         (gst_visual_chain):
20401         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20402         * ext/theora/theoradec.c: (theora_handle_type_packet):
20403         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20404         (theora_enc_chain):
20405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20406         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20407         * gst-libs/gst/video/video.h:
20408         * gst/ffmpegcolorspace/avcodec.h:
20409         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20410         (gst_ffmpeg_caps_to_pixfmt):
20411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20412         (gst_ffmpegcsp_set_caps):
20413         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20414         (gst_videorate_setcaps), (gst_videorate_blank_data),
20415         (gst_videorate_chain):
20416         * gst/videotestsrc/gstvideotestsrc.c:
20417         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20418         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20419         (gst_videotestsrc_event), (gst_videotestsrc_create):
20420         * gst/videotestsrc/gstvideotestsrc.h:
20421         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20422         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20423         (gst_ximagesink_get_times), (gst_ximagesink_init):
20424         * sys/ximage/ximagesink.h:
20425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20426         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20427         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20428         * sys/xvimage/xvimagesink.h:
20429           Convert elements to use fractions for their framerate.
20430           V4L elements to come later tonight.
20431
20432 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20433
20434         * gst-libs/gst/audio/audio.c:
20435         * gst-libs/gst/audio/audio.h:
20436           remove some deprecated functions
20437
20438 2005-11-22  Andy Wingo  <wingo@pobox.com>
20439
20440         * Update for gst_tag_setter API changes.
20441
20442 2005-11-22  Andy Wingo  <wingo@pobox.com>
20443
20444         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20445         (gst_ogg_demux_perform_seek):
20446         * ext/theora/theoradec.c (theora_dec_sink_event):
20447         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20448         update-funcnames.
20449
20450 2005-11-22  Wim Taymans  <wim@fluendo.com>
20451
20452         * examples/seeking/seek.c: (main):
20453         Give higher priority to bus signals than the gtk events
20454         to fix a race condition in the segment looping.
20455
20456 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20457
20458         * ext/theora/Makefile.am:
20459         * ext/vorbis/Makefile.am:
20460         * gst-libs/gst/tag/Makefile.am:
20461         * gst-plugins-base.spec.in:
20462           Rename libgsttagedit to libgsttag (#322117).
20463
20464 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20465
20466         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20468           Call gst_x_overlay_prepare_xwindow_id() to give applications
20469           a final chance to set their own xwindow id before the video
20470           sink creates its own window.
20471
20472 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20473
20474         * sys/xvimage/xvimagesink.c:
20475         (gst_xvimagesink_navigation_send_event): Handle navigation
20476         events correcly with borders if applicable.
20477
20478 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20479
20480         Patch by: Luca Ognibene
20481
20482         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20483         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20485         (gst_ffmpegcsp_caps_remove_format_info):
20486         * gst/ffmpegcolorspace/imgconvert.c:
20487         * gst/ffmpegcolorspace/imgconvert_template.h:
20488           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20489           #318353); use gst_structure_has_name().
20490
20491 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20492
20493         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20494         (gst_ximagesink_class_init): Add debug macros on functions.
20495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20496         (gst_xvimagesink_xwindow_draw_borders),
20497         (gst_xvimagesink_xvimage_put),
20498         (gst_xvimagesink_xwindow_update_geometry),
20499         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20500         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20501         (gst_xvimagesink_xcontext_clear),
20502         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20503         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20504         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20505         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20506         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20507         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20508         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20509         expose while being PAUSED, out of data flow navigation events, etc..
20510
20511 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20512
20513         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20514         * gst-libs/gst/audio/audio.h:
20515           fix prototype - wondering why the test worked regardless
20516
20517 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20518
20519         * check/Makefile.am:
20520         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20521         * gst-libs/gst/audio/audio.h:
20522           add a method that returns a proper GstClockTime
20523
20524 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20525
20526         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20527         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20528         * gst-libs/gst/interfaces/xoverlay.h:
20529           Remove everything having to do with the desired size; add 
20530           gst_x_overlay_prepare_xwindow_id() function; remove the
20531           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20532           post a message on the bus instead (#321816).
20533
20534         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20536         (gst_xvimagesink_xoverlay_init):
20537           Remove desired size stuff (#321816).
20538
20539 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20540
20541         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20542         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20543         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20544           Terminate vararg functions with NULL instead of 0 to 
20545           make gcc4 happy.
20546
20547 2005-11-21  Andy Wingo  <wingo@pobox.com>
20548
20549         patch by: Sebastien Cote <sebas642@yahoo.ca>
20550         
20551         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20552         * gst-libs/gst/rtp/gstrtpbuffer.c
20553         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20554
20555 2005-11-21  Andy Wingo  <wingo@pobox.com>
20556
20557         * gst/playback/gstplaybin.c (gen_audio_element) 
20558         (gen_video_element): Use the new MISSING_PLUGIN core error
20559         category. Closes #320060.
20560
20561         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20562         * gst/videorate/gstvideorate.c (gst_videorate_event):
20563         * ext/theora/theoradec.c (theora_dec_sink_event): 
20564         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20565         stream lock.
20566
20567         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20568         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20569         stream lock changes.
20570
20571 2005-11-21  Wim Taymans  <wim@fluendo.com>
20572
20573         * gst-libs/gst/audio/gstbaseaudiosink.c:
20574         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20575         (gst_base_audio_sink_provide_clock),
20576         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20577         (gst_base_audio_sink_change_state):
20578         * gst/audioresample/gstaudioresample.c:
20579         Segment update fix.
20580
20581 2005-11-21  Andy Wingo  <wingo@pobox.com>
20582
20583         * *.h:
20584         * *.c: Ran scripts/update-macros. Oh yes.
20585
20586 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20587
20588         * sys/ximage/Makefile.am:
20589         * sys/ximage/ximage.c:
20590           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20591           remove your old libgstximage.* manually if necessary).
20592
20593 2005-11-21  Michael Smith <msmith@fluendo.com>
20594
20595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20596           Minimal fix for bug #320200: set the min/max bitrate in the correct
20597           units. A better fix would be to upgrade to the RATEMANAGE2
20598           interface, rather than using the deprecated interface used here, but
20599           that would require an update in our libvorbis dependency (to 1.1),
20600           which is probably undesirable.
20601
20602 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20603
20604         * ext/libvisual/visual.c: (get_buffer):
20605         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20606         (gst_base_audio_src_fixate):
20607         * gst/audioconvert/gstaudioconvert.c:
20608         (gst_audio_convert_fixate_caps):
20609         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20610         * gst/audiotestsrc/gstaudiotestsrc.c:
20611         (gst_audiotestsrc_src_fixate):
20612         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20613         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20615         * gst/videotestsrc/gstvideotestsrc.c:
20616         (gst_videotestsrc_src_fixate):
20617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20619           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20620           (#322027)
20621
20622
20623 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20624
20625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20626         (gst_riff_create_iavs_caps):
20627         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20628         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20629         (gst_riff_parse_info):
20630         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20633           Fixes for GST_FOURCC_FORMAT API change.
20634
20635 2005-11-21  Andy Wingo  <wingo@pobox.com>
20636
20637         patch by: Alessandro Dessina <alessandro nnva org>
20638
20639         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20640         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20641         (gst_ogg_parse_chain):
20642         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20643         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20644         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20645         gst_value_list calls on arrays. Fixes #321962.
20646
20647 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20648
20649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20650         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20651         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20652         * gst/adder/gstadder.c: (gst_adder_init),
20653         (gst_adder_request_new_pad), (gst_adder_collected),
20654         (gst_adder_change_state):
20655           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20656           API change.
20657
20658 2005-11-21  Michael Smith <msmith@fluendo.com>
20659
20660         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20661         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20662           Properly handle pad_push return values.
20663
20664 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20665
20666         * gst-libs/gst/tag/Makefile.am:
20667         * gst-libs/gst/tag/gstvorbistag.c:
20668         (gst_tag_list_to_vorbiscomment_buffer):
20669           Remove obsolete vorbistag element and debug category.
20670
20671         * gst/playback/gstplaybasebin.c: (check_queue):
20672           Don't divide by 0 when queue-threshold is 0.
20673
20674         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20675           Don't modify an existing pixel-aspect-ratio if we fail to read
20676           a new one.
20677
20678 2005-11-20  Wim Taymans  <wim@fluendo.com>
20679
20680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20681         (gst_vorbisenc_push_packet):
20682         GST_PAD_IS_USABLE is gone, use the return value of
20683         the push or pad_alloc_buffer instead.
20684
20685 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20686
20687         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20688         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20689         (gst_ximagesink_ximage_destroy),
20690         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20691         (gst_ximagesink_xwindow_new),
20692         (gst_ximagesink_xwindow_update_geometry),
20693         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20694         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20695         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20696         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20697         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20698         (gst_ximagesink_navigation_send_event),
20699         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20700         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20701         (gst_ximagesink_finalize), (gst_ximagesink_init),
20702         (gst_ximagesink_class_init):
20703         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20704         This new version brings correct software scaling, non flickering
20705         window while resizing, pixel aspect ratio handling, usage of
20706         hardware buffer pools, out of data flow event thread for 
20707         navigation and handling of expose events even when being PAUSED,
20708         a new property to keep video aspect ratio when resizing, etc...
20709
20710 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20711
20712         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20713         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20714         handling of PAR.
20715
20716 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20717
20718         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20719         Unsetting IS_SINK flag from the fakesink, so decodebin
20720         never behaves as a sink.
20721
20722 2005-11-17  Wim Taymans  <wim@fluendo.com>
20723
20724         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20725         (gst_base_audio_src_change_state):
20726         Fix the audiosrc base class again, we did not unflush.
20727
20728 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20729
20730         * examples/seeking/seek.c: (make_dv_pipeline),
20731         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20732         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20733         to ogg/vorbis/theora pipeline.
20734
20735 2005-11-17  Wim Taymans  <wim@fluendo.com>
20736
20737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20738         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20739         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20740         Fix EOS on multiple streams.
20741         More debugging.
20742
20743 2005-11-16  Wim Taymans  <wim@fluendo.com>
20744
20745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20746         (gst_ogg_demux_perform_seek):
20747         Segment done must include stream time.
20748
20749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20750         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20751         (gst_ogg_mux_change_state):
20752         Fix ogg muxer again.
20753
20754 2005-11-16  Wim Taymans  <wim@fluendo.com>
20755
20756         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20757         Fix compile again.
20758
20759 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20760
20761         * ext/libvisual/visual.c: (gst_visual_init):
20762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20763         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20764         (gst_ogg_parse_chain):
20765         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20766         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20767         * ext/theora/theoradec.c: (gst_theora_dec_init):
20768         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20769         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20770         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20771         * gst/adder/gstadder.c: (gst_adder_class_init),
20772         (gst_adder_dispose):
20773         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20774         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20775         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20776           Fix a whole set of pad template leaks
20777
20778 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20779
20780         * check/generic/states.c: (GST_START_TEST):
20781           fix the test so that it only checks for elements that are part of
20782           this source module
20783
20784 2005-11-16  Michael Smith <msmith@fluendo.com>
20785
20786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20787         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20788         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20789         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20790         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20791         (gst_ogg_mux_change_state):
20792           Fix leaking collectpads.
20793
20794 2005-11-16  Edward Hervey  <edward@fluendo.com>
20795
20796         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20797         (gst_videorate_event), (gst_videorate_chain):
20798         Handle segment seeks
20799
20800 2005-11-16  Wim Taymans  <wim@fluendo.com>
20801
20802         * gst-libs/gst/audio/gstbaseaudiosink.c:
20803         (gst_base_audio_sink_provide_clock),
20804         (gst_base_audio_sink_change_state):
20805         Set ringbuffer to non-flushing when going to PAUSED, set to
20806         flushing again when going to READY.
20807
20808         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20809         (gst_ring_buffer_stop):
20810         Start in flushing mode by default.
20811         Don't set flushing in the _stop method, let the app call
20812         this explicitly.
20813
20814 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20815
20816         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20817         * gst-libs/gst/video/videosink.h: Add helper function needed
20818         for video sinks.
20819
20820 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20821
20822         * gst/videoscale/gstvideoscale.c:
20823         (gst_videoscale_handle_src_event):
20824           Don't leak reference to pad parent.
20825
20826 2005-11-16  Wim Taymans  <wim@fluendo.com>
20827
20828         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20829         Set ringbuffer to flushing when stopping so that we don't
20830         block on wait_segment anymore and livelock.
20831
20832 2005-11-16  Wim Taymans  <wim@fluendo.com>
20833
20834         * examples/seeking/seek.c: (send_event), (do_seek),
20835         (loop_toggle_cb), (segment_done), (main):
20836         Added looping checkbox.
20837
20838 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20839
20840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20841         (gst_ogg_demux_init):
20842         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20843         (gst_vorbis_dec_init):
20844           revert unrefs, they don't pass make check
20845
20846 2005-11-15  Johan Dahlin  <johan@gnome.org>
20847
20848         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20849         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20850         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20851         (gst_vorbis_dec_init):
20852         Fix pad template leaks. 
20853
20854 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20855
20856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20857           Make state change function thread safe.
20858
20859 2005-11-15  Edward Hervey  <edward@fluendo.com>
20860
20861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20862         (gst_ogg_demux_class_init):
20863         Implement GstElement::send_event, so we can send seek events
20864         in GST_STATE_READY
20865
20866 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20867
20868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20869         Discovered how to take away flickering while resizing the
20870         window. Please don't put that in ximagesink, refactoring in
20871         progress.
20872
20873 2005-11-14  Michael Smith <msmith@fluendo.com>
20874
20875         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20876         (gst_multifdsink_render):
20877           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20878
20879 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20880
20881         * gst/playback/gstplaybin.c: (gen_audio_element):
20882           Use autoaudiosink, it tends to be more widely available than
20883           autoaudiiosink.
20884           
20885 2005-11-14  Andy Wingo  <wingo@pobox.com>
20886
20887         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20888         as well if it is available. Fixes #316442.
20889
20890 2005-11-14  Michael Smith <msmith@fluendo.com>
20891
20892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20893         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20894         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20895         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20896         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20897         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20898         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20899         (gst_vorbisenc_change_state):
20900           Fix a small memory leak in vorbisenc.
20901           Fix large memory leaks in oggmux, also fix lots of state change
20902           bugs in oggmux.
20903
20904 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20905
20906         * gst/videotestsrc/gstvideotestsrc.c:
20907         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20908         (gst_videotestsrc_src_fixate):
20909           move fixation to a fixate function
20910           remove negotiate function, basesrc's is good enough
20911           fixes a bug for check when using the element alone
20912
20913 2005-11-13  Edward Hervey  <edward@fluendo.com>
20914
20915         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20916         (key_toggle_cb), (main):
20917         Added checkboxes for adding/removing the accurate and key_unit seek
20918         flags.
20919
20920 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20921
20922         * configure.ac: back to HEAD
20923
20924 === release 0.9.5 ===
20925
20926 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20927
20928         * configure.ac:
20929           releasing 0.9.5, "No No Kia"
20930
20931 2005-11-11  Edward Hervey  <edward@fluendo.com>
20932
20933         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20934         Added parse-launch syntax seeking mode for the seeking example.
20935         This should help stress-test even more cases.
20936         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20937
20938 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * sys/xvimage/xvimagesink.c:
20941         (gst_xvimagesink_navigation_send_event):
20942           Check whether peer pad exists before sending navigation events
20943           to it.
20944
20945 2005-11-11  Michael Smith <msmith@fluendo.com>
20946
20947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20948         (gst_vorbisenc_buffer_from_packet):
20949         * ext/vorbis/vorbisenc.h:
20950           Set duration on encoded buffers. This allows oggmux's
20951           max_page_delay parameter to actually work.
20952
20953 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20954
20955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20956         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20957         (gst_ffmpegcsp_avpicture_fill):
20958         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20959         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20960           Make palettes work again (see #132341). Use our own macros
20961           for rounding up.
20962
20963 2005-11-10  Andy Wingo  <wingo@pobox.com>
20964
20965         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20966         string doober.
20967
20968 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20969
20970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20971         (gst_ffmpegcsp_transform_caps):
20972           Prefer passthrough in transform_caps
20973
20974 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20975
20976         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20977           check for ALSA errors properly, instead of relying on ALSA's
20978           error strings to serve to the user.
20979
20980 2005-11-10  Wim Taymans  <wim@fluendo.com>
20981
20982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20983         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20984         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20985         Modernise the seek code.
20986
20987 2005-11-10  Michael Smith <msmith@fluendo.com>
20988         
20989         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20990         (setup_substreams), (set_active_source):
20991           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20992           trying to go to NULL if we failed to read a file.
20993
20994 2005-11-10  Wim Taymans  <wim@fluendo.com>
20995
20996         * gst/audiotestsrc/gstaudiotestsrc.c:
20997         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20998         (gst_audiotestsrc_create):
20999         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21000         (gst_sinesrc_get_times), (gst_sinesrc_create):
21001         * gst/videotestsrc/gstvideotestsrc.c:
21002         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21003         (gst_videotestsrc_create):
21004         The base class can now sync for us.
21005
21006 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21007
21008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21009           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21010           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21011           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21012           format=(fourcc)I420" ! xvimagesink
21013
21014 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21015
21016         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21017         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21018         (gst_sinesrc_newsegment):
21019           Send newsegment event in TIME format, set duration if
21020           num-buffers is set, fix duration querying.
21021
21022 2005-11-10  Michael Smith <msmith@fluendo.com>
21023
21024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21025         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21026         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21027         (gst_ogg_mux_collected):
21028          Fix EOS handling, partially. Now forwarding an EOS event once we have
21029          EOS on all pads works correctly. However, we still don't properly set
21030          EOS on the actual ogg stream pages.
21031
21032 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21033
21034         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21035           Set elements to NULL state before disposing of them.
21036
21037 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21038
21039         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21040
21041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21042         (gst_base_rtp_depayload_init),
21043         (gst_base_rtp_depayload_set_gst_timestamp):
21044         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21045           We need to send a newsegment event for each instance, not
21046           just for the first instance of this class (get rid of
21047           static variable in function). (#321011).
21048           
21049 2005-11-08  Michael Smith <msmith@fluendo.com>
21050
21051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21052         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21053         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21054         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21055           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21056           This makes us mux things correctly according to the ogg muxing
21057           rules. Still not handling EOS correctly right now, though.
21058
21059 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21060
21061         * gst/audioconvert/gstaudioconvert.c:
21062           Fix typo in docs. 
21063
21064 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21065
21066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21067         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21068           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21069           creating a new chain; should fix live streaming. Also
21070           add more debug output and fix a typo.
21071
21072 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21073
21074         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21075
21076         * gst/volume/gstvolume.c: (volume_set_caps):
21077           Fix compilation on Solaris with Forte. (#320923)
21078
21079 2005-11-08  Wim Taymans  <wim@fluendo.com>
21080
21081         * gst-libs/gst/audio/gstbaseaudiosink.c:
21082         (gst_base_audio_sink_render):
21083         No need to do a typecheck.
21084
21085 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21086
21087         * ext/alsa/gstalsa.h:
21088           We register a debug category, so let's use it.
21089
21090 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21091
21092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21093         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21094         Fixed a small problem.
21095
21096 2005-11-04  Wim Taymans  <wim@fluendo.com>
21097
21098         * examples/seeking/Makefile.am:
21099         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21100         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21101         (make_playerbin_pipeline), (format_value), (update_scale),
21102         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21103         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21104         (print_usage), (main):
21105         Added app for playback speed testing.
21106
21107         * examples/seeking/seek.c: (dynamic_link),
21108         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21109         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21110         (message_received), (main):
21111         Updated seek example.
21112
21113 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21114
21115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21116         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21117         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21118         (gst_base_rtp_depayload_set_clock):
21119         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21120         Don't sleep on the bench (system clock) when you have a nice 
21121         comfortable bed (Gstreamer clock) to sleep on.
21122
21123 2005-11-03  Wim Taymans  <wim@fluendo.com>
21124
21125         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21126         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21127         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21128         Handle the case where a pad_block failed.
21129
21130 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21131
21132         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21133
21134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21135         (gst_base_rtp_depayload_add_to_queue),
21136         (gst_base_rtp_depayload_push),
21137         (gst_base_rtp_depayload_set_gst_timestamp),
21138         (gst_base_rtp_depayload_queue_release):
21139           Fixes some bugs in the depayloader's queuing/de-queueing code.
21140
21141 2005-10-31  Michael Smith <msmith@fluendo.com>
21142
21143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21144         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21145         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21146           Patch from Alessandro Decina <alessandro@nnva.org>.
21147           Make oggdemux only find the final time in a chain, not per-pad,
21148           since the per-pad information can be very expensive to locate, and
21149           it isn't used anywhere. This makes reading a file containing
21150           OggSkeleton reasonably fast.
21151           Also, make chain finding work when there are logical bitstreams that
21152           can't be decoded. Fixes #319110.
21153
21154 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21155
21156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21157         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21158         (gst_base_rtp_depayload_chain),
21159         (gst_base_rtp_depayload_add_to_queue),
21160         (gst_base_rtp_depayload_push),
21161         (gst_base_rtp_depayload_set_gst_timestamp),
21162         (gst_base_rtp_depayload_queue_release),
21163         (gst_base_rtp_depayload_start_thread),
21164         (gst_base_rtp_depayload_set_property),
21165         (gst_base_rtp_depayload_get_property):
21166         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21167         Some random fixes, to fullfill the desires of thomas.
21168
21169 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21170
21171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21172         (gst_base_rtp_depayload_add_to_queue),
21173         (gst_base_rtp_depayload_push):
21174         Fixed the queueing algorithm.
21175
21176 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21177
21178         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21179         (gst_base_rtp_depayload_push):
21180         A small fix
21181
21182 2005-10-31  Wim Taymans  <wim@fluendo.com>
21183
21184         * gst-libs/gst/audio/gstringbuffer.h:
21185         Don't break ABI.
21186
21187         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21188         (gst_ffmpeg_caps_to_pixfmt):
21189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21190         (gst_ffmpegcsp_set_caps):
21191         Some more comments.
21192         Handle missing required caps fields better.
21193
21194 2005-10-31  Wim Taymans  <wim@fluendo.com>
21195
21196         * gst-libs/gst/audio/gstbaseaudiosink.c:
21197         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21198         (gst_base_audio_sink_render):
21199         * gst-libs/gst/audio/gstringbuffer.c:
21200         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21201         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21202         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21203         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21204         (gst_ring_buffer_read):
21205         * gst-libs/gst/audio/gstringbuffer.h:
21206         Add flushing mode to the ringbuffer so that it in all cases does
21207         not try to handle more audio. This makes sure it does not try to
21208         block anymore when flushing and fixes a livelock.
21209
21210 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21211
21212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21213         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21214         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21215           Explicitly check for -1 values before doing a conversion
21216           and always map them to -1. (#315545)
21217
21218 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21219
21220         * gst/playback/gstplaybin.c: (gen_video_element):
21221           first try autovideosink, then xvimagesink, then error out
21222         * po/POTFILES.in:
21223           add translatable file
21224         * po/af.po:
21225         * po/az.po:
21226         * po/cs.po:
21227         * po/en_GB.po:
21228         * po/hu.po:
21229         * po/it.po:
21230         * po/nb.po:
21231         * po/nl.po:
21232         * po/or.po:
21233         * po/sq.po:
21234         * po/sr.po:
21235         * po/sv.po:
21236         * po/uk.po:
21237         * po/vi.po:
21238           update translations
21239
21240 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21241
21242         * gst-libs/gst/rtp/gstbasedepayload.c:
21243         * gst-libs/gst/rtp/gstbasedepayload.h:
21244           Minor cleanups
21245
21246 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21247
21248         * gst/playback/.cvsignore:
21249         * gst/playback/decodetest.c:
21250         * gst/playback/test3.c:
21251           Port these two tests as well.
21252
21253 2005-10-27  Wim Taymans  <wim@fluendo.com>
21254
21255         * ext/theora/theoradec.c: (theora_dec_src_query),
21256         (theora_dec_sink_event):
21257         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21258         (theora_enc_change_state):
21259         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21260         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21261         Take proper locks when handling events.
21262
21263 2005-10-27  Wim Taymans  <wim@fluendo.com>
21264
21265         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21266         (gst_adder_change_state):
21267         Fix timestamps and fix deadlock when stopping the collectpads.
21268
21269 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21270
21271         * gst-libs/gst/rtp/gstrtpbuffer.h:
21272         Declaring the payload types as strings too so that they can be used
21273         in the padtemplate inialization.
21274
21275 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21276
21277         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21278
21279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21280         (gst_base_rtp_depayload_class_init):
21281         Fixes a small but nasty bug. The derived elements no longer segfaults
21282         on finalization.
21283
21284 2005-10-26  Michael Smith <msmith@fluendo.com>
21285
21286         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21287           When clearing an audioconvert context, set tmpbufsize to zero, so
21288           we'll allocate it again later if required.
21289           This fixes audioconvert re-negotiating formats, which previously
21290           segfaulted with a NULL destination buffer.
21291
21292 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21293
21294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21295         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21296         (gst_base_rtp_depayload_set_gst_timestamp),
21297         (gst_base_rtp_depayload_queue_release):
21298         Fixed a smalll memleak.
21299
21300 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21302         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21303         (gst_base_rtp_depayload_finalize),
21304         (gst_base_rtp_depayload_setcaps),
21305         (gst_base_rtp_depayload_add_to_queue),
21306         (gst_base_rtp_depayload_push),
21307         (gst_base_rtp_depayload_set_gst_timestamp),
21308         (gst_base_rtp_depayload_queue_release),
21309         (gst_base_rtp_depayload_thread),
21310         (gst_base_rtp_depayload_change_state):
21311         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21312         Changed the C++ comments to C comments
21313
21314 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21315
21316         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21317         * gst/tcp/gsttcpclientsrc.h:
21318         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21319         * gst/tcp/gsttcpserversrc.h:
21320           Remove unused 'curoffset' structure member.
21321
21322 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21323
21324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21325         (gst_base_rtp_depayload_base_init),
21326         (gst_base_rtp_depayload_finalize):
21327         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21328         * gst-libs/gst/rtp/gstbasertppayload.h:
21329           The pad-template on the sinkpad should be set by the derived classes.
21330           Also added some useful macros.
21331
21332 2005-10-24  Wim Taymans  <wim@fluendo.com>
21333
21334         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21335         Correctly flush decoder samples even if we could not
21336         copy them to an output buffer. Fixes #319618.
21337
21338 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21339
21340         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21342         the caps against our xcontext caps.
21343
21344 2005-10-24  Wim Taymans  <wim@fluendo.com>
21345
21346         * gst-libs/gst/audio/gstbaseaudiosink.c:
21347         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21348         Remove g_print
21349         Use sync property from baseclass to disable sync.
21350
21351 2005-10-24  Wim Taymans  <wim@fluendo.com>
21352
21353         * gst-libs/gst/audio/gstbaseaudiosink.c:
21354         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21355         Buffers with no timestamps get aligned with previous buffers or
21356         on underrun, played ASAP.
21357
21358 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21359
21360         * gst-libs/gst/video/video.h:
21361         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21362         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21364         here comes my change on caps for framerate and geometry range.
21365         We are now accepting 1 to MAXINT for width and height, and from
21366         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21367         to be blended correctly in videomixer.
21368
21369 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21370
21371         * configure.ac:
21372           back to HEAD
21373
21374 === release 0.9.4 ===
21375
21376 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21377
21378         * NEWS:
21379         * RELEASE:
21380         * configure.ac:
21381           releasing 0.9.4, "Velociraptor"
21382
21383 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21384
21385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21386         * po/POTFILES.in:
21387           STOPPED -> FAILED
21388
21389 2005-10-21  Wim Taymans  <wim@fluendo.com>
21390
21391         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21392         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21393         (pad_blocked), (close_pad_link), (new_pad):
21394         Don't try to remove elements twice.
21395
21396 2005-10-21  Wim Taymans  <wim@fluendo.com>
21397
21398         * ext/theora/theoradec.c: (theora_dec_src_query),
21399         (theora_dec_sink_event):
21400         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21401         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21402         (vorbis_handle_data_packet):
21403         * ext/vorbis/vorbisdec.h:
21404         Fix old naming.
21405
21406         * gst-libs/gst/audio/gstbaseaudiosink.c:
21407         (gst_base_audio_sink_render):
21408         Don't try to sync on buffers without a timestamp.
21409
21410 2005-10-21  Wim Taymans  <wim@fluendo.com>
21411
21412         * ext/theora/theoradec.c: (theora_dec_src_query),
21413         (theora_dec_sink_event):
21414         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21415         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21416         (vorbis_handle_data_packet):
21417         * ext/vorbis/vorbisdec.h:
21418         Fix old naming.
21419
21420 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21421
21422         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21423         (gst_vorbisenc_src_query):
21424           Implement position and duration queries.
21425
21426         * gst/playback/test3.c: (update_scale), (main):
21427           Fix for async state changes and print nicer output.
21428
21429 2005-10-20  Wim Taymans  <wim@fluendo.com>
21430
21431         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21432         (dump_element_stats), (main):
21433         * gst/playback/test6.c: (main):
21434         Fix tests again
21435
21436 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21437
21438         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21439         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21440           Don't use functions for position queries when handling
21441           duration queries.
21442
21443 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21444
21445         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21446         (vorbis_handle_data_packet), (vorbis_dec_chain),
21447         (vorbis_dec_change_state):
21448         * ext/vorbis/vorbisdec.h:
21449           Vorbis streams can be embedded in other container formats
21450           than ogg, container formats where the demuxer might set 
21451           timestamps on encoded vorbis buffers instead of those silly 
21452           granulepos thingies. In short: make vorbisdec handle 
21453           timestamps on incoming buffers as well.
21454
21455 2005-10-20  Wim Taymans  <wim@fluendo.com>
21456
21457         * gst/playback/gstplaybasebin.c: (group_destroy),
21458         (gst_play_base_bin_change_state):
21459         Fix leak.
21460         Handle case where playbasebin is now ASYNC because
21461         decodebin is.
21462
21463 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21464
21465         * gst/audioconvert/Makefile.am:
21466         * gst/audioconvert/bufferframesconvert.c:
21467         * gst/audioconvert/plugin.c: (plugin_init):
21468         * gst/audioconvert/plugin.h:
21469           And bye bye buffer-frames-convert
21470
21471 2005-10-19  Wim Taymans  <wim@fluendo.com>
21472
21473         * check/elements/audioconvert.c:
21474         * docs/libs/tmpl/gstaudio.sgml:
21475         * docs/libs/tmpl/gstcolorbalance.sgml:
21476         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21477         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21478         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21479         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21480         * gst-libs/gst/audio/audio.h:
21481         * gst/audioconvert/audioconvert.h:
21482         * gst/audioconvert/gstaudioconvert.c:
21483         (gst_audio_convert_parse_caps):
21484         * gst/volume/gstvolume.c:
21485         Bye bye buffer-frames.
21486
21487 2005-10-19  Wim Taymans  <wim@fluendo.com>
21488
21489         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21490         (query_positions_elems), (query_positions_pads), (update_scale),
21491         (do_seek), (set_update_scale), (message_received), (main):
21492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21493         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21494         (gst_ogg_demux_loop):
21495         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21496         * ext/theora/theoradec.c: (theora_dec_src_query),
21497         (theora_dec_sink_event):
21498         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21499         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21500         * gst/adder/gstadder.c: (gst_adder_query):
21501         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21502         * gst/playback/test3.c: (update_scale):
21503         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21504         (dump_element_stats), (main):
21505         * gst/playback/test6.c: (main):
21506         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21507         Query API update.
21508
21509 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21510
21511         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21512         (xml_check_first_element), (xml_type_find), (smil_type_find),
21513         (plugin_init):
21514           Add typefinding for SMIL and for generic XML. Based on patch by
21515           Akos Maroy (#308663).
21516
21517 2005-10-18  Wim Taymans  <wim@fluendo.com>
21518
21519         * gst/playback/Makefile.am:
21520         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21521         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21522         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21523         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21524         (gst_decode_bin_change_state):
21525         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21526         (gst_play_bin_send_event_to_sink):
21527         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21528         (dump_element_stats), (main):
21529         * gst/playback/test6.c: (main):
21530         Make playbin async, it'll commit state to paused when all streams
21531         are detected.
21532         Remove ugly hack.
21533         Added test6.c to show async behaviour.
21534
21535 2005-10-18  Wim Taymans  <wim@fluendo.com>
21536
21537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21538         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21539         Fix for segment-start/stop API change.
21540
21541 2005-10-18  Wim Taymans  <wim@fluendo.com>
21542
21543         * check/Makefile.am:
21544         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21545         (main):
21546         Add future test for clock selection.
21547
21548 2005-10-18  Wim Taymans  <wim@fluendo.com>
21549
21550         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21551         (gst_alsasink_close):
21552         Set handle to NULL.
21553
21554         * gst-libs/gst/audio/gstringbuffer.c:
21555         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21556         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21557         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21558         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21559         (gst_ring_buffer_read):
21560         More debug info.
21561
21562 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21563
21564         * gst/audiotestsrc/Makefile.am:
21565         * gst/sine/Makefile.am:
21566         * gst/volume/Makefile.am:
21567           fix broken build of controllerized plugins
21568
21569 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21570
21571         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21572
21573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21574         (gst_riff_create_video_template_caps):
21575           Add support for Indeo-3 (IV32).
21576
21577 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21578
21579         * configure.ac:
21580           rewrite
21581
21582 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21583
21584         * gst-libs/gst/video/video.c: (gst_video_get_size):
21585         * gst/audiotestsrc/gstaudiotestsrc.c:
21586           doc updates
21587
21588 2005-10-17  Andy Wingo  <wingo@pobox.com>
21589
21590         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21591         with the collectpads change.
21592         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21593
21594         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21595
21596         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21597
21598         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21599         alloc_buffer flow return to callers.
21600         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21601         change. Fix some memleaks in theoraenc.
21602
21603         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21604         in strange circumstance.
21605
21606 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21607
21608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21609         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21610         from caps, let's use the caps...
21611
21612 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21613
21614         * configure.ac:
21615           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21616
21617 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21618
21619         * gst-libs/gst/interfaces/Makefile.am:
21620           fix silly typo
21621
21622 2005-10-16  Andy Wingo  <wingo@pobox.com>
21623
21624         * gst/playback/gstdecodebin.c
21625         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21626         function!
21627         (try_to_link_1): Increase kraziness level.
21628
21629 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21630
21631         * configure.ac:
21632           restructure like the core one
21633         * gst-libs/gst/audio/Makefile.am:
21634         * gst-libs/gst/interfaces/Makefile.am:
21635         * gst-libs/gst/net/Makefile.am:
21636         * gst-libs/gst/riff/Makefile.am:
21637         * gst-libs/gst/rtp/Makefile.am:
21638         * gst-libs/gst/tag/Makefile.am:
21639         * gst-libs/gst/video/Makefile.am:
21640           use correct linker flags, now the libs are properly versioned
21641         * check/elements/audioconvert.c: (verify_convert):
21642         * ext/alsa/gstalsaplugin.c:
21643         * ext/cdparanoia/gstcdparanoia.c:
21644         * ext/gnomevfs/gstgnomevfs.c:
21645         * ext/libvisual/visual.c:
21646         * ext/ogg/gstogg.c:
21647         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21648         * ext/theora/theora.c:
21649         * ext/vorbis/vorbis.c:
21650         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21651         * gst-libs/gst/tag/gsttagediting.c:
21652         * gst-libs/gst/video/video.c:
21653         * gst/adder/gstadder.c:
21654         * gst/audioconvert/plugin.c:
21655         * gst/audiorate/gstaudiorate.c:
21656         * gst/audioresample/gstaudioresample.c:
21657         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21658         * gst/audioscale/gstaudioscale.c:
21659         * gst/audioscale/resample.c:
21660         * gst/audiotestsrc/gstaudiotestsrc.c:
21661         * gst/ffmpegcolorspace/gstffmpeg.c:
21662         * gst/playback/gstdecodebin.c: (close_pad_link):
21663         * gst/playback/gstplaybin.c: (gen_video_element),
21664         (gen_audio_element):
21665         * gst/sine/gstsinesrc.c:
21666         * gst/subparse/gstsubparse.c:
21667         * gst/tags/gsttagediting.c:
21668         * gst/tcp/gsttcpplugin.c:
21669         * gst/typefind/gsttypefindfunctions.c:
21670         * gst/videorate/gstvideorate.c:
21671         * gst/videoscale/gstvideoscale.c:
21672         * gst/videotestsrc/gstvideotestsrc.c:
21673         * gst/volume/gstvolume.c:
21674         * sys/v4l/gstv4l.c:
21675         * sys/ximage/ximage.c:
21676         * sys/xvimage/xvimagesink.c:
21677           fix up defines
21678
21679 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21680
21681         * ext/vorbis/vorbisenc.c:
21682         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21683         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21684         (gst_tag_to_vorbis_comments):
21685           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21686
21687 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21688
21689         * examples/stats/mp2ogg.c:
21690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21691           typo fixes
21692
21693 2005-10-13  Michael Smith <msmith@fluendo.com>
21694
21695         * ext/ogg/gstoggmux.c:
21696           Use magic glib macros to define constants as 64 bit, to ensure
21697           appropriate vararg passing.
21698
21699 2005-10-13  Michael Smith <msmith@fluendo.com>
21700
21701         * ext/ogg/gstoggmux.c:
21702         * gst/audioconvert/audioconvert.c: (float):
21703           Don't use LL suffix, as it's not portable, and neither of these
21704           uses required it anyway.
21705
21706 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21707
21708         * examples/indexing/indexmpeg.c: (main):
21709         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21710         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21711         (cdparanoia_convert), (cdparanoia_query):
21712         * ext/cdparanoia/gstcdparanoia.h:
21713         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21714         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21715         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21717         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21718         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21720         (gst_multifdsink_render), (gst_multifdsink_start),
21721         (gst_multifdsink_stop):
21722         * gst/tcp/gstmultifdsink.h:
21723         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21724         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21725         (gst_tcpclientsink_stop):
21726         * gst/tcp/gsttcpclientsink.h:
21727         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21728         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21729         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21730         * gst/tcp/gsttcpclientsrc.h:
21731         * gst/tcp/gsttcpserversink.h:
21732         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21733         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21734         (gst_tcpserversrc_stop):
21735         * gst/tcp/gsttcpserversrc.h:
21736         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21737         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21738         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21739           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21740           moved bitshift from macro to enum definition
21741
21742 2005-10-12  Wim Taymans  <wim@fluendo.com>
21743
21744         * examples/seeking/Makefile.am:
21745         Oops.
21746
21747 2005-10-12  Wim Taymans  <wim@fluendo.com>
21748
21749         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21750         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21751         Don't assert on normal stuff.
21752
21753         * gst/playback/gstplaybin.c: (do_playbin_seek):
21754         API fix.
21755
21756 2005-10-12  Wim Taymans  <wim@fluendo.com>
21757
21758         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21759         * examples/seeking/Makefile.am:
21760         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21761         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21762         (do_seek), (set_update_scale), (message_received), (main):
21763         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21764         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21765         Update for _get_state() API change.
21766
21767 2005-10-11  Wim Taymans  <wim@fluendo.com>
21768
21769         * gst-libs/gst/audio/gstbaseaudiosink.c:
21770         (gst_base_audio_sink_render):
21771         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21772         (gst_base_audio_src_create):
21773         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21774         (gst_ring_buffer_read):
21775         Cleanups.
21776         Commit and read from ringbuffer in samples rather than bytes.
21777
21778 2005-10-11  Wim Taymans  <wim@fluendo.com>
21779
21780         * gst-libs/gst/audio/gstbaseaudiosink.c:
21781         (gst_base_audio_sink_render):
21782         Respect segment rate and accum when scheduling samples.
21783
21784 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21785
21786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21787         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21788         EOS correctly, that needs more work.
21789
21790 2005-10-11  Wim Taymans  <wim@fluendo.com>
21791
21792         * check/generic/states.c: (GST_START_TEST):
21793         remove old property.
21794
21795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21796         (gst_ogg_demux_perform_seek):
21797         * ext/theora/theoradec.c: (theora_dec_sink_event):
21798         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21799         (vorbis_handle_data_packet):
21800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21801         (gst_base_rtp_depayload_set_gst_timestamp):
21802         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21803         Update for newsegment API change.
21804
21805 2005-10-11  Michael Smith <msmith@fluendo.com>
21806
21807         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21808         (do_playbin_seek), (gst_play_bin_send_event):
21809           Override send_event differently, so that we can takes bits of
21810           functionality from GstPipeline (special handling for seeks,
21811           including pausing/resuming, and resetting stream time) and still get
21812           the appropriate behaviour of only forwarding event to a single sink,
21813           rather than all of them.
21814           Unfortunately requires a lot of code duplication, but the
21815           alternatives are equally ugly in the end.
21816
21817 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * check/elements/audioconvert.c: (setup_audioconvert),
21820         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21821         (GST_START_TEST), (audioconvert_suite):
21822           clean up tests a little, fix some leaks.
21823
21824 2005-10-10  Wim Taymans  <wim@fluendo.com>
21825
21826         * ext/alsa/gstalsasink.c:
21827         Also allow unsigned int.
21828
21829         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21830         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21831         Small cleanup
21832
21833 2005-10-10  Wim Taymans  <wim@fluendo.com>
21834
21835         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21836         Small update, use API as stated in design docs.
21837
21838         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21839         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21840         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21841         (message_received), (main):
21842         Updated seek example for GOption. Some usability improvements.
21843
21844 2005-10-10  Wim Taymans  <wim@fluendo.com>
21845
21846         * gst/audioconvert/audioconvert.h:
21847         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21848         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21849         Alloc temp storage somewhere else where we can do it more
21850         portable.
21851
21852 2005-10-10  Wim Taymans  <wim@fluendo.com>
21853
21854         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21855         (gst_tcpserversrc_start):
21856         Don't block in accept while doing the state change, move
21857         to poll and make cancellable.
21858
21859 2005-10-09  Philippe Khalaf <burger@speedy.org>
21860
21861         * gst-libs/gst/rtp/rtpbasedepayload.c:
21862         Set timestamp and add queue delay to timestamp
21863         * gst-libs/gst/rtp/rtpbuffer.h:
21864         Set correct payload type for h263
21865
21866 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21867
21868         * gst/audiotestsrc/gstaudiotestsrc.c:
21869         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21870         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21871         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21872         (gst_audiotestsrc_create_triangle),
21873         (gst_audiotestsrc_create_silence),
21874         (gst_audiotestsrc_create_white_noise),
21875         (gst_audiotestsrc_init_pink_noise),
21876         (gst_audiotestsrc_generate_pink_noise_value),
21877         (gst_audiotestsrc_create_pink_noise),
21878         (gst_audiotestsrc_change_wave):
21879         * gst/audiotestsrc/gstaudiotestsrc.h:
21880           fixed typo, added pink noise
21881
21882 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21883
21884         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21885         (plugin_init):
21886           Add wavpack and spc typefind functions from 0.8 branch.
21887
21888 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21889
21890         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21891         (ar_type_find), (msdos_type_find), (plugin_init):
21892           Add typefind functions for tar archives, ar archives,
21893           RAR archives, and msdos-executables (dlls, exe, etc.).
21894           Some of those would be wrongly identified as mpeg
21895           streams of some sort before (#315550).
21896
21897 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21898
21899         * configure.ac:
21900         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21901         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21902         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21903         * gst/audiotestsrc/Makefile.am:
21904         * gst/audiotestsrc/gstaudiotestsrc.c:
21905         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21906         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21907         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21908         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21909         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21910         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21911         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21912         (gst_audiotestsrc_create_silence),
21913         (gst_audiotestsrc_create_white_noise),
21914         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21915         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21916         (gst_audiotestsrc_start), (plugin_init):
21917         * gst/audiotestsrc/gstaudiotestsrc.h:
21918           add new plugin and element
21919         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21920           use gobject_class
21921
21922 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21923
21924         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21925         (gst_adder_init), (gst_adder_request_new_pad),
21926         (gst_adder_change_state):
21927           Add query function to source pad, so adder reports the correct
21928           time/sample position when queried (#315457); fix state change
21929           function; use GST_DEBUG_FUNCPTR() for pad functions.
21930
21931 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21932
21933         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21934           Fix leaks in typefind registration
21935           Clean up the gratuitous commenting and whitespacing a little
21936
21937 2005-10-08  Wim Taymans  <wim@fluendo.com>
21938
21939         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21940         Only actually wait for the thread to be stopped if it's 
21941         running.
21942
21943 2005-10-08  Wim Taymans  <wim@fluendo.com>
21944
21945         * gst-libs/gst/audio/gstbaseaudiosink.c:
21946         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21947         If we receive EOS we can start playback of what we had.
21948
21949 2005-10-08  Wim Taymans  <wim@fluendo.com>
21950
21951         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21952         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21953         (gst_multifdsink_stop):
21954         Fix crasher when going to NULL multiple times.
21955
21956 2005-10-06  Wim Taymans  <wim@fluendo.com>
21957
21958         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21959         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21960         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21961         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21962         patch from Edgard Lima <edgard.lima@indt.org.br>
21963         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21964
21965 2005-10-06  Wim Taymans  <wim@fluendo.com>
21966
21967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21968         Report the FLOW_RETURN as string in the error message.
21969
21970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21971         Don't assert when clearing an unnegotiated buffer.
21972
21973 2005-10-04  Michael Smith <msmith@fluendo.com>
21974
21975         * gst/playback/gstplaybasebin.c: (group_destroy),
21976         (gen_preroll_element), (remove_groups), (setup_source):
21977         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21978         (setup_sinks), (gst_play_bin_send_event),
21979         (gst_play_bin_change_state):
21980           Set state to NULL before removing from bin. Fix refcounting.
21981
21982 2005-10-04  Michael Smith <msmith@fluendo.com>
21983
21984         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21985           Correct refcounting in send_event() function. Previously was wrong
21986           if the first sink was unable to handle the event.
21987
21988 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21989
21990         * configure.ac:
21991           back to development
21992
21993 === release 0.9.3 ===
21994
21995 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21996
21997         * configure.ac:
21998           Releasing 0.9.3, "De Facto"
21999
22000 2005-10-03  Andy Wingo  <wingo@pobox.com>
22001
22002         * gst/playback/gstdecodebin.c (try_to_link_1)
22003         (remove_element_chain): set element to NULL before removing it.
22004
22005 2005-10-02  Johan Dahlin  <johan@gnome.org>
22006
22007         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22008         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22009         MT safe.
22010
22011 2005-10-02  Andy Wingo  <wingo@pobox.com>
22012
22013         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22014         (gst_ring_buffer_prepare_read): 
22015         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22016         Demote to LOG.
22017
22018 2005-09-29  Wim Taymans  <wim@fluendo.com>
22019
22020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22021         * ext/theora/theoradec.c: (theora_handle_data_packet):
22022         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22023         Propagate error codes from alloc_buffer too.
22024
22025 2005-09-29  Wim Taymans  <wim@fluendo.com>
22026
22027         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22028         We use fixed caps.
22029
22030         * gst/playback/Makefile.am:
22031         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22032         (dump_element_stats), (main):
22033         Added example stream introspection code.
22034
22035 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22036
22037         * gst/adder/gstadder.c: (gst_adder_collected):
22038           fix adder for float elements
22039
22040 2005-09-28  Wim Taymans  <wim@fluendo.com>
22041
22042         * gst-libs/gst/audio/gstbaseaudiosink.c:
22043         (gst_base_audio_sink_class_init),
22044         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22045         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22046         (gst_base_audio_src_class_init),
22047         (gst_base_audio_src_provide_clock):
22048         get_clock -> provide_clock
22049
22050 2005-09-28  Andy Wingo  <wingo@pobox.com>
22051
22052         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22053         and unlocking.
22054
22055         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22056         unlocking.
22057
22058         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22059         Actually add the pad template.
22060         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22061
22062         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22063         I'm at it...
22064
22065         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22066         from fdsrc. Get caps in create() instead of start() so it can be
22067         interrupted. Interruption somewhat untested.
22068
22069         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22070         Proper EOS handling.
22071
22072 2005-09-27  Andy Wingo  <wingo@pobox.com>
22073
22074         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22075
22076         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22077
22078         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22079
22080         * gst/tcp/gsttcp.h: 
22081         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22082         out of tcpclientsrc.c. Cancellable.
22083         (gst_tcp_socket_read): Made private, cancellable, with better
22084         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22085         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22086         whole buffer, and better diagnostics.
22087         (gst_tcp_gdp_read_caps): Same.
22088
22089         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22090
22091 2005-09-26  Andy Wingo  <wingo@pobox.com>
22092
22093         * gst/sine/gstsinesrc.h:
22094         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22095         change the 'sync' property to 'is-live' and implement it halfway,
22096         update for controller api change.
22097
22098         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22099         controller api change.
22100
22101 2005-09-24  Wim Taymans  <wim@fluendo.com>
22102
22103         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22104         * gst-libs/gst/audio/gstaudiosink.c:
22105         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22106         (gst_audioringbuffer_stop):
22107         * gst-libs/gst/audio/gstbaseaudiosink.c:
22108         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22109         (gst_base_audio_sink_change_state):
22110         * gst-libs/gst/audio/gstbaseaudiosink.h:
22111         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22112         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22113         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22114         * gst-libs/gst/audio/gstringbuffer.h:
22115         Fix sync again. Moved sample alignment to basesink.
22116
22117 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22118
22119         * docs/plugins/Makefile.am:
22120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22122         * gst/volume/gstvolume.c:
22123           add/fix docs
22124         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22125         * gst-libs/gst/audio/audio.h:
22126           add conversion macros for frames <-> clocktime
22127
22128 2005-09-23  David Schleef  <ds@schleef.org>
22129
22130         * gst/audioresample/Makefile.am:
22131         * gst/audioresample/debug.h:
22132         * gst/audioresample/gstaudioresample.c:
22133         * gst/audioresample/resample.c: Convert to using gst debugging
22134
22135 2005-09-22  Wim Taymans  <wim@fluendo.com>
22136
22137         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22138         (gst_play_bin_send_event):
22139         Only seek on one sink, the first one that succeeds.
22140
22141 2005-09-22  Michael Smith <msmith@fluendo.com>
22142
22143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22144         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22145         Don't flush encoder state unless we have an initialised encoder.
22146         Clear out encoder state on PAUSED_TO_READY.
22147
22148 2005-09-22  Wim Taymans  <wim@fluendo.com>
22149
22150         * gst-libs/gst/rtp/gstbasertppayload.c:
22151         (gst_basertppayload_class_init), (gst_basertppayload_init),
22152         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22153         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22154         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22155         (gst_basertppayload_set_property),
22156         (gst_basertppayload_get_property),
22157         (gst_basertppayload_change_state):
22158         * gst-libs/gst/rtp/gstbasertppayload.h:
22159         Added max-ptime to control amount of data in the rtp packets.
22160
22161 2005-09-21  Andy Wingo  <wingo@pobox.com>
22162
22163         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22164         thingies.
22165
22166         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22167         can be called multiple times, dogs.
22168
22169 2005-09-21  Wim Taymans  <wim@fluendo.com>
22170
22171         * gst-libs/gst/rtp/gstbasertppayload.c:
22172         (gst_basertppayload_class_init), (gst_basertppayload_init),
22173         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22174         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22175         (gst_basertppayload_push), (gst_basertppayload_get_property),
22176         (gst_basertppayload_change_state):
22177         Allow 0 ssrc too.
22178
22179 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22180
22181         * docs/libs/compiling.sgml:
22182           fixing typos
22183
22184 2005-09-20  Wim Taymans  <wim@fluendo.com>
22185
22186         * gst-libs/gst/rtp/gstbasertppayload.c:
22187         (gst_basertppayload_class_init), (gst_basertppayload_init),
22188         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22189         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22190         (gst_basertppayload_push), (gst_basertppayload_set_property),
22191         (gst_basertppayload_get_property),
22192         (gst_basertppayload_change_state):
22193         * gst-libs/gst/rtp/gstbasertppayload.h:
22194         Added property to configure sequence number offsets.
22195
22196 2005-09-20  Wim Taymans  <wim@fluendo.com>
22197
22198         * gst-libs/gst/rtp/gstbasertppayload.c:
22199         (gst_basertppayload_class_init), (gst_basertppayload_init),
22200         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22201         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22202         (gst_basertppayload_push), (gst_basertppayload_set_property),
22203         (gst_basertppayload_get_property),
22204         (gst_basertppayload_change_state):
22205         * gst-libs/gst/rtp/gstbasertppayload.h:
22206         Make timestamp offset configurable.
22207
22208 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22209
22210         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22211           fix wrong pop/unref
22212
22213 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22214
22215         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22216
22217         * gst-libs/gst/interfaces/propertyprobe.c:
22218         (gst_property_probe_probe_property_name),
22219         (gst_property_probe_needs_probe_name),
22220         (gst_property_probe_get_values_name),
22221         (gst_property_probe_probe_and_get_values_name):
22222           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22223           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22224
22225 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22226
22227         * check/Makefile.am:
22228           have some tests be disabled for valgrinding
22229         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22230         (GST_START_TEST):
22231         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22232           Fix A Leak.  Chain To Parent Finalize.
22233
22234 2005-09-19  Wim Taymans  <wim@fluendo.com>
22235
22236         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22237         Fixed wav pipeline.
22238
22239 2005-09-19  Wim Taymans  <wim@fluendo.com>
22240
22241         * gst-libs/gst/rtp/gstbasertppayload.c:
22242         (gst_basertppayload_class_init), (gst_basertppayload_init),
22243         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22244         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22245         (gst_basertppayload_push), (gst_basertppayload_get_property),
22246         (gst_basertppayload_change_state):
22247         Posting ERROR and WARNING messages is good.
22248
22249 2005-09-19  Wim Taymans  <wim@fluendo.com>
22250
22251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22252         (gst_base_rtp_depayload_add_to_queue),
22253         (gst_base_rtp_depayload_push),
22254         (gst_base_rtp_depayload_set_gst_timestamp),
22255         (gst_base_rtp_depayload_queue_release):
22256         This one was not supposed to go in.
22257
22258 2005-09-19  Wim Taymans  <wim@fluendo.com>
22259
22260         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22261         Fix for bus API.
22262
22263         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22264         (gst_base_rtp_depayload_chain),
22265         (gst_base_rtp_depayload_add_to_queue),
22266         (gst_base_rtp_depayload_push),
22267         (gst_base_rtp_depayload_set_gst_timestamp),
22268         (gst_base_rtp_depayload_queue_release):
22269         Some cleanups.
22270
22271         * gst-libs/gst/rtp/gstbasertppayload.c:
22272         (gst_basertppayload_class_init), (gst_basertppayload_init),
22273         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22274         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22275         (gst_basertppayload_get_property),
22276         (gst_basertppayload_change_state):
22277         Added debugging category.
22278
22279 2005-09-18  David Schleef  <ds@schleef.org>
22280
22281         * gst/playback/gstdecodebin.c: free plugin list correctly
22282         * gst/playback/gstplaybin.c: emit warning if autovideosink
22283           and autoaudiosink can't be found (instead of segfaulting)
22284
22285 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22286
22287         * check/elements/audioconvert.c: (GST_START_TEST):
22288           try out 24 bit conversion
22289
22290 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22291
22292         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22293         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22294         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22295         * ext/vorbis/vorbisenc.h:
22296           Fix EOS handling.  Still needs a fix in the ogg muxer to
22297           mark the last page as eos.
22298
22299 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * common/gtk-doc-plugins.mak:
22302         * docs/plugins/Makefile.am:
22303         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22304         * gst/ffmpegcolorspace/Makefile.am:
22305         * gst/ffmpegcolorspace/avcodec.h:
22306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22307         * gst/tcp/gstmultifdsink.c:
22308           fix up ffmpegcolorspace docs; extract header
22309
22310 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22311
22312         * common/gtk-doc-plugins.mak:
22313         * docs/plugins/Makefile.am:
22314         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22315         * ext/theora/Makefile.am:
22316         * ext/theora/gsttheoraenc.h:
22317         * ext/theora/theoraenc.c:
22318         * ext/vorbis/vorbisenc.c:
22319           pick up signals and args for vorbis; add some docs for vorbis
22320
22321 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22322
22323         * common/gstdoc-scangobj:
22324         * common/gtk-doc-plugins.mak:
22325         * docs/libs/Makefile.am:
22326         * docs/plugins/gst-plugins-base-plugins.args:
22327         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22328         * docs/plugins/gst-plugins-base-plugins.interfaces:
22329         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22330         * docs/plugins/gst-plugins-base-plugins.signals:
22331           only scanobj stuff from our source module.  Not sure yet
22332           if that's correct, given the hierarchy stuff :)
22333
22334 2005-09-15  Wim Taymans  <wim@fluendo.com>
22335
22336         * gst/audioconvert/gstaudioconvert.c:
22337         And enable 24 bits mode as well..
22338
22339 2005-09-15  Wim Taymans  <wim@fluendo.com>
22340
22341         * gst-libs/gst/rtp/Makefile.am:
22342         * gst-libs/gst/rtp/gstbasertppayload.c:
22343         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22344         (gst_basertppayload_class_init), (gst_basertppayload_init),
22345         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22346         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22347         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22348         (gst_basertppayload_set_property),
22349         (gst_basertppayload_get_property),
22350         (gst_basertppayload_change_state):
22351         * gst-libs/gst/rtp/gstbasertppayload.h:
22352         Added rtp payloader base class.
22353
22354 2005-09-15  Andy Wingo  <wingo@pobox.com>
22355
22356         * configure.ac (plugindir): Remove the EOL matcher from the
22357         regexp, as it causes me problems. Libtool? Make? Who knows?
22358
22359 2005-09-14  David Schleef  <ds@schleef.org>
22360
22361         * check/generic/states.c: 
22362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22363         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22364           Fixes for changes in registry API.
22365
22366         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22367           to GST_PLUGIN_LDFLAGS.
22368         * ext/libvisual/visual.c: Make the library shut up.
22369         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22370         * gst-libs/gst/audio/gstaudiofilter.c: same
22371
22372 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22373
22374         * docs/plugins/Makefile.am:
22375         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22376         * docs/plugins/inspect/plugin-libvisual.xml:
22377         * docs/plugins/tmpl/element-tcpserversink.sgml:
22378         * ext/theora/theoraenc.c:
22379           add libvisual plugin and theoraenc element to docs
22380
22381 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22382
22383         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22384         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22385         * ext/theora/theoraenc.c:
22386           add theoraenc
22387
22388 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22389
22390         * gst/audioconvert/Makefile.am:
22391           Audioconvert derives from GstBaseTransform and should
22392           link to the library with our base elements to avoid
22393           unresolved symbols. Makes things work with MinGW (#316160)
22394
22395         * gst/playback/test4.c: (main):
22396           Fix MinGW build problem and use g_usleep() instead of 
22397           sleep() (#316162)
22398
22399 2005-09-12  Wim Taymans  <wim@fluendo.com>
22400
22401         * gst/audioconvert/audioconvert.c: (float),
22402         (audio_convert_prepare_context), (audio_convert_convert):
22403         * gst/audioconvert/audioconvert.h:
22404         Cleanups, speedups, simplifications, added back support
22405         for 24 bits.
22406
22407 2005-09-11  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         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22412         * docs/plugins/tmpl/element-tcpserversink.sgml:
22413         * gst/ffmpegcolorspace/gstffmpeg.c:
22414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22415         * gst/videotestsrc/gstvideotestsrc.c:
22416         * gst/volume/gstvolume.c:
22417           add more elements to the docs
22418
22419 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22420
22421         * check/Makefile.am:
22422         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22423         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22424           Add extra tests for basetransform based components. 
22425           Comment out the test_element_negotiation test until we decide
22426           if it's testing correct behaviour.
22427         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22428         (gst_visual_chain), (gst_visual_change_state):
22429           Slightly more correct but still bogus timestamping.
22430           Fix state change function.
22431         * gst/audioconvert/gstaudioconvert.c:
22432         (gst_audio_convert_class_init):
22433         * gst/audioresample/gstaudioresample.c:
22434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22435         (gst_ffmpegcsp_class_init):
22436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22437         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22438         (gst_videoscale_prepare_image):
22439         * gst/volume/gstvolume.c: (gst_volume_class_init),
22440         (volume_transform_ip):
22441           Basetransform updates. Enable passthrough modes.
22442         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22443         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22444         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22445           Negotiation fix that allows the window to return to the original
22446           size and renegotiate passthrough upstream. Extra debug output.
22447
22448 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22449
22450         * gst/sine/gstsinesrc.c:
22451         * gst/volume/gstvolume.c:
22452           fix up header include
22453
22454 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22455
22456         * gst-libs/gst/audio/gstbaseaudiosink.c:
22457         (gst_base_audio_sink_render):
22458         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22459         * gst/volume/gstvolume.c: (gst_volume_class_init),
22460         (volume_transform):
22461           fixing lost sync, some more debugging
22462
22463 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22464
22465         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22466         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22467         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22468         (gst_xvimagesink_check_xshm_calls):
22469           Fix compilation when XShm is not available.
22470
22471 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22472
22473         * ext/libvisual/visual.c: (gst_visual_dispose),
22474         (gst_visual_getcaps), (gst_visual_src_setcaps),
22475         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22476         (gst_visual_change_state):
22477           Finish fixing up libvisual plugin so that it runs. 
22478
22479 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22480
22481         * ext/vorbis/vorbisenc.c:
22482         * gst-libs/gst/tag/gstvorbistag.c:
22483           gsttaginterface.h -> gsttagsetter.h
22484
22485 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22486
22487         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22488           added another test that failes for me (test is not active by default)
22489
22490 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22491
22492         * configure.ac:
22493           v4l2 is no longer in gst-plugins-base
22494
22495 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22496
22497         * configure.ac:
22498           In the output at the end, don't show the first plugin on the same
22499           line as "Core plug-ins, always built:".
22500           Indent the output as for other plugin categories
22501         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22502           #define that can be used to not use peer buffer_alloc functions for
22503           test purposes.
22504         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22505         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22506         (gst_ximagesink_show_frame):
22507         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22508         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22509         (gst_xvimagesink_show_frame):
22510           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22511           fails gracefully instead of XError aborting or deadlocking.
22512
22513 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22514
22515         * ext/libvisual/Makefile.am:
22516           link against gst-base-libs
22517
22518 2005-09-06  David Schleef  <ds@schleef.org>
22519
22520         * configure.ac: Enable libvisual plugin.
22521         * ext/libvisual/Makefile.am:
22522         * ext/libvisual/visual.c: Fixes to make it compile.
22523
22524 === release 0.9.2 ===
22525
22526 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22527
22528         * NEWS:
22529         * RELEASE:
22530         * configure.ac:
22531         * docs/random/ChangeLog-0.8:
22532           releasing 0.9.2, "Spoon"
22533
22534 2005-09-05  Michael Smith <msmith@fluendo.com>
22535
22536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22537           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22538           that in the vorbisenc element.
22539
22540 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22541
22542         * common/gtk-doc-plugins.mak:
22543         * docs/plugins/Makefile.am:
22544           fix distcheck
22545         * gst/audioresample/resample.c:
22546           fix wrong docstring
22547
22548 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22549
22550         * common/gst-xmlinspect.py:
22551         * common/gtk-doc-plugins.mak:
22552           only inspect plugins for this given package
22553           require gst-python 0.9
22554
22555 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22556
22557         * Makefile.am:
22558         * autogen.sh:
22559         * common/gst-xmlinspect.py:
22560         * configure.ac:
22561         * docs/Makefile.am:
22562         * docs/plugins/inspect/plugin-alsa.xml:
22563         * docs/plugins/inspect/plugin-audioresample.xml:
22564         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22565         * docs/plugins/inspect/plugin-ogg.xml:
22566         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22567         * docs/plugins/tmpl/element-multifdsink.sgml:
22568         * docs/plugins/tmpl/element-tcpserversink.sgml:
22569         * docs/plugins/tmpl/element-vorbisenc.sgml:
22570         * gst-plugins-base.spec.in:
22571           various doc-related updates
22572
22573 2005-08-31  Wim Taymans  <wim@fluendo.com>
22574
22575         * gst-libs/gst/audio/gstbaseaudiosink.c:
22576         (gst_base_audio_sink_render):
22577         Resync if the buffer timestamps drift more than a 10th 
22578         of a second.
22579
22580 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22581
22582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22583         (gst_v4lsrc_get_property):
22584           The 'timestamp-offset' property is registered as an int64, so
22585           let's use g_value_{set|get}_int64() in our setter and getter
22586           functions (makes it work and fixes warnings with gst-inspect).
22587
22588 2005-08-30  Wim Taymans  <wim@fluendo.com>
22589
22590         * check/elements/audioconvert.c: (setup_audioconvert):
22591         * check/elements/audioresample.c: (setup_audioresample):
22592         * check/elements/volume.c: (setup_volume):
22593         Fix checks.
22594
22595 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22596
22597         * common/gtk-doc-plugins.mak:
22598         * common/plugins.xsl:
22599         * docs/plugins/Makefile.am:
22600           make module a param
22601
22602 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22603
22604         * examples/seeking/seek.c: (make_mp3_pipeline),
22605         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22606         (play_cb), (pause_cb), (stop_cb):
22607           update the example
22608
22609 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22610
22611         * gst/volume/gstvolume.c: (gst_volume_class_init),
22612         (volume_transform):
22613           do not update controlled params, if buffer has no timestamp
22614
22615 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22616
22617         * configure.ac:
22618         * gst/sine/Makefile.am:
22619         * gst/volume/Makefile.am:
22620           controllerized elements also need to link against controller-libs ;)
22621
22622 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22623
22624         * docs/libs/tmpl/gstcolorbalance.sgml:
22625         * docs/libs/tmpl/gstgconf.sgml:
22626         * docs/libs/tmpl/gstmixer.sgml:
22627         * docs/libs/tmpl/gstringbuffer.sgml:
22628         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22629         (gst_sinesrc_create):
22630         * gst/volume/gstvolume.c: (gst_volume_class_init),
22631         (volume_transform):
22632           controllerized two audio plugins
22633
22634 2005-08-29  Andy Wingo  <wingo@pobox.com>
22635
22636         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22637         (vorbis_handle_data_packet): Fix some int overflow errors.
22638
22639         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22640         -1.
22641         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22642         valid.
22643         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22644         if it's valid. Fixed streaming-mode playback.
22645
22646         * check/elements/volume.c (cleanup_volume): Fix for running
22647         CK_FORK=no.
22648
22649         * check/elements/audioconvert.c: Convert from native endian, not
22650         little endian.
22651
22652 2005-08-29  Michael Smith <msmith@fluendo.com>
22653
22654         * ext/ogg/Makefile.am:
22655         * ext/ogg/gstogg.c: (plugin_init):
22656         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22657         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22658         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22659         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22660         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22661         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22662         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22663         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22664         Add an ogg parser element.
22665
22666 2005-08-28  Andy Wingo  <wingo@pobox.com>
22667
22668         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22669
22670 2005-08-26  Wim Taymans  <wim@fluendo.com>
22671
22672         * gst/audioconvert/audioconvert.c: (if), (float),
22673         (audio_convert_get_func_index), (check_default),
22674         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22675         (audio_convert_clean_context), (audio_convert_get_sizes),
22676         (audio_convert_convert):
22677         Cleanups.
22678
22679 2005-08-26  Wim Taymans  <wim@fluendo.com>
22680
22681         * gst/audioconvert/audioconvert.c: (if), (float),
22682         (audio_convert_get_func_index), (check_default),
22683         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22684         (audio_convert_clean_context), (audio_convert_get_sizes),
22685         (audio_convert_convert):
22686         More elegant and working temp buffer selection algo.
22687
22688 2005-08-26  Wim Taymans  <wim@fluendo.com>
22689
22690         * gst/audioconvert/audioconvert.c: (if), (float),
22691         (audio_convert_get_func_index), (check_default),
22692         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22693         (audio_convert_clean_context), (audio_convert_get_sizes),
22694         (get_temp_buffer), (audio_convert_convert):
22695         Use realloc else we lose our original data.
22696
22697 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22698
22699         * gst/audioresample/gstaudioresample.c:
22700           use base class' newsegment to properly timestamp
22701
22702 2005-08-26  Wim Taymans  <wim@fluendo.com>
22703
22704         * gst/audioconvert/audioconvert.c: (if), (float),
22705         (audio_convert_get_func_index), (check_default),
22706         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22707         (audio_convert_clean_context), (audio_convert_get_sizes),
22708         (get_temp_buffer), (audio_convert_convert):
22709         * gst/audioconvert/gstaudioconvert.c:
22710         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22711         (gst_audio_convert_transform_caps),
22712         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22713         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22714         Oops, allocate enough space to perform the channel mix.
22715
22716 2005-08-26  Wim Taymans  <wim@fluendo.com>
22717
22718         * gst/audioconvert/Makefile.am:
22719         * gst/audioconvert/audioconvert.c: (if), (float),
22720         (audio_convert_get_func_index), (check_default),
22721         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22722         (audio_convert_clean_context), (audio_convert_get_sizes),
22723         (get_temp_buffer), (audio_convert_convert):
22724         * gst/audioconvert/audioconvert.h:
22725         * gst/audioconvert/gstaudioconvert.c:
22726         (gst_audio_convert_class_init), (gst_audio_convert_init),
22727         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22728         (gst_audio_convert_get_unit_size),
22729         (gst_audio_convert_transform_caps),
22730         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22731         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22732         * gst/audioconvert/gstaudioconvert.h:
22733         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22734         (gst_channel_mix_fill_identical),
22735         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22736         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22737         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22738         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22739         (gst_channel_mix_mix):
22740         * gst/audioconvert/gstchannelmix.h:
22741         Cleanups, librarify a bit, optimize, better negotiation and more.
22742
22743 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22744
22745         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22746         Another from MikeS:
22747         During typefinding, don't support negative offsets
22748         (offsets from the end of the stream) in our typefind->peek() function
22749         - nothing embedded in ogg ever needs them. However, we need to recognise
22750         those requests and reject them, otherwise we return invalid pointers.
22751
22752 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22753
22754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22755         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22756         (vorbisdec_finalize), (vorbis_handle_type_packet):
22757           Big shout-out to MikeS for fixing this giant memory leak.
22758           Huzzah!
22759
22760 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22761
22762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22763         (audio_convert_get_unit_size):
22764           plug some leaks
22765
22766 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22767
22768         * check/Makefile.am:
22769         * check/elements/audioconvert.c: (setup_audioconvert),
22770         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22771         (GST_START_TEST), (audioconvert_suite), (main):
22772           add a test for audioconvert
22773         * gst/audioresample/gstaudioresample.c:
22774         * gst/audioresample/gstaudioresample.h:
22775           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22776           note that for buffers of 1/3 sec this means DURATION(c) is 
22777           one nanosecond more than for a and b
22778
22779 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22780
22781         * check/Makefile.am:
22782         * check/elements/audioresample.c: (setup_audioresample),
22783         (cleanup_audioresample), (fail_unless_perfect_stream),
22784         (test_perfect_stream_instance), (GST_START_TEST),
22785           add a check for audioresample
22786         (audioresample_suite), (main):
22787         * check/elements/volume.c: (GST_START_TEST):
22788           remove unused method
22789         * gst/audioresample/gstaudioresample.c:
22790           set correct buffer parameters since we're changing them
22791         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22792           add some debug
22793
22794 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22795
22796         * gst/audioresample/debug.c:
22797         * gst/audioresample/gstaudioresample.c:
22798           add room for extra overlap samples when asked to transform size
22799           protect against possible mem corruption and check for discrepancies
22800           between written size and outbuffer's size so we can warn for
22801           potential problems
22802         * gst/audioresample/resample.c: (resample_init),
22803         (resample_get_output_size_for_input), (resample_get_output_size),
22804         (resample_set_n_channels), (resample_set_format):
22805           set debug level based on RESAMPLE_DEBUG env var
22806           make sure that get_output_size* returns a whole number of
22807           sample_size
22808           set sample_size each time either channel or format is set
22809         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22810         * gst/audioresample/resample_functable.c:
22811         (resample_scale_functable):
22812         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22813           remove r->sample_size, it's done in resample.c now
22814           add some debugging to the ref implementation
22815           make sure we only give back bytes that are wholes of the sample
22816           size
22817
22818 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22819         * gst/playback/gstplaybasebin.c: (fill_buffer):
22820         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22821
22822 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22823
22824         * gst/volume/gstvolume.c:
22825           made set_caps function static
22826
22827 2005-08-24  Wim Taymans  <wim@fluendo.com>
22828
22829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22830         (gst_vorbisenc_change_state):
22831         Stop leaking taglists.
22832
22833 2005-08-24  Wim Taymans  <wim@fluendo.com>
22834
22835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22836         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22837         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22838         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22839         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22840         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22841         Parse seeking events better.
22842         Unref static caps.
22843         Generate correct newsegment events, fixes seeking in live oggs.
22844
22845         * ext/theora/theoradec.c: (theora_dec_src_query),
22846         (theora_dec_src_event), (theora_dec_src_getcaps),
22847         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22848         Use newsegment values to report correct play time.
22849
22850         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22851         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22852         * ext/vorbis/vorbisdec.h:
22853         Parse and use newsegment values to report correct play time.
22854
22855         * gst-libs/gst/audio/gstbaseaudiosink.c:
22856         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22857         Clear ringbuffer on flush.
22858         Use newsegment values to calculate playback time.
22859
22860         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22862         Basesink does newsegment calculations for us now.
22863
22864 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22865
22866         * check/Makefile.am:
22867         * configure.ac:
22868           add core's plugins to the mix so that playbin works
22869         * check/generic/states.c: (GST_START_TEST):
22870           set a 0 timeout on pipelines, so they don't force the next
22871           state change
22872         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22873         (gst_play_base_bin_change_state):
22874           remove the crappy error handling and do GST error handling
22875
22876 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22877
22878         * check/Makefile.am:
22879         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22880           add same test as to core, it bitches out on playbin atm.
22881
22882 2005-08-24  Wim Taymans  <wim@fluendo.com>
22883
22884         * configure.ac:
22885         Remove audioscale.
22886
22887 2005-08-24  Wim Taymans  <wim@fluendo.com>
22888
22889         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22890         (gst_videoscale_prepare_size), (parse_caps),
22891         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22892         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22893         (gst_videoscale_transform):
22894         * gst/videoscale/gstvideoscale.h:
22895         Refactor, make use of BaseTranform really well.
22896
22897 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22898
22899         * configure.ac:
22900           compile audioresample
22901         * gst/audioresample/Makefile.am:
22902         * gst/audioresample/buffer.c:
22903         * gst/audioresample/functable.c:
22904         * gst/audioresample/gstaudioresample.c:
22905         * gst/audioresample/gstaudioresample.h:
22906         * gst/audioresample/resample.c:
22907         (resample_get_output_size_for_input):
22908         * gst/audioresample/resample.h:
22909         * gst/audioresample/resample_chunk.c:
22910         * gst/audioresample/resample_functable.c:
22911         * gst/audioresample/resample_ref.c:
22912           port to use basetransform; doesn't work in all cases yet
22913
22914 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22915
22916         * gst/audioconvert/gstaudioconvert.c:
22917         (gst_audio_convert_class_init), (gst_audio_convert_init),
22918         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22919         (audio_convert_fixate_caps), (audio_convert_set_caps),
22920         (audio_convert_transform),
22921         (gst_audio_convert_buffer_to_default_format),
22922         (gst_audio_convert_buffer_from_default_format),
22923         (gst_audio_convert_channels):
22924         * gst/audioconvert/gstchannelmix.c:
22925         * gst/audioconvert/gstchannelmix.h:
22926           port to basetransform
22927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22928         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22929         (gst_ffmpegcsp_get_unit_size):
22930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22931         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22932           fix for basetransform changes
22933
22934 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22935
22936         * check/Makefile.am:
22937           Add CHECK_CFLAGS and LDFLAGS
22938
22939         * gst/playback/gstplaybasebin.c: (fill_buffer):
22940           GST_MESSAGE_SRC became a GObject
22941
22942 2005-08-24  Wim Taymans  <wim@fluendo.com>
22943
22944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22945         (gst_ring_buffer_clear_all):
22946         * gst-libs/gst/audio/gstringbuffer.h:
22947         Added function to clear the ringbuffer.
22948
22949 2005-08-24  Andy Wingo  <wingo@pobox.com>
22950
22951         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22952         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22953         of _open and _close.
22954
22955         * sys/v4l/gstv4lxoverlay.h:
22956         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22957         an Xv connection here, instead of all the time. Make Xv only be
22958         loaded if you axe for it. Kindof a workaround for buggy behaviour
22959         of Xv when using remote xservers (XvQueryExtension would block).
22960         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22961         replace the _open and _close public API. Only start the xv
22962         connection if necessary.
22963         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22964
22965 2005-08-23  David Schleef  <ds@schleef.org>
22966
22967         * gst/audioresample/Makefile.am: Leet audioresampling code
22968         * gst/audioresample/buffer.c:
22969         * gst/audioresample/buffer.h:
22970         * gst/audioresample/debug.c:
22971         * gst/audioresample/debug.h:
22972         * gst/audioresample/functable.c:
22973         * gst/audioresample/functable.h:
22974         * gst/audioresample/gstaudioresample.c:
22975         * gst/audioresample/gstaudioresample.h:
22976         * gst/audioresample/resample.c:
22977         * gst/audioresample/resample.h:
22978         * gst/audioresample/resample_chunk.c:
22979         * gst/audioresample/resample_functable.c:
22980         * gst/audioresample/resample_ref.c:
22981
22982 2005-08-23  Wim Taymans  <wim@fluendo.com>
22983
22984         * examples/seeking/seek.c: (make_vorbis_pipeline),
22985         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22986         Small seek updates.
22987
22988 2005-08-23  Andy Wingo  <wingo@pobox.com>
22989
22990         * gst-libs/gst/audio/gstbaseaudiosrc.c
22991         (gst_base_audio_src_fixate): Only fixate endianness if it is
22992         present in the caps.
22993
22994 2005-08-22  Andy Wingo  <wingo@pobox.com>
22995
22996         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22997         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22998         device-name property.
22999
23000         * gst-libs/gst/audio/gstaudiosrc.h:
23001         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23002         close_device in the ring buffer, like gstaudiosink.
23003
23004         * ext/alsa/gstalsamixer.h:
23005         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23006         macro to implement the interface without much code. Cleanups. 
23007
23008         * ext/alsa/gstalsasrc.h:
23009         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23010         READY.
23011
23012         * ext/alsa/Makefile.am: Add new files.
23013         * ext/alsa/gstalsamixerelement.c: 
23014         * ext/alsa/gstalsamixerelement.c: Split element code out from
23015         mixer code so that alsasrc can be a mixer too.
23016
23017 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23018
23019         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23020         (GST_START_TEST):
23021         * check/elements/vorbisdec.c: (setup_vorbisdec),
23022         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23023         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23024         (vorbis_handle_identification_packet),
23025         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23026         (vorbis_handle_header_packet), (vorbis_dec_push),
23027         (vorbis_dec_chain):
23028           use the setup/teardown methods to save code.  save code is good.
23029
23030 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23031
23032         * check/Makefile.am:
23033           add ext dir for plugins
23034           add vorbisdec test conditionally
23035         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23036         (GST_START_TEST), (volume_suite):
23037           add a test with wrong caps
23038         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23039         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23040           add a vorbisdec test
23041         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23042         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23043           clean up debug output
23044         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23045           yay, fix a segfault/security issue in vorbisdec
23046           gst-launch fakesrc ! vorbisdec wasn't happy
23047         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23048         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23049         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23050         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23051         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23052         (gst_vorbisenc_set_metadata), (get_constraints_string),
23053         (update_start_message), (gst_vorbisenc_setup),
23054         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23055         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23056         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23057         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23058         * ext/vorbis/vorbisenc.h:
23059           march in line
23060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23061         (gst_ffmpegcsp_transform):
23062           have the kow come home
23063         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23064           debug my func ptr
23065         * gst/volume/gstvolume.c: (volume_set_caps):
23066           add a debug
23067
23068 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23069
23070         * Makefile.am:
23071         * check/.cvsignore:
23072         * check/Makefile.am:
23073         * check/elements/.cvsignore:
23074         * check/elements/volume.c: (chain_func), (event_func),
23075         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23076         (main):
23077         * configure.ac:
23078           add unit test structure for gst-plugins-base
23079           add a test for volume
23080         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23081         (gst_volume_set_volume), (gst_volume_get_volume),
23082         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23083         (volume_funcfind), (volume_process_float), (volume_process_int16),
23084         (volume_set_caps), (volume_transform), (volume_update_mute),
23085         (volume_update_volume), (volume_set_property),
23086         (volume_get_property):
23087           document a little; use basetransform vmethod _set_caps
23088
23089 2005-08-19  Andy Wingo  <wingo@pobox.com>
23090
23091         * ext/alsa/gstalsamixertrack.h:
23092         * ext/alsa/gstalsamixertrack.c:
23093         * ext/alsa/gstalsamixeroptions.h:
23094         * ext/alsa/gstalsamixeroptions.c:
23095         * ext/alsa/gstalsamixer.h:
23096         * ext/alsa/gstalsamixer.c: Port to 0.9.
23097
23098         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23099         Remove gstalsa.c and alsaclock. No more cruft here.
23100         
23101 2005-08-18  Wim Taymans  <wim@fluendo.com>
23102
23103         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23104         (gst_base_rtp_depayload_chain),
23105         (gst_base_rtp_depayload_add_to_queue),
23106         (gst_base_rtp_depayload_push),
23107         (gst_base_rtp_depayload_queue_release):
23108         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23109         Fix for RTPBuffer changes.
23110
23111         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23112         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23113         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23114         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23115         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23116         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23117         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23118         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23119         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23120         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23121         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23122         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23123         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23124         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23125         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23126         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23127         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23128         (gst_rtpbuffer_get_payload):
23129         * gst-libs/gst/rtp/gstrtpbuffer.h:
23130         Don't subclass GstBuffer but add methods and helper functions
23131         to construct and manipulate RTP packets in regular GstBuffers.
23132
23133 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23134
23135         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23136           moved statement below switch
23137         * gst/volume/gstvolume.c: (gst_volume_class_init):
23138           added debug ptr
23139
23140 2005-08-16  Wim Taymans  <wim@fluendo.com>
23141
23142         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23143         (gst_base_audio_src_change_state):
23144         Open and close device in READY<->NULL state change.
23145
23146 2005-08-16  Andy Wingo  <wingo@pobox.com>
23147
23148         * examples/seeking/Makefile.am: Don't compile non-compiling
23149         compiled objects with the compiler.
23150
23151         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23152         elements.
23153
23154 2005-08-12  Philippe Khalaf <burger@speedy.org>
23155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23156         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23157           Made a thread to release the queue.
23158           Removed timestamp conversion for now.
23159
23160 2005-08-10  Philippe Khalaf <burger@speedy.org>
23161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23162         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23163           Added rtp timestamp -> gst timestamp conversion.
23164           Fixed several problems with queue.
23165
23166 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23167
23168         * gst-libs/gst/audio/gstaudioclock.h:
23169         * gst-libs/gst/audio/gstaudiofilter.h:
23170         * gst-libs/gst/audio/gstaudiosink.h:
23171         * gst-libs/gst/audio/gstaudiosrc.h:
23172         * gst-libs/gst/audio/gstbaseaudiosink.h:
23173         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23174         * gst-libs/gst/audio/gstringbuffer.h:
23175         * gst-libs/gst/net/gstnetbuffer.h:
23176         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23177         * gst-libs/gst/rtp/gstrtpbuffer.h:
23178           Add padding (you will need to rebuild gst-plugins-base,
23179           gst-plugins and all applications afterwards!)
23180
23181 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23182
23183         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23184         (gst_riff_parse_chunk):
23185           Fix bug in debug message and add some more debug messages.
23186
23187 2005-08-08  Edward Hervey  <edward@fluendo.com>
23188
23189         * gst-libs/gst/riff/riff-media.c:
23190         backported updates since branch
23191
23192 2005-08-08  Andy Wingo  <wingo@pobox.com>
23193
23194         * gst-libs/gst/audio/gstbaseaudiosink.c
23195         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23196         like good elements should. Close on READY->NULL too.
23197
23198         * gst-libs/gst/audio/gstaudiosink.c
23199         (gst_audioringbuffer_open_device,
23200         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23201         (gst_audioringbuffer_release): Updates for new ring buffer API,
23202         hook into the new audio sink api.
23203
23204         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23205         (GstAudioSinkClass.close): Just open and close the device -- no
23206         resource allocation or configuration.
23207         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23208         vmethods, handle device setup and resource allocation.
23209
23210         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23211         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23212         base class API.
23213
23214         * gst-libs/gst/audio/gstringbuffer.h
23215         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23216         New vmethods.
23217
23218         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23219         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23220         New API functions. The device should be opened before acquiring
23221         and closed after releasing.
23222
23223 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23224
23225         * gst-libs/gst/interfaces/mixer.h:
23226           Reset padding to GST_PADDING.
23227
23228 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23229
23230         * gst/playback/gstplaybin.c: (remove_sinks):
23231           Remove visualization from parent explicitely; works around some
23232           apparent refcount issue that I haven't tracked down yet.
23233
23234 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23235
23236         * ext/alsa/gstalsasink.c: (set_hwparams):
23237           Assign debug category, add negotiation debug msgs.
23238
23239 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23240
23241         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23242           Fix error code for file-not-found to NOT_FOUND.
23243
23244 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23245
23246         * common/gtk-doc-plugins.mak:
23247         * docs/plugins/Makefile.am:
23248         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23249         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23250           renamed to actual element names, so much nicer to look at
23251         * docs/plugins/tmpl/gstmultifdsink.sgml:
23252           remove
23253         * docs/plugins/tmpl/multifdsink.sgml:
23254         * docs/plugins/tmpl/tcpserversink.sgml:
23255           add
23256         * ext/alsa/gstalsa.c:
23257         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23258         * ext/ogg/gstoggmux.c:
23259         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23260         * gst/playback/gstdecodebin.c:
23261         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23262         * gst/tcp/gsttcpserversink.c:
23263           various fixes and documentation additions
23264
23265 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23266
23267         * common/Makefile.am:
23268         * common/gstdoc-scangobj:
23269         * common/gtk-doc-plugins.mak:
23270         * common/gtk-doc.mak:
23271           add a custom scangobj that uses the registry
23272           add a custom gtk-doc-plugins.mak that uses it
23273           some doc build fixes
23274         * configure.ac:
23275         * docs/Makefile.am:
23276         * docs/plugins/Makefile.am:
23277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23279         * docs/plugins/gst-plugins-base-plugins.types:
23280         * docs/plugins/tmpl/gstmultifdsink.sgml:
23281           add docs for one element, multifdsink
23282         * gst/adder/gstadder.h:
23283         * gst/volume/gstvolume.h:
23284           don't privatize enum
23285         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23286         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23287         (gst_sync_method_get_type), (gst_client_status_get_type),
23288         (gst_multifdsink_class_init),
23289         (gst_multifdsink_client_queue_buffer),
23290         (gst_multifdsink_handle_client_write):
23291         * gst/tcp/gstmultifdsink.h:
23292         * gst/tcp/gsttcp.h:
23293         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23294         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23295         (gst_tcpclientsink_render):
23296         * gst/tcp/gsttcpclientsink.h:
23297         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23298         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23299         (gst_tcpclientsrc_start):
23300         * gst/tcp/gsttcpclientsrc.h:
23301         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23302         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23303         * gst/tcp/gsttcpserversrc.h:
23304         * gst/typefind/gsttypefindfunctions.c:
23305           remove superfluous Type stuff
23306
23307 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23308
23309         * gst/playback/gstplaybin.c: (gen_video_element):
23310           Enable videoscale.
23311
23312 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23313
23314         * gst-libs/gst/gconf/gconf.c:
23315         * gst-libs/gst/gconf/gconf.h:
23316           Fix some Andy Problem [tm].
23317
23318 2005-08-04  Andy Wingo  <wingo@pobox.com>
23319
23320         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23321         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23322         (gst_ffmpegcsp_get_size): Adapt to API changes.
23323
23324         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23325         Implement an in-place do-nothing transform.
23326
23327 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23328
23329         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23330         (gst_ximagesink_renegotiate_size):
23331           Do not set new window sizes yet if we prepare a new buffer size
23332           for upstream renegotiation (software scaling) at some point in the
23333           future, because this new size waqs not actually accepted yet. Once
23334           accepted, renegotiation later on will set the new sizes just fine.
23335           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23336           embedding testcase.
23337
23338 2005-08-03  Andy Wingo  <wingo@pobox.com>
23339
23340         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23341         (gst_ximagesink_buffer_alloc): 
23342         Protect the height, width, and desired_caps with the pool_lock.
23343         Fixes videotestsrc ! queue ! ximagesink.
23344
23345 2005-08-02  Edward Hervey  <edward@fluendo.com>
23346
23347         * gst/volume/gstvolume.c:
23348         include left from controller cleanup
23349
23350 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23352           Stop collectpads before calling the parent state
23353           change function on PAUSED->READY.
23354
23355 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23356         * configure.ac:
23357           When testing for X libs, use the X CFlags 
23358         * gst/adder/gstadder.c: (gst_adder_change_state):
23359           Stop the collectpads before calling parent state change function
23360           on PAUSED->READY, otherwise we deadlock deactivating pads.
23361
23362 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23363
23364         * configure.ac:
23365         * docs/libs/tmpl/gstcolorbalance.sgml:
23366         * docs/libs/tmpl/gstmixer.sgml:
23367         * examples/Makefile.am:
23368         * gst/sine/Makefile.am:
23369         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23370         (gst_sinesrc_set_property), (plugin_init):
23371         * gst/sine/gstsinesrc.h:
23372         * gst/volume/Makefile.am:
23373         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23374         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23375         (volume_process_float), (volume_process_int16),
23376         (volume_set_property), (plugin_init):
23377         * gst/volume/gstvolume.h:
23378           deactivate and remove dparams (libgstcontrol)
23379
23380 2005-07-29  Wim Taymans  <wim@fluendo.com>
23381
23382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23383         Convert me to BaseTransform!! help..
23384
23385 2005-07-29  Andy Wingo  <wingo@pobox.com>
23386
23387         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23388         sinks.
23389
23390         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23391         support of both endiannesses.
23392
23393 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23394
23395         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23396           Fix confusing debug message (s/event/query/)
23397
23398 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23399
23400         * gst/videotestsrc/videotestsrc.h:
23401           Use "_stdint.h" instead of <stdint.h>
23402
23403 2005-07-27  Wim Taymans  <wim@fluendo.com>
23404
23405         * ext/vorbis/Makefile.am:
23406         Revert wrong commit.
23407
23408 2005-07-27  Wim Taymans  <wim@fluendo.com>
23409
23410         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23411         More compilation fixen.
23412
23413 2005-07-27  Wim Taymans  <wim@fluendo.com>
23414
23415         * gst-libs/gst/audio/gstbaseaudiosink.c:
23416         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23417         (gst_base_audio_sink_create_ringbuffer),
23418         (gst_base_audio_sink_change_state):
23419         Fix compilation.
23420
23421 2005-07-27  Wim Taymans  <wim@fluendo.com>
23422
23423         * examples/seeking/seek.c: (setup_dynamic_link),
23424         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23425         (query_positions_elems), (query_positions_pads), (do_seek):
23426         Update seek example.
23427
23428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23429         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23430         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23431         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23432         (gst_ogg_demux_handle_event),
23433         (gst_ogg_demux_deactivate_current_chain),
23434         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23435         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23436         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23437         (gst_ogg_demux_loop):
23438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23439         * ext/theora/theoradec.c: (theora_dec_src_event),
23440         (theora_dec_src_getcaps), (theora_dec_sink_event),
23441         (theora_dec_push), (theora_dec_chain):
23442         * ext/vorbis/Makefile.am:
23443         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23444         (vorbis_dec_sink_event), (vorbis_dec_push),
23445         (vorbis_handle_data_packet):
23446         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23447         (gst_vorbisenc_chain):
23448         * gst/playback/gststreaminfo.c: (cb_probe):
23449         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23450         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23451         * gst/videoscale/gstvideoscale.c:
23452         (gst_videoscale_handle_src_event):
23453         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23454         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23455         (gst_ximagesink_navigation_send_event):
23456         * sys/xvimage/xvimagesink.c:
23457         (gst_xvimagesink_navigation_send_event):
23458         Various event updates and cleanups
23459
23460 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23461
23462         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23463           Fix segfault for I420/YV12.
23464
23465 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23466
23467         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23468           Report bitrate.
23469
23470 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23471
23472         * gst/playback/gstplaybin.c: (gen_video_element),
23473         (gen_audio_element):
23474           Switch to auto*sink elements as default sinks; add volume element
23475           so that volume control in totem works.
23476
23477 2005-07-21  Wim Taymans  <wim@fluendo.com>
23478
23479         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23480         * gst/playback/gstplaybin.c: (setup_sinks),
23481         (gst_play_bin_change_state):
23482         Refcount fix and more comments.
23483
23484 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23485
23486         * sys/ximage/Makefile.am:
23487         * sys/ximage/ximage.c: (plugin_init):
23488         * sys/ximage/ximagesink.c:
23489         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23490         
23491
23492 2005-07-21  Wim Taymans  <wim@fluendo.com>
23493
23494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23495         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23496         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23497         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23498         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23499         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23500         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23501         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23502         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23503         Generate correct disconts for live chained oggs.
23504
23505         * gst-libs/gst/audio/gstbaseaudiosink.c:
23506         (gst_base_audio_sink_render),
23507         (gst_base_audio_sink_create_ringbuffer),
23508         (gst_base_audio_sink_change_state):
23509         Handle discont math correctly.
23510
23511         * gst/playback/gstplaybin.c: (add_sink):
23512         Some small debug cleanup.
23513
23514 2005-07-21  Wim Taymans  <wim@fluendo.com>
23515
23516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23517         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23518         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23519         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23520         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23521         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23522         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23523         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23524         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23525         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23526         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23527         (gst_ogg_demux_change_state), (gst_ogg_print):
23528         Reorganize code to send the right disconts when in streaming
23529         mode.
23530
23531 2005-07-20  Andy Wingo  <wingo@pobox.com>
23532
23533         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23534         fix (?), fixes a seggie mcfalterson (#310894).
23535
23536 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23537
23538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23539         (gst_ogg_mux_set_header_on_caps):
23540         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23542         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23543         * gst-libs/gst/audio/multichannel.c:
23544         (gst_audio_set_channel_positions),
23545         (gst_audio_set_structure_channel_positions_list):
23546         * gst/playback/gstdecodebin.c: (dynamic_create):
23547         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23548         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23549           Fixes for API changes in core.
23550
23551 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23552
23553         * gst/playback/gstplaybasebin.c: (fill_buffer):
23554           Use _new_custom() so we can set custom message types for buffering
23555           messages.
23556
23557 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23558
23559         * configure.ac:
23560         * gst-libs/gst/Makefile.am:
23561         * gst-libs/gst/gconf/.cvsignore:
23562         * gst-libs/gst/gconf/Makefile.am:
23563         * gst-libs/gst/gconf/test-gconf.c:
23564         * pkgconfig/Makefile.am:
23565         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23566         * pkgconfig/gstreamer-gconf.pc.in:
23567           Remove gconf stuff, use gconf elements instead from now on.
23568
23569 2005-07-20  Wim Taymans  <wim@fluendo.com>
23570
23571         * gst-libs/gst/audio/TODO:
23572         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23573         (gst_audio_clock_get_internal_time):
23574         * gst-libs/gst/audio/gstaudioclock.h:
23575         * gst-libs/gst/audio/gstbaseaudiosink.c:
23576         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23577         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23578         (gst_base_audio_sink_render),
23579         (gst_base_audio_sink_create_ringbuffer),
23580         (gst_base_audio_sink_change_state):
23581         Make sure the audio clock always returns an increasing value.
23582
23583 2005-07-19  Andy Wingo  <wingo@pobox.com>
23584
23585         * gst/videotestsrc/: Cleanups.
23586
23587 2005-07-19  Wim Taymans  <wim@fluendo.com>
23588
23589         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23590         Better debugging.
23591
23592 2005-07-19  Wim Taymans  <wim@fluendo.com>
23593
23594         * examples/seeking/seek.c: (make_dv_pipeline),
23595         (make_vorbis_theora_pipeline), (query_rates),
23596         (query_positions_elems), (query_positions_pads), (do_seek):
23597         Make correct DV pipeline.
23598
23599 2005-07-18  Andy Wingo  <wingo@pobox.com>
23600
23601         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23602         default. Also because it's the only thing that really works. (This
23603         is used in the GConf elements).
23604         Use AS_LIBTOOL_TAGS.
23605
23606 2005-07-18  Wim Taymans  <wim@fluendo.com>
23607
23608         * gst/playback/gstdecodebin.c: (remove_element_chain):
23609         * gst/playback/gstplaybin.c: (add_sink):
23610         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23611         (gst_stream_info_set_mute):
23612         * gst/playback/gststreamselector.c:
23613         (gst_stream_selector_get_linked_pad),
23614         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23615         More leak and compile fixes.
23616
23617 2005-07-18  Wim Taymans  <wim@fluendo.com>
23618
23619         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23620         (query_rates), (query_positions_elems), (query_positions_pads),
23621         (do_seek), (seek_cb), (stop_seek):
23622         Updated seek example. 
23623
23624         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23625         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23626         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23627         * gst/playback/gstplaybin.c: (add_sink):
23628         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23629         (gst_stream_info_set_mute):
23630         Some refcount leak fixes.
23631
23632 2005-07-16  Wim Taymans  <wim@fluendo.com>
23633
23634         * gst-libs/gst/audio/gstbaseaudiosink.c:
23635         (gst_base_audio_sink_render):
23636         Align samples even if we have roundoff errors in the 
23637         timestamp conversion.
23638
23639 2005-07-16  Wim Taymans  <wim@fluendo.com>
23640
23641         * docs/libs/tmpl/gstringbuffer.sgml:
23642         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23643         (query_rates), (query_positions_elems), (query_positions_pads),
23644         (update_scale), (do_seek):
23645         Updated seek example.
23646
23647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23648         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23649         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23650         (gst_ogg_demux_loop):
23651         Push out correct discont values.
23652
23653         * ext/theora/theoradec.c: (theora_dec_src_convert),
23654         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23655         (theora_dec_sink_event), (theora_handle_type_packet),
23656         (theora_handle_header_packet), (theora_dec_push),
23657         (theora_handle_data_packet), (theora_dec_chain),
23658         (theora_dec_change_state):
23659         Better timestamping.
23660
23661         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23662         (vorbis_dec_sink_event), (vorbis_dec_push),
23663         (vorbis_handle_data_packet), (vorbis_dec_chain):
23664         * ext/vorbis/vorbisdec.h:
23665         Better timestamping.
23666
23667         * gst-libs/gst/audio/gstbaseaudiosink.c:
23668         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23669         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23670         Handle syncing on timestamps instead of sample offsets. Make
23671         use of DISCONT values as described in design docs.
23672
23673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23674         (gst_base_audio_src_get_time):
23675         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23676         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23677         (gst_ring_buffer_read):
23678         * gst-libs/gst/audio/gstringbuffer.h:
23679         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23680         (gst_ximagesink_show_frame):
23681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23682         Correcly convert buffer timestamp to stream time.
23683
23684 2005-07-16  Wim Taymans  <wim@fluendo.com>
23685
23686         * gst/audioconvert/gstaudioconvert.c:
23687         (gst_audio_convert_get_buffer):
23688         Timestamp buffers correctly.
23689
23690         * gst/playback/gstplaybin.c: (gen_video_element):
23691         Make internal fakesink silent.
23692
23693 2005-07-15  Wim Taymans  <wim@fluendo.com>
23694
23695         * gst/ffmpegcolorspace/Makefile.am:
23696         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23697         (gst_ffmpegcsp_caps_remove_format_info),
23698         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23699         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23700         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23701         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23702         Ported ffmpegcolorspace to basetransform.
23703
23704         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23705         * gst/volume/gstvolume.c: (volume_transform):
23706         Ported to new API.
23707
23708 2005-07-14  Wim Taymans  <wim@fluendo.com>
23709
23710         * gst/videotestsrc/Makefile.am:
23711         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23712         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23713         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23714         (gst_videotestsrc_init), (gst_videotestsrc_event),
23715         (gst_videotestsrc_create), (gst_videotestsrc_start),
23716         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23717         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23718         (gst_videotestsrc_get_property):
23719         * gst/videotestsrc/gstvideotestsrc.h:
23720         Make videotestsrc a pushsrc.
23721
23722 2005-07-14  Wim Taymans  <wim@fluendo.com>
23723
23724         * gst/tcp/gstfdset.c: (gst_fdset_free):
23725         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23726         (gst_multifdsink_add), (gst_multifdsink_remove),
23727         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23728         (gst_multifdsink_remove_client_link),
23729         (gst_multifdsink_client_queue_data),
23730         (gst_multifdsink_client_queue_caps),
23731         (gst_multifdsink_client_queue_buffer),
23732         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23733         (gst_multifdsink_stop):
23734         * gst/tcp/gstmultifdsink.h:
23735         0.8 backporting.
23736
23737         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23738         Also draw image when not from a pool.
23739
23740 2005-07-14  Wim Taymans  <wim@fluendo.com>
23741
23742         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23743         (mute_stream), (silence_stream):
23744         Small debug additions.
23745
23746 2005-07-14  Wim Taymans  <wim@fluendo.com>
23747
23748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23749         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23750         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23751         Better error recovery, ignore unconnected pads and
23752         non-fatal errors.
23753
23754 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23755
23756         * docs/libs/tmpl/gstaudio.sgml:
23757         * docs/libs/tmpl/gstcolorbalance.sgml:
23758         * docs/libs/tmpl/gstgconf.sgml:
23759         * docs/libs/tmpl/gstmixer.sgml:
23760         * docs/libs/tmpl/gstringbuffer.sgml:
23761         * docs/libs/tmpl/gsttuner.sgml:
23762         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23763         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23764         (gst_tcpclientsrc_class_init):
23765         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23766         (gst_tcpserversrc_class_init):
23767         * sys/v4l/gstv4lelement.c:
23768           more autistic cleanliness in functions/names/defines
23769
23770 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23771
23772         * configure.ac:
23773           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23774           added manually to each Makefile.am so we are sure it goes
23775           *last* and doesn't add -L flags before linking in libs of our
23776           own, like, say, internal .la libs, that then accidentally pick
23777           up the installed copy.
23778         * docs/libs/Makefile.am:
23779         * ext/alsa/Makefile.am:
23780         * ext/cdparanoia/Makefile.am:
23781         * ext/gnomevfs/Makefile.am:
23782         * ext/libvisual/Makefile.am:
23783         * ext/ogg/Makefile.am:
23784         * ext/theora/Makefile.am:
23785         * ext/vorbis/Makefile.am:
23786         * gst-libs/gst/video/Makefile.am:
23787         * gst/adder/Makefile.am:
23788         * gst/audioconvert/Makefile.am:
23789         * gst/audiorate/Makefile.am:
23790         * gst/audioscale/Makefile.am:
23791         * gst/ffmpegcolorspace/Makefile.am:
23792         * gst/playback/Makefile.am:
23793         * gst/sine/Makefile.am:
23794         * gst/subparse/Makefile.am:
23795         * gst/tags/Makefile.am:
23796         * gst/tcp/Makefile.am:
23797         * gst/typefind/Makefile.am:
23798         * gst/videorate/Makefile.am:
23799         * gst/videoscale/Makefile.am:
23800         * gst/videotestsrc/Makefile.am:
23801         * gst/volume/Makefile.am:
23802         * sys/v4l/Makefile.am:
23803         * sys/ximage/Makefile.am:
23804         * sys/xvimage/Makefile.am:
23805           adapt properly to this change. This should make sure that
23806           plugins and libs properly link to the as-yet-uninstalled
23807           copies of stuff like libgstinterfaces and libgstvideo
23808
23809 2005-07-13  Andy Wingo  <wingo@pobox.com>
23810
23811         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23812         (gst_v4lsrc_fixate): Fixate on format as well.
23813
23814         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23815         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23816         buffer points to it.
23817         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23818         rather just doing X calls ourselves. Also fixes a memleak.
23819
23820 2005-07-12  Andy Wingo  <wingo@pobox.com>
23821
23822         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23823         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23824         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23825         TRUE to avoid deadlocks if an element holds on to our buffers.
23826
23827 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23828
23829         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23830         (gst_sinesrc_init), (gst_sinesrc_create),
23831         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23832         (gst_sinesrc_start):
23833         * gst/sine/gstsinesrc.h:
23834           removing num-buffers property before moving it
23835
23836 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23837
23838         * configure.ac:
23839           use overridable ERROR_CFLAGS
23840         * docs/libs/gst-plugins-base-libs.types:
23841         * docs/libs/tmpl/gstringbuffer.sgml:
23842         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23843         (gst_alsasink_class_init):
23844         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23845         (gst_alsasrc_class_init):
23846         * gst-libs/gst/audio/audio.h:
23847         * gst-libs/gst/audio/gstaudioclock.h:
23848         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23849         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23850         (gst_audio_filter_link), (gst_audio_filter_init),
23851         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23852         (gst_audio_filter_get_property),
23853         (gst_audio_filter_class_add_pad_templates):
23854         * gst-libs/gst/audio/gstaudiofilter.h:
23855         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23856         (gst_audio_filter_template_get_type),
23857         (gst_audio_filter_template_base_init),
23858         (gst_audio_filter_template_class_init),
23859         (gst_audio_filter_template_init),
23860         (gst_audio_filter_template_set_property),
23861         (gst_audio_filter_template_get_property), (plugin_init),
23862         (gst_audio_filter_template_setup),
23863         (gst_audio_filter_template_filter),
23864         (gst_audio_filter_template_filter_inplace):
23865         * gst-libs/gst/audio/gstaudiosink.c:
23866         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23867         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23868         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23869         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23870         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23871         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23872         * gst-libs/gst/audio/gstaudiosink.h:
23873         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23874         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23875         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23876         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23877         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23878         (gst_audio_src_class_init), (gst_audio_src_init),
23879         (gst_audio_src_create_ringbuffer):
23880         * gst-libs/gst/audio/gstaudiosrc.h:
23881         * gst-libs/gst/audio/gstbaseaudiosink.c:
23882         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23883         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23884         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23885         (gst_base_audio_sink_set_property),
23886         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23887         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23888         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23889         (gst_base_audio_sink_create_ringbuffer),
23890         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23891         * gst-libs/gst/audio/gstbaseaudiosink.h:
23892         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23893         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23894         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23895         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23896         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23897         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23898         (gst_base_audio_src_event), (gst_base_audio_src_create),
23899         (gst_base_audio_src_create_ringbuffer),
23900         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23901         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23902         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23903         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23904         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23905         (gst_ring_buffer_debug_spec_caps),
23906         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23907         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23908         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23909         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23910         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23911         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23912         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23913         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23914         (gst_ring_buffer_clear):
23915         * gst-libs/gst/audio/gstringbuffer.h:
23916         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23917         (gst_video_sink_class_init), (gst_video_sink_get_type):
23918         * gst-libs/gst/video/videosink.h:
23919         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23920         (gst_multifdsink_class_init),
23921         (gst_multifdsink_handle_client_write),
23922         (gst_multifdsink_change_state):
23923         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23924         (gst_tcpclientsink_setcaps):
23925         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23926         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23927         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23928         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23929         (gst_ximagesink_send_pending_navigation),
23930         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23931         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23933         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23934         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23935         (gst_xvimagesink_send_pending_navigation),
23936         (gst_xvimagesink_navigation_send_event),
23937         (gst_xvimagesink_set_xwindow_id),
23938         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23939         (gst_xvimagesink_get_type):
23940         more macro splitting
23941
23942 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23943
23944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23945           plug a memleak, allows me to import 1479 albums in one go
23946           in jamboree
23947         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23948         (vorbis_handle_type_packet), (vorbis_dec_chain),
23949         (vorbis_dec_change_state):
23950           fix some format strings
23951
23952 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23953
23954         * docs/libs/tmpl/gstcolorbalance.sgml:
23955         * docs/libs/tmpl/gstmixer.sgml:
23956         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23957         (gst_alsasink_set_property), (gst_alsasink_get_property):
23958         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23959         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23960           add device property
23961
23962 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23963
23964         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23965         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23966         (audiocast_register_listener), (audiocast_thread_run),
23967         (gst_gnomevfssrc_send_additional_headers_callback),
23968         (gst_gnomevfssrc_received_headers_callback),
23969         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23970         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23971         (gst_gnomevfssrc_get_size):
23972           add/clean up debugging
23973         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23974           cleanups
23975
23976 2005-07-07  Andy Wingo  <wingo@pobox.com>
23977
23978         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23979         framerate. Need to get a handle on when exactly this function is
23980         called, tho.
23981
23982         * sys/v4l/v4lsrc_calls.h:
23983         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23984         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23985         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23986
23987         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23988         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23989         v4lelements are sources.
23990
23991         * sys/v4l/gstv4lxoverlay.h:
23992         * sys/v4l/gstv4lxoverlay.c:
23993         * sys/v4l/gstv4ltuner.h:
23994         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23995         
23996         * sys/v4l/gstv4lsrc.h:
23997         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23998         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23999         or something should handle that. Made a live source.
24000
24001         * sys/v4l/gstv4lelement.h:
24002         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24003         signals. Some cleanups.
24004
24005         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24006
24007         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24008         stuff.
24009
24010         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24011         stuff.
24012
24013         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24014
24015 2005-07-07  Wim Taymans  <wim@fluendo.com>
24016
24017         * ext/theora/theoradec.c: (theora_get_query_types),
24018         (theora_dec_src_getcaps), (theora_dec_push):
24019         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24021         Remove deprecated/unused query types.
24022
24023 2005-07-06  Wim Taymans  <wim@fluendo.com>
24024
24025         * ext/alsa/Makefile.am:
24026         * ext/alsa/gstalsaplugin.c: (plugin_init):
24027         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24028         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24029         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24030         (gst_alsasrc_class_init), (gst_alsasrc_init),
24031         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24032         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24033         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24034         (gst_alsasrc_reset):
24035         * ext/alsa/gstalsasrc.h:
24036         * gst-libs/gst/audio/Makefile.am:
24037         * gst-libs/gst/audio/gstaudiosink.c:
24038         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24039         (gst_audioringbuffer_start):
24040         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24041         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24042         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24043         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24044         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24045         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24046         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24047         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24048         * gst-libs/gst/audio/gstaudiosrc.h:
24049         * gst-libs/gst/audio/gstbaseaudiosink.c:
24050         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24051         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24052         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24053         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24054         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24055         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24056         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24057         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24058         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24059         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24060         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24061         (gst_baseaudiosrc_change_state):
24062         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24063         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24064         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24065         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24066         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24067         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24068         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24069         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24070         * gst-libs/gst/audio/gstringbuffer.h:
24071         Added audiosource base classes.
24072         Ported alsasrc, still very basic.
24073
24074 2005-07-06  Wim Taymans  <wim@fluendo.com>
24075
24076         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24077         (theora_dec_push), (theora_handle_data_packet):
24078         Prepare for better timestamp fix later.
24079
24080         * gst/audioconvert/gstaudioconvert.c:
24081         List most accurate caps first
24082
24083         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24084         Use proper pad task function.
24085
24086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24087         (gst_xvimagesink_show_frame):
24088         Fix deadlock when alloc failed.
24089
24090 2005-07-05  Andy Wingo  <wingo@pobox.com>
24091
24092         * ext/gnomevfs/gstgnomevfssrc.c:
24093         * gst/sine/gstsinesrc.c:
24094         * gst/tcp/gsttcpserversrc.c:
24095         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24096
24097         * sys/v4l/: Port from 0.8.
24098
24099         * Many files: Null if we got it....
24100
24101 2005-07-05  Andy Wingo  <wingo@pobox.com>
24102
24103         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24104         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24105         Signedness fixes.
24106
24107 2005-07-05  Wim Taymans  <wim@fluendo.com>
24108
24109         * configure.ac:
24110         * gst/tcp/Makefile.am:
24111         * gst/tcp/README:
24112         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24113         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24114         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24115         (is_sync_frame), (gst_multifdsink_handle_client_write),
24116         (gst_multifdsink_render), (gst_multifdsink_start),
24117         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24118         * gst/tcp/gstmultifdsink.h:
24119         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24120         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24121         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24122         * gst/tcp/gsttcp.h:
24123         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24124         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24125         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24126         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24127         * gst/tcp/gsttcpclientsink.h:
24128         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24129         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24130         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24131         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24132         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24133         * gst/tcp/gsttcpclientsrc.h:
24134         * gst/tcp/gsttcpplugin.c: (plugin_init):
24135         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24136         * gst/tcp/gsttcpserversink.h:
24137         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24138         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24139         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24140         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24141         (gst_tcpserversrc_stop):
24142         * gst/tcp/gsttcpserversrc.h:
24143         * gst/tcp/gsttcpsink.c:
24144         * gst/tcp/gsttcpsink.h:
24145         * gst/tcp/gsttcpsrc.c:
24146         * gst/tcp/gsttcpsrc.h:
24147         Ported tcp plugins to 0.9. 
24148         
24149
24150 2005-07-05  Andy Wingo  <wingo@pobox.com>
24151
24152         * gst/playback/gstplaybasebin.c (fill_buffer):
24153         message_new_application fixen.
24154
24155         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24156         Style fix.
24157
24158 2005-07-04  Wim Taymans  <wim@fluendo.com>
24159
24160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24161         Set caps on output buffer.
24162
24163 2005-07-04  Andy Wingo  <wingo@pobox.com>
24164
24165         * ext/gnomevfs/gstgnomevfssrc.c
24166         (gst_gnomevfssrc_received_headers_callback) 
24167         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24168         hopefully.
24169
24170         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24171         No refcount leakage.
24172
24173         * configure.ac: Enable -Werror.
24174         
24175         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24176         * gst/audioconvert/bufferframesconvert.c
24177         (buffer_frames_convert_fixate):
24178         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24179         (gst_audio_convert_fixate):
24180         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24181         (gst_sinesrc_create): Fixate func changes.
24182         
24183         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24184         (gst_ximagesink_buffer_alloc): Unused var.
24185
24186 2005-07-01  Andy Wingo  <wingo@pobox.com>
24187
24188         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24189         getcaps to do explicit caps. Needs to be done in all decoders,
24190         possibly via a base class.
24191
24192         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24193
24194         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24195         caps on the sink pad, just rely on the pad template. Also, setting
24196         ANY caps on a pad is not valid because the caps are not fixed.
24197
24198         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24199         caps on the buffer, and get the width from the desired_caps if
24200         they're set.
24201         (gst_ximagesink_renegotiate_size): Implement via setting the
24202         desired_caps on the ximagesink.
24203         (gst_ximagesink_setcaps): Only reset the width of the player if it
24204         wasn't already set. Not sure if this is right.
24205         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24206
24207         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24208         that the user wants. NULL unless the window has been resized.
24209
24210         * gst/volume/gstvolume.c (volume_transform): Adapt to
24211         basetransform refcount changes.
24212         
24213 2005-07-01  Andy Wingo  <wingo@pobox.com>
24214
24215         * gst/videoscale/gstvideoscale.c:
24216         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24217         from BaseTransform, implements a transform_caps. Removed dead code
24218         including some PAR stuff that was never reached -- should probably
24219         be added back somehow.
24220
24221 2005-07-01  Andy Wingo  <wingo@pobox.com>
24222
24223         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24224         come later.
24225
24226 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24227
24228         * configure.ac:
24229         * docs/libs/Makefile.am:
24230         * docs/libs/gst-plugins-libs.types:
24231         * ext/alsa/Makefile.am:
24232         * ext/alsa/gstalsamixer.h:
24233         * ext/alsa/gstalsamixeroptions.h:
24234         * ext/alsa/gstalsamixertrack.h:
24235         * gst-libs/gst/Makefile.am:
24236         * gst-libs/gst/colorbalance/.cvsignore:
24237         * gst-libs/gst/colorbalance/Makefile.am:
24238         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24239         * gst-libs/gst/colorbalance/colorbalance.c:
24240         * gst-libs/gst/colorbalance/colorbalance.h:
24241         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24242         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24243         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24244         * gst-libs/gst/interfaces/Makefile.am:
24245         * gst-libs/gst/interfaces/colorbalance.c:
24246         (gst_color_balance_class_init):
24247         * gst-libs/gst/interfaces/colorbalance.h:
24248         * gst-libs/gst/interfaces/interfaces-marshal.list:
24249         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24250         * gst-libs/gst/interfaces/mixer.h:
24251         * gst-libs/gst/interfaces/mixeroptions.h:
24252         * gst-libs/gst/interfaces/navigation.c:
24253         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24254         * gst-libs/gst/interfaces/tuner.h:
24255         * gst/volume/Makefile.am:
24256         * gst/volume/gstvolume.c:
24257         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24258         * sys/ximage/Makefile.am:
24259         * sys/ximage/ximagesink.c:
24260         * sys/xvimage/Makefile.am:
24261         * sys/xvimage/xvimagesink.c:
24262           fold in all interfaces into an interfaces dir, preserving CVS
24263           history
24264
24265 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24266
24267         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24268           Fix build after riff changes.
24269
24270 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24271
24272         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24273         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24274         (gst_riff_create_video_template_caps),
24275         (gst_riff_create_audio_template_caps),
24276         (gst_riff_create_iavs_template_caps):
24277         * gst-libs/gst/riff/riff-media.h:
24278         * gst-libs/gst/riff/riff-read.h:
24279         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24280           Add gst_riff_init() to initialize the debug category, instead
24281           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24282
24283 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24284
24285         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24286           Oops, I shouldn't apply hacks.
24287
24288 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24289
24290         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24291           Remove pad_loop function which doesn't work.
24292
24293 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24294
24295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24296           Send EOS when deactivating.
24297         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24298         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24299         (gen_preroll_element), (probe_triggered), (mute_stream),
24300         (silence_stream), (new_decoded_pad), (setup_substreams),
24301         (set_active_source):
24302         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24303         (remove_sinks), (add_sink):
24304         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24305           Change for new probe API.
24306
24307 2005-06-29  Wim Taymans  <wim@fluendo.com>
24308
24309         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24310         * gst-libs/gst/audio/gstbaseaudiosink.c:
24311         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24312         (gst_baseaudiosink_change_state):
24313         * gst-libs/gst/audio/gstbaseaudiosink.h:
24314         * gst-libs/gst/audio/gstringbuffer.c:
24315         (gst_ringbuffer_set_callback):
24316         Fix compilation error.
24317         Ringbuffer starts out as not running.
24318         Free our clock in dispose.
24319         When releasing the ringbuffer we need to renegotiate so
24320         clear the pad caps.
24321
24322 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24323
24324         * autogen.sh:
24325         * configure.ac:
24326         * docs/Makefile.am:
24327         * docs/libs/Makefile.am:
24328         * docs/libs/gst-plugins-libs-docs.sgml:
24329         * docs/libs/gst-plugins-libs-sections.txt:
24330         * docs/libs/gst-plugins-libs.types:
24331         * docs/libs/tmpl/gstaudio.sgml:
24332         * docs/libs/tmpl/gstcolorbalance.sgml:
24333         * docs/libs/tmpl/gstringbuffer.sgml:
24334         * gst-libs/gst/audio/gstringbuffer.c:
24335         (gst_ringbuffer_set_callback):
24336           reinstate gtk-doc docs for plugin libs
24337
24338 2005-06-28  Wim Taymans  <wim@fluendo.com>
24339
24340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24341         (gst_ogg_demux_init):
24342         Removed pad loop function.
24343
24344 2005-06-28  Wim Taymans  <wim@fluendo.com>
24345
24346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24347         If we're building a chain we are not in an error case
24348         when we queue a buffer.
24349
24350 2005-06-28  Andy Wingo  <wingo@pobox.com>
24351
24352         * *.c: Don't cast to GstObject before reffing/unreffing.
24353
24354 2005-06-27  Andy Wingo  <wingo@pobox.com>
24355
24356         * gst/videotestsrc/gstvideotestsrc.c
24357         (gst_videotestsrc_activate_push): Activation API changes.
24358
24359         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24360         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24361         they have refs on the decodebin.
24362
24363         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24364         parent class.
24365         (gst_ogg_pad_typefind): Don't leak a pad ref.
24366         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24367         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24368         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24369
24370 2005-06-27  Edward Hervey  <edward@fluendo.com>
24371
24372         * ext/theora/theoradec.c: (theora_dec_change_state): 
24373         re-arranged call to parent's state change in order to avoid locks (or
24374         worse).
24375
24376 2005-06-26  Edward Hervey  <edward@fluendo.com>
24377
24378         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24379         2nd argument of 'unknow-type' signal is a GstCaps and not a
24380         GstMiniObject
24381
24382 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24383         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24384           Set the worker thread's running flag to TRUE before starting the
24385           thread.
24386         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24387           Catch a failure to add typefind to the bin.
24388
24389 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24390
24391         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24392         (gst_sinesrc_init), (gst_sinesrc_create),
24393         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24394         (gst_sinesrc_start):
24395         * gst/sine/gstsinesrc.h:
24396           add num-buffers and timestamp-offset properties
24397         * gst/videotestsrc/gstvideotestsrc.c:
24398         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24399         (gst_videotestsrc_get_property):
24400           add timestamp-offset property
24401
24402 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24403
24404         * configure.ac: add videorate
24405         * gst-plugins-base.spec.in: add videorate
24406
24407 2005-06-23  Wim Taymans  <wim@fluendo.com>
24408
24409         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24410         (gst_videorate_getcaps), (gst_videorate_setcaps),
24411         (gst_videorate_event), (gst_videorate_chain):
24412         Fixed videorate, fixating an already fixated caps is not
24413         an error.
24414
24415 2005-06-23  Wim Taymans  <wim@fluendo.com>
24416
24417         * ext/ogg/README:
24418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24419         Buffer on caps is not boxed anymore.
24420
24421 2005-06-22  Wim Taymans  <wim@fluendo.com>
24422
24423         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24425         Set buffers on caps as miniobjects and not as boxed.
24426
24427 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24428
24429         * configure.ac:
24430           back to HEAD
24431
24432 === release 0.9.1 ===
24433
24434 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24435
24436         * .cvsignore:
24437         * NEWS:
24438         * README:
24439         * RELEASE:
24440         * configure.ac:
24441         * po/af.po:
24442         * po/az.po:
24443         * po/cs.po:
24444         * po/en_GB.po:
24445         * po/hu.po:
24446         * po/it.po:
24447         * po/nb.po:
24448         * po/nl.po:
24449         * po/or.po:
24450         * po/sq.po:
24451         * po/sr.po:
24452         * po/sv.po:
24453         * po/uk.po:
24454         * po/vi.po:
24455           updates for release
24456
24457 2005-06-09  Andy Wingo  <wingo@pobox.com>
24458
24459         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24460         
24461 2005-06-09  Andy Wingo  <wingo@pobox.com>
24462
24463         * configure.ac:
24464         * gst-libs/gst/Makefile.am:
24465         * gst-libs/gst/net/Makefile.am:
24466         Add gstnet to build.
24467
24468 2005-06-09  Andy Wingo  <wingo@pobox.com>
24469
24470         * gst-libs/gst/gconf/gconf.c:
24471         * gst/playback/test.c:
24472         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24473         fixes.
24474
24475         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24476
24477         * ext/theora/theoraenc.c (theora_enc_chain): 
24478         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24479
24480         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24481         RealPad.
24482
24483 2005-06-02  Wim Taymans  <wim@fluendo.com>
24484
24485         * gst-libs/gst/net/Makefile.am:
24486         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24487         * pkgconfig/gstreamer-libs.pc.in:
24488         Added net stuff, version net lib.
24489
24490 2005-06-02  Wim Taymans  <wim@fluendo.com>
24491
24492         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24493         (query_rates), (query_positions_elems), (query_positions_pads),
24494         (do_seek):
24495         Updated seek example.
24496
24497 2005-06-02  Andy Wingo  <wingo@pobox.com>
24498
24499         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24500         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24501         list.
24502
24503         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24504         remove the typefind, the bin dispose will do it for us. When it's
24505         removed and unreffed, the signal handler will be disconnected,
24506         too.
24507         (unlinked): It's too difficult to disconnect from unlinked
24508         handlers, as they are on pads not elements. Just punt if the pads
24509         aren't grandkids of the bin.
24510
24511 2005-06-02  Wim Taymans  <wim@fluendo.com>
24512
24513         * ext/ogg/README:
24514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24515         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24517         * ext/theora/theoradec.c: (theora_dec_src_query),
24518         (theora_handle_data_packet):
24519         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24520         (theora_enc_chain):
24521         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24522         (vorbis_handle_data_packet):
24523         * gst/audioconvert/bufferframesconvert.c:
24524         (buffer_frames_convert_chain):
24525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24526         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24527         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24528         (gst_ffmpegcsp_chain):
24529         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24530         (gst_videorate_getcaps), (gst_videorate_setcaps),
24531         (gst_videorate_event), (gst_videorate_chain):
24532         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24533         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24534         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24535         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24536         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24537         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24538         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24539         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24540         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24541         Cleanups and buffer alloc.
24542
24543 2005-05-31  Wim Taymans  <wim@fluendo.com>
24544
24545         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24546         Don't try to call the delay method when the device is not
24547         opened.
24548
24549 2005-05-31  Wim Taymans  <wim@fluendo.com>
24550
24551         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24552         Get actual segment size and buffer size after opening
24553         the device.
24554
24555 2005-05-30  Wim Taymans  <wim@fluendo.com>
24556
24557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24558         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24559         Also FLUSH upstream, makes the loop function exit faster.
24560         
24561         * ext/theora/theoradec.c: (theora_dec_src_query):
24562         Some more debug info in the query.
24563         
24564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24565         (gst_ximagesink_setcaps):
24566         Release lock on par error, better error reporting.
24567
24568 2005-05-26  Wim Taymans  <wim@fluendo.com>
24569
24570         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24571         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24572         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24573         Clear chains in READY
24574         Queue packets until the chain is activated.
24575
24576 2005-05-25  Wim Taymans  <wim@fluendo.com>
24577
24578         * gst-libs/gst/audio/gstaudiosink.c:
24579         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24580         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24581         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24582         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24583         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24584         (gst_audiosink_create_ringbuffer):
24585         * gst-libs/gst/audio/gstbaseaudiosink.c:
24586         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24587         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24588         (gst_baseaudiosink_set_property), (build_linear_format),
24589         (debug_spec_caps), (debug_spec_buffer),
24590         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24591         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24592         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24593         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24594         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24595         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24596         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24597         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24598         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24599         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24600         (wait_segment), (gst_ringbuffer_commit),
24601         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24602         (gst_ringbuffer_clear):
24603         Various small cleanups.
24604
24605         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24606         (gst_audio_convert_change_state):
24607         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24608         No need to take the locks anymore.
24609
24610 2005-05-25  Wim Taymans  <wim@fluendo.com>
24611
24612         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24613         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24614         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24615         (type_found):
24616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24617         (group_destroy), (group_commit), (queue_overrun),
24618         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24619         (mute_stream), (new_decoded_pad), (setup_substreams),
24620         (setup_source), (mute_group_type), (set_active_source),
24621         (gst_play_base_bin_change_state):
24622         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24623         (gen_video_element), (gen_text_element), (gen_audio_element),
24624         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24625         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24626         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24627         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24628         Some playbin cleanups mostly refcounting sloppyness.
24629
24630 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24631
24632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24633           Work with streaming input.
24634
24635 2005-05-25  Wim Taymans  <wim@fluendo.com>
24636
24637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24638         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24639         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24640         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24641         No need to take the STREAM lock anymore.
24642
24643 2005-05-25  Wim Taymans  <wim@fluendo.com>
24644
24645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24646         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24647         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24648         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24649         (gst_ogg_demux_sink_activate):
24650         * ext/theora/theoradec.c: (theora_dec_src_event),
24651         (theora_handle_comment_packet), (theora_dec_chain),
24652         (theora_dec_change_state):
24653         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24654         (vorbis_handle_data_packet), (vorbis_dec_chain),
24655         (vorbis_dec_change_state):
24656         Remove STREAM locks as they are taken in core now.
24657         Never set bogus granulepos on vorbis/theora.
24658         Fix leaks in theoradec tag parsing.
24659
24660 2005-05-25  Wim Taymans  <wim@fluendo.com>
24661
24662         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24663         Fix memleaks, GST_BUFFER_DATA() is not freed.
24664
24665 2005-05-25  Wim Taymans  <wim@fluendo.com>
24666
24667         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24668         Open non-blocking, set to blocking mode afterwards to avoid
24669         lockups when audio device is busy.
24670
24671 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24672
24673         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24674           This can't be good.
24675
24676 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24677
24678         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24679         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24680         (gst_audio_convert_setcaps):
24681           Implement instant setup switching.
24682
24683 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24684
24685         * gst/playback/gstplaybasebin.c: (probe_triggered):
24686           Fix missing unlock.
24687         * gst/playback/gstplaybin.c: (add_sink):
24688           First add, then link (otherwise pad link fails).
24689
24690 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24691
24692         * examples/Makefile.am:
24693         fix buildbot (make distcheck)
24694
24695 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24696
24697         * gst/playback/gstplaybin.c: (gen_vis_element):
24698           Remove some wrong code. Doesn't work yet.
24699
24700 2005-05-19  Wim Taymans  <wim@fluendo.com>
24701
24702         * gst-libs/gst/net/Makefile.am:
24703         * gst-libs/gst/net/README:
24704         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24705         (gst_netbuffer_class_init), (gst_netbuffer_init),
24706         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24707         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24708         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24709         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24710         * gst-libs/gst/net/gstnetbuffer.h:
24711         Added buffer subclass to store extra to/from addresses for
24712         network sources/sinks.
24713
24714 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24715
24716         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24717           Don't lock an unassigned variable.
24718
24719 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24720
24721         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24722           Increase buffer for video, decrease buffer for other media types.
24723         * gst/playback/gstplaybin.c: (gen_video_element),
24724         (gen_audio_element):
24725           Change names for debugging purposes.
24726
24727 2005-05-18  Wim Taymans  <wim@fluendo.com>
24728
24729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24730         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24731         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24732         (gst_ffmpegcsp_chain):
24733         Enable buffer alloc passthrough if the source and dest
24734         formats are the same.
24735
24736 2005-05-17  Wim Taymans  <wim@fluendo.com>
24737
24738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24739         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24740         (gst_ogg_demux_chain_unlocked):
24741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24742         (gst_audio_convert_caps_remove_format_info),
24743         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24744         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24746         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24747         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24748         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24749         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24750         (gst_ffmpegcsp_get_property):
24751         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24752         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24753         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24754         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24755         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24756         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24757         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24758         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24759         Leak fixes in oggdemux.
24760         Some cleanups in audioconvert.
24761         Make passthrough work along with buffer_alloc etc.
24762         Make buffer_alloc and buffer recycling actually work in
24763         xvimagesink.
24764
24765 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24766
24767         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24768           make the compiler happy
24769
24770 2005-05-17  Wim Taymans  <wim@fluendo.com>
24771
24772         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24773         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24774         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24775         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24776         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24777         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24778         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24779         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24780         (gst_xvimagesink_set_xwindow_id):
24781         * sys/xvimage/xvimagesink.h:
24782         Port xvimagesink to new MiniObject.
24783
24784 2005-05-17  Wim Taymans  <wim@fluendo.com>
24785
24786         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24787         (gst_audiofilter_chain):
24788         * gst-libs/gst/audio/gstaudiosink.c:
24789         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24790         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24791         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24792         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24793         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24794         (gst_audiosink_create_ringbuffer):
24795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24796         (gst_audio_convert_caps_remove_format_info),
24797         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24798         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24800         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24801         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24802         Fix passthrough in ffmpegcolorspace.
24803         Fix memset in audiosink on wrong memory.
24804
24805 2005-05-16  David Schleef  <ds@schleef.org>
24806
24807         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24808         to GstMiniObject.
24809
24810 2005-05-16  David Schleef  <ds@schleef.org>
24811
24812         Port from GstData to GstMiniObject.
24813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24814         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24815         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24816         (gst_ogg_mux_collected):
24817         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24818         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24819         (theora_handle_data_packet):
24820         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24821         (theora_set_header_on_caps), (theora_enc_chain):
24822         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24823         (vorbis_handle_comment_packet):
24824         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24825         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24826         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24827         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24828         * gst/audioconvert/gstaudioconvert.c:
24829         (gst_audio_convert_get_buffer):
24830         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24831         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24832         (mute_stream), (silence_stream):
24833         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24834         * gst/volume/gstvolume.c: (volume_transform):
24835         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24836         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24837         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24838         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24839         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24840         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24841         (gst_ximagesink_buffer_alloc):
24842         * sys/ximage/ximagesink.h:
24843
24844 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24845
24846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24847         (fill_buffer), (check_queue), (queue_threshold_reached),
24848         (queue_out_of_data):
24849         * gst/playback/gstplaybasebin.h:
24850           Post buffer-fullness on the bus.
24851
24852 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24853
24854         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24855         (try_to_link_1):
24856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24857         (group_commit), (probe_triggered), (setup_source),
24858         (gst_play_base_bin_change_state):
24859         * gst/playback/gstplaybasebin.h:
24860         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24861         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24862         (gst_play_bin_change_state):
24863           Move setup_output_pads into a virtual function, remove
24864           group-switch (no longer needed) and redirect (handled by bus
24865           now) signals.
24866
24867 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24868
24869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24870         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24871         (get_active_group), (get_building_group), (group_destroy),
24872         (group_commit), (check_queue), (queue_overrun),
24873         (queue_threshold_reached), (queue_out_of_data),
24874         (gen_preroll_element), (remove_groups), (unknown_type),
24875         (add_element_stream), (no_more_pads), (probe_triggered),
24876         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24877         (setup_substreams), (setup_source), (finish_source),
24878         (prepare_output), (muted_group_change_state),
24879         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24880         (gst_play_base_bin_change_state):
24881         * gst/playback/gstplaybasebin.h:
24882         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24883         (gst_play_bin_init), (gst_play_bin_set_property),
24884         (gen_video_element), (gen_text_element), (gen_audio_element),
24885         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24886         (gst_play_bin_change_state):
24887         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24888         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24889         (stream_info_change_state), (gst_stream_info_set_mute),
24890         (gst_stream_info_get_property):
24891         * gst/playback/gststreaminfo.h:
24892         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24893         (gst_stream_selector_get_linked_pad),
24894         (gst_stream_selector_getcaps),
24895         (gst_stream_selector_get_linked_pads),
24896         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24897         * gst/playback/gststreamselector.h:
24898           Rough port of playbin. Needs some more work, but is mostly done,
24899           and uses a few locks in important places, which should make stuff
24900           like chain-switches clean. Still uses GST_STATE() in a few places,
24901           which isn't all that good an idea, subtitles/elements disabled
24902           because no elements to test with and thus probably broken, query
24903           and event handling moved to GstBin, internal thread removed
24904           alltogether because the pipeline does that for us now. Can play
24905           Ogg/Vorbis files. Haven't tested anything else yet.
24906
24907 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24908
24909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24910           Do no-more-pads (needed for autoplugging).
24911
24912 2005-05-10  Andy Wingo  <wingo@pobox.com>
24913
24914         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24915         message to the bus with the tags. Still not sent downstream tho.
24916
24917         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24918         get_parent.
24919         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24920         avoid refcounting hassles.
24921
24922 2005-05-09  Andy Wingo  <wingo@pobox.com>
24923
24924         * gst/volume/Makefile.am:
24925         * gst/volume/demo.c
24926         * gst/volume/gstvolume.h
24927         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24928         basetransform. Probably need an audio filter base class.
24929
24930 2005-05-09  Wim Taymans  <wim@fluendo.com>
24931
24932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24933         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24934         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24935         (gst_vorbisenc_chain):
24936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24937         (gst_audio_convert_caps_remove_format_info),
24938         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24939         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24940         Make caps writable before writing to it.
24941         Fix negotiation in audioconvert some more.
24942
24943 2005-05-09  Wim Taymans  <wim@fluendo.com>
24944
24945         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24946         (gst_videorate_getcaps), (gst_videorate_setcaps),
24947         (gst_videorate_event), (gst_videorate_chain):
24948         Better negotiation.
24949
24950 2005-05-09  Wim Taymans  <wim@fluendo.com>
24951
24952         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24953         (gst_videorate_getcaps), (gst_videorate_setcaps),
24954         (gst_videorate_blank_data), (gst_videorate_init),
24955         (gst_videorate_event), (gst_videorate_chain),
24956         (gst_videorate_change_state):
24957         Port videorate, do a better job at negotiation while we're at
24958         it.
24959
24960 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24961
24962         * configure.ac:
24963           Disable libvisual
24964
24965         * examples/Makefile.am:
24966         * gst-libs/gst/audio/Makefile.am:
24967         * gst-libs/gst/riff/Makefile.am:
24968         * gst-libs/gst/tag/Makefile.am:
24969         * gst-libs/gst/video/Makefile.am:
24970           Fixups for missing variables.
24971
24972 2005-05-09  Wim Taymans  <wim@fluendo.com>
24973
24974         * examples/seeking/seek.c: (make_theora_pipeline),
24975         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24976         (query_rates), (query_positions_elems), (query_positions_pads),
24977         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24979         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24980         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24981         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24982         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24984         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24985         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24986         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24987         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24988         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24989         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24990         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24991         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24992         (theora_dec_src_convert), (theora_dec_sink_convert),
24993         (theora_dec_src_query), (theora_dec_sink_query),
24994         (theora_dec_src_event), (theora_dec_sink_event),
24995         (theora_handle_comment_packet), (theora_handle_type_packet),
24996         (theora_handle_header_packet), (theora_handle_data_packet),
24997         (theora_dec_chain):
24998         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24999         (vorbis_dec_convert), (vorbis_dec_src_query),
25000         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25001         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25002         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25003         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25005         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25006         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25007         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25008         (gst_play_bin_query):
25009         * gst/playback/test3.c: (update_scale):
25010         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25011         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25012         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25014         (gst_videotestsrc_src_query):
25015         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25016         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25017         (paint_hline_YUV9):
25018         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25019         Port to new query API.
25020         Updated seek.
25021         Cleanups in x[v]imagesink
25022
25023 2005-05-09  Andy Wingo  <wingo@pobox.com>
25024
25025         * ext/alsa/gstalsasink.h:
25026         * ext/gnomevfs/gstgnomevfssrc.c:
25027         (gst_gnomevfssrc_get_icy_metadata):
25028         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25029         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25030         * ext/theora/theoradec.c (theora_dec_src_query)
25031         (theora_dec_src_event, theora_dec_sink_event)
25032         (theora_handle_comment_packet, theora_handle_data_packet):
25033         * ext/theora/theoraenc.c (theora_enc_chain):
25034         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25035         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25036         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25037         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25038         (qt_type_find):
25039         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25040         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25041         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25042         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25043         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25044         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25045         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25046         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25047         (paint_setup_RGB565, paint_setup_xRGB1555):
25048         * gst/videotestsrc/videotestsrc.h:
25049         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25050         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25051         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25052         GCC4 fixes.
25053         
25054         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25055         gst_pad_query_position. Fixes oggdemux.
25056
25057 2005-05-08  David Schleef  <ds@schleef.org>
25058
25059         * configure.ac: Require liboil.
25060         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25061         a few more.
25062         * gst/videotestsrc/videotestsrc.c:
25063         * gst/videotestsrc/videotestsrc.h:
25064
25065 2005-05-06  Wim Taymans  <wim@fluendo.com>
25066
25067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25068         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25069         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25070         Well, unreffing a buffer right before pushing it is asking
25071         for trouble..
25072
25073 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25074
25075         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25076
25077 2005-05-06  Wim Taymans  <wim@fluendo.com>
25078
25079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25080         (gst_audio_convert_caps_remove_format_info),
25081         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25082         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25084         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25085         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25086         * gst/sine/Makefile.am:
25087         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25088         (gst_sinesrc_class_init), (gst_sinesrc_init),
25089         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25090         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25091         (gst_sinesrc_update_freq):
25092         * gst/sine/gstsinesrc.h:
25093         * gst/tcp/gstmultifdsink.c:
25094         * sys/xvimage/xvimagesink.c:
25095         Fixed negotiation wrt _peer_get_caps()
25096         Some cleanups.
25097
25098
25099 2005-05-06  Wim Taymans  <wim@fluendo.com>
25100
25101         * gst-libs/gst/audio/gstaudiosink.c:
25102         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25103         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25104         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25105         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25106         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25107         (gst_audiosink_create_ringbuffer):
25108         * gst-libs/gst/audio/gstbaseaudiosink.c:
25109         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25110         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25111         (gst_baseaudiosink_set_property), (build_linear_format),
25112         (debug_spec_caps), (debug_spec_buffer),
25113         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25114         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25115         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25116         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25117         * gst-libs/gst/audio/gstbaseaudiosink.h:
25118         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25119         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25120         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25121         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25122         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25123         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25124         (wait_segment), (gst_ringbuffer_commit),
25125         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25126         (gst_ringbuffer_clear):
25127         * gst-libs/gst/audio/gstringbuffer.h:
25128         Make the base audiosink return an error when there is no
25129         audiobuffer negotiated.
25130
25131 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25132
25133         * ext/Makefile.am:
25134         Disable cdparanoia until someone ports it!
25135
25136 2005-05-06  Wim Taymans  <wim@fluendo.com>
25137
25138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25139         (gst_ogg_demux_sink_activate):
25140         And revert after wingo's revert.. sigh..
25141
25142 2005-05-05  Andy Wingo  <wingo@pobox.com>
25143
25144         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25145         GObject.
25146         * configure.ac: Return audiorate and subparse from the ghetto.
25147         Re-enable -Wall -Werror.
25148         * gst/subparse/gstsubparse.c:
25149         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25150         or chain-based. Cleaned up a bit. Not tested.
25151         
25152 2005-05-05  Christian Schaller <christian@fluendo.com> 
25153
25154         * Makefile.am: remove stuff that is not building
25155         * configure.ac: remove stuff that is not building
25156         * examples/Makefile.am: remove stuff that is not building
25157         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25158         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25159         * sys/Makefile.am: remove stuff that is not building
25160         * testsuite/Makefile.am: remove stuff that is not building
25161
25162 2005-05-05  Andy Wingo  <wingo@pobox.com>
25163
25164         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25165         * gst-libs/gst/tag/gstvorbistag.c:
25166         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25167         * gst/adder/gstadder.h:
25168         * gst/audioconvert/gstchannelmix.c:
25169         (gst_audio_convert_fill_one_other):
25170         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25171         (gst_audiorate_init), (gst_audiorate_chain):
25172         * gst/playback/gstplaybasebin.c: (setup_source):
25173         * gst/playback/test3.c: (update_scale):
25174         Some GCC4 fixes
25175         
25176         * po/af.po:
25177         * po/az.po:
25178         * po/cs.po:
25179         * po/en_GB.po:
25180         * po/hu.po:
25181         * po/it.po:
25182         * po/nb.po:
25183         * po/nl.po:
25184         * po/or.po:
25185         * po/sq.po:
25186         * po/sr.po:
25187         * po/sv.po:
25188         * po/uk.po:
25189         * po/vi.po: Foo
25190
25191 2005-05-05  Wim Taymans  <wim@fluendo.com>
25192
25193         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25194         (gst_audio_convert_caps_remove_format_info),
25195         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25196         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25197         * gst/videotestsrc/gstvideotestsrc.c:
25198         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25199         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25200         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25201         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25202         Don't ignore _push() return values.
25203         Make sure no processing is done when shutting down.
25204         Videotestsrc pad activation fix.
25205
25206 2005-05-05  Wim Taymans  <wim@fluendo.com>
25207
25208         * gst/adder/Makefile.am:
25209         * gst/adder/gstadder.c: (gst_adder_setcaps),
25210         (gst_adder_class_init), (gst_adder_init),
25211         (gst_adder_request_new_pad), (gst_adder_collected),
25212         (gst_adder_change_state):
25213         * gst/adder/gstadder.h:
25214         Ported adder as an example of a mixer element using
25215         collect pads. Needs more negotiation work.
25216
25217 2005-05-05  Wim Taymans  <wim@fluendo.com>
25218
25219         * ext/theora/theoradec.c: (_inc_granulepos),
25220         (theora_dec_src_event), (theora_dec_sink_event),
25221         (theora_handle_comment_packet), (theora_handle_type_packet),
25222         (theora_handle_header_packet), (theora_handle_data_packet),
25223         (theora_dec_chain):
25224         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25225         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25226         (theora_push_buffer), (theora_push_packet),
25227         (theora_enc_sink_event), (theora_enc_chain),
25228         (theora_enc_change_state), (theora_enc_set_property),
25229         (theora_enc_get_property):
25230         Added stream lock to decoder so that we can serialize
25231         the discont event.
25232         More theoraenc porting, recover from errors, do clean
25233         shutdown.
25234
25235 2005-05-05  Wim Taymans  <wim@fluendo.com>
25236
25237         * ext/ogg/Makefile.am:
25238         * ext/ogg/README:
25239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25240         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25241         (gst_ogg_print):
25242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25243         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25244         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25245         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25246         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25247         (gst_ogg_mux_change_state):
25248         Ported ogg muxer.
25249
25250 2005-05-05  Wim Taymans  <wim@fluendo.com>
25251
25252         * docs/design-audiosinks.txt:
25253         * gst-libs/gst/audio/TODO:
25254         * gst-libs/gst/audio/gstaudiosink.c:
25255         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25256         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25257         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25258         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25259         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25260         (gst_audiosink_create_ringbuffer):
25261         * gst-libs/gst/audio/gstbaseaudiosink.c:
25262         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25263         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25264         (gst_baseaudiosink_set_property), (build_linear_format),
25265         (debug_spec_caps), (debug_spec_buffer),
25266         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25267         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25268         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25269         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25270         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25271         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25272         (gst_ringbuffer_release), (gst_ringbuffer_play),
25273         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25274         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25275         (gst_ringbuffer_set_sample), (wait_segment),
25276         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25277         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25278         More work on the audiosink, mostly debugging and a race in
25279         shutdown.
25280
25281 2005-04-28  Wim Taymans  <wim@fluendo.com>
25282
25283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25284         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25285         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25286         (vorbis_dec_src_query), (vorbis_dec_src_event),
25287         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25288         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25289         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25290         Don't crap out when seeking back to position 0.
25291
25292 2005-04-28  Wim Taymans  <wim@fluendo.com>
25293
25294         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25295         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25296         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25297         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25298         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25299         Make audio sink configurable, use alsasink as default.
25300
25301 2005-04-28  Wim Taymans  <wim@fluendo.com>
25302
25303         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25304         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25305         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25306         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25307         (vorbis_dec_change_state):
25308         * ext/vorbis/vorbisdec.h:
25309         Refactor, use STREAM_LOCK.
25310
25311 2005-04-28  Wim Taymans  <wim@fluendo.com>
25312
25313         * ext/theora/theoradec.c: (_inc_granulepos),
25314         (theora_dec_sink_event), (theora_handle_comment_packet),
25315         (theora_handle_type_packet), (theora_handle_header_packet),
25316         (theora_handle_data_packet), (theora_dec_chain),
25317         (theora_dec_change_state):
25318         Refactor a bit, use STREAM_LOCK.
25319
25320 2005-04-28  Wim Taymans  <wim@fluendo.com>
25321
25322         * ext/alsa/Makefile.am:
25323         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25324         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25325         (gst_alsa_link), (gst_alsa_close_audio):
25326         * ext/alsa/gstalsaplugin.c: (plugin_init):
25327         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25328         (gst_alsasink_dispose), (gst_alsasink_base_init),
25329         (gst_alsasink_class_init), (gst_alsasink_init),
25330         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25331         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25332         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25333         (gst_alsasink_reset):
25334         * ext/alsa/gstalsasink.h:
25335         Implement alsasink with simple open/write/close API. 
25336         Make alsa dir build by disabling compilation of code.
25337
25338 2005-04-28  Wim Taymans  <wim@fluendo.com>
25339
25340         * gst-libs/gst/audio/Makefile.am:
25341         * gst-libs/gst/audio/audio.h:
25342         * gst-libs/gst/audio/audioclock.c:
25343         * gst-libs/gst/audio/audioclock.h:
25344         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25345         (gst_audio_clock_class_init), (gst_audio_clock_init),
25346         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25347         * gst-libs/gst/audio/gstaudioclock.h:
25348         * gst-libs/gst/audio/gstaudiosink.c:
25349         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25350         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25351         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25352         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25353         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25354         (gst_audiosink_create_ringbuffer):
25355         * gst-libs/gst/audio/gstbaseaudiosink.c:
25356         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25357         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25358         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25359         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25360         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25361         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25362         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25363         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25364         * gst-libs/gst/audio/gstbaseaudiosink.h:
25365         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25366         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25367         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25368         (gst_ringbuffer_release), (gst_ringbuffer_play),
25369         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25370         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25371         (gst_ringbuffer_set_sample), (wait_segment),
25372         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25373         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25374         * gst-libs/gst/audio/gstringbuffer.h:
25375         Make ringbuffer faster and more simple by removing the locks
25376         in the playback thread.
25377         Add sample accurate playback based on buffer sample offsets.
25378         Make the baseaudiosink provide a clock.
25379         Parse caps in the base class.
25380         Correctly handle seeking, flushing and state changes.
25381
25382 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25383
25384         * configure.ac:
25385         * gst/audioconvert/Makefile.am:
25386         * gst/audioscale/Makefile.am:
25387           Fix part of the build.  Come on guys, autogen didn't even work :)
25388
25389 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25390
25391         * configure.ac:
25392         * gst-libs/gst/Makefile.am:
25393         * gst-libs/gst/media-info/.cvsignore:
25394         * gst-libs/gst/media-info/Makefile.am:
25395         * gst-libs/gst/media-info/README:
25396         * gst-libs/gst/media-info/media-info-priv.c:
25397         * gst-libs/gst/media-info/media-info-priv.h:
25398         * gst-libs/gst/media-info/media-info-test.c:
25399         * gst-libs/gst/media-info/media-info.c:
25400         * gst-libs/gst/media-info/media-info.h:
25401         * gst-libs/gst/media-info/media-info.vcproj:
25402         * pkgconfig/Makefile.am:
25403         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25404         * pkgconfig/gstreamer-media-info.pc.in:
25405           Remove media-info, which is also successed by playbin (see Totem
25406           implementation).
25407
25408 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25409
25410         * configure.ac:
25411         * examples/Makefile.am:
25412         * examples/gstplay/.cvsignore:
25413         * examples/gstplay/Makefile.am:
25414         * examples/gstplay/player.c:
25415         * gst-libs/gst/Makefile.am:
25416         * gst-libs/gst/play/.cvsignore:
25417         * gst-libs/gst/play/Makefile.am:
25418         * gst-libs/gst/play/play.c:
25419         * gst-libs/gst/play/play.h:
25420         * gst-libs/gst/play/play.vcproj:
25421         * pkgconfig/Makefile.am:
25422         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25423         * pkgconfig/gstreamer-play.pc.in:
25424           Remove libgstplay, playbin is now the official successor.
25425
25426 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25427
25428         * configure.ac:
25429         * gst-libs/gst/Makefile.am:
25430         * gst-libs/gst/xwindowlistener/Makefile.am:
25431         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25432         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25433           Remove deprecated xwindowlistener (I've moved xwindowlistening
25434           in the v4l/v4l2 plugins over to serverside).
25435
25436 2005-04-25  David Schleef  <ds@schleef.org>
25437
25438         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25439         to examples/dynparams.  Examples do not belong interspersed with
25440         source code.
25441         * examples/dynparams/demo-dparams.c:
25442         * gst/sine/Makefile.am:
25443         * gst/sine/demo-dparams.c:
25444
25445 2005-04-25  David Schleef  <ds@schleef.org>
25446
25447         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25448         * gst-libs/gst/audio/Makefile.am:
25449         * gst-libs/gst/riff/Makefile.am:
25450         * gst-libs/gst/tag/Makefile.am:
25451         * gst-libs/gst/video/Makefile.am:
25452         * gst-libs/gst/xwindowlistener/Makefile.am:
25453
25454         Convert to 0.9 API, seems to work:
25455         * sys/ximage/Makefile.am:
25456         * sys/ximage/ximagesink.c:
25457
25458 2005-04-24  David Schleef  <ds@schleef.org>
25459
25460         Link plugins against libraries:
25461         * ext/alsa/Makefile.am:
25462         * gst/tcp/Makefile.am:
25463
25464         Remove asm code that should be in liboil
25465         * gst/videoscale/Makefile.am:
25466         * gst/videoscale/videoscale_x86_asm.s:
25467
25468         gettext wants these checked in:
25469         * po/af.po:
25470         * po/az.po:
25471         * po/cs.po:
25472         * po/en_GB.po:
25473         * po/hu.po:
25474         * po/it.po:
25475         * po/nb.po:
25476         * po/nl.po:
25477         * po/or.po:
25478         * po/sq.po:
25479         * po/sr.po:
25480         * po/sv.po:
25481         * po/uk.po:
25482         * po/vi.po:
25483
25484 2005-04-24  David Schleef  <ds@schleef.org>
25485
25486         Convert gst_main() to g_main_loop_run()
25487         * gst/playback/decodetest.c: (main):
25488         * gst/playback/test2.c: (main):
25489         * gst/playback/test3.c: (main):
25490         * gst/playback/test4.c: (main):
25491
25492         Link plugins against libraries:
25493         * ext/libvisual/Makefile.am:
25494         * sys/xvimage/Makefile.am:
25495
25496 2005-04-24  David Schleef  <ds@schleef.org>
25497
25498         * configure.ac: Remove idct and resample libs
25499         * gst-libs/gst/Makefile.am: same
25500
25501         Remove usage of gst_library_load():
25502         * ext/alsa/gstalsaplugin.c: (plugin_init):
25503         * ext/libvisual/visual.c: (plugin_init):
25504         * ext/ogg/gstogg.c: (plugin_init):
25505         * ext/theora/theora.c: (plugin_init):
25506         * ext/vorbis/vorbis.c: (plugin_init):
25507         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25508         * gst/audioscale/gstaudioscale.c:
25509         * gst/adder/gstadder.c: (plugin_init):
25510         * gst/audioconvert/plugin.c: (plugin_init):
25511         * sys/ximage/ximagesink.c: (plugin_init):
25512         * sys/xvimage/xvimagesink.c: (plugin_init):
25513         * gst/tcp/gsttcpplugin.c: (plugin_init):
25514
25515         Link plugins against libraries:
25516         * ext/ogg/Makefile.am:
25517         * ext/theora/Makefile.am:
25518         * ext/vorbis/Makefile.am:
25519         * gst/audioconvert/Makefile.am:
25520
25521         Create proper libraries:
25522         * gst-libs/gst/riff/Makefile.am:
25523         * gst-libs/gst/audio/Makefile.am:
25524         * gst-libs/gst/video/Makefile.am:
25525
25526         Move resample library to audioscale plugin directory:
25527         * gst-libs/gst/resample/Makefile.am:
25528         * gst-libs/gst/resample/README:
25529         * gst-libs/gst/resample/dtof.c:
25530         * gst-libs/gst/resample/dtos.c:
25531         * gst-libs/gst/resample/functable.c:
25532         * gst-libs/gst/resample/private.h:
25533         * gst-libs/gst/resample/resample.c:
25534         * gst-libs/gst/resample/resample.h:
25535         * gst-libs/gst/resample/resample.vcproj:
25536         * gst-libs/gst/resample/test.c:
25537         * gst/audioscale/Makefile.am:
25538         * gst/audioscale/README:
25539         * gst/audioscale/dtof.c:
25540         * gst/audioscale/dtos.c:
25541         * gst/audioscale/functable.c:
25542         * gst/audioscale/private.h:
25543         * gst/audioscale/resample.c:
25544         * gst/audioscale/resample.h:
25545         * gst/audioscale/test.c:
25546
25547         Move tagedit library to gst-libs:
25548         * gst-libs/gst/tag/Makefile.am:
25549         * gst-libs/gst/tag/gstid3tag.c:
25550         * gst-libs/gst/tag/gsttagediting.c:
25551         * gst-libs/gst/tag/gsttageditingprivate.h:
25552         * gst-libs/gst/tag/gstvorbistag.c:
25553         * gst/tags/Makefile.am:
25554         * gst/tags/gstid3tag.c:
25555         * gst/tags/gstvorbistag.c:
25556
25557         Fix for core changes:
25558         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25559         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25560         (gst_sinesrc_getrange):
25561
25562 2005-04-23  David Schleef  <ds@schleef.org>
25563
25564         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25565         in gst-plugins in a long time, and properly belongs in liboil.
25566         * gst-libs/gst/idct/Makefile.am:
25567         * gst-libs/gst/idct/README:
25568         * gst-libs/gst/idct/dct.h:
25569         * gst-libs/gst/idct/doieee:
25570         * gst-libs/gst/idct/fastintidct.c:
25571         * gst-libs/gst/idct/floatidct.c:
25572         * gst-libs/gst/idct/idct.c:
25573         * gst-libs/gst/idct/idct.h:
25574         * gst-libs/gst/idct/idtc.vcproj:
25575         * gst-libs/gst/idct/ieeetest.c:
25576         * gst-libs/gst/idct/intidct.c:
25577
25578 2005-04-20  Wim Taymans  <wim@fluendo.com>
25579
25580         * docs/design-audiosinks.txt:
25581         * gst-libs/gst/audio/Makefile.am:
25582         * gst-libs/gst/audio/TODO:
25583         * gst-libs/gst/audio/gstaudiosink.c:
25584         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25585         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25586         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25587         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25588         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25589         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25590         (gst_audiosink_class_init), (gst_audiosink_init),
25591         (gst_audiosink_create_ringbuffer):
25592         * gst-libs/gst/audio/gstaudiosink.h:
25593         * gst-libs/gst/audio/gstbaseaudiosink.c:
25594         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25595         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25596         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25597         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25598         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25599         (gst_baseaudiosink_create_ringbuffer),
25600         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25601         * gst-libs/gst/audio/gstbaseaudiosink.h:
25602         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25603         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25604         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25605         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25606         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25607         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25608         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25609         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25610         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25611         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25612         * gst-libs/gst/audio/gstringbuffer.h:
25613         An attempt at a set of audio base classes together with some
25614         design docs.
25615
25616 2005-04-20  Wim Taymans  <wim@fluendo.com>
25617
25618         * gst/audioconvert/Makefile.am:
25619         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25620         (gst_audio_convert_caps_remove_format_info),
25621         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25622         (gst_audio_convert_channels):
25623         Link against audio libs.
25624         Fix audio convert plugin.
25625
25626 2005-04-20  Wim Taymans  <wim@fluendo.com>
25627
25628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25629         (gst_ogg_demux_sink_activate):
25630         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25631         (theora_set_header_on_caps), (theora_enc_sink_event),
25632         (theora_enc_chain):
25633         Fix theora encoder.
25634
25635 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25636
25637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25638         * gst/playback/gstdecodebin.c: (find_compatibles):
25639           Work with staticpadtemplates in elementfactories.
25640
25641 2005-04-12  Wim Taymans  <wim@fluendo.com>
25642
25643         * gst/playback/README:
25644         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25645         (compare_ranks), (print_feature), (gst_decode_bin_init),
25646         (dynamic_create), (dynamic_free), (find_compatibles),
25647         (mimetype_is_raw), (close_pad_link), (got_redirect),
25648         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25649         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25650         (gst_decode_bin_change_state):
25651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25652         (gst_play_base_bin_init), (group_destroy), (group_commit),
25653         (check_queue), (queue_overrun), (queue_threshold_reached),
25654         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25655         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25656         (got_redirect), (setup_source), (play_base_eos),
25657         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25658         (gst_play_base_bin_remove_element):
25659         * gst/playback/gstplaybasebin.h:
25660         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25661         (gst_play_bin_init), (gst_play_bin_dispose),
25662         (gst_play_bin_set_property), (gen_video_element),
25663         (gen_text_element), (gen_audio_element), (remove_sinks),
25664         (gst_play_bin_send_event):
25665         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25666         (stream_info_change_state), (gst_stream_info_set_mute):
25667         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25668         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25669         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25670         (gst_stream_selector_chain):
25671         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25672         (main):
25673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25674         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25675         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25676         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25677         Raw and crude port of decodebin. 
25678         Make playbin compile.
25679
25680 2005-04-06  Wim Taymans  <wim@fluendo.com>
25681
25682         * ext/gnomevfs/Makefile.am:
25683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25684         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25685         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25686         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25687         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25688         (gst_gnomevfssrc_stop):
25689         * ext/ogg/Makefile.am:
25690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25691         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25692         * ext/theora/Makefile.am:
25693         * ext/theora/theoradec.c: (_inc_granulepos),
25694         (theora_dec_sink_event), (theora_dec_chain):
25695         * ext/vorbis/Makefile.am:
25696         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25697         (vorbis_dec_sink_event), (vorbis_dec_chain):
25698         * gst-libs/gst/audio/Makefile.am:
25699         * sys/xvimage/Makefile.am:
25700         Make gnomevfssrc extend the source base class.
25701         Fix linking against libs in various plugins.
25702
25703 2005-04-06  Andy Wingo  <wingo@pobox.com>
25704
25705         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25706         GST_BASE_LIBS.
25707
25708         * configure.ac: Add check and AC_SUBST for libgstbase.
25709
25710 2005-03-31  Wim Taymans  <wim@fluendo.com>
25711
25712         * examples/seeking/Makefile.am:
25713         * examples/seeking/cdparanoia.c: (main):
25714         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25715         (play_cb), (pause_cb), (stop_cb), (main):
25716         * examples/seeking/playbin.c:
25717         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25718         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25719         (make_sid_pipeline), (make_vorbis_pipeline),
25720         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25721         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25722         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25723         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25724         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25725         (stop_cb), (main):
25726         * examples/seeking/spider_seek.c:
25727         * examples/seeking/vorbisfile.c:
25728         * ext/gnomevfs/Makefile.am:
25729         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25730         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25731         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25732         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25733         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25734         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25735         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25736         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25737         * ext/ogg/README:
25738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25739         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25740         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25741         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25742         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25743         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25744         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25745         (gst_ogg_demux_factory_filter), (compare_ranks),
25746         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25747         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25748         (gst_ogg_chain_new), (gst_ogg_chain_free),
25749         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25750         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25751         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25752         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25753         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25754         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25755         (gst_ogg_demux_get_prev_page),
25756         (gst_ogg_demux_deactivate_current_chain),
25757         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25758         (gst_ogg_demux_bisect_forward_serialno),
25759         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25760         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25761         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25762         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25763         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25764         (gst_ogg_demux_change_state), (gst_ogg_print):
25765         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25766         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25767         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25768         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25769         (gst_ogg_mux_loop):
25770         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25771         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25772         (theora_dec_src_convert), (theora_dec_sink_convert),
25773         (theora_dec_src_query), (theora_dec_src_event),
25774         (theora_dec_sink_event), (theora_dec_chain),
25775         (theora_dec_change_state):
25776         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25777         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25778         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25779         (theora_enc_change_state):
25780         * ext/vorbis/Makefile.am:
25781         * ext/vorbis/oggvorbisenc.c:
25782         * ext/vorbis/oggvorbisenc.h:
25783         * ext/vorbis/vorbis.c: (plugin_init):
25784         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25785         (vorbis_dec_src_query), (vorbis_dec_src_event),
25786         (vorbis_dec_sink_event), (vorbis_dec_chain),
25787         (vorbis_dec_change_state):
25788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25789         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25790         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25791         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25792         (gst_vorbisenc_change_state):
25793         * ext/vorbis/vorbisenc.h:
25794         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25795         * gst-libs/gst/audio/audioclock.c:
25796         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25797         (gst_audiofilter_init), (gst_audiofilter_chain):
25798         * gst-libs/gst/audio/testchannels.c: (main):
25799         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25800         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25801         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25802         (gmip_find_track_streaminfo), (gmip_find_track_format):
25803         * gst-libs/gst/media-info/media-info.c:
25804         (gst_media_info_read_idler):
25805         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25806         (gst_play_get_all_by_interface):
25807         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25808         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25809         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25810         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25811         (gst_riff_parse_info):
25812         * gst-libs/gst/riff/riff-read.h:
25813         * gst-libs/gst/riff/riff.c: (plugin_init):
25814         * gst-libs/gst/video/Makefile.am:
25815         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25816         (gst_videosink_class_init), (gst_videosink_get_type):
25817         * gst-libs/gst/video/videosink.h:
25818         * gst/audioconvert/bufferframesconvert.c:
25819         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25820         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25821         * gst/audioconvert/channelmixtest.c: (main):
25822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25823         (gst_audio_convert_chain),
25824         (gst_audio_convert_caps_remove_format_info),
25825         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25826         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25827         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25828         (gst_audio_convert_buffer_to_default_format),
25829         (gst_audio_convert_buffer_from_default_format),
25830         (gst_audio_convert_channels):
25831         * gst/audioconvert/gstchannelmix.h:
25832         * gst/ffmpegcolorspace/avcodec.h:
25833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25834         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25835         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25836         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25837         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25838         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25839         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25840         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25841         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25842         (dv_type_find):
25843         * gst/videotestsrc/gstvideotestsrc.c:
25844         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25845         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25846         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25847         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25848         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25849         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25850         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25852         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25853         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25854         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25855         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25856         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25857         (gst_xvimagesink_navigation_send_event),
25858         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25859         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25860         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25861         * sys/xvimage/xvimagesink.h:
25862         Plugin port to 0.9, ogg/theora playback should work in the seek
25863         example now.
25864         Removed old examples.
25865         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25866         explained in 0.9 TODO doc.
25867
25868
25869 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25870
25871         * autogen.sh:
25872         * configure.ac:
25873         * ext/Makefile.am:
25874         * gst/Makefile.am:
25875         * po/POTFILES.in:
25876         * po/af.po:
25877         * po/az.po:
25878         * po/cs.po:
25879         * po/en_GB.po:
25880         * po/hu.po:
25881         * po/it.po:
25882         * po/nb.po:
25883         * po/nl.po:
25884         * po/or.po:
25885         * po/sq.po:
25886         * po/sr.po:
25887         * po/sv.po:
25888         * po/uk.po:
25889         * po/vi.po:
25890         * sys/Makefile.am:
25891         * testsuite/Makefile.am:
25892           remove a whole bunch of plugins.  This module now contains a set
25893           of free reference plugins/elements as agreed.
25894
25895 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25896
25897         * configure.ac:
25898           hunting season on 0.9 is now OPEN
25899
25900 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25901
25902         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25903           Kick the hell out of gcc for not warning me about a symbol conflict.
25904
25905 2005-02-22  Luca Ognibene  <luogni@tin.it>
25906
25907         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25908
25909         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25910           Don't leak caps string (fixes #168134)
25911
25912         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25913         (gst_jpegenc_init), (gst_jpegenc_finalize),
25914         (gst_jpegenc_change_state):
25915           Don't leak line buffers and context struct (fixes #168133).
25916
25917 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25918
25919         * configure.ac:
25920         * ext/dirac/gstdiracdec.cc:
25921         (gst_diracdec_chain):
25922           Since dirac 0.5.0 the framerate in dirac is expressed as a
25923           rational number. Fix build and up requirement to 0.5.0, and
25924           also pass parameters to gst_diracdec_link in the right order
25925           (fixes #167959).
25926
25927 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25928
25929         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25930         * ext/faad/gstfaad.h:
25931         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25932         certain invalid muxed streams, where some packets will contain 
25933         junk after decoder data. Partially fixes #149158.
25934
25935 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25936         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25937           Make sure we only write to writable buffers
25938
25939 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25940
25941         * gst-libs/gst/riff/riff-media.c:
25942         (gst_riff_create_audio_caps_with_data):
25943           Do actually fix invalid RIFF fmt header values for alaw
25944           and mulaw audio instead of just saying so.
25945
25946         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25947           Give gst_riff_create_audio_caps_with_data() a chance to
25948           fix up broken format header fields before extracting any
25949           parameters from the header. (fixes #167633)
25950
25951 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25952
25953         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25954
25955         * gst/audioconvert/bufferframesconvert.c:
25956         (buffer_frames_convert_link):
25957           Don't leak othercaps. (fixes #167878)
25958
25959 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25960
25961         * configure.ac:
25962         * ext/libvisual/visual.c: (gst_visual_srclink),
25963         (gst_visual_change_state):
25964           Support libvisual 0.2.0.
25965
25966 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25967
25968         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25969         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25970           Use same rowstrides for I420 as used everywhere else.
25971
25972 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25973
25974         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25975           Declare variables at beginning of block and make gcc-2.95 happy
25976           (fixes # 167482, patch by Gergely Nagy).
25977           
25978         * gst/tcp/gsttcpclientsrc.c:
25979         * gst/tcp/gsttcpclientsrc.h:
25980           Move some includes into the header, so that struct sockaddr_in is
25981           defined when it should be defined on FreeBSD as well (fixes
25982           #167483).
25983           
25984         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25985           Don't pass uninitialised values to setsockopt() here either.
25986
25987 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25988
25989         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25990
25991         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25992           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25993
25994 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25995
25996         * gst/playback/gstplaybin.c: (add_sink):
25997           Invert bin_add/link order to workaround deadlock in opt.
25998
25999 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * gst/modplug/gstmodplug.cc:
26002           Add missing break causing position queries to fail.
26003
26004 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26005
26006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26007           Granpos can apparently be -1, which screws up calculations...
26008
26009 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26010
26011         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26012         (gst_ximagesink_send_pending_navigation),
26013         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26014         (gst_ximagesink_init):
26015         * sys/ximage/ximagesink.h:
26016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26017         (gst_xvimagesink_send_pending_navigation),
26018         (gst_xvimagesink_navigation_send_event),
26019         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26020         * sys/xvimage/xvimagesink.h:
26021           Use a mutex protected list to marshal navigation
26022           events into the stream thread from whichever thread
26023           sends them.
26024
26025 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26026
26027         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26028           Display current position and track length; misc. clean-ups.
26029           
26030         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26031         (speed_init), (speed_chain):
26032           Add query function, so that the stream length and current position
26033           get adjusted when queried (note that current position queries may
26034           still be wrong if the audio sink returns values based on buffer
26035           timestamps instead of passing on the query).
26036
26037 2005-02-13  Benjamin Otte  <otte@gnome.org>
26038
26039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26040         (gst_audio_convert_channels):
26041           create channel conversion matrix when linking
26042         * gst/audioconvert/.cvsignore:
26043         * gst/audioconvert/Makefile.am:
26044         * gst/audioconvert/channelmixtest.c: (main):
26045           add (ugly) test that ensures stereo <=> mono conversion works
26046           correctly
26047
26048 2005-02-13  Benjamin Otte  <otte@gnome.org>
26049
26050         * gst/audioconvert/gstchannelmix.h:
26051           include missing header file
26052         * gst/audioconvert/gstchannelmix.c:
26053         (gst_audio_convert_fill_compatible):
26054           use same sign for both channels when converting to/from compatible
26055           channel. Previously used different signs made the signals cancel
26056           each other out and appear like silence. (fixes #167269)
26057
26058 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26059
26060         * gst/ffmpegcolorspace/avcodec.h:
26061         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26062         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26063         (gst_ffmpegcsp_avpicture_fill):
26064         * gst/ffmpegcolorspace/imgconvert.c:
26065           Convert to and from YV12 (fixes #156379).
26066
26067 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26068
26069         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26070         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26071         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26072         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26073         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26074         methods from chain and negotiation and vice versa (Fixes #166142).
26075         * sys/ximage/ximagesink.h: Add stream_lock.
26076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26077         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26078         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26079         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26080
26081 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26082
26083         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26084           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26085           error message when we can't open the DVD device (when dvdnav_open()
26086           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26087           the above). Send something more useful instead (fixes #167117).
26088
26089 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26090
26091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26092         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26093         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26094         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26095         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26096         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26097         methods from chain and negotiation and vice versa (Fixes #166142).
26098         Fix a possible bug of images in the buffer pool being discarded because
26099         we are looking at the wrong geometry.
26100         * sys/xvimage/xvimagesink.h: Add stream_lock.
26101
26102 2005-02-11  David Schleef  <ds@schleef.org>
26103
26104         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26105         unsigned int. (fixes #167128)
26106
26107 2005-02-11  David Schleef  <ds@schleef.org>
26108
26109         * gst/librfb/Makefile.am: Testing stuff before committing is
26110           for wimps... and people with fast machines.  Fix stupid
26111           mistake.
26112
26113 2005-02-11  David Schleef  <ds@schleef.org>
26114
26115         * configure.ac: Pull in librfb from my CVS tree, because it is
26116           too small and annoying to be separate.  Move rfbsrc plugin
26117           to gst/.
26118         * ext/Makefile.am:
26119         * ext/librfb/Makefile.am:
26120         * ext/librfb/gstrfbsrc.c:
26121         * gst/librfb/Makefile.am:
26122         * gst/librfb/gstrfbsrc.c:
26123         * gst/librfb/rfb.c:
26124         * gst/librfb/rfb.h:
26125         * gst/librfb/rfbbuffer.c:
26126         * gst/librfb/rfbbuffer.h:
26127         * gst/librfb/rfbbytestream.c:
26128         * gst/librfb/rfbbytestream.h:
26129         * gst/librfb/rfbcontext.h:
26130         * gst/librfb/rfbdecoder.c:
26131         * gst/librfb/rfbdecoder.h:
26132         * gst/librfb/rfbutil.h:
26133
26134 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26135
26136         * gst/speed/Makefile.am:
26137         * gst/speed/demo-mp3.c: (main):
26138         * gst/speed/filter.func:
26139         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26140         (speed_class_init), (speed_init), (speed_chain_int16),
26141         (speed_chain_float32), (speed_chain), (speed_set_property),
26142         (speed_get_property), (speed_change_state):
26143         * gst/speed/gstspeed.h:
26144           Fix speed element and make it chain-based (fixes #156467),
26145           and make it handle more than one channel.
26146
26147 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26148
26149         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26150         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26151         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26152         * ext/dts/gstdtsdec.h:
26153           Don't clobber the stack constructing the channels array.
26154           Make the element chain-based. DTS tracks can now be played.
26155           
26156 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26157
26158         * gst-libs/gst/audio/multichannel.h:
26159         * gst-libs/gst/gconf/gconf.h:
26160         * gst-libs/gst/idct/idct.h:
26161         * gst-libs/gst/media-info/media-info-priv.h:
26162         * gst-libs/gst/play/play.h:
26163         * gst-libs/gst/resample/private.h:
26164         * gst-libs/gst/resample/resample.h:
26165         * gst-libs/gst/riff/riff-ids.h:
26166         * gst-libs/gst/video/video.h:
26167         * gst-libs/gst/video/videosink.h:
26168           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26169           missing, so that they work when included from C++ code.
26170
26171 2005-02-09  David Schleef  <ds@schleef.org>
26172
26173         * testsuite/gst-lint: Check for non-statically scoped
26174           parent_class variables.  This won't be a problem once
26175           plugins are loaded with RTLD_LOCAL.
26176
26177 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26178
26179         * ext/mplex/gstmplexibitstream.cc:
26180           gcc madness.
26181
26182 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * ext/ogg/gstogmparse.c:
26185         * gst/debug/gstnavigationtest.c:
26186           Die, thou faulty symbol pollutors (non-static parent_class).
26187
26188 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26189
26190         * ext/mplex/gstmplexibitstream.cc:
26191           Fix event handling (#165525).
26192
26193 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26194
26195         * ext/mikmod/gstmikmod.c:
26196         * gst/modplug/gstmodplug.cc:
26197           Add missing endianness to template (fixes #165509).
26198
26199 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26200
26201         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26202           Fix wrong order of reading of optional bytes (#165290).
26203
26204 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26207           Implement FILLER event awareness.
26208
26209 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26210
26211         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26212           Fix track calculations (#166208).
26213
26214 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26215
26216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26217
26218         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26219         * ext/libpng/gstpngenc.c:
26220           Fix byte-order, use proper fixed caps. Fixes #164197.
26221
26222 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26223
26224         * configure.ac:
26225           Add dvdlpcmdec 
26226
26227         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26228         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26229           Don't push buffers if the src pad isn't negotiated yet.
26230           
26231         * gst/audioconvert/gstaudioconvert.c:
26232         (gst_audio_convert_buffer_to_default_format),
26233         (gst_audio_convert_buffer_from_default_format):
26234           Add support for 24-bit width.
26235
26236         * gst/dvdlpcmdec/.cvsignore:
26237         * gst/dvdlpcmdec/Makefile.am:
26238         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26239         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26240         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26241         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26242         (plugin_init):
26243         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26244           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26245           format. Needs support for the channels maps if someone can find 
26246           a DVD LPCM track with > 2 channels.
26247
26248         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26249         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26250         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26251         * gst/mpegstream/gstdvddemux.h:
26252         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26253         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26254         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26255         * gst/mpegstream/gstmpegdemux.h:
26256         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26257         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26258         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26259         (gst_mpeg_parse_handle_src_query),
26260         (gst_mpeg_parse_handle_src_event):
26261           Use audio/x-dvd-lpcm for LPCM output.
26262           Add DTS output.
26263
26264 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26265
26266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26267
26268         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26269         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26270           Add BGRA handling (#165736).
26271
26272 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26273
26274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26275
26276         * gst/law/alaw-decode.c: (alawdec_link):
26277         * gst/law/alaw-encode.c: (alawenc_link):
26278         * gst/law/mulaw-decode.c: (mulawdec_link):
26279         * gst/law/mulaw-encode.c: (mulawenc_link):
26280           Fix caps memleaks (#166600).
26281
26282 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26283
26284         * ext/tarkin/mem.h:
26285         * ext/tarkin/wavelet.h:
26286         * ext/tarkin/yuv.h:
26287         * gst/ffmpegcolorspace/avcodec.h:
26288           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26289           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26290
26291 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26295         (gst_xvimagesink_change_state):
26296           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26297           Xv video (and thereby regenerate Xv colourkey) in clear() so
26298           that PLAY -> READY -> PLAY works (fixes #162504).
26299
26300 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26301
26302         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26303           Switch to list instead of range, since MJPEG-devices really just
26304           support decimations, not any size.
26305
26306 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26307         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26308         (gst_mpeg2dec_reset), (free_all_buffers),
26309         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26310         * ext/mpeg2dec/gstmpeg2dec.h:
26311           The libmpeg2 user-allocated buffer management is awkward, 
26312           to say the least. Hopefully this fixes things.
26313
26314 2005-02-04  Andy Wingo  <wingo@pobox.com>
26315
26316         * gst/audioconvert/bufferframesconvert.c
26317         (buffer_frames_convert_fixate): New function, fixates to 256
26318         frames per buffer by default. (Much better than 1.)
26319         (buffer_frames_convert_init): Set the fixate function for both src
26320         and sink pad.
26321         (buffer_frames_convert_link): After success setting nonfixed caps,
26322         get the negotiated caps so we can know how many buffer-frames it
26323         will be. No idea how this worked at all before.
26324
26325 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26326
26327         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26328         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26329         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26330         (handle_sequence), (handle_picture):
26331         * ext/mpeg2dec/gstmpeg2dec.h:
26332           Rearrange buffer tracking and refcounting and refactor
26333           a little for readability. 
26334
26335 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26336         * sys/v4l/gstv4l.c: (plugin_init):
26337         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26338         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26339         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26340         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26341         * sys/v4l/gstv4ljpegsrc.h:
26342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26343         * sys/v4l/v4l_calls.h:
26344         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26345         (gst_v4lsrc_get_fps):
26346         * sys/v4l/v4lsrc_calls.h:
26347           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26348           you jpeg inside rgb frames" driver.
26349           Don't error in the v4lsrc link function, just return 
26350           REFUSED.
26351
26352 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26353
26354         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26355         (gst_qcamsrc_open):
26356           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26357
26358 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26359
26360         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26361           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26362
26363 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26364
26365         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26366           Reset negotiated state on PAUSED->READY.
26367
26368 2005-02-02  David Schleef  <ds@schleef.org>
26369
26370         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26371         whereever possible.  (Fixes #165997)
26372         * examples/capsfilter/capsfilter1.c: (main):
26373         * examples/dynparams/filter.c: (create_ui):
26374         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26375         * examples/seeking/chained.c: (main):
26376         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26377         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26378         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26379         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26380         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26381         * examples/switch/switcher.c: (main):
26382         * ext/dv/demo-play.c: (main):
26383         * ext/faad/gstfaad.c: (gst_faad_change_state):
26384         * ext/mad/gstmad.c: (gst_mad_chain):
26385         * ext/smoothwave/demo-osssrc.c: (main):
26386         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26387         (gst_gconf_render_bin_from_description),
26388         (gst_gconf_get_default_audio_sink),
26389         (gst_gconf_get_default_video_sink),
26390         (gst_gconf_get_default_audio_src),
26391         (gst_gconf_get_default_video_src),
26392         (gst_gconf_get_default_visualization_element):
26393         * gst/level/demo.c: (main):
26394         * gst/level/plot.c: (main):
26395         * gst/playback/gstplaybin.c: (gen_video_element),
26396         (gen_audio_element):
26397         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26398         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26399         * gst/sine/demo-dparams.c: (main):
26400         * gst/spectrum/demo-osssrc.c: (main):
26401         * gst/speed/demo-mp3.c: (main):
26402         * gst/volume/demo.c: (main):
26403         * testsuite/embed/embed.c: (main):
26404
26405 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26406
26407         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26408         (gst_tcpclientsink_finalize):
26409         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26410         (gst_tcpclientsrc_finalize):
26411         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26412         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26413         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26414         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26415           Don't leak the hostname when shutting down.
26416           In tcpserversrc, take a copy of the default hostname.
26417
26418 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26419
26420         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26421           Set caps to systemstream=TRUE.
26422
26423 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * testsuite/Makefile.am:
26426           Fix more OSX buildbots.
26427
26428 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26429
26430         * ext/mpeg2dec/gstmpeg2dec.c:
26431           Don't send things to NULL PAD_PEERs
26432
26433         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26434           Copy-on-write the incoming buffer.
26435
26436         * gst/mpegstream/gstdvddemux.h:
26437         * gst/mpegstream/gstmpegclock.h:
26438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26439         (normal_seek), (gst_mpeg_demux_handle_src_event):
26440         * gst/mpegstream/gstmpegdemux.h:
26441         * gst/mpegstream/gstmpegpacketize.h:
26442         * gst/mpegstream/gstmpegparse.c:
26443         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26444         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26445         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26446         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26447         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26448         * gst/mpegstream/gstmpegparse.h:
26449         * gst/mpegstream/gstrfc2250enc.h:
26450           Various changes to the way time is computed that make seeking and
26451           total time estimation much better here.
26452           Use G_BEGIN/END_DECLS instead of __cplusplus
26453
26454         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26455           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26456
26457 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26458
26459         * gst/subparse/gstsubparse.c:
26460           Fix OSX buildbot.
26461
26462 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26463
26464         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26465         (theora_enc_chain), (theora_enc_change_state):
26466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26467         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26468         (gst_vorbisenc_change_state):
26469         * ext/vorbis/vorbisenc.h:
26470           Set granulepos and timestamp correctly for streams not
26471           starting at 0, taking into account the initial delay.
26472
26473 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26474
26475         * gst/mpegstream/gstdvddemux.c:
26476           Add audio/x-dts to audio pad template caps
26477
26478 2005-01-30  David Schleef  <ds@schleef.org>
26479
26480         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26481         (create_context), (gst_polypsink_link): Fix silly endianness
26482         bug.  Add some debugging.  Remove float from caps; it doesn't
26483         work.  Attempt to get remote audio working.
26484
26485 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26488           Add 3IV2 fourcc.
26489
26490 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26493         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26494         (gst_avi_demux_stream_data):
26495         * gst/avi/gstavidemux.h:
26496           Invert DIB images. Fixes #132341.
26497
26498 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26501         (gst_ffmpegcsp_chain):
26502           D'oh, reference the palette data, not the palette structure.
26503           Fixes color distortion in #132341.
26504
26505 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26506
26507         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26508           PAR can be non-fixed when not provided as argument (#162626).
26509
26510 2005-01-29  David Moore  <dcm@acm.org>
26511
26512         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26513
26514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26515         (gst_qtdemux_loop_header):
26516           Re-apply patch from #142272 that allows non-seekable sources,
26517           re-proposed by Daniel Drake <dsd@gentoo.org>.
26518
26519 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26522           Use the src template for creating the src pad (#162330).
26523
26524 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * configure.ac:
26527         * ext/musepack/Makefile.am:
26528         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26529         (gst_musepackdec_init), (gst_musepackdec_dispose),
26530         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26531         (gst_musepack_stream_init), (gst_musepackdec_loop),
26532         (gst_musepackdec_change_state):
26533         * ext/musepack/gstmusepackdec.cpp:
26534         * ext/musepack/gstmusepackdec.h:
26535         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26536         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26537         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26538         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26539         * ext/musepack/gstmusepackreader.cpp:
26540         * ext/musepack/gstmusepackreader.h:
26541           Update to 1.1 API (#165446).
26542
26543 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * ext/Makefile.am:
26546           Unbreak buildbot.
26547
26548 2005-01-28  Andy Wingo  <wingo@pobox.com>
26549
26550         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26551         to reflect a different dubious internet source. Add a reference
26552         and some commentary.
26553
26554 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26555
26556         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26557         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26558         * gst/playback/gststreamselector.h:
26559           Be more selective when we're redoing caps negotiation from
26560           within the chain function on a stream change.
26561
26562 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * configure.ac:
26565         * ext/Makefile.am:
26566         * ext/amrnb/Makefile.am:
26567         * ext/amrnb/amrnb.c: (plugin_init):
26568         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26569         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26570         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26571         (gst_amrnbdec_state_change):
26572         * ext/amrnb/amrnbdec.h:
26573         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26574         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26575         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26576         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26577         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26578         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26579         * ext/amrnb/amrnbparse.h:
26580           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26581         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26582           Add AMR-NB/-WB raw formats.
26583         * ext/alsa/gstalsa.c: (gst_alsa_link):
26584           Keep valid time when changing format.
26585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26586         (qtdemux_parse_trak):
26587           Add some more format-specific options (#140141, #143555, #155163).
26588
26589 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26590
26591         * gst/matroska/matroska-demux.c:
26592         (gst_matroska_demux_parse_blockgroup):
26593           Fix logic error in timing of subtitle stream synchronization.
26594         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26595           Add skip-chunk, which is found in kodak-camera streams.
26596
26597 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26598
26599         * po/LINGUAS:
26600         * po/vi.po:
26601           Adding Vietnamese translation (submitted by Clytie Siddall)
26602
26603 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * gst/playback/gstdecodebin.c: (try_to_link_1):
26606           Use realpad for signal.
26607
26608 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26611           Fix category so decodebin picks it up.
26612
26613 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26614
26615         * ext/mad/Makefile.am:
26616         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26617         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26618         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26619         (found_type), (gst_id3demux_bin_change_state):
26620         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26621         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26622         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26623         (gst_id3_tag_change_state), (plugin_init):
26624         * ext/mad/gstmad.h:
26625           Add id3demuxbin (which is a simple bin consisting of id3demux
26626           and typefind), take over rank from id3demux, remove typefind
26627           code from id3demux. Makes all broken mp3s that I know of work,
26628           and thereby fixes #152688.
26629
26630 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26631
26632         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26633
26634         * ext/mad/gstmad.c: (gst_mad_src_event):
26635         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26636           Allow seeks on audio pad, make mad forward those (#164826).
26637         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26638           Set duration (#165335).
26639
26640 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26641
26642         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26643         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26644         (gst_asf_demux_process_ext_content_desc),
26645         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26646         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26647         * gst/asfdemux/gstasfdemux.h:
26648           Improve metadata display, e.g. if the metadata comes before the
26649           streams are loaded (which is perfectly valid).
26650
26651 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26652
26653         * tools/gst-launch-ext-m.m:
26654           Fix AVI/ASF pipelines (#165340).
26655
26656 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26657         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26658         build failure on amd64
26659
26660 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26661
26662         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26663         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26664           Check environment variables GST_ID3V2_TAG_ENCODING,
26665           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26666           list of character encodings to force interpretation of non-unicode
26667           strings stored in an ID3v2 tag to a particular encoding. If none
26668           is specified, try to use current locale's encoding, then fall back
26669           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26670         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26671         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26672           Check environment variables GST_ID3V1_TAG_ENCODING,
26673           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26674           list of character encodings to use in case a string encountered
26675           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26676           specified, try to use the current locale's encoding, then fall
26677           back to ISO-8859-1 (which will always succeed).
26678
26679 2005-01-25  Benjamin Otte  <otte@gnome.org>
26680
26681         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26682           - on half framerate, compute the rate in advance so the comparisons
26683             don't compare wrong values
26684           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26685             behaviour
26686           - don't use mad_header_decode anymore, mad_frame_decode does that
26687             automatically
26688           - when getting rid of consumed bytes, reset the stream's skiplen
26689           (fixes #163867)
26690
26691 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26692
26693         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26694           Use 1/2 a second for default max_discont, as PES streams from DVB
26695           seem to have larger spacings in the SCR. 
26696           Fix a typo.
26697
26698 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26699
26700         * gst/playback/gstplaybasebin.c: (group_commit):
26701           Notify delayed stream-info availability.
26702
26703 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26704         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26705         (gst_a52dec_handle_event), (gst_a52dec_chain):
26706         Add some debug output. Check that a discont has a valid
26707         time associated.
26708         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26709         (gst_alsa_sink_loop):
26710         Ignore TAG events. A little extra debug for broken timestamps.
26711         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26712         (dvdnavsrc_change_state):
26713         Ensure we send a discont to engage the link before we send any
26714         other events.
26715         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26716         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26717         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26718         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26719         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26720         dvd://title works in totem because typefinding sends a seek that ends
26721         up going back to chapter 1 regardless.
26722         * ext/mpeg2dec/gstmpeg2dec.c:
26723         * ext/mpeg2dec/gstmpeg2dec.h:
26724         Output correct timestamps and handle disconts.
26725         * ext/ogg/gstoggdemux.c: (get_relative):
26726         Small guard against a null dereference.
26727         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26728         (gst_textoverlay_set_property):
26729         Free memory when done. Don't call gst_event_filler_get_duration on
26730         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26731         g_warning.
26732         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26733         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26734         (gst_sw_srclink), (gst_smoothwave_chain):
26735         Draw solid lines, prettier colours.
26736         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26737         Add a default palette that'll work for some movies.
26738         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26739         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26740         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26741         * gst/mpegstream/gstdvddemux.h:
26742         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26743         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26744         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26745         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26746         * gst/mpegstream/gstmpegparse.h:
26747         Use PTM/NAV events when for timestamp adjustment when connected to 
26748         dvdnavsrc. Don't use many discont events where one suffices.
26749         * gst/playback/gstplaybasebin.c: (group_destroy),
26750         (gen_preroll_element), (gst_play_base_bin_add_element):
26751         * gst/playback/gstplaybasebin.h:
26752         Make sure we remove subtitles from the same bin we put them in.
26753         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26754         (gst_subparse_buffer_format_autodetect),
26755         (gst_subparse_change_state):
26756         Fix some memleaks and invalid accesses.
26757         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26758         (oggskel_type_find), (cmml_type_find), (plugin_init):
26759         Some typefind functions for Annodex v3.0 files
26760         * gst/wavparse/gstwavparse.h:
26761         GstRiffReadClass is the correct parent class.
26762
26763 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26764
26765         * gst-libs/gst/riff/riff-media.c:
26766         (gst_riff_create_video_caps_with_data):
26767           Add extradata to huffyuv (fixes #165013).
26768         * gst-libs/gst/riff/riff-read.c:
26769         (gst_riff_read_strf_vids_with_data):
26770           Fix extradata extraction if it is in the chunk size.
26771
26772 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26773
26774         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26775
26776         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26777         (gst_quarktv_change_state), (gst_quarktv_dispose):
26778           Memory free'ing location fix (#164708).
26779
26780 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26781
26782         * gst/playback/gstplaybasebin.c: (group_commit),
26783         (gen_preroll_element), (probe_triggered), (gen_source_element),
26784         (setup_source), (gst_play_base_bin_change_state),
26785         (gst_play_base_bin_add_element):
26786           Don't block for streams.
26787         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26788         (gst_stream_info_set_mute):
26789           Use gst_pad_set_active_recursive.
26790
26791 2005-01-25  Andy Wingo  <wingo@pobox.com>
26792
26793         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26794         for #ifndef HAVE_XVIDEO.
26795
26796 2005-01-24  Jeffrey C. Ollie
26797
26798         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26799
26800         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26801         * ext/gsm/gstgsmdec.h:
26802         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26803         * ext/gsm/gstgsmenc.h:
26804         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26805         was given by property. Add proper buffer timestamps and offsets.
26806
26807 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26808
26809         * gst-libs/gst/riff/riff-media.c:
26810         (gst_riff_create_audio_caps_with_data):
26811           Audio can be <8000Hz.
26812
26813 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26814
26815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26816           Explicit state change to workaround refcount bugs.
26817
26818 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26819
26820         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26821         (gst_avimux_riff_get_avi_header):
26822           Fix...
26823
26824 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26825
26826         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26827         (gst_riff_read_element_data):
26828         * gst-libs/gst/riff/riff-read.h:
26829           Add _peek version (req'ed in CDXA).
26830         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26831         (gst_cdxaparse_loop):
26832           Fix parsing in playbin.
26833         * gst/playback/gstdecodebin.c: (close_pad_link):
26834           Ignore current_ pads, they cause major annoyance.
26835
26836 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26837
26838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26839           Safety guard.
26840
26841 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26842
26843         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26844           Fix padding...
26845
26846 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26847
26848         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26849           Allow for 0-sized buffers. Fixes length query problems in
26850           starwars.mkv from the testsuite.
26851
26852 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26853
26854         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26855         (gst_video_box_i420), (gst_video_box_chain):
26856           Fix row strides for I420 (fixes #163159)
26857           
26858 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26861           MPEG2 has a useful rate property, so we can actually use that.
26862           For MPEG-1, continue using the bytes/time properties.
26863
26864 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26865
26866         * gst-libs/gst/riff/riff-media.c:
26867         (gst_riff_create_video_caps_with_data),
26868         (gst_riff_create_video_template_caps):
26869           Add intel-h263.
26870
26871 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26872
26873         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26874           Fail if caps negotiation fails. Should fix #162184, and should
26875           definately be in there regardless of it fixing the actual bug.
26876         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26877         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26878         (gst_avimux_riff_get_avix_header),
26879         (gst_avimux_riff_get_video_header),
26880         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26881         (gst_avimux_start_file), (gst_avimux_handle_event),
26882         (gst_avimux_change_state):
26883         * gst/avi/gstavimux.h:
26884           Refactor structure writing to use GST_WRITE_UINT macros, add
26885           metadata writing support.
26886
26887 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26888
26889         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26890           Elements may already be destroyed when this function is called.
26891
26892 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26893
26894         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26895         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26896           More memory leak fixes (#149162).
26897
26898 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26899
26900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26901         (gst_qtdemux_add_stream):
26902           Fix two memleaks.
26903
26904 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26905
26906         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26907           Argh...
26908
26909 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26912           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26913           when fixating to six channels in Totem.
26914
26915 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26916
26917         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26918           Fix compile warnings on Solaris 10 buildbot
26919
26920 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26921
26922         * ext/dvdread/dvdreadsrc.c: (_read):
26923           Don't read beyond the last cell in a chapter (fixes 
26924           invalid memory access)
26925
26926 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26927
26928         * ext/dvdread/stream_labels.c:
26929         (dvdreadsrc_get_audio_stream_labels):
26930           Use NULL for an empty GList instead of g_list_alloc(); fix 
26931           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26932           of GString (easier to bulk free later)
26933
26934 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26935
26936         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26939         (gst_ffmpeg_pixfmt_to_caps):
26940           Fix BGRA32 caps (#164209).
26941
26942 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26943
26944         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26945
26946         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26947         (gst_ffmpeg_caps_to_pixfmt):
26948           alpha_mask can be RGBA/ABGR. Fixes #164265.
26949
26950 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26951
26952         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26953
26954         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26955         (gst_mpeg2dec_alloc_buffer):
26956         * ext/mpeg2dec/gstmpeg2dec.h:
26957           Crop if decoding size is not the actual image size (#163676).
26958
26959 2005-01-17  Steve Baker  <steve@stevebaker.org>
26960
26961         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26964         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26965           Add libsndfile typefind functions (#163309).
26966
26967 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26968
26969         * tools/gst-launch-ext-m.m:
26970           Add .aac, fix .m1v/.m2v (#163891).
26971
26972 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26973
26974         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26975           Sanity check, don't wait endlessly since the clock might not
26976           actually run at this point (which is a deadlock). Fixes #164069.
26977
26978 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26979
26980         * gst/playback/gstplaybasebin.c: (probe_triggered):
26981           Of course, only pause if group is done...
26982
26983 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26984
26985         * gst/playback/gstplaybasebin.c: (probe_triggered):
26986           Thread safety.
26987
26988 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26989
26990         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26991           Don't return state change success when the parent
26992           failed.
26993
26994 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26995
26996         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26997           Free events (fix memleak in #162905).
26998
26999 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27000
27001         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27002
27003         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27004         (gst_ffmpeg_caps_to_pixfmt):
27005           Fix for depth = 15. Fixes #161675.
27006
27007 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27010           Set FPS correctly, even for webcams and the like.
27011         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27012           Don error on setting while capturing.
27013
27014 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27015
27016         * ext/dv/gstdvdec.c:
27017         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27018         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27019           I'm a bad boy. using /1001. to force C to do float division
27020           and not integer division (as it did in my last commit)
27021           Thanks to David I. Lehn for pointing this mistake.
27022
27023 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27024
27025         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27026           Revert Johan's 1.35->1.36 since it breaks compat.
27027
27028 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27029
27030         * ext/dv/gstdvdec.c:
27031         * ext/libfame/gstlibfame.c:
27032         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27033         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27034           replace framerate aproximations by their real value
27035           (24000/1001, 30000/1001, 60000/1001)
27036           Finish fixing bug #164049
27037
27038 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27039
27040         * ext/ogg/gstoggmux.c:
27041           eos/bos debugging
27042         * gst/tcp/gstmultifdsink.c:
27043         * gst/tcp/gstmultifdsink.h:
27044         * gst/tcp/gsttcp.c:
27045         * gst/tcp/gsttcp.h:
27046         * gst/tcp/gsttcpclientsink.c:
27047         * gst/tcp/gsttcpclientsrc.c:
27048         * gst/tcp/gsttcpserversink.c:
27049         * gst/tcp/gsttcpserversrc.c:
27050           improve reusability of elements after state changes and errors
27051           make multifdsink throw away streamheaders when receiving new ones
27052
27053 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27054
27055         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27056           Fix for if items are already in list...
27057
27058 2005-01-12  Benjamin Otte  <otte@gnome.org>
27059
27060         * gst/adder/gstadder.c: (gst_adder_loop):
27061           fix adder a bit so it doesn't screw up with events as much anymore
27062
27063 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27064
27065         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27066         (pixbufscale_scale), (gst_pixbufscale_chain):
27067         * ext/gdk_pixbuf/pixbufscale.h:
27068           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27069           to ensure rowstrides are calculated the same way as 
27070           ffmpegcolorspace
27071           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27072           that we pick up duration and offset also.
27073
27074 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27077         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27078           Reusability fixes.
27079
27080 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27081
27082         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27083         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27084         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27085         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27086           Update flags when requested.
27087
27088 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27091           Fix dmix.
27092
27093 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27094
27095         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27096         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27097         (probe_triggered), (new_decoded_pad), (gen_source_element),
27098         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27099         * gst/playback/gstplaybasebin.h:
27100         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27101         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27102         (gst_play_bin_change_state):
27103           Implement group-switch signal for use in apps to clear metadata
27104           cache, clean up subtitle, add suburi property instead of # hack,
27105           some error-out fixes.
27106
27107 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27108
27109         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27110           Debug.
27111         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27112           If we got a state change in the _get handler, don't return success.
27113
27114 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27115
27116         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27117         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27118           Make jpegdec quiet on MJPEG decoding
27119         * gst/asfdemux/README:
27120           Fix mimetypes for MJPEG and H263
27121
27122 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27123
27124         * ext/theora/theoradec.c: (theora_dec_chain):
27125           Fix broken code generation by gcc by swapping arguments.
27126         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27127           Fix \n in debug.
27128
27129 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27130
27131         * TODO:
27132           delete this file, it is by far outdated
27133         * ext/alsa/gstalsa.1: remove
27134         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27135         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27136         (gst_alsa_get_caps):
27137           Add HW probing for supported sample rates. Fixes #161704
27138
27139 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27140
27141         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27142           Don't crash, biatch! :).
27143
27144 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27145
27146         * ext/musepack/gstmusepackreader.cpp:
27147         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27148           Some work on tags - still doesn't work in playbin...
27149         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27150           Handle events...
27151
27152 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27153
27154         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27155           Also shove tags on kid pads.
27156
27157 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27158
27159         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27160           Don't bail on unknown events.
27161         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27162           Don't crash on events before negotiation.
27163         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27164           Send tags on pads, too.
27165         * gst/playback/gststreamselector.c:
27166         (gst_stream_selector_request_new_pad):
27167           Forward events on first pad if no input was selected yet.
27168
27169 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27170
27171         * gst/playback/gstplaybasebin.c: (setup_substreams):
27172           Don't disable streamtype if the stream doesn't exist, since
27173           then playing a video after audio will disable both and nothing
27174           will happen. Fixes the testsuite.
27175
27176 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27177
27178         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27179         (gst_v4l_xoverlay_set_xwindow_id):
27180         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27181         (gst_v4l2_xoverlay_set_xwindow_id):
27182           Add debug categories, fix overlay disabling.
27183
27184 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27185
27186         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27187         * ext/alsa/gstalsa.h:
27188           Add HW probing for period_count/size and buffer_size MIX/MAX
27189           Adjust default/user defined value if out of bounds
27190           Should fix bug #162024
27191
27192 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27193
27194         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27195           Fix warning (#161191).
27196
27197 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27198
27199         * ext/dvdread/stream_labels.c:
27200         (dvdreadsrc_get_audio_stream_labels):
27201           Fix warning (init the good variable in switch default)
27202
27203 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27204
27205         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27206
27207         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27208           Fix gcc-2.95 compile (#163485).
27209
27210 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27211
27212         * configure.ac:
27213         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27214         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27215         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27216         (gst_flacenc_change_state):
27217         * ext/flac/gstflacenc.h:
27218           Update for API change in flac-1.1.1. Update requirement in
27219           configure.ac. Fixes #162974.
27220
27221 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27222
27223         * gst/playback/gstplaybasebin.c: (group_destroy):
27224           Remove hack to get rid of assert and get rid of unlinked
27225           signals properly.
27226
27227 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27228
27229         * gst/playback/gstplaybasebin.c: (setup_source):
27230           Set source to NULL so that resources are free'ed. Fixes issues
27231           with playback of CDDA and similar device-accessing things.
27232
27233 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27234
27235         * testsuite/embed/Makefile.am:
27236           test->noinst, fix make test in buildbot.
27237
27238 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27239
27240         * ext/dvdread/stream_labels.c: new file
27241         * ext/dvdread/stream_labels.h: new file
27242         * ext/dvdread/Makefile.am:
27243         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27244           Extract audio stream label from DVD IFO files.
27245           It only dump them on the console for now, still have to
27246           make playbin aware of them.
27247
27248 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27249
27250         * gst/playback/gstplaybasebin.c: (setup_source):
27251           Fix hanging subs.
27252
27253 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27254
27255         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27256         (gen_preroll_element), (remove_groups), (setup_subtitle),
27257         (gen_source_element), (setup_source):
27258         * gst/playback/gstplaybasebin.h:
27259           Multiple .sub files is just a stupid idea... Fix some threading
27260           mistakes. Interestingly, external .sub files cause playbin to
27261           hang, I don't know why... Parsing fixes contributed by Fran??ois
27262           Kooman <fkooman@tuxed.net>.
27263
27264 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * testsuite/embed/Makefile.am:
27267           Fix buildbot.
27268
27269 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27270
27271         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27274         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27275         (gst_pngenc_set_property):
27276         * ext/libpng/gstpngenc.h:
27277           Add compression level property (#163323).
27278
27279 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27280
27281         * configure.ac:
27282         * examples/capsfilter/capsfilter1.c: (main):
27283         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27284         * ext/dvdread/Makefile.am:
27285         * ext/dvdread/demo-play:
27286         * ext/dvdread/demo-play.c:
27287         * gconf/gstreamer.schemas.in:
27288         * gst-libs/gst/gconf/gconf.c:
27289         * sys/v4l/TODO:
27290         * testsuite/Makefile.am:
27291         * testsuite/embed/Makefile.am:
27292         * testsuite/embed/embed.c: (cb_expose), (main):
27293           Remove all references to xvideosink, fix examples (#140845).
27294         * gst/playback/gstplaybasebin.c: (group_destroy):
27295           Apparently, disposal does not unlink - so do explicitely.
27296         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27297           Add debug.
27298
27299 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27300
27301         * README: fix PKG_CONFIG_PATH instructions, what was there
27302         previously was breaking default search path, not nice. 
27303         Fixes #163358
27304
27305 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27308         (gst_audioscale_chain):
27309           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27310           when resampling - how the ^@$^!@^! is this possible?!?
27311
27312 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27313
27314         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27315           Reset variables on READY.
27316         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27317         (gst_matroska_mux_loop):
27318           Require data before writing header.
27319
27320 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27321
27322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27323
27324         * ext/mad/gstmad.c: (gst_mad_chain):
27325           Don't call mad_stream_sync() directly after recovering sync.
27326           Fixes #151661.
27327
27328 2005-01-09  Martin Eikermann  <meiker@upb.de>
27329
27330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27331
27332         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27333         (snapshot_handler), (gst_snapshot_sinkconnect),
27334         (gst_snapshot_chain):
27335           Allocate resources when required, fix recursive signal emission
27336           and fix caps. Fixes #161667.
27337
27338 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27339
27340         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27341
27342         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27343         (gst_pngdec_chain):
27344           Handle only 8-bppc (bits-per-pixel-component) images, better
27345           error handling and correct strides. Fixes #163177.
27346         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27347         (gst_pngenc_chain):
27348           Better error handling. Fixes #163348.
27349
27350 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27351
27352         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27353         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27354         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27355         (dvdnavsrc_uri_handler_init):
27356           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27357         * gst/playback/gstplaybasebin.c: (gen_source_element):
27358           Add MMS to streaming URIs.
27359
27360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27361
27362         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27363         * sys/xvimage/xvimagesink.c:
27364         (gst_xvimagesink_navigation_send_event):
27365           Check for pad availability before sending event.
27366
27367 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27368
27369         * gst-plugins.spec.in:
27370           Add subparse.
27371
27372 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * configure.ac:
27375           Since we use functions from CVS, up requirement.
27376
27377 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27378
27379         * gst/playback/Makefile.am:
27380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27381         (group_destroy), (group_commit), (group_is_muted),
27382         (gen_preroll_element), (add_stream), (unknown_type),
27383         (probe_triggered), (preroll_unlinked), (mute_stream),
27384         (silence_stream), (new_decoded_pad), (setup_substreams),
27385         (setup_source), (get_active_source), (mute_group_type),
27386         (muted_group_change_state), (set_active_source),
27387         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27388         (play_base_eos), (gst_play_base_bin_change_state):
27389         * gst/playback/gstplaybasebin.h:
27390         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27391         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27392         (gst_stream_info_dispose), (stream_info_mute_pad),
27393         (stream_info_change_state), (gst_stream_info_set_mute):
27394         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27395         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27396         (gst_stream_selector_init), (gst_stream_selector_dispose),
27397         (gst_stream_selector_get_linked_pad),
27398         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27399         (gst_stream_selector_get_linked_pads),
27400         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27401         * gst/playback/gststreamselector.h:
27402           Adding stream selection support plus required properties for
27403           applications to use this. Fully fixes #100931.
27404
27405 2005-01-08  Benjamin Otte  <otte@gnome.org>
27406
27407         * gst/games/gstpuzzle.c: (nav_event_handler):
27408           - handle nav events differently: forward every event no matter if it
27409             was handled or not.
27410           - translate events
27411           You can now cheat by using navigationtest ! puzzle and moving the
27412           mouse close to the edge of a tile. ;)
27413
27414 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27415
27416         * configure.ac:
27417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27418         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27419         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27420         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27421         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27422         (gst_ogm_parse_plugin_init):
27423         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27424         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27425         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27426         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27427         * ext/pango/gsttextoverlay.h:
27428         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27429         (gst_matroska_demux_handle_seek_event),
27430         (gst_matroska_demux_sync_streams),
27431         (gst_matroska_demux_parse_blockgroup),
27432         (gst_matroska_demux_subtitle_caps),
27433         (gst_matroska_demux_plugin_init):
27434         * gst/matroska/matroska-ids.h:
27435         * gst/playback/gstdecodebin.c: (close_pad_link):
27436         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27437         (gen_preroll_element), (remove_groups), (add_stream),
27438         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27439         (setup_source):
27440         * gst/playback/gstplaybasebin.h:
27441         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27442         * gst/subparse/Makefile.am:
27443         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27444         (gst_subparse_base_init), (gst_subparse_class_init),
27445         (gst_subparse_init), (gst_subparse_formats),
27446         (gst_subparse_eventmask), (gst_subparse_event),
27447         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27448         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27449         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27450         (parse_mpsub_deinit), (parse_mpsub_init),
27451         (gst_subparse_buffer_format_autodetect),
27452         (gst_subparse_format_autodetect), (gst_subparse_loop),
27453         (gst_subparse_change_state), (gst_subparse_type_find),
27454         (plugin_init):
27455         * gst/subparse/gstsubparse.h:
27456         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27457         (plugin_init):
27458           Add subtitle support, .sub parser (supports SRT and MPsub),
27459           OGM text support, Matroska UTF-8 text support, deadlock fixes
27460           all over the place, subtitle awareness in decodebin/playbin
27461           and some fixes to textoverlay to handle subtitles in a stream
27462           correctly. Fixes #100931.
27463
27464 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27465
27466         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27467           Check for pad availability before doing a query on it.
27468
27469 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27470
27471         * ext/dv/gstdvdec.c:
27472           really fix bpp24/32 dvdec caps (classic rgba indeed)
27473         * gst/asfdemux/gstasfdemux.c:
27474         (gst_asf_demux_process_ext_content_desc):
27475           don't send text tags if they are empty (bis repetita)
27476
27477 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27478
27479         * ext/dv/gstdvdec.c:
27480          remove unneeded comment from dvdec
27481           (related to DV 4CC codes in AVI files)
27482           moved them in gstreamer/docs/random/mimetypes
27483         * gst/asfdemux/gstasfdemux.c:
27484         (gst_asf_demux_process_ext_content_desc):
27485          don't send text tags if they are empty
27486          fix mem leak on error path
27487         * gst/ffmpegcolorspace/avcodec.h:
27488         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27489         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27490         (gst_ffmpegcsp_avpicture_fill):
27491         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27492         * gst/ffmpegcolorspace/imgconvert_template.h:
27493          adds BGR32 and BGRA32 to ffmpegcolorspace
27494           (still bad colors, fixing it on next commit)
27495           helps with dvdec outputing BGR32
27496
27497 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27498
27499         * ext/dv/gstdvdec.c:
27500          Fix audio caps i just broke (missing ',')
27501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27502         (gst_matroska_mux_reset):
27503          Fix typo + add FIXME about old "x-gst-metadata" crap
27504
27505 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27506
27507         * ext/dv/demo-play.c: (main):
27508          xvideosink -> xvimagesink
27509         * ext/dv/gstdvdec.c:
27510          change rgb 32/32 caps to 24/32 (no alpha)
27511          change nb of channels to be a list (2 or 4, not 2)
27512          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27513         * gst/asfdemux/gstasfdemux.c:
27514         (gst_asf_demux_process_ext_content_desc):
27515          Add 'date/year' to extracted metadata list
27516
27517 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27518
27519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27520           The return value of fixate_to does not imply that the requested
27521           value was set, so don't assume.
27522
27523 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27524
27525         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27526
27527         * ext/libpng/gstpngdec.c:
27528         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27529         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27530         * ext/libpng/gstpngenc.h:
27531           Alpha support (encoder; #163161), mime fixage.
27532
27533 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27534
27535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27536
27537         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27538         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27539         (gst_faac_set_property), (gst_faac_get_property):
27540         * ext/faac/gstfaac.h:
27541           Allow for ADTS output (#153434).
27542
27543 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27544
27545         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27546           Fix against template (#150576).
27547
27548 2005-01-06  Benjamin Otte  <otte@gnome.org>
27549
27550         * gst/games/gstpuzzle.c: (draw_puzzle):
27551           don't draw a puzzle if either width or height of tiles would be 0.
27552
27553 2005-01-06  Benjamin Otte  <otte@gnome.org>
27554
27555         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27556         (gst_puzzle_class_init), (gst_puzzle_finalize):
27557           no memleaks, please
27558         (gst_puzzle_create), (gst_puzzle_init),
27559         (gst_puzzle_set_property), (gst_puzzle_setup):
27560           change initialization code around so we don't reshuffle on resize
27561         (draw_puzzle):
27562           fix another stupid typo
27563
27564 2005-01-06  Benjamin Otte  <otte@gnome.org>
27565
27566         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27567           fix stupid typo that borked copying on YUY2
27568
27569 2005-01-06  Benjamin Otte  <otte@gnome.org>
27570
27571         * gst/games/gstpuzzle.c: (draw_puzzle):
27572           fix edges when image sizes aren't multiples of tile sizes
27573
27574 2005-01-06  Benjamin Otte  <otte@gnome.org>
27575
27576         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27577           make RGB endianness work correctly
27578         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27579           refactor and fix race with initial shuffling
27580         (nav_event_handler):
27581           allow using the mouse to puzzle
27582         (draw_puzzle):
27583           insist on tiles having width and height as multiples of 4 to get
27584           clean YUV image handling
27585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27586         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27587           s/DEBUG/LOG/ for common messages
27588         (gst_xvimagesink_navigation_send_event):
27589           fix mouse event translation to not include screen PAR
27590         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27591           fix mouse event translation to actually work
27592
27593 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27594
27595         * gst/asfdemux/gstasfdemux.c:
27596         (gst_asf_demux_process_ext_content_desc):
27597          Extract TrackNumber metadata + clean up code
27598         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27599          Hope this is the good fix (var used unitialised)
27600
27601 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27602
27603         * ext/faad/gstfaad.c: (gst_faad_chain):
27604           Only increment timestamp if it's valid. Fixes raw AAC streams.
27605
27606 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27607
27608         * configure.ac:
27609         * gst/games/Makefile.am:
27610         * gst/games/gstpuzzle.c:
27611           add a puzzle game with...
27612         * gst/games/gstvideoimage.c:
27613         * gst/games/gstvideoimage.h:
27614           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27615           from videotestsrc and made into something that would be a nice
27616           library for a lot of other plugins.
27617
27618 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27619
27620         * configure.ac:
27621          don't compile faad plugin if a RC of 2.0 is found
27622          Fixes #155346 (and FC1 buildbot)
27623         * gst/asfdemux/gstasfdemux.c:
27624         (gst_asf_demux_process_ext_content_desc):
27625          try to make Solaris compiler happier
27626
27627 2005-01-06  Paul Jack  <pjack@sfaf.org>
27628
27629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27630
27631         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27632           Fix segfault (#161667).
27633
27634 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27635
27636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27637           Fix framerate reporting.
27638
27639 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27640
27641         * gst-libs/gst/riff/riff-ids.h:
27642         * gst/wavenc/riff.h:
27643          Add AMR (VBR and CBR) ids to riff.h audio codec list
27644         * gst/asfdemux/gstasfdemux.c:
27645         (gst_asf_demux_process_ext_content_desc),
27646         (gst_asf_demux_process_object):
27647           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27648
27649 2005-01-05  Martin Eikermann  <meiker@upb.de>
27650
27651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27652
27653         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27654         (gst_dvd_demux_handle_discont):
27655         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27656         (gst_mpeg_demux_handle_discont):
27657           Recreate pads on new-media (#160730).
27658         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27659           Send discont even if manager changes timestamps (#161929).
27660
27661 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27662
27663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27664
27665         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27666           Fix invalid memory access (#159211).
27667
27668 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27669
27670         * examples/gstplay/player.c: (main):
27671           Don't iterate.
27672         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27673           Add visualizations.
27674         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27675         (gst_a52dec_handle_frame):
27676           Set duration.
27677         * ext/dvdnav/gst-dvd:
27678           Add audioconvert. Fixes #161325.
27679         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27680           Explicitely case to gint64. Possible valgrind error.
27681         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27682         (gst_play_tick_callback), (gst_play_change_state),
27683         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27684         (gst_play_set_location), (gst_play_get_location),
27685         (gst_play_seek_to_time), (gst_play_set_data_src),
27686         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27687         (gst_play_set_visualization), (gst_play_connect_visualization),
27688         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27689         (gst_play_new):
27690           Use playbin. Fixes #139749 and #147744.
27691         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27692           Add genre tag.
27693         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27694         (audioscale_get_type), (gst_audioscale_base_init),
27695         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27696         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27697         (gst_audioscale_link), (gst_audioscale_get_buffer),
27698         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27699         (gst_audioscale_init), (gst_audioscale_dispose),
27700         (gst_audioscale_chain), (gst_audioscale_set_property),
27701         (gst_audioscale_get_property), (plugin_init):
27702           Indent properly.
27703         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27704           Fix LPCM.
27705         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27706         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27707         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27708           Add more metadata (fixes #162656).
27709
27710 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27711
27712         * configure.ac:
27713           back to cvs
27714
27715 === release 0.8.7 ===
27716
27717 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27718
27719         * NEWS:
27720         * RELEASE:
27721         * configure.ac:
27722           releasing 0.8.7, "Hyperspace"
27723
27724 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27725
27726         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27727
27728         * gst/playback/gstplaybasebin.c:
27729          Fix for #162924 - free caps after use, not before
27730
27731 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27732
27733         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27734
27735         * gst/playback/gstplaybasebin.c:
27736         * gst/wavparse/gstwavparse.c:
27737           Fix for #154773 - fixes playback of small .wav files
27738
27739 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27740
27741         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27742
27743         * gst/audioscale/gstaudioscale.c:
27744           Fix for #162819 - make audioscale reusable
27745           Fixes playback of more than one file with playbin/totem
27746
27747 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27748
27749         * gst/ffmpegcolorspace/avcodec.h:
27750         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27751         * gst/ffmpegcolorspace/imgconvert.c:
27752           clean up the mess that made me cry and avoid needless duplication
27753
27754 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27755
27756         * gst/ffmpegcolorspace/imgconvert.c:
27757           give some indication of why we're segfaulting
27758
27759 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27760
27761         * configure.ac:
27762           Fix indentation, fix v4l2 plugin detection.
27763         * ext/Makefile.am:
27764           Fix libmms location (Maciej, use diff -u!).
27765         * ext/alsa/gstalsa.c: (gst_alsa_init):
27766           Initialize caps cache to NULL.
27767         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27768           Only change state on audiosink if it exists.
27769
27770 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27771
27772         * gst/matroska/matroska-demux.c:
27773         * gst/matroska/matroska-ids.h:
27774         * gst/matroska/matroska-demux.h:
27775         Fix Vorbis streams failing to decode in some files, where cluster_time
27776         isn't 0, because then it doesn't send codec_priv before actual data.
27777         Remove time-based test and replace it with marker set on beginning of
27778         new stream
27779
27780 2004-12-28  David Schleef  <ds@schleef.org>
27781
27782         Merge patch from Ronald fixing problems with streaming
27783         text.
27784         * ext/cairo/gstcairo.c: (plugin_init):
27785         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27786         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27787         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27788         (gst_textoverlay_font_init), (gst_textoverlay_init),
27789         (gst_textoverlay_set_property):
27790         * ext/cairo/gsttextoverlay.h:
27791
27792 2004-12-27  David Schleef  <ds@schleef.org>
27793
27794         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27795         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27796         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27797         (gst_textoverlay_font_init), (gst_textoverlay_init),
27798         (gst_textoverlay_set_property): Improvements to actually
27799         render text as white on black outline on video, including
27800         font selection and horizontal/vertical alignment.  (Ronald's
27801         christmas present)
27802         * ext/cairo/gsttextoverlay.h:
27803
27804 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27805
27806         * ext/ogg/gstogg.c:
27807         * ext/ogg/gstogmparse.c:
27808           fix ogm[audio/video]parse plugin registration
27809           (riff won't load if bytestream is already loaded)
27810
27811 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27812
27813         * gst/audioconvert/gstchannelmix.c:
27814           fix for GLIB < 2.4
27815
27816 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27817
27818         * Makefile.am:
27819         * configure.ac:
27820           disable docs again until it actually passes make distcheck.
27821
27822 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27823
27824         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27825         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27826         (plugin_init):
27827           Add 3GP (variables name Q3GP because they can't start with a
27828           number). Add samr audio fourcc (used in .3gp files), decoder
27829           is work in progress. Also do a GST_WARNING instead of ERROR
27830           in case of unknown nodes, to decrease output.
27831
27832 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27833
27834         * Makefile.am:
27835           really fix dist
27836
27837 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27838
27839         * configure.ac:
27840         * ext/speex/gstspeexdec.h:
27841         * ext/speex/gstspeexenc.h:
27842           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27843           Fix detection code in configure.ac
27844
27845 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27846
27847         * gst/matroska/matroska-demux.c:
27848         (gst_matroska_demux_parse_blockgroup):
27849           Save position, so that queries give proper return values. Don't
27850           know how this could ever have worked before...
27851
27852 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27853
27854         * configure.ac:
27855           Put additional LAME check inside the conditional.  Fixes #152339
27856
27857 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27858
27859         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27860         (gst_avi_demux_stream_scan):
27861           Add some more debug. Fix logic error when setting movi offset
27862           while reading index.
27863
27864 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27865
27866         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27867         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27868         (gst_avi_demux_process_next_entry):
27869           Add some debugging. Better detection of broken indexes and the
27870           accompanying index recovery. No infinite loops on state changes
27871           when we're still in our loopfunction.
27872
27873 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27874
27875         * configure.ac:
27876           Fix up.
27877
27878 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27879
27880         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27881
27882         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27883           Normalizing the value before setting
27884         (gst_sunaudiomixer_get_volume):
27885           Normalizing the value after getting. Fixes bug# 161980
27886
27887 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27888
27889         * Makefile.am: Make sure docs gets disted
27890         * docs/Makefile.am: Make sure all needed files get disted
27891         * gst-plugins.spec.in: latest updates
27892
27893 2004-12-22  Wim Taymans  <wim@fluendo.com>
27894
27895         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27896         Revert patch 1.38 as clock distribution over schedulers does
27897         not work correcly in the core yet.
27898
27899 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27900
27901         * sys/oss/README: remove this file, which predates my birth
27902           (and which content is by far outdated)
27903
27904 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27905
27906         * Makefile.am:
27907         * configure.ac:
27908         * docs/Makefile.am:
27909         * docs/libs/Makefile.am:
27910         * docs/libs/gst-plugins-libs-docs.sgml:
27911         * docs/libs/gst-plugins-libs-sections.txt:
27912         * docs/libs/tmpl/gstgconf.sgml:
27913         * docs/upload.mak:
27914         * docs/version.entities.in:
27915           Added boilerplate gtk-doc files for plugin-libs documentation.
27916
27917 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27918
27919         * gst/auparse/gstauparse.c: fix int and float audio caps
27920
27921 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27922
27923         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27924         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27925           g_assert() can be a macro, don't use #ifdef inside it.
27926
27927 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27928
27929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27930
27931         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27932         (gst_videorate_init), (gst_videorate_chain),
27933         (gst_videorate_change_state):
27934           Event handling (fixes #159986).
27935
27936 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27937
27938         * gst-libs/gst/riff/riff-media.c:
27939         (gst_riff_create_video_caps_with_data):
27940           Add BLZ0 (Blizzard's version of DivX) fourcc.
27941
27942 2004-12-18  David Schleef  <ds@schleef.org>
27943
27944         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27945         portability fix.
27946
27947 2004-12-18  David Schleef  <ds@schleef.org>
27948
27949         * gst/tta/ttadec.h: Disable some header code that isn't used
27950         and clearly isn't portable.
27951
27952 2004-12-18  David Schleef  <ds@schleef.org>
27953
27954         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27955         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27956         (avcodec_get_pix_fmt), (avpicture_layout),
27957         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27958         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27959         Fix code to not use GCC extensions (and c99 extensions that
27960         Forte does not like.)
27961
27962 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27963
27964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27965
27966         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27967         (gst_deinterlace_chain):
27968           Rowstride fixes. Fixes #161039.
27969         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27970         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27971         (gst_video_crop_getcaps), (gst_video_crop_link),
27972         (gst_video_crop_i420), (gst_video_crop_chain),
27973         (gst_video_crop_change_state):
27974           Rework of negotiation. Actually works now. Fixes #158650.
27975
27976 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27977
27978         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27979           That was very stupid.
27980
27981 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27982
27983         * gst/matroska/matroska-demux.c:
27984         (gst_matroska_demux_parse_blockgroup):
27985           Fix possible crasher.
27986
27987 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27988
27989         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27990         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27991           Lace sizes can be zero.
27992
27993 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27994
27995         * ext/musepack/gstmusepackdec.cpp:
27996           Fetch error return values. Fixes #161624.
27997         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27998           Really EOS.
27999
28000 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28001
28002         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28003           Work for truncated (unfinished download etc.) files. Fixes #160514.
28004
28005 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28006
28007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28008           Fix for integer overflow. Makes #156001 not crash. Probably masks
28009           the real bug.
28010
28011 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28012
28013         * gst/ac3parse/gstac3parse.c: (plugin_init):
28014           Parsers never have ranks. Fixes #159651.
28015
28016 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28017
28018         * gst/playback/gstdecodebin.c: (compare_ranks):
28019           make sure the facotries are ordered the same every time even if they
28020           have the same rank by using the name
28021         * gst/playback/gstdecodebin.c: (find_compatibles):
28022           make sure we don't add factories to the list twice
28023
28024 2004-12-16  David Schleef  <ds@schleef.org>
28025
28026         * configure.ac: look for musepack headers as musepack/*.h
28027         (fixes #159847)
28028         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28029         * ext/musepack/gstmusepackreader.h: same
28030
28031 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28032
28033         * gst-libs/gst/riff/riff-read.c:
28034         (gst_riff_read_strf_auds_with_data):
28035           Read extradata correctly (fixes #155879).
28036
28037 2004-12-16  David Schleef  <ds@schleef.org>
28038
28039         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28040         audio.  does _not_ attempt or allow conversion unless channels
28041         is 1 or 2.
28042
28043 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28044
28045         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28046
28047 2004-12-16  David Schleef  <ds@schleef.org>
28048
28049         * gst/audioscale/gstaudioscale.c: the resample library only
28050         handles 1 or 2 channels.  Change caps to compensate.
28051
28052 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28053
28054         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28055         (gst_matroska_demux_audio_caps):
28056           Some MPEG-AAC hacks, because else it doesn't work...
28057
28058 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst-libs/gst/riff/riff-media.c:
28061         (gst_riff_create_video_caps_with_data),
28062         (gst_riff_create_video_template_caps):
28063           Add h264.
28064
28065 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28066
28067         * gst-libs/gst/audio/Makefile.am:
28068           Try to fix buildbot.
28069
28070 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28071
28072         * gst/tcp/gstmultifdsink.c:
28073           Clean up and uniformize debugging.
28074
28075 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28076
28077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28078
28079         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28080         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28081         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28082         (gst_mpeg_demux_change_state):
28083           Reset on ready. Fixes 160276.
28084
28085 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28086
28087         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28088
28089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28090         (gst_ffmpegcsp_pad_link):
28091           Fix memleak (#154815).
28092
28093 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28094
28095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28096
28097         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28098         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28099         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28100         * ext/musicbrainz/gsttrm.h:
28101           Add support for using a proxy server when getting a trm id from
28102           the MusicBrainz database (#149613).
28103
28104 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28105
28106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28107
28108         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28109         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28110           Fix memleaks (#157233).
28111
28112 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28113
28114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28117         * gst-libs/gst/resample/resample.h:
28118         * gst/audioscale/gstaudioscale.c:
28119           Fix memleak (#159215).
28120
28121 2004-12-16  Toni Willberg  <toniw@iki.fi>
28122
28123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28124
28125         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28126         * sys/oss/oss_probe.c: (main):
28127           Check for mono/stereo support (similar to samplerate probing),
28128           fixes #159433. Also add missing copyright header to oss_probe.c.
28129
28130 2004-12-15  David Schleef  <ds@schleef.org>
28131
28132         * configure.ac: add audioresample and cairo plugins.  Remove
28133         HAVE_MMX stuff, because it's not used.
28134         * ext/Makefile.am: same
28135         * ext/audioresample/Makefile.am: You are not ready for an
28136         audio resampling element based on audioresample.
28137         * ext/audioresample/gstaudioresample.c:
28138         * ext/audioresample/gstaudioresample.h:
28139         * ext/cairo/Makefile.am: You are not ready for overlay elements
28140         based on cairo.  Don't look too closely, these elements kinda
28141         suck right now.
28142         * ext/cairo/gstcairo.c: new
28143         * ext/cairo/gsttextoverlay.c: new
28144         * ext/cairo/gsttextoverlay.h: new
28145         * ext/cairo/gsttimeoverlay.c: new
28146         * ext/cairo/gsttimeoverlay.h: new
28147         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28148         problem with compilers that don't support variadic macros.
28149
28150 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28151
28152         Reviewed by:  David Schleef  <ds@schleef.org>
28153
28154         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28155         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28156         bit.  Also ran indent-gst.
28157         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28158         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28159         (gst_sunaudiosrc_setparams):
28160
28161 2004-12-14  David Schleef  <ds@schleef.org>
28162
28163         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28164         output rate to 16000.  Should fix #160235.
28165
28166 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28167
28168         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28169         Add typefinding for mpeg2 pes streams
28170
28171 2004-12-13  David Schleef  <ds@schleef.org>
28172
28173         * configure.ac:  Applied patch from bug #143659, making default
28174         sources and sinks OS-dependent (for Solaris), and added code
28175         for OS/X.
28176         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28177
28178 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28179
28180         * gst-libs/gst/riff/riff-media.c:
28181           forgot to add h2.64 to avidemux template caps
28182
28183 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28184
28185         * gst/wavenc/riff.h:
28186         * gst-libs/gst/riff/riff-media.c:
28187         * gst-libs/gst/riff/riff-ids.h:
28188         * gst/avi/gstavimux.c
28189         add 4CC code for VideoSoft h264 in AVI (VSSH)
28190           fixes bug #160655
28191         remove s323 from riff, it's quicktime specific :(
28192
28193 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28194
28195         * gst/asfdemux/README
28196         * gst/wavenc/riff.h
28197         * gst-libs/gst/riff/riff-ids.h
28198         * gst-libs/gst/riff/riff-media.c
28199         * gst/qtdemux/qtdemux.c:
28200           add new 4CC codes for h263 related codecs
28201           fixes partially bug #155163
28202
28203 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28204
28205         * configure.ac: Update polyaudio requirement to 0.7
28206         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28207
28208 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28209
28210         * gst/interleave/deinterleave.c:
28211         fix my name's spelling! :)
28212
28213 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28214
28215         * AUTHORS ChangeLog
28216         * gst/auparse/gstauparse.c
28217         * gst/interleave/deinterleave.c
28218         * gst/law/:
28219                 alaw-decode.c alaw-encode.c
28220                 mulaw-decode.c mulaw-encode.c
28221         * gst/oneton/gstoneton.c
28222         * sys/osxaudio/:
28223                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28224         * sys/osxvideo/:
28225                 cocoawindow.h cocoawindow.m
28226                 osxvideosink.h osxvideosink.m
28227
28228         put the same mail address for Zaheer Abbas Merali everywhere
28229
28230 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28231
28232         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28233           Align by packetsize, and assert that we a packet available before
28234           playing. The first makes webstreams work (they often include
28235           trailing padding data in a packet), the second allows pausing a
28236           ASF stream in totem without getting demux errors afterwards.
28237
28238 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28239
28240         * ext/ogg/gstoggdemux.c: (get_relative):
28241           Check for non-NULL before accessing member (end-of-chain).
28242
28243 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28244
28245         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28246         (cdparanoia_set_property), (cdparanoia_get_property):
28247         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28248         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28249         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28250         (dvdreadsrc_init), (dvdreadsrc_set_property),
28251         (dvdreadsrc_get_property):
28252         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28253         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28254           Synchronize property names where not yet the case. Devices are
28255           now device=X, other versions are deprecated (but still exist).
28256           Also use g_free() unconditionally.
28257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28258         (setup_source), (gst_play_base_bin_get_property):
28259           Expose source.
28260
28261 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28262
28263         * configure.ac: move GCONF macro outside conditional for the am
28264           conditional. Fixes #160439
28265
28266 2004-12-08  David Schleef  <ds@schleef.org>
28267
28268         * tools/gst-visualise-m.m: Switch to elements that currently
28269         exist.
28270
28271 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28272
28273         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28274           We love wrong commas.
28275
28276 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28277
28278         * gst/matroska/matroska-demux.c:
28279         (gst_matroska_demux_handle_src_query):
28280           Don't set DEFAULT, unsupported - makes length display incorrectly
28281           in some cases.
28282
28283 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28284
28285         * gst/monoscope/README: remove blurb about files being GPL
28286         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28287         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28288           monoscope is now effectively LGPL licensed
28289
28290 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28291
28292         * gst/monoscope/README: Update information to be more correct
28293         * gst/monoscope/convolve.c: Relicense to LGPL
28294         * gst/monoscope/convolve.h: Relicense to LGPL
28295
28296 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28297
28298         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28299           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28300         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28301           set default_duration for mpeg1 audio
28302
28303 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28304
28305         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28306         * ext/alsa/gstalsa.h:
28307           refactor big chunks of the core caps negotiation code to make it
28308           a lot faster, because people claim it's really slow
28309           (actually, just cache the getcaps when the device is opened)
28310
28311 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28312
28313         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28314         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28315         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28316         (gst_a52dec_change_state), (plugin_init):
28317         * ext/a52dec/gsta52dec.h:
28318           Do something useful with timestamps. Make chain-based (since
28319           there's really no reason to be loopbased).
28320         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28321           Update current_byte/frame correctly.
28322
28323 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28324
28325         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28326         (gst_ape_demux_stream_init):
28327           Forward tags, too.
28328
28329 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28330
28331         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28332           Let's make sure we're done typefinding when detecting tags.
28333
28334 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28335
28336         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28337         (gst_ebml_read_init), (gst_ebml_read_use_event),
28338         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28339         (gst_ebml_read_seek), (gst_ebml_read_skip),
28340         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28341         (gst_ebml_read_master):
28342         * gst/matroska/ebml-read.h:
28343         * gst/matroska/matroska-demux.c:
28344         (gst_matroska_demux_parse_contents),
28345         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28346           Disgustingly evil hack for working around INTERRUPT events and
28347           their extremely annoying habit of being a pain in the ass. We
28348           simply peek a cluster before reading any of it.
28349
28350 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28351
28352         * ext/musepack/gstmusepackdec.cpp:
28353           There's also floating point libmusepacks.
28354
28355 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28356
28357         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28358         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28359           Set DURATION even if source buffer didn't. Also use increasing
28360           timestamps.
28361         * gst-libs/gst/riff/riff-media.c:
28362         (gst_riff_create_audio_caps_with_data):
28363           Block_align can have larger values than 8192.
28364
28365 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28366
28367         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28368         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28369         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28370         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28371           Fix caps.
28372
28373 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28374
28375         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28376           Fix logic bug.
28377
28378 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28379
28380         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28381           Yay, another one.
28382
28383 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28384
28385         * ext/esd/esdsink.c: (gst_esdsink_chain):
28386           Make error actually say something useful (fixes #156798).
28387         * gst-libs/gst/riff/riff-media.c:
28388         (gst_riff_create_video_caps_with_data),
28389         (gst_riff_create_video_template_caps):
28390           Add Intel Video 5.0 fourcc (IV50).
28391
28392 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28393
28394         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28395         detection on mono and stereo mp3 files.
28396
28397 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28398
28399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28400           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28401           the contained stream).
28402
28403 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28404
28405         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28406           Oops, remove debug.
28407
28408 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28409
28410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28411
28412         * gst/law/alaw-decode.c: (alawdec_getcaps):
28413         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28414           Prevent warnings when negotiating caps (fixes #159338).
28415
28416 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28419         (gst_ffmpegcsp_chain):
28420           Remove old leftover that shouldn't be there...
28421
28422 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28423
28424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28425
28426         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28427           Don't forward DISCONT events (fixes #159684).
28428
28429 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28432           Unlink manually since sometimes bin disposal (and therefore
28433           pad unlinking) is delayed, which will cause a new media file
28434           to not be able to start playing instantly.
28435
28436 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28437
28438         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28439           On mute of an unlinked stream, check for pad availability so
28440           we don't crash on unlinked pad.
28441
28442 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28443
28444         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28445         (gst_avi_demux_massage_index):
28446           Fix quite humiliating bug in omitting 0-sized index chunks but
28447           forgetting to count them for timestamps.
28448
28449 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28452           Actually leave the loop if we failed to sync. Don't crash.
28453
28454 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28455
28456         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28457         (gst_dvd_demux_process_private):
28458         * gst/mpegstream/gstdvddemux.h:
28459           Fix crash (#159759). Doesn't work, though. :-(.
28460
28461 2004-11-28  Benjamin Otte  <otte@gnome.org>
28462
28463         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28464           more overwriting protection due to modifying channels one by one
28465           instead of all at once
28466
28467 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28468
28469         * gst/audioconvert/gstchannelmix.c:
28470         (gst_audio_convert_fill_normalize):
28471           Normalize using absolute values.
28472
28473 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28474
28475         * configure.ac:
28476         * ext/Makefile.am:
28477         * ext/directfb/Makefile.am:
28478         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28479         (gst_directfbvideosink_get_pixel_format),
28480         (gst_directfbvideosink_get_format_from_fourcc),
28481         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28482         (gst_directfbvideosink_sink_link),
28483         (gst_directfbvideosink_change_state),
28484         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28485         (gst_directfbvideosink_buffer_alloc),
28486         (gst_directfbvideosink_interface_supported),
28487         (gst_directfbvideosink_interface_init),
28488         (gst_directfbvideosink_navigation_send_event),
28489         (gst_directfbvideosink_navigation_init),
28490         (gst_directfbvideosink_set_property),
28491         (gst_directfbvideosink_get_property),
28492         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28493         (gst_directfbvideosink_base_init),
28494         (gst_directfbvideosink_class_init),
28495         (gst_directfbvideosink_get_type), (plugin_init):
28496         * ext/directfb/directfbvideosink.h: Adding a first version of
28497         directfbvideosink.
28498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28499         more.
28500
28501 2004-11-28  Benjamin Otte  <otte@gnome.org>
28502
28503         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28504           walk the samples backwards if out_channels > in_channels so we don't
28505           overwrite data
28506
28507 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28508
28509         * gst/audioconvert/Makefile.am:
28510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28511         (gst_audio_convert_link), (gst_audio_convert_change_state),
28512         (gst_audio_convert_channels):
28513         * gst/audioconvert/gstchannelmix.c:
28514         (gst_audio_convert_unset_matrix),
28515         (gst_audio_convert_fill_identical),
28516         (gst_audio_convert_fill_compatible),
28517         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28518         (gst_audio_convert_fill_others),
28519         (gst_audio_convert_fill_normalize),
28520         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28521         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28522         * gst/audioconvert/gstchannelmix.h:
28523           Implement a channel mixer.
28524
28525 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28526
28527         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28528         * ext/alsa/gstalsa.h:
28529         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28530         Make alsasink actually honor gst_element_set_clock and use that
28531         clock instead of its internal one.
28532
28533 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28534
28535         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28536         (gst_play_base_bin_change_state): nullify source and decoder when
28537         going from READY to NULL so that we don't try to do weird stuff with
28538         them when going from NULL to READY
28539         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28540         instead of g_object_unref
28541         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28542         it should be correct
28543         (gst_play_bin_change_state): don't call remove_sinks if we are
28544         currently disposing the object
28545
28546 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28547
28548         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28549           Don't forget bass if it's there. Else left channel is silent...
28550
28551 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28552
28553         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28554         (gst_a52dec_change_state):
28555           Don't do sample adjusting anymore, we use float audio now.
28556         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28557           Don't fixate to non-existing properties.
28558
28559 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28560
28561         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28562         (gst_a52dec_change_state):
28563           Advertise that we can do surround sound.
28564
28565 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28566
28567         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28568           Add buffer-frames=0.
28569         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28570         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28571         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28572         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28573         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28574         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28575         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28576         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28577         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28578         * ext/dvdread/dvdreadsrc.h:
28579           Add seeking, querying for bytes, sectors, title, angle and
28580           chapter. Handle multiple chapters. Relicense to LGPL because
28581           Billy agreed on that (thanks Billy!).
28582
28583 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28584
28585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28586         call parent dispose method
28587
28588 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28589
28590         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28591         (gst_audio_clock_get_internal_time):
28592         Fix active <-> inactive transitions: ensure time value always
28593         grows and avoid abrupt value changes.
28594
28595 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28596
28597         * configure.ac:
28598         * gst/tta/Makefile.am:
28599         * gst/tta/crc32.h:
28600         * gst/tta/filters.h:
28601         * gst/tta/gsttta.c:
28602         * gst/tta/gstttadec.c:
28603         * gst/tta/gstttadec.h:
28604         * gst/tta/gstttaparse.c:
28605         * gst/tta/gstttaparse.h:
28606         * gst/tta/ttadec.h:
28607           added TTA parser and decoder
28608
28609 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28610
28611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28612         (probe_triggered), (check_queue), (buffer_underrun),
28613         (buffer_running), (buffer_overrun), (gen_source_element),
28614         (setup_source):
28615         * gst/playback/gstplaybasebin.h:
28616           Implement buffering. Needs some more work.
28617
28618 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28619
28620         * ext/theora/theoradec.c: (theora_dec_chain):
28621           Fix ilog mask range overflow.
28622
28623 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28624
28625         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28626           Don't omit the last (which in case of dmix is the only :) )
28627           channel count. Don't set channels if <= 2.
28628
28629 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28630
28631         * gst/playback/gstplaybin.c: (gen_video_element),
28632         (gen_audio_element): Removed 2 obsolete comments
28633
28634 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28635
28636         * ext/vorbis/oggvorbisenc.c
28637         * ext/vorbis/vorbisenc.c :
28638           change description fields of those plugins to differentiate them
28639           (pitivi show Encoders by description, they had the same one)
28640
28641 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28642
28643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28644
28645         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28646         (gst_play_bin_set_property), (gen_video_element),
28647         (gen_audio_element):
28648           Refcounting fixes for provided audio-/videosinks.
28649
28650 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28651
28652         * gst/playback/gstplaybin.c: (gen_video_element),
28653         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28654           Don't reference all sinks, but only the video- and audiosinks.
28655           The vis. element should be disposed when we're done with it.
28656           We don't have any reason to keep it around. This fixes warnings
28657           when reusing playbin for playing multiple audio files with
28658           vis. enabled. Also release audio device on pause - idea stolen
28659           from Rhythmbox.
28660
28661 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28662
28663         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28664         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28665         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28666         * ext/alsa/gstalsaplugin.c: (plugin_init):
28667         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28668         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28669         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28670         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28671         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28672         (gst_faad_change_state), (plugin_init):
28673         * ext/faad/gstfaad.h:
28674         * ext/vorbis/vorbis.c: (plugin_init):
28675         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28676         * gst-libs/gst/audio/Makefile.am:
28677         * gst-libs/gst/audio/audio.c: (plugin_init):
28678         * gst-libs/gst/audio/multichannel.c:
28679         (gst_audio_check_channel_positions),
28680         (gst_audio_get_channel_positions),
28681         (gst_audio_set_channel_positions),
28682         (gst_audio_set_structure_channel_positions_list),
28683         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28684         (gst_audio_fixate_channel_positions):
28685         * gst-libs/gst/audio/multichannel.h:
28686         * gst-libs/gst/audio/testchannels.c: (main):
28687         * gst/audioconvert/gstaudioconvert.c:
28688         (gst_audio_convert_class_init), (gst_audio_convert_init),
28689         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28690         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28691         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28692         * gst/audioconvert/plugin.c: (plugin_init):
28693           Surround sound support.
28694
28695 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28696
28697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28698           Fix position for discont if we're close as well. Nitpicking, but
28699           saves a few milliseconds of extra waiting or skipping.
28700
28701 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28702
28703         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28704           We sometimes need parsers for playback, so add those too.
28705
28706 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28707
28708         * configure.ac:
28709         * gst/apetag/Makefile.am:
28710         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28711         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28712         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28713         (gst_ape_demux_get_src_query_types),
28714         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28715         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28716         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28717         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28718         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28719         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28720         (gst_ape_demux_change_state):
28721         * gst/apetag/apedemux.h:
28722         * gst/apetag/apetag.c: (plugin_init):
28723         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28724         (plugin_init):
28725           APE v1/2 tag reader plus typefind function.
28726
28727 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28728
28729         * configure.ac:
28730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28731         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28732           Remove hacks for older core. Require newer core version
28733           accordingly.
28734
28735 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28736
28737         * gst/cdxaparse/Makefile.am:
28738         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28739         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28740         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28741         * gst/cdxaparse/gstcdxaparse.h:
28742         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28743         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28744         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28745         (gst_cdxastrip_get_src_query_types),
28746         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28747         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28748         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28749         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28750         * gst/cdxaparse/gstcdxastrip.h:
28751           SVCD/VCD header stripping separated from CDXA image parsing.
28752         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28753         (plugin_init):
28754           Add VCD/SVCD header typefinding for VCD/SVCD.
28755         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28756         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28757         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28758         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28759         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28760         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28761         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28762         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28763         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28764         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28765         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28766         * sys/vcd/vcdsrc.h:
28767           Fix up, add seeking, querying, URI interface. Works in totem now.
28768
28769 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28770
28771         * configure.ac:
28772           back to CVS
28773
28774 === release 0.8.6 ===
28775
28776 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28777
28778         * NEWS:
28779         * RELEASE:
28780         * configure.ac:
28781         * po/af.po:
28782         * po/az.po:
28783         * po/cs.po:
28784         * po/en_GB.po:
28785         * po/hu.po:
28786         * po/it.po:
28787         * po/nb.po:
28788         * po/nl.po:
28789         * po/or.po:
28790         * po/sq.po:
28791         * po/sr.po:
28792         * po/sv.po:
28793         * po/uk.po:
28794           releasing 0.8.6, "IOU Love"
28795
28796 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28797
28798         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28799
28800         * gst/playback/gstplaybasebin.c:
28801           Fix unplayable files error handling.  Fixes #158365
28802
28803 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28804
28805         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28806
28807         * gst/typefind/gsttypefindfunctions.c:
28808           Fix broken mp3 typefinding.  Fixes #158375
28809
28810 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28811
28812         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28813
28814         * ext/ogg/gstoggdemux.c:
28815           Fix sync on broken files.  Fixes #158976
28816
28817 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28818
28819         patch by: Edward Hervey <bilboed@bilboed.com>
28820
28821         * ext/libpng/gstpngenc.c:
28822           Copy over buffer properties.  Fixes #158832
28823
28824 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28825
28826         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28827
28828         * ext/dvdread/dvdreadsrc.c:
28829           Fixes invalid reads (#158462)
28830
28831 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28832
28833         * sys/v4l/gstv4lsrc.c:
28834         * sys/v4l/gstv4lsrc.h:
28835         * sys/v4l/v4lsrc_calls.c:
28836           Probe less and cache it.  Fixes #159187.
28837
28838 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28839
28840         * gst/videorate/gstvideorate.c:
28841           Handle all video formats. Fixes #159186.
28842
28843 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28844         * gst/synaesthesia/gstsynaesthesia.c:
28845         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28846         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28847         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28848         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28849         (gst_synaesthesia_change_state), (plugin_init):
28850         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28851         Force 320x200 output, as that's the only thing the underlying
28852         synaesthesia implementation supports. Still needs to be made
28853         re-entrant.
28854
28855 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28856
28857         * configure.ac:
28858           Fix mpeg2enc configure check (similar to mplex check below).
28859
28860 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28861
28862         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28863
28864         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28865           Fix for gcc-2.95 (fixes #158221).
28866
28867 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28868
28869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28870           Re-add clock distribution hack (until new core is released).
28871           Fixes #158125.
28872
28873 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28874         * configure.ac:
28875           fix mplex configure check segfaulting on some systems (bug #140994)
28876
28877 2004-11-13  Benjamin Otte  <otte@gnome.org>
28878
28879         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28880           add debugging
28881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28882           do a wait when we enter the loop func with no data available to
28883           write instead of getting into an 100% CPU loop by just returning and
28884           being called again by the scheduler
28885
28886 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28887
28888         * configure.ac:
28889         * ext/libvisual/visual.c: (gst_visual_get_type),
28890         (libvisual_log_handler), (gst_visual_getcaps),
28891         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28892         (plugin_init):
28893           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28894         * ext/smoothwave/Makefile.am:
28895         * ext/smoothwave/demo-osssrc.c: (main):
28896         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28897         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28898         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28899         (plugin_init):
28900         * ext/smoothwave/gstsmoothwave.h:
28901           Make gstsmoothwave a working element in the 20th century.
28902
28903         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28904           Fix incorrect link function
28905
28906 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28907
28908         * gst/volume/gstvolume.c:
28909           Allow buffer-frames=0.
28910
28911 2004-11-12 Iain <iaingnome@gmail.com>
28912
28913         * configure.ac: Check for polypaudio
28914
28915         * ext/Makefile.am: Build the polyp dir
28916
28917         * ext/polyp: The polypsink sources.
28918
28919 2004-10-30 Iain <iaingnome@gmail.com>
28920
28921         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28922         caps to reflect the new number of channels.
28923
28924 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28925
28926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28927           Fix for negotiation order problem. This would show when the
28928           ALSA loopfuction was called before any other function. ALSA
28929           wouldn't do anything because we're not negotiated yet, leading
28930           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28931
28932 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28933
28934         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28935
28936         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28937           No warnings (#157986).
28938
28939 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28940
28941         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28942           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28943
28944 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28945
28946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28947           Signal no-more-pads (so it works in playbin).
28948
28949 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28950
28951         * ext/musepack/gstmusepackreader.cpp:
28952           Workaround for older core.
28953
28954 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28955
28956         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28957           Actually test for odd width/height rather than testing whether
28958           a temporary variable that was 0 before we subtracted 1 is now
28959           not equal to zero (which it always is).
28960
28961 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28962
28963         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28964         Fix compilation if HAVE_XVIDEO is not defined
28965
28966 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28967
28968         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28969         Fix compilation if HAVE_XVIDEO is not defined
28970
28971 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28972
28973         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28974         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28975         (gst_goom_change_state), (plugin_init):
28976         Use the bytestream adapter so goom doesn't depend on the input
28977         buffer size.
28978         Add a debug category
28979
28980 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28983           Only set hardware parameters *after* negotiation. Before
28984           negotiation, it will set ANY and that seems to cause crashes
28985           (see e.g. #151288, #153227).
28986
28987 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28988
28989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28990           This seems to be antique leftover. It needs to pass error
28991           checking.
28992         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28993         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28994         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28995         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28996           Fix GstXOverlay implementation (#151059).
28997
28998 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28999
29000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29001           Don't assert (#157853).
29002
29003 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29004
29005         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29006           Fix bytes/samples confustion.
29007         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29008           Fix for underrun (#144389).
29009
29010 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29011
29012         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29013           Disable halfway-seek for pending release (since it needs a new
29014           core release).
29015
29016 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29017
29018         * sys/v4l/gstv4lsrc.c:
29019         * sys/v4l/gstv4lsrc.h:
29020         * sys/v4l/v4lsrc_calls.c:
29021           add autoprobe-fps property so we can separate autoprobing parts
29022
29023 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29024
29025         * sys/v4l/gstv4lsrc.c:
29026         * sys/v4l/v4lsrc_calls.c:
29027         initialise fourcc to catch unset fourcc's, and debug
29028
29029 2004-11-09  Wim Taymans  <wim@fluendo.com>
29030
29031         * gst/playback/README:
29032         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29033         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29034         (gst_play_bin_dispose), (gst_play_bin_set_property),
29035         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29036         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29037         (gst_play_bin_get_formats), (gst_play_bin_convert),
29038         (gst_play_bin_get_query_types), (gst_play_bin_query):
29039         Cleanups and some more documentation.
29040
29041 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29042
29043         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29044         (gst_cacasink_init), (gst_cacasink_chain):
29045         * ext/libcaca/gstcacasink.h:
29046         Cacasink inherits from VideoSink, so let that store the clock.
29047
29048 2004-11-09  Wim Taymans  <wim@fluendo.com>
29049
29050         * gst/playback/README:
29051         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29052         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29053         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29054         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29055         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29056         (setup_sinks):
29057         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29058         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29059         * gst/playback/gststreaminfo.h:
29060         Updated README.
29061         Only switch groups if all streams have muted (EOSed).
29062         Send Tags in sync with the stream playback instead of in
29063         the playback/preroll phase.
29064         Some cleanups, free the fakesrc elements.
29065
29066 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29067
29068         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29069           buffer-frames property was missing
29070         * ext/arts/gst_arts.c:
29071           rate missing from sinkcaps
29072         * ext/audiofile/gstafparse.c:
29073         * ext/audiofile/gstafsink.c:
29074         * ext/audiofile/gstafsrc.c:
29075         * ext/swfdec/gstswfdec.c:
29076           int audio doesn't know buffer-frames
29077         * ext/cdparanoia/gstcdparanoia.c:
29078           int audio doesn't know chunksize either
29079         * ext/nas/nassink.c:
29080           it's endianness, not endianess
29081         * gst-libs/gst/audio/audio.h:
29082           make float standard pad template caps really describe float
29083         * gst/law/mulaw.c: (linear_factory):
29084           signed only, please
29085         * gst/mpegstream/gstdvddemux.c:
29086           widths of 20 are not valid
29087
29088 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29089
29090         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29091
29092         * po/LINGUAS:
29093         * po/it.po:
29094           Add Italian
29095
29096 2004-11-08  Wim Taymans  <wim@fluendo.com>
29097
29098         * gst/playback/README:
29099         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29100         * gst/playback/gstplaybasebin.c: (probe_triggered),
29101         (gst_play_base_bin_change_state):
29102         Updated README, added more comments for fixmes etc..
29103
29104 2004-11-08  Wim Taymans  <wim@fluendo.com>
29105
29106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29107         We can remove this hack now.
29108
29109 2004-11-08  Wim Taymans  <wim@fluendo.com>
29110
29111         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29112         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29113         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29114         Only mix AYUV for maximum quality.
29115
29116 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29117
29118         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29119         (gst_ogg_demux_push), (gst_ogg_pad_push):
29120           Let's act as if we're synchronized now! :).
29121         * ext/theora/theoradec.c: (theora_dec_chain):
29122           Add some debug.
29123
29124 2004-11-08  Wim Taymans  <wim@fluendo.com>
29125
29126         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29127         (gst_alpha_set_property), (gst_alpha_sink_link),
29128         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29129         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29130         (gst_alpha_init_params), (gst_alpha_chain):
29131         Implement alpha functions for AYUV too, this increases
29132         accuracy quite a bit.
29133
29134 2004-11-08  Wim Taymans  <wim@fluendo.com>
29135
29136         * gst/ffmpegcolorspace/avcodec.h:
29137         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29138         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29139         (gst_ffmpegcsp_avpicture_fill):
29140         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29141         (gst_ffmpegcsp_caps_remove_format_info):
29142         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29143         (shrink12), (img_get_alpha_info), (deinterlace_line),
29144         (deinterlace_line_inplace):
29145         * gst/ffmpegcolorspace/imgconvert_template.h:
29146         Added AYUV colorspace and handle RGBA a bit more respectful.
29147
29148 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29149
29150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29151           Actually always send a discont (cornercase when resending the
29152           same serial-tagged chain twice).
29153
29154 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29155
29156         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29157         (gst_ximagesink_finalize):
29158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29159         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29160
29161 2004-11-08  Wim Taymans  <wim@fluendo.com>
29162
29163         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29164         Don't segfault on NULL data.
29165
29166 2004-11-08  Wim Taymans  <wim@fluendo.com>
29167
29168         * gst/playback/gstdecodebin.c: (unlinked):
29169         * gst/playback/gstplay-marshal.list:
29170         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29171         (gst_play_base_bin_init), (group_create), (get_active_group),
29172         (get_building_group), (group_destroy), (group_commit),
29173         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29174         (add_element_stream), (no_more_pads), (probe_triggered),
29175         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29176         (state_change), (setup_source), (gst_play_base_bin_get_property),
29177         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29178         (gst_play_base_bin_link_stream),
29179         (gst_play_base_bin_get_streaminfo):
29180         * gst/playback/gstplaybasebin.h:
29181         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29182         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29183         Add support for chained ogg files. Prepare for playlist
29184         support. This patch introduces the concept of pad groups, which
29185         together compose one playable media file.
29186
29187 2004-11-07  David Schleef  <ds@schleef.org>
29188
29189         * testsuite/gst-lint: Check for pad templates that aren't statically
29190         scoped.
29191
29192 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29193
29194         * configure.ac:
29195         * ext/Makefile.am:
29196         * ext/musepack/Makefile.am:
29197         * ext/musepack/gstmusepackdec.cpp:
29198         * ext/musepack/gstmusepackdec.h:
29199         * ext/musepack/gstmusepackreader.cpp:
29200         * ext/musepack/gstmusepackreader.h:
29201           Add musepack decoder.
29202         * ext/faad/gstfaad.c: (gst_faad_base_init):
29203           Make pad templates static.
29204         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29205         (plugin_init):
29206           Add musepack typefinder, make mp3 typefinding work halfway stream,
29207           which doesn't actually work yet because id3demux doesn't implement
29208           _get_length().
29209
29210 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29211
29212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29213         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29214           Fix interrupt event handling (#144436).
29215
29216 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29217
29218         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29219           Hide unused glory.
29220
29221 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29222
29223         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29224
29225         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29226           Fix weird caps (#157548).
29227
29228 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29229
29230         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29231
29232         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29233           Add missing NULL terminator (#157543).
29234
29235 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29236
29237         * gst/tcp/gsttcp.h:
29238         * gst/tcp/gsttcpclientsink.c:
29239         * gst/tcp/gsttcpclientsrc.c:
29240         * gst/tcp/gsttcpserversink.c:
29241         * gst/tcp/gsttcpserversrc.c:
29242           ports can go up to 65535.  Move common defines to gsttcp.h
29243
29244 2004-11-05  Wim Taymans  <wim@fluendo.com>
29245
29246         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29247         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29248         Added two more colorspaces.
29249
29250 2004-11-05  Wim Taymans  <wim@fluendo.com>
29251
29252         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29253         (gst_ffmpegcsp_avpicture_fill):
29254         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29255         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29256         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29257         More stride fixes.
29258
29259 2004-11-05  Wim Taymans  <wim@fluendo.com>
29260
29261         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29262         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29263         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29264         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29265         (gst_videomixer_loop):
29266         More stride fixes.
29267
29268 2004-11-05  Benjamin Otte  <otte@gnome.org>
29269
29270         * ext/mad/gstmad.c: (gst_mad_chain):
29271           don't overflow data buffer. Flush not needed sync data when syncing
29272           failed.
29273
29274 2004-11-04  Wim Taymans  <wim@fluendo.com>
29275
29276         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29277         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29278         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29279         (gst_alpha_init_params), (gst_alpha_chain),
29280         (gst_alpha_change_state):
29281         Updated the chroma keying algorithm with something more
29282         sophisticated.
29283
29284 2004-11-03  Wim Taymans  <wim@fluendo.com>
29285
29286         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29287         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29288         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29289         Fix stride issues. Does not completely work for odd
29290         heights.
29291
29292 2004-11-03  Wim Taymans  <wim@fluendo.com>
29293
29294         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29295         (gst_alpha_chroma_key), (gst_alpha_chain):
29296         Fix stride issues. Does not completely work for odd
29297         heights.
29298
29299 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29300
29301         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29302         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29303         leak fixes
29304
29305 2004-11-03  Wim Taymans  <wim@fluendo.com>
29306
29307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29308         (gst_ffmpegcsp_avpicture_fill):
29309         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29310         (avpicture_alloc):
29311         * gst/ffmpegcolorspace/imgconvert_template.h:
29312         Use correct _fill function to get correct strides.
29313
29314 2004-11-02  David Schleef  <ds@schleef.org>
29315
29316         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29317         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29318         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29319         Change all g_print()s to debugging.  Add a bunch of consistency
29320         checks.
29321
29322 2004-11-02  Wim Taymans  <wim@fluendo.com>
29323
29324         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29325         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29326         (unlinked), (no_more_pads), (close_link):
29327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29328         (unknown_type), (add_element_stream), (new_decoded_pad),
29329         (removed_decoded_pad), (setup_source):
29330         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29331         (gst_stream_info_class_init), (gst_stream_info_init),
29332         (gst_stream_info_new), (gst_stream_info_dispose),
29333         (stream_info_mute_pad), (gst_stream_info_set_property),
29334         (gst_stream_info_get_property):
29335         * gst/playback/gststreaminfo.h:
29336         Fix playback of multiple files.
29337         a slightly different approach to handling dynamic pad removals.
29338         This one only looks at pads that we have linked.
29339
29340 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29341
29342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29343         free" warning from libc.
29344
29345 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29346
29347         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29348         (get_unconnected_element), (remove_starting_from), (pad_removed),
29349         (close_link):
29350           Implement support for dynamic pad changing. We listen to "live"
29351           pad removals (i.e. while playing) and re-setup autoplugging
29352           after that. Playbasebin/playbin need some more work for this
29353           to finally work, but decodebin supports (and replugs) chained
29354           ogg now.
29355
29356 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29357
29358         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29359         (gst_alsa_finalize):
29360         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29361         (gst_cdaudio_finalize):
29362         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29363         (cdparanoia_finalize):
29364         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29365         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29366         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29367         (dvdreadsrc_finalize):
29368         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29369         (gst_flacdec_finalize):
29370         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29371         (gst_flacenc_finalize):
29372         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29373         (gst_gnomevfssink_finalize):
29374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29375         (gst_gnomevfssrc_finalize):
29376         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29377         (gst_fameenc_finalize):
29378         * ext/nas/nassink.c: (gst_nassink_class_init),
29379         (gst_nassink_finalize):
29380         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29381         (gst_sdlvideosink_class_init):
29382         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29383         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29384         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29385         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29386         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29387         (gst_x_window_listener_dispose):
29388         * gst/audioscale/gstaudioscale.c:
29389         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29390         (play_on_demand_finalize):
29391         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29392         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29393         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29394         (cdplayer_finalize):
29395         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29396         (gst_glimagesink_class_init):
29397         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29398         (gst_osselement_finalize):
29399         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29400         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29401         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29402           Fixes a bunch of problems with finalize and dispose functions,
29403           either assumptions that dispose is only called once, or not calling
29404           the parent class dispose/finalize function
29405
29406 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29407
29408         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29409           added two api precondition guards
29410           use g_strdup with getenv to fix crash when using ENVVAR
29411
29412 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29413         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29414         (gst_esdsink_finalize):
29415         Use a finalize function, not dispose, and more importantly,
29416         call the parent class finalize function too
29417
29418 2004-11-01  Johan Dahlin  <johan@gnome.org>
29419
29420         * ext/ogg/gstoggdemux.c:
29421         * gst/tags/gstvorbistag.c:
29422         Plug leaks.
29423
29424 2004-10-31  Benjamin Otte  <otte@gnome.org>
29425
29426         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29427           lotsa memleaks today. But they're all small...
29428
29429 2004-10-31  Benjamin Otte  <otte@gnome.org>
29430
29431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29432           another memleak crushed
29433
29434 2004-10-31  Benjamin Otte  <otte@gnome.org>
29435
29436         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29437           fix memleak
29438
29439 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29440
29441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29442           Hack to prevent crash when going to READY inside signal handler
29443           while this function is active.
29444
29445 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29446
29447         * gst/ffmpegcolorspace/Makefile.am:
29448         * gst/ffmpegcolorspace/avcodec.h:
29449         * gst/ffmpegcolorspace/common.h:
29450         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29451         * gst/ffmpegcolorspace/dsputil.h:
29452         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29454         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29455         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29456         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29457         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29458         (gst_ffmpegcsp_avpicture_fill):
29459         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29461         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29462         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29463         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29464         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29465         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29466         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29467         * gst/ffmpegcolorspace/imgconvert.c:
29468         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29469         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29470         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29471         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29472         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29473         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29474         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29475         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29476         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29477         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29478         (grow21), (grow22), (grow41), (grow44), (conv411),
29479         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29480         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29481         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29482         (avpicture_free), (is_yuv_planar), (img_convert),
29483         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29484         (deinterlace_line_inplace), (deinterlace_bottom_field),
29485         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29486         * gst/ffmpegcolorspace/imgconvert_template.h:
29487         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29488         * gst/ffmpegcolorspace/mmx.h:
29489         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29490         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29491         (av_freep), (avcodec_get_context_defaults),
29492         (avcodec_alloc_context), (avcodec_init):
29493           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29494           handling plus update from ffmpeg CVS. Large clean-up.
29495
29496 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29497
29498         * gst/playback/Makefile.am:
29499           We need the marshallers for decodebin, too.
29500
29501 2004-10-30  David Schleef  <ds@schleef.org>
29502
29503         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29504           quicktime typefinding work with 64-bit offsets.
29505
29506 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29507
29508         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29509           Set EOS on the element when processing an EOS event.
29510         * ext/speex/gstspeexdec.h:
29511         * ext/speex/gstspeexenc.h:
29512           Only keep a const ptr to the mode
29513         * gst-libs/gst/riff/riff-media.c:
29514         (gst_riff_create_audio_caps_with_data),
29515         (gst_riff_create_audio_template_caps):
29516           Allow WMAV3, with up to 6 channels.
29517         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29518           Don't call gst_pad_set_event_function on a sink pad.
29519         * gst/mpegstream/gstdvddemux.c:
29520         (gst_dvd_demux_get_subpicture_stream),
29521         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29522           Copy the explicit caps that were set across to the cur_* pads,
29523           instead of trying to use a possibly non-existent negotiated caps.
29524           Reset the type of subpicture pads to UNKNOWN after calling
29525           init_stream, so that the caps get set.
29526
29527 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29528
29529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29530
29531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29532           Don't touch buffer if it is of size 0 (fixes #151064).
29533
29534 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29537           Synchronized discont handling.
29538
29539 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29540
29541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29542         (gst_ogg_demux_push):
29543           Make seeking sort-of exact again (fixes #156387).
29544
29545 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29546
29547         * gst/playback/gstplaybasebin.c: (unknown_type),
29548         (add_element_stream), (new_decoded_pad),
29549         (gst_play_base_bin_change_state):
29550         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29551         (gst_stream_info_init), (gst_stream_info_new),
29552         (gst_stream_info_dispose), (gst_stream_info_get_property):
29553         * gst/playback/gststreaminfo.h:
29554           Make caps explicitely available. Makes testing for unsupported
29555           types possible. Improves error reporting.
29556
29557 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29558
29559         * gst/audioconvert/gstaudioconvert.c:
29560         (gst_audio_convert_buffer_to_default_format):
29561           Really don't touch read-only buffers (#156563).
29562
29563 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29564
29565         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29566
29567         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29568           Fix memleak (#155223).
29569
29570 2004-10-29  Wim Taymans  <wim@fluendo.com>
29571
29572         * gst/tcp/.cvsignore:
29573         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29574         (gst_multifdsink_class_init), (gst_multifdsink_init),
29575         (gst_multifdsink_add), (gst_multifdsink_remove),
29576         (gst_multifdsink_remove_client_link), (is_sync_frame),
29577         (gst_multifdsink_new_client),
29578         (gst_multifdsink_handle_client_write),
29579         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29580         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29581         (gst_multifdsink_get_property):
29582         * gst/tcp/gstmultifdsink.h:
29583         Added burst on connect sync_method, deprecated sync_clients,
29584         streamlined the sync code some more.
29585
29586 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29587
29588         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29589         (gst_play_base_bin_change_state):
29590           Improve error reporting.
29591
29592 2004-10-28  Wim Taymans  <wim@fluendo.com>
29593
29594         * gst/tcp/Makefile.am:
29595         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29596         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29597         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29598         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29599         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29600         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29601         (gst_fdset_wait):
29602         Added more locks around fdset structures. Fixed/reworked
29603         the poll array resizing code.
29604         Added stress test for fdset.
29605
29606 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29607
29608         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29609         fix build
29610
29611 2004-10-28  Benjamin Otte  <otte@gnome.org>
29612
29613         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29614           fix link function to always query channels and query width for
29615           floats
29616         * configure.ac:
29617           add equalizer dir
29618         * gst/equalizer/Makefile.am:
29619         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29620         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29621         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29622         (arg_to_scale), (setup_filter),
29623         (gst_iir_equalizer_compute_frequencies),
29624         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29625         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29626         (plugin_init):
29627           add an equalizer
29628
29629 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29630
29631         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29632
29633         * po/LINGUAS:
29634         * po/nb.po:
29635           Added Norwegian Bokmaal translation
29636
29637 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29638
29639         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29640           Don't break on options (fixes #156488).
29641
29642 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29643
29644         * configure.ac:
29645         * ext/cdaudio/Makefile.am:
29646         * sys/Makefile.am:
29647           fix build on older automake
29648
29649 2004-10-26  Wim Taymans  <wim@fluendo.com>
29650
29651         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29652         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29653         Allow a little margin when negotiating the framerate.
29654
29655 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29656
29657         * gst/level/gstlevel.c:
29658           synchonised naming of pads and pad-templates
29659
29660 2004-10-26  Wim Taymans  <wim@fluendo.com>
29661
29662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29663         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29664         (_find_streams_check), (gst_ogg_demux_push):
29665         Fix EOS again. Needs to be done in a better way. We should not
29666         remove the pad if there is no new chained stream.
29667
29668 2004-10-26 Iain <iaingnome@gmail.com>
29669
29670         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29671         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29672         of the caps.
29673         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29674         pad.
29675         (interleave_release_pad): Remove the pad.
29676         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29677         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29678         the set device.
29679         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29680         attrs
29681         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29682         (gst_xvimagesink_finalize): Free the par.
29683
29684 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29685
29686         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29687         (gst_avimux_stop_file):
29688           First calculate the rate, and only then use it. Hdr.rate is a
29689           multiple and not a derivative of hdr.scale. Scale is not the
29690           same as blockalign but is solely related to rate.
29691
29692 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29693
29694         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29695         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29696           Implement seeking.
29697
29698 2004-10-25  James Henstridge  <james@jamesh.id.au>
29699
29700         Reviewed by:  David Schleef  <ds@schleef.org>
29701
29702         * examples/gstplay/player.c: (got_stream_length), (main):
29703         * examples/seeking/cdplayer.c: (update_scale):
29704         * examples/seeking/seek.c: (format_value), (update_scale):
29705         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29706         (stop_seek):
29707         Build fixes on AMD64.
29708
29709 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29710
29711         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29712
29713         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29714         Fix for some v4l cards which hang in v4lsrc
29715
29716 2004-10-25  Wim Taymans  <wim@fluendo.com>
29717
29718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29719         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29720         Make sure to remove the pad when a new chain is
29721         encountered. Set some vars to NULL so we don't try
29722         to reference freed memory.
29723
29724 2004-10-25  Wim Taymans  <wim@fluendo.com>
29725
29726         * examples/seeking/Makefile.am:
29727         * examples/seeking/cdplayer.c: (update_scale):
29728         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29729         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29730         (format_value), (update_scale), (iterate), (start_seek),
29731         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29732         (print_usage), (main):
29733         Added some more examples, update others.
29734
29735 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29738         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29739         * ext/theora/theoradec.c: (theora_dec_chain):
29740         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29741           Add codec-name metadata.
29742
29743 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29744
29745         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29746
29747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29748         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29749         * ext/alsa/gstalsamixertrack.h:
29750         * po/POTFILES.in:
29751           ALSA mixer track label internationalization (#154054).
29752
29753 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29754
29755         * ext/theora/theoradec.c: (theora_dec_chain):
29756           Export bitrate as metadata.
29757
29758 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29759
29760         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29761         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29762         * ext/alsa/gstalsamixertrack.h:
29763           Fix names, fix loop.
29764
29765 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29766
29767         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29768         (speex_dec_convert):
29769           sinkconvert function so oggdemux can get the file length (totem).
29770
29771 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29772
29773         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29774
29775         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29776           Don't push incomplete packets.
29777         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29778           Fix MPEG-4 audio typefinding.
29779
29780 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29781
29782         * sys/v4l/Makefile.am:
29783         * sys/v4l/gstv4l.c: (plugin_init):
29784         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29785         (gst_v4lelement_init), (gst_v4lelement_dispose),
29786         (gst_v4lelement_change_state):
29787         * sys/v4l/gstv4lelement.h:
29788         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29789         (gst_v4l_xoverlay_close), (idle_refresh),
29790         (gst_v4l_xoverlay_set_xwindow_id):
29791         * sys/v4l/gstv4lxoverlay.h:
29792         * sys/v4l/v4l-overlay_calls.c:
29793         * sys/v4l/v4l_calls.h:
29794         * sys/v4l2/Makefile.am:
29795         * sys/v4l2/gstv4l2.c: (plugin_init):
29796         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29797         (gst_v4l2element_init), (gst_v4l2element_dispose),
29798         (gst_v4l2element_change_state):
29799         * sys/v4l2/gstv4l2element.h:
29800         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29801         (gst_v4l2_xoverlay_close), (idle_refresh),
29802         (gst_v4l2_xoverlay_set_xwindow_id):
29803         * sys/v4l2/gstv4l2xoverlay.h:
29804         * sys/v4l2/v4l2-overlay_calls.c:
29805         * sys/v4l2/v4l2_calls.h:
29806           Remove client-side overlay handling, use the X-server v4l plugin
29807           for that. Nicer overlay, less code. Also make the plugin
29808           compileable without X (but then without overlay, obviously).
29809           Makes xwindowlistener obsolete, should we remove that?
29810
29811 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29814         (gst_osssrc_src_query):
29815         * sys/oss/gstosssrc.h:
29816           OK, so people want offset in DEFAULT. This time, actually fix all
29817           cases.
29818         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29819           Add FPS properly.
29820
29821 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29822
29823         * gst/asfdemux/gstasfmux.c:
29824         * gst/avi/gstavimux.c:
29825           Framerate.
29826
29827 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29828
29829         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29830           Fix properties (channel, norm, frequency).
29831
29832 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29833
29834         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29835           Flag typo.
29836         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29837           No warnings.
29838
29839 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29840
29841         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29842           Fix hang.
29843
29844 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29845
29846         * sys/v4l2/gstv4l2element.h:
29847           Yet Another Hack (tm) for kernel header borkedness.
29848         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29849         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29850         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29851         (gst_v4l2src_change_state):
29852         * sys/v4l2/gstv4l2src.h:
29853         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29854         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29855           Fix caps, keep track of state, work.
29856
29857 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29858
29859         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29860           Quiet.
29861
29862 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29865           Don't mix bytes and samples.
29866
29867 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29868
29869         * ext/ogg/gstoggmux.c:
29870           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29871           and theora. Any is incorrect.
29872         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29873           Fix caps.
29874         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29875         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29876         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29877         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29878         * sys/v4l/gstv4lmjpegsrc.h:
29879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29880         (gst_v4lsrc_change_state):
29881         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29882         (gst_v4lmjpegsrc_capture_stop):
29883           Fix caps. Keep track of internal state. Work.
29884
29885 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29886
29887         * ext/Makefile.am:
29888           Fix the build fixes.
29889
29890 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29893         (gst_ogg_demux_src_event), (_find_chain_seek),
29894         (gst_ogg_pad_push):
29895           Check for pad availability before using it.
29896         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29897           Fix parsing of chained ogg. Needs more work on the decoder side.
29898
29899 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29900
29901         * gst/spectrum/Makefile.am:
29902         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29903         (idle_func):
29904           Fix demo and reenable it. Yes, I'm currently playing with audio
29905           analysis tools
29906
29907 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29908
29909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29910           We love it if files that start at zero work too...
29911
29912 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29913
29914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29915           Handle files with missing EOS headers.
29916
29917 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29918
29919         * gst/tcp/gsttcpserversink.c:
29920         (gst_tcpserversink_handle_server_read),
29921         (gst_tcpserversink_init_send):
29922         Zero some variables first (need for accept not to return EINVAL)
29923
29924 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29925
29926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29927         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29928         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29929         (theora_dec_chain):
29930         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29931         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29932           Seeking and querying finetune.
29933
29934 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29935
29936         * configure.ac:
29937         * ext/Makefile.am:
29938         * ext/raw1394/Makefile.am:
29939           fix the build
29940
29941 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29942
29943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29944           Wrong return.
29945         * gst/playback/Makefile.am:
29946         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29947         * gst/playback/gstplay-marshal.list:
29948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29949           Fix marshallers.
29950
29951 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29952
29953         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29954           Silence.
29955
29956 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29957
29958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29959         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29960         (gst_ogg_pad_push):
29961           Yay for non-lineair granulepos in theora.
29962
29963 2004-10-18  Wim Taymans  <wim@fluendo.com>
29964
29965         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29966         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29967         * ext/dv/gstdvdec.h:
29968         Make sure we renegotiate aspect ratio when the camera switches.
29969
29970 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29971
29972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29973         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29974           Start at zero.
29975         * ext/theora/theoradec.c: (theora_dec_chain):
29976           Skip headers. Bad idea for chained ogg, but fixes seeking.
29977
29978 2004-10-18  Wim Taymans  <wim@fluendo.com>
29979
29980         * configure.ac:
29981         I swear, this is the last time I touch this.
29982
29983 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29984
29985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29986         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29987         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29988           Faster seeking.
29989         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29990           Time-to-default conversion.
29991         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29992           Don't error on unknown packets, just skip. We should probably
29993           read them if we want to support chained ogg.
29994
29995 2004-10-18  Wim Taymans  <wim@fluendo.com>
29996
29997         * configure.ac:
29998         Added cdaudio to wrong list.
29999
30000 2004-10-18  Wim Taymans  <wim@fluendo.com>
30001
30002         * configure.ac:
30003         Revive cdaudio.
30004
30005 2004-10-18  Wim Taymans  <wim@fluendo.com>
30006
30007         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30008         (gst_dvdec_video_link), (gst_dvdec_push):
30009         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30010         (gst_smokeenc_resync), (gst_smokeenc_chain):
30011         Fix mimetype on smoke encoder.
30012         Add aspect ratio to dvdec. Not sure if these
30013         values are correct though....
30014
30015 2004-10-18  Wim Taymans  <wim@fluendo.com>
30016
30017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30018         Fix vorbis property descriptions and ranges.
30019
30020 2004-10-18  Wim Taymans  <wim@fluendo.com>
30021
30022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30023         Really do nothing when no data is available.
30024         Go to the playing state when the stream is not seekable
30025         instead of failing.
30026
30027 2004-10-18  Wim Taymans  <wim@fluendo.com>
30028
30029         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30030         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30031         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30032         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30033         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30034         Added uri handler for cd://
30035         Port to new API.
30036
30037 2004-10-18  Wim Taymans  <wim@fluendo.com>
30038
30039         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30040         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30041         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30042         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30043         (remove_prerolls), (unknown_type), (add_element_stream),
30044         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30045         (gst_play_base_bin_remove_element),
30046         (gst_play_base_bin_link_stream):
30047         * gst/playback/gstplaybin.c: (gen_video_element),
30048         (gen_vis_element), (remove_sinks), (setup_sinks):
30049         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30050         (gst_stream_info_get_type), (gst_stream_info_class_init),
30051         (gst_stream_info_init), (gst_stream_info_new),
30052         (gst_stream_info_dispose), (stream_info_mute_pad),
30053         (gst_stream_info_set_property), (gst_stream_info_get_property):
30054         * gst/playback/gststreaminfo.h:
30055         Add sink padtemplate to decodebin.
30056         Added some more comments.
30057         Make queue size configurable in playbasebin.
30058         Added possibility to use elements as sinks (ex cdaudio).
30059
30060 2004-10-15  Wim Taymans  <wim@fluendo.com>
30061
30062         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30063         (gst_speexenc_chain):
30064         Fix speex timestamps so that it gets muxed properly.
30065
30066 2004-10-15  Wim Taymans  <wim@fluendo.com>
30067
30068         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30069         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30070         (gst_dv1394src_init), (gst_dv1394src_dispose),
30071         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30072         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30073         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30074         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30075         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30076         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30077         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30078         * ext/raw1394/gstdv1394src.h:
30079         Added conversion/query functions.
30080         Update buffer timestamps,
30081         Added signals.
30082         Added uri dv:// so it might play from the firewire in playbin.
30083         Fix a possible leak.
30084         Added debugging.
30085
30086 2004-10-15  Wim Taymans  <wim@fluendo.com>
30087
30088         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30089         (gst_dv1394src_init), (gst_dv1394src_set_property),
30090         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30091         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30092         * ext/raw1394/gstdv1394src.h:
30093         Added AV/C VTR control support needed for some cameras.
30094         Added automatic port detection.
30095         Added properties for selecting the channel.
30096         The configure.ac script is not yet updated to reflect the
30097         new libavc1394 and librom1394 dependencies.
30098
30099 2004-10-15  Wim Taymans  <wim@fluendo.com>
30100
30101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30102         (qtdemux_parse), (gst_qtdemux_handle_esds):
30103         An esds box is not a container.
30104         Fix parsing of mp4v boxes.
30105         Do not try to renegotiate fps for each frame. Need to
30106         find a better method. This should fix mp4 playback.
30107
30108 2004-10-14  David Schleef  <ds@schleef.org>
30109
30110         * configure.ac: update for swfdec-0.3 and liboil-0.2
30111         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30112         * ext/swfdec/gstswfdec.h: same
30113         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30114         * gst/videotestsrc/videotestsrc.c: same
30115
30116 2004-10-14  Wim Taymans  <wim@fluendo.com>
30117
30118         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30119         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30120         (is_sync_frame), (gst_multifdsink_new_client),
30121         (gst_multifdsink_handle_client_write),
30122         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30123         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30124         Turn warnings into info.
30125         Don't allow a state change in the streaming thread.
30126
30127 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30128
30129         * ext/vorbis/oggvorbisenc.c:
30130         * ext/vorbis/vorbisdec.c:
30131           fix template sample rate
30132
30133 2004-10-13  Wim Taymans  <wim@fluendo.com>
30134
30135         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30136         Decoding the header first fixes some problems in resyncing
30137         in more mp3s.
30138
30139 2004-10-12  Wim Taymans  <wim@fluendo.com>
30140
30141         * gst/playback/gstplaybin.c: (gen_video_element),
30142         (gen_vis_element), (remove_sinks), (setup_sinks):
30143         Added vis plugin support, need to configure the vis
30144         element to activate it.
30145
30146 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30147
30148         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30149         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30150           Some debug.
30151         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30152         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30153         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30154         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30155         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30156         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30157         * gst/avi/gstavidemux.h:
30158           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30159           recovery (where, if part of the index is broken, we will still read
30160           the rest of the index and recover the broken part by stream
30161           scanning). More broken media support. EOS workarounds. General AVI
30162           braindamage headache recovery. Aspirin included.
30163
30164 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30165
30166         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30167         (cdparanoia_event), (cdparanoia_query):
30168           Get rid of hideous lead-in.
30169
30170 2004-10-11  Wim Taymans  <wim@fluendo.com>
30171
30172         * gst/playback/gstplaybasebin.c: (setup_source):
30173         Wrong var used to get g_list_next.
30174
30175 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30176
30177         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30178         (cdparanoia_get), (cdparanoia_open):
30179           Report discid as metadata, add duration.
30180
30181 2004-10-11  Wim Taymans  <wim@fluendo.com>
30182
30183         * gst/playback/gstplaybasebin.c: (setup_source):
30184         Cleanup the previous pipeline a little earlier for the
30185         case that a source element provides raw data.
30186
30187 2004-10-11  Benjamin Otte  <otte@gnome.org>
30188
30189         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30190           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30191           consuming the last 128 bytes, even though it was valid mp3 data.
30192
30193 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30194
30195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30196         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30197         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30198         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30199
30200 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30201
30202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30203         Fix for webcams that support only specific width or height
30204
30205 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30206
30207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30208
30209         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30210           Fix wrong discont event setup (fixes #154967).
30211
30212 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30213
30214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30215
30216         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30217           Error out on invalid data (fixes #154807).
30218
30219 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30220
30221         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30222
30223         * ext/dvdread/dvdreadsrc.c: (_read):
30224           Make titles > 0 work again (fixes #154834).
30225
30226 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30227
30228         * gst-libs/gst/riff/riff-media.c:
30229         (gst_riff_create_video_template_caps):
30230           WMV3 missing in template caps.
30231
30232 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30233
30234         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30235           OK, so the original code was too strict. It makes random AVI files
30236           hang for seconds upon opening, which is unacceptable and is far
30237           beyond the original goal of getting multiple chunks for one-chunk
30238           sounc stream files. So now do just that.
30239
30240 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30241
30242         * gst/playback/gstplaybasebin.c: (setup_source),
30243         (gst_play_base_bin_change_state):
30244           Actually clean up streaminfo if output fails. This would trigger
30245           if, for example, there was no CD in the drive. No preroll, so
30246           a streaminfo structure is created, but the subsequent state change
30247           of the thread fails.
30248         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30249           Don't change state if parent failed.
30250
30251 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30252
30253         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30254         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30255         (gen_video_element), (remove_sinks):
30256           Add small bits of code for screenshot handling.
30257
30258 2004-10-08  Wim Taymans  <wim@fluendo.com>
30259
30260         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30261         (gen_video_element), (gen_audio_element), (setup_sinks):
30262         Don't assume the user provided sinks are named "sink"...
30263
30264 2004-10-08  Wim Taymans  <wim@fluendo.com>
30265
30266         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30267         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30268         (gst_play_base_bin_link_stream):
30269         Do not try to autoplug sources that generate raw streams like
30270         cdparanoia.
30271         disconnect the preroll overrun signal when we don't need it anymore.
30272
30273 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30274
30275         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30276         Added reworked patch from #154903 from milosz derezynski (deadchip).
30277
30278 2004-10-08  Wim Taymans  <wim@fluendo.com>
30279
30280         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30281         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30282         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30283         (cdparanoia_convert), (cdparanoia_uri_get_type),
30284         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30285         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30286         * ext/cdparanoia/gstcdparanoia.h:
30287         This adds the cdda://<tracknum> uri.
30288
30289 2004-10-08  Wim Taymans  <wim@fluendo.com>
30290
30291         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30292         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30293         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30294         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30295         (unknown_type), (gst_play_base_bin_remove_element),
30296         (gst_play_base_bin_link_stream):
30297         * gst/playback/gstplaybasebin.h:
30298         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30299         (gst_play_bin_set_property), (gen_video_element),
30300         (gen_audio_element), (setup_sinks):
30301         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30302         (gst_stream_info_get_type), (gst_stream_info_class_init),
30303         (gst_stream_info_init), (gst_stream_info_new),
30304         (gst_stream_info_dispose), (stream_info_mute_pad),
30305         (gst_stream_info_set_property), (gst_stream_info_get_property):
30306         * gst/playback/gststreaminfo.h:
30307         Reuse the audio and video bins.
30308         Some internal cleanups in the stream selection code.
30309
30310 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30311
30312         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30313         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30314         * sys/ximage/ximagesink.h:
30315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30316         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30317         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30318         not coming from those elements. Moreover these elements should not keep
30319         the xid they have been given when in NULL state.
30320
30321 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30322
30323         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30324         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30325         * sys/ximage/ximagesink.h:
30326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30327         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30328         * sys/xvimage/xvimagesink.h:
30329           Actually only create a new toplevel window if we're not gonna
30330           embed it right after.
30331
30332 2004-10-07  Wim Taymans  <wim@fluendo.com>
30333
30334         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30335         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30336         * gst/playback/gstplaybin.c: (setup_sinks):
30337         Implement muting/unmuting of streams, mute streams that are not
30338         used.
30339
30340 2004-10-07  Wim Taymans  <wim@fluendo.com>
30341
30342         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30343         (plugin_init):
30344         Added lame audio/x-ac3 typefind function.
30345
30346 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30347
30348         * configure.ac:
30349           bump nano to cvs
30350
30351 === release 0.8.5 ===
30352
30353 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30354
30355         * NEWS:
30356         * RELEASE:
30357         * configure.ac:
30358           releasing 0.8.5, "Take You On"
30359
30360 2004-10-06  Wim Taymans  <wim@fluendo.com>
30361
30362         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30363         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30364         (no_more_pads), (close_link), (type_found):
30365         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30366         * gst/playback/gstplaybin.c: (gen_video_element):
30367         Do not signal the no_more_pads after the first pad when
30368         we are plugging a non dynamic element with multiple
30369         output pads (like swfdec, dvdec, ...).
30370
30371 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30372
30373         * configure.ac:
30374           bump for prerelease
30375
30376 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30377
30378         * gst/wavparse/gstwavparse.c:
30379           add ATRAC3 to STATIC CAPS to fix a warning
30380
30381         * gst/matroska/ebml-read.c:
30382         * gst-libs/gst/riff/riff-read.c:
30383           fix typos
30384
30385 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30386
30387         * gst-libs/gst/riff/riff-media.c:
30388           generate caps for ATRAC3 audio streams
30389
30390         * gst/realmedia/rmdemux.c:
30391           generate caps for ATRAC3 audio streams
30392
30393 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30394
30395         * gst/wavparse/Makefile.am
30396         * gst/wavparse/riff.h
30397         * gst/wavparse/wavparse.vcproj
30398           riff.h removal (unused and duplication with riff-ids.h)
30399
30400 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30401
30402         * gst/wavparse/gstwavparse.h
30403           remove duplicated defines for audio codec codes
30404
30405         * gst-libs/gst/riff/riff-ids.h
30406         * gst/wavenc/riff.h:
30407           add "4CC" code for ATRAC3 audio streams
30408           add "4CC" code for ITU_G721_ADPCM (unused for now)
30409
30410 2004-10-06  Wim Taymans  <wim@fluendo.com>
30411
30412         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30413         Actually _do_ negotiation. Pass gdouble as arg instead
30414         of guint64 for the framerate.
30415
30416 2004-10-06  Wim Taymans  <wim@fluendo.com>
30417
30418         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30419         (find_compatibles), (close_pad_link), (try_to_link_1),
30420         (no_more_pads), (close_link), (type_found):
30421         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30422         * gst/playback/gstplaybin.c: (gen_video_element),
30423         (gen_audio_element):
30424         Set state on newly added element to READY so that negotiation
30425         can happen ASAP.
30426         Addes some more debug info.
30427         Do not try to plug pads with multiple caps structures or ANY
30428         because it is too dangerous since we do not do dynamic
30429         replugging.
30430
30431 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30432
30433         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30434
30435         * po/LINGUAS:
30436         * po/or.po:
30437           add Oriya translation
30438
30439 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30442           Prevent overwrite of size member. Makes audio sound crappy.
30443
30444 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30445
30446         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30447         Add rmvb to the list of known RealMedia extensions
30448
30449 2004-10-05  Wim Taymans  <wim@fluendo.com>
30450
30451         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30452         (mngdec_openstream), (mngdec_closestream),
30453         (mngdec_handle_sink_event), (mngdec_readdata),
30454         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30455         (mngdec_getcanvasline), (mngdec_refresh),
30456         (gst_mngdec_change_state):
30457         Set the framerate correctly.
30458
30459 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30460
30461         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30462           There was something wrong with the index massaging.
30463
30464 2004-10-04  Wim Taymans  <wim@fluendo.com>
30465
30466         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30467         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30468         (gst_smokedec_chain):
30469         * ext/jpeg/gstsmokedec.h:
30470         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30471         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30472         * ext/jpeg/gstsmokeenc.h:
30473         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30474         (smokecodec_decode_new), (smokecodec_info_free),
30475         (smokecodec_set_quality), (smokecodec_get_quality),
30476         (smokecodec_set_threshold), (smokecodec_get_threshold),
30477         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30478         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30479         (smokecodec_encode), (smokecodec_parse_id),
30480         (smokecodec_parse_header), (smokecodec_decode):
30481         * ext/jpeg/smokecodec.h:
30482         * ext/jpeg/smokeformat.h:
30483         Updated smoke, new bitstream, allows embedding in ogg.
30484
30485 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30486
30487         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30488           Fix seeking in some files. All this code is no longer needed (and
30489           actually breaks stuff) because we now synchronize the full index
30490           right when reading the header.
30491
30492 2004-10-04  Wim Taymans  <wim@fluendo.com>
30493
30494         * configure.ac:
30495         configure update for libmng.
30496
30497 2004-10-04  Wim Taymans  <wim@fluendo.com>
30498
30499         * ext/libmng/Makefile.am:
30500         * ext/libmng/gstmng.c: (plugin_init):
30501         * ext/libmng/gstmng.h:
30502         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30503         (gst_mngdec_base_init), (gst_mngdec_class_init),
30504         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30505         (gst_mngdec_loop), (gst_mngdec_get_property),
30506         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30507         (mngdec_closestream), (mngdec_handle_sink_event),
30508         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30509         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30510         (gst_mngdec_change_state):
30511         * ext/libmng/gstmngdec.h:
30512         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30513         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30514         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30515         (gst_mngenc_chain), (gst_mngenc_get_property),
30516         (gst_mngenc_set_property):
30517         * ext/libmng/gstmngenc.h:
30518         Added basic MNG decoder. Needs more work. The encoder does
30519         not work yet.
30520
30521 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30522
30523         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30524         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30525         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30526           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30527           no-more-pads.
30528
30529 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30530
30531         * configure.ac:
30532           you need at least 1.0.4 of speex
30533
30534 2004-10-04 Iain <iaingnome@gmail.com>
30535
30536         * ext/speex/gstspeexdec.h: Revert the includes changes.
30537
30538         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30539
30540 2004-09-30 Iain <iaingnome@gmail.com>
30541
30542         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30543         found during init or set as a property instead of hardcoding /dev/audio
30544
30545 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30546
30547         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30548         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30549         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30550         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30551         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30552         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30553         (gst_rmdemux_dump_data):
30554           Use debug category, fix EOS handling. filesrc ! rmdemux now
30555           works.
30556
30557 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30560         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30561         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30562           Improve allocation, cutting and sorting of the index. How takes a
30563           few seconds instead of minutes.
30564
30565 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30566
30567         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30568           fixed compilation
30569
30570 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30571
30572         * gst-libs/gst/riff/riff-media.c:
30573         (gst_riff_create_video_caps_with_data),
30574         (gst_riff_create_video_template_caps):
30575           Add wing commander format mimetype/fourccs.
30576         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30577           Don't crash if some value is 0.
30578
30579 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30580
30581         * gst-libs/gst/riff/riff-media.c:
30582         (gst_riff_create_video_caps_with_data),
30583         (gst_riff_create_video_template_caps):
30584           Add DIB fourcc (raw, palettized 8-bit RGB).
30585         * gst-libs/gst/riff/riff-read.c:
30586         (gst_riff_read_strf_vids_with_data):
30587           Oops, fix strf_data reading bug.
30588         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30589           Use a non-NULL tag.
30590         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30591           Time for hacks. Sorry Dave. At least one quicktime movie (a
30592           trailer) that I've encountered contains multiple video tracks.
30593           One of those is the actual video track, the other are one-frame
30594           tracks (images). Unfortunately, the number of frames according
30595           to the trak header is 1 for each, so that doesn't help. So
30596           instead, I look at the duration and discard tracks with a
30597           duration shorter than 20% of the length of the stream. Better
30598           than nothing.
30599
30600 2004-10-01  Christian Schaller <christian@fluendo.com>
30601
30602         * ext/ivorbis/vorbis.c:
30603           Patch from Phil Blundell (Bug 152341)
30604
30605 2004-10-01  Wim Taymans  <wim@fluendo.com>
30606
30607         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30608         (speex_dec_get_formats), (speex_dec_convert),
30609         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30610         (speex_dec_chain), (gst_speexdec_get_property),
30611         (gst_speexdec_set_property):
30612         Small cleanups.
30613
30614 2004-10-01  Wim Taymans  <wim@fluendo.com>
30615
30616         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30617         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30618         (gst_wavparse_other), (gst_wavparse_loop),
30619         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30620         (gst_wavparse_srcpad_event):
30621         * gst/wavparse/gstwavparse.h:
30622         Added some more debugging info.
30623         Fix the case where the length of the file is 0.
30624         Make sure we seek to sample borders.
30625
30626 2004-10-01  Wim Taymans  <wim@fluendo.com>
30627
30628         * gst/playback/README:
30629         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30630         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30631         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30632         Add some debug info to decodebin, update README
30633
30634 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30635
30636         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30637           Don't use g_print(); use GST_DEBUG().
30638
30639 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30642         (gst_ogg_mux_queue_pads):
30643           Handle EOS properly.
30644
30645 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30646
30647         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30648
30649         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30650         (gst_faad_chain), (gst_faad_change_state):
30651         * ext/faad/gstfaad.h:
30652           Allow playback of raw (unframed) MPEG AAC files (#148993).
30653
30654 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30655
30656         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30657
30658         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30659           Throw error if we didn't recognize the stream. Fixes #152289.
30660
30661 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30662
30663         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30664           Fix negotiation.
30665
30666 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30667
30668         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30669
30670         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30671           Fix memleak.
30672
30673 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30674
30675         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30678           Solve #152805.
30679         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30680           Solve 152806.
30681
30682 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30683
30684         * gst-libs/gst/riff/riff-media.c:
30685         (gst_riff_create_video_caps_with_data),
30686         (gst_riff_create_audio_caps_with_data):
30687           Add codec_data handling (like asfdemux used to do).
30688         * gst/asfdemux/gstasf.c: (plugin_init):
30689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30690         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30691           Use riff-media for caps creation instead of our own (mostly
30692           broken) copy of its functions.
30693
30694 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30695
30696         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30697           Don't actually error out if we get another return value than
30698           -EINVAL. Opposite to what I first thought, drivers have random
30699           return values for this, although -EINVAL is the expected return
30700           value. Since this is not fatal, we shouldn't use
30701           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30702
30703 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30706         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30707         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30708         (dvdreadsrc_get), (dvdreadsrc_open_file),
30709         (dvdreadsrc_change_state):
30710           Fix. Don't do one big huge loop around the whole DVD, that will
30711           cache all data and thus eat sizeof(dvd) (several GB) before we
30712           see something.
30713         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30714           Actually NULL'ify event after using it.
30715         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30716         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30717         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30718         (gst_ebml_read_seek), (gst_ebml_read_skip):
30719           Handle events.
30720         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30721         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30722         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30723           Fix timing (this will probably break if I seek using menus, but
30724           I didn't get there yet). VOBs and normal DVDs should now work.
30725           Add a mpeg2-only pad with high rank so this get autoplugged for
30726           MPEG-2 movies.
30727         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30728         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30729         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30730         (gst_mpeg_demux_get_audio_stream),
30731         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30732         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30733           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30734           MPEG-1 but use dvddemux for MPEG-2.
30735         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30736         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30737         (gst_mpeg_parse_parse_packhead):
30738           Timing. Only add pad template if it exists. Add sink template from
30739           class and not from ourselves. This means we will always use the
30740           correct sink template even if it is not the one defined in this
30741           file.
30742
30743 2004-09-29  Wim Taymans  <wim@fluendo.com>
30744
30745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30746         (gst_mpeg_demux_parse_pes):
30747         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30748         Fix playback of mpeg again, timestamps where screwed up by
30749         patch 1.61.
30750
30751 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30752
30753         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30754           Only return true if we actually filled something in. Prevents
30755           player applications from showing a random length for flac files.
30756         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30757         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30758         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30759         (gst_riff_read_strf_vids_with_data),
30760         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30761           OK, ok, so I implemented event handling. Apparently it's normal
30762           that we receive random events at random points without asking
30763           for it.
30764         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30765         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30766         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30767         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30768         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30769         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30770         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30771         * gst/avi/gstavidemux.h:
30772           Implement non-lineair chunk handling and subchunk processing.
30773           The first solves playback of AVI files where the audio and video
30774           data of individual buffers that we read are not synchronized.
30775           This should not happen according to the wonderful AVI specs, but
30776           of course it does happen in reality. It is also a prerequisite for
30777           the second. Subchunk processing allows us to cut chunks in small
30778           pieces and process each of these pieces separately. This is
30779           required because I've seen several AVI files with incredibly large
30780           audio chunks, even some files with only one audio chunk for the
30781           whole file. This allows for proper playback including seeking.
30782           This patch is supposed to fix all AVI A/V sync issues.
30783         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30784         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30785           Work.
30786         * gst/modplug/gstmodplug.cc:
30787           Proper return value setting for the query() function.
30788         * gst/playback/gstplaybasebin.c: (setup_source):
30789           Being in non-playing state (after, e.g., EOS) is not necessarily
30790           a bad thing. Allow for that. This fixes playback of short files.
30791           They don't actually playback fully now, because the clock already
30792           runs. This means that small files (<500kB) with a small length
30793           (<2sec) will still not or barely play. Other files, such as mod
30794           or flx, will work correctly, however.
30795
30796 2004-09-28  Wim Taymans  <wim@fluendo.com>
30797
30798         * ext/speex/gstspeex.c: (plugin_init):
30799         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30800         (gst_speex_dec_class_init), (speex_dec_get_formats),
30801         (speex_get_event_masks), (speex_get_query_types),
30802         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30803         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30804         (gst_speexdec_get_property), (gst_speexdec_set_property),
30805         (speex_dec_change_state):
30806         * ext/speex/gstspeexdec.h:
30807         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30808         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30809         (gst_speexenc_base_init), (gst_speexenc_class_init),
30810         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30811         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30812         (gst_speexenc_src_query), (gst_speexenc_init),
30813         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30814         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30815         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30816         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30817         (gst_speexenc_chain), (gst_speexenc_get_property),
30818         (gst_speexenc_set_property), (gst_speexenc_change_state):
30819         * ext/speex/gstspeexenc.h:
30820         Rewrote speex encoder, make sure it can be embedded in ogg.
30821         Implemented speex decoder.
30822
30823 2004-09-28  Christian Schaller <christian@fluendo.com>
30824
30825         * configure.ac:
30826         Remove kioslave plugin. Markey is brewing a new working one
30827         * ext/Makefile.am: Remove kioslave plugin
30828         * ext/kio: remove
30829         * gst-plugins.spec.in: remove kio plugin from spec
30830
30831 2004-09-27  Wim Taymans  <wim@fluendo.com>
30832
30833         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30834         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30835         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30836         (gst_multifdsink_new_client),
30837         (gst_multifdsink_handle_client_write),
30838         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30839         (gst_multifdsink_handle_clients):
30840         * gst/tcp/gstmultifdsink.h:
30841         Make syncing to keyframes actually work for new clients and lagging
30842         clients.
30843
30844 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30845
30846         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30847         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30848         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30849         * gst/debug/gstnavigationtest.h:
30850           make navigationtest display button-press and button-release events
30851
30852 2004-09-26 Iain <iaingnome@gmail.com>
30853
30854         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30855         the channels have received a new media event.
30856         (interleave_buffered_loop): Compresses a new media event on all
30857         channels into one.
30858
30859 2004-09-26 Iain <iaingnome@gmail.com>
30860
30861         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30862         call the sinkpad's default event handler and not the srcpads. He also
30863         says this is confusing :)
30864         (gst_wavenc_stop_file): Company says that seek events only go upstream
30865         we should send a discontinuous downstream instead.
30866
30867 2004-09-25  Christian Schaller <christian@fluendo.com>
30868
30869         * Update SPEC file to be usable in conjunction with Fedora Core,
30870           Fedora.us and freshrpms packages
30871         * Fix typo in multifilesrc test Makefile
30872
30873 2004-09-24  Wim Taymans  <wim@fluendo.com>
30874
30875         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30876         Only signal the no_more_pads signal when we have
30877         added the stream to our list.
30878
30879 2004-09-24  Wim Taymans  <wim@fluendo.com>
30880
30881         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30882         (new_decoded_pad):
30883         * gst/playback/gstplaybasebin.h:
30884         * gst/playback/gstplaybin.c: (setup_sinks):
30885         Don't try to preroll or decode more than one audio/video
30886         track.
30887
30888 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30889
30890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30891           Throw error if we failed to find a suitable output. This should
30892           throw an error if we successfully set up a pipeline (e.g. because
30893           we recognized a media file) but found no decodable streams in it
30894           (e.g. because it contains only media stream types for which we
30895           have no decoders, or because it's not a media type).
30896
30897 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30898
30899         * ext/dirac/Makefile.am:
30900         * ext/dirac/gstdirac.cc:
30901         * ext/dirac/gstdiracdec.cc:
30902         * ext/dirac/gstdiracdec.h:
30903           Do something. Don't actually know if this works because I don't
30904           have a demuxer yet.
30905         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30906           Add channels=1 to caps returned from _getcaps().
30907         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30908         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30909         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30910         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30911         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30912         (gst_ogm_parse_change_state):
30913           Separate between audio/video so ogmaudioparse actually uses the
30914           audio pad templates. Both audio and video work now, including
30915           autoplugging. Also use sometimes-srcpad hack.
30916         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30917           Handle events better. Don't hang on infinite loops.
30918         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30919         (gst_avi_demux_init), (gst_avi_demux_reset),
30920         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30921         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30922         (gst_avi_demux_change_state):
30923         * gst/avi/gstavidemux.h:
30924           Improve A/V sync. Still not perfect.
30925         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30926         (gst_ebml_read_skip):
30927           Handle events better.
30928         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30929         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30930         (qtdemux_audio_caps):
30931           Add IMA4. Improve event handling. Save offset after a seek when
30932           the headers are at the end of the file so that we don't end up in
30933           an infinite loop.
30934         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30935           Add low-priority typefind support for files with no length.
30936
30937 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30938
30939         * testsuite/multifilesink/Makefile.am:
30940         fix typo
30941
30942 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30943
30944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30946         mistakes from thaytan's patches.
30947
30948 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30949
30950         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30951           For completeness, XSync in the destroy function as xvimage does.
30952
30953 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30954
30955         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30956            Correct caps negotiation
30957         * gst/volume/gstvolume.c: (volume_chain_float),
30958         (volume_chain_int16):
30959            Modify debug output to be little more informative
30960         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30962         (gst_xvimagesink_xvimage_destroy):
30963           Add XSync calls after detaching from the shared memory segment to
30964           avoid a crash.
30965
30966 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30967
30968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30969         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30970         * ext/vorbis/vorbis.c: (plugin_init):
30971         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30972         (gst_vorbisenc_chain):
30973         * ext/vorbis/vorbisenc.h:
30974         remove explicit newmedia support from oggmux and vorbisenc
30975         add debug category to vorbisenc
30976         * gst/multifilesink/gstmultifilesink.c:
30977         (gst_multifilesink_class_init), (gst_multifilesink_init),
30978         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30979         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30980         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30981         (plugin_init):
30982         * gst/multifilesink/gstmultifilesink.h:
30983         add support for streamheader in multifilesink
30984
30985 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30986
30987         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30988         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30989         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30990           Prevent infinite loops. More correct error reporting.
30991         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30992           Error out if negotiation fails.
30993         * gst/playback/gstplaybasebin.c: (setup_source),
30994         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30995         (gst_play_base_bin_found_tag):
30996           Error/tag forwarding. Pre-roll fixes for source errors on state
30997           changes (e.g. "file does not exist") to prevent hangs.
30998
30999 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31000
31001         * testsuite/multifilesink/Makefile.am:
31002         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31003         (gst_newmedia_class_init), (gst_newmedia_init),
31004         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31005         (newfile_signal), (test_signal), (main):
31006         * testsuite/multifilesink/multifilesrc_test.c: (main):
31007         * testsuite/multifilesink/oggtheora_test.c:
31008         (gst_newmedia_base_init), (gst_newmedia_class_init),
31009         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31010         (test_format), (newfile_signal), (test_signal), (main):
31011         * testsuite/multifilesink/oggvorbis_test.c:
31012         (gst_newmedia_base_init), (gst_newmedia_class_init),
31013         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31014         (test_format), (newfile_signal), (test_signal), (main):
31015         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31016         (gst_newmedia_class_init), (gst_newmedia_init),
31017         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31018         (newfile_signal), (test_signal), (main):
31019         New media tests
31020
31021 2004-09-20  Christian Schaller <christian@fluendo.com>
31022
31023         * Fix mikmod license to LGPL as they have relicensed
31024         * Move Dirac and Effectv into LGPL section of README_license
31025
31026 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31027
31028         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31029         (gst_mad_change_state):
31030           Allow for mp3 rate/channels changes. However, only very
31031           conservatively. Reason that we *have* to enable this is smiply
31032           because the mad find_sync() function is not good enough, it will
31033           regularly sync on random data as valid frames and therefore make
31034           us provide random caps as *final* caps of the stream. The best fix
31035           I could think of is to simply require several of the same stream
31036           changes in a row before we change caps.
31037           The actual testcase that works now is #
31038         * ext/ogg/Makefile.am:
31039         * ext/ogg/gstogg.c: (plugin_init):
31040         * ext/ogg/gstogmparse.c:
31041           OGM support (video only for now; I need an audio sample file).
31042         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31043         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31044         (gst_asf_demux_add_video_stream):
31045           WMV extradata.
31046         * gst/playback/gstplaybasebin.c: (unknown_type):
31047           Don't error out on single unknown-types after all. It's wrong.
31048           If we found type of video and audio but not of a subtitle stream,
31049           it will still error out (which is unwanted). Will find a better fix
31050           later on.
31051         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31052         (ogmaudio_type_find), (plugin_init):
31053           OGM support.
31054
31055 2004-09-20  Johan Dahlin  <johan@gnome.org>
31056
31057         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31058         after setting caps.
31059
31060 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31061
31062         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31063         * gst/wavenc/gstwavenc.h:
31064         Added newmedia support to wavenc
31065
31066 2004-09-17  Wim Taymans  <wim@fluendo.com>
31067
31068         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31069         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31070         (gst_fdset_fd_can_write), (gst_fdset_wait):
31071         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31072         (gst_multifdsink_init), (gst_multifdsink_add),
31073         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31074         (gst_multifdsink_remove_client_link),
31075         (gst_multifdsink_client_queue_buffer),
31076         (gst_multifdsink_handle_client_write),
31077         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31078         (gst_multifdsink_close), (gst_multifdsink_change_state):
31079         * gst/tcp/gstmultifdsink.h:
31080         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31081         (gst_tcpserversink_removed):
31082         Small cleanups in fdset.c
31083         Use a hastable to map fd to the client structure for faster
31084         lookup in _remove and get_stats.
31085         Added virtual function to close the fds.
31086         Handle clients even when the select/poll call was unblocked because
31087         of a command.
31088         Implement syncing to keyframe in the recovery procedure.
31089
31090 2004-09-16 Iain <iaingnome@gmail.com>
31091
31092         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31093         try caps.
31094
31095 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31096
31097         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31098           Caps are only set if the type of the stream is unknown, but this
31099           is initialized in ->init_stream(), so set to UNKNOWN after calling
31100           ->init_stream() so that capsnego starts.
31101
31102 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31103
31104         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31105         (gst_avi_demux_stream_data):
31106           Just hardcode for raw audio then. AVI audio sucks.
31107
31108 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31109
31110         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31111         * gst/matroska/matroska-mux.c: (audiosink_templ),
31112         (gst_matroska_mux_audio_pad_link):
31113         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31114         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31115
31116 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31117
31118         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31119         (gst_avi_demux_stream_data):
31120           Try to fix a/v sync issues.
31121
31122 2004-09-15  David Schleef  <ds@schleef.org>
31123
31124         * configure.ac: remove NASM check, since we don't use it.  Update
31125         dirac check to 0.4
31126         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31127         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31128         Initialized variables.
31129         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31130         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31131         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31132         SVQ3 format
31133
31134 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31135
31136         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31137         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31138         * gst/avi/gstavidemux.h:
31139           Fix for compressed audio (mp3) timestamp generation. How did this
31140           ever work?
31141
31142 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31143
31144         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31145           Volume is a double not a float.
31146
31147 2004-09-15  Wim Taymans  <wim@fluendo.com>
31148
31149         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31150         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31151         Don't close the fd in multifdsink as we didn't open it in the
31152         first place. Some cleanups.
31153
31154 2004-09-15  Wim Taymans  <wim@fluendo.com>
31155
31156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31158         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31159         Fix the case where the muxer would mark pages as delta
31160         frames when they are not (vorbis only ogg).
31161
31162 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31163
31164         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31165         (gst_play_base_bin_change_state):
31166           Handle the case where we failed to setup a clear pipeline. This
31167           will throw an error (or EOS, another nice case) and if you don't
31168           catch that, the app will wait for the signal forever (and thus
31169           hang).
31170
31171 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31172
31173         * ext/gnomevfs/gstgnomevfssink.c:
31174         (gst_gnomevfssink_uri_get_protocols):
31175         * ext/gnomevfs/gstgnomevfssrc.c:
31176         (gst_gnomevfssrc_uri_get_protocols):
31177         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31178         * ext/gnomevfs/gstgnomevfsuri.h:
31179           Use _uri_new() instead of _open(), so it doesn't take as long and
31180           Christophe's computer won't hang.
31181         * gst/playback/gstplaybasebin.c: (unknown_type):
31182           Throw error on unknown media type, so apps actually display it.
31183
31184 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31185
31186         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31187           this script to work on Solaris since bash shell handles echo
31188           differenly than bash.
31189
31190 2004-09-17  Wim Taymans  <wim@fluendo.com>
31191
31192         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31193         (setup_source), (gst_play_base_bin_set_property),
31194         (gst_play_base_bin_add_element):
31195         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31196         Some more work on making sure seeking pauses the pipeline and
31197         that changing the uri actually does something.
31198
31199 2004-09-17  Wim Taymans  <wim@fluendo.com>
31200
31201         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31202         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31203         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31204         (gst_tcpserversink_close):
31205         Be a bit more paranoid when freeing memory.
31206
31207 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31208
31209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31210         (qtdemux_parse_trak):
31211           Don't crash by dividing by zero (see sample movie in #126922).
31212
31213 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31214
31215         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31216           Don't touch non-existing data (fixes crash on file in #140147).
31217
31218 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31219
31220         * gst/playback/gstplaybasebin.c:
31221         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31222           Handle double disposals, and proper change of URIs.
31223
31224 2004-09-13  Martin Eikermann <meiker@upb.de>
31225
31226         * gst/mpegstream/gstmpegparse.c:
31227           fix synchronistation for streams recorded from digital PCR
31228           fixes bug #119376
31229
31230 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31231
31232         * ext/gnomevfs/Makefile.am:
31233         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31234         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31235         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31236         (gst_gnomevfssink_uri_get_type),
31237         (gst_gnomevfssink_uri_get_protocols),
31238         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31239         (gst_gnomevfssink_uri_handler_init),
31240         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31241         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31242         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31243         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31244         (gst_gnomevfssrc_uri_get_type),
31245         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31246         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31247         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31248         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31249         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31250         * ext/gnomevfs/gstgnomevfsuri.h:
31251           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31252           of fake URIs to see which this version of Gnome-VFS likes, and
31253           uses that for the Gst-URI interface. Makes playbin support http://
31254           streams. Also fix up some stupid behaviour in gnomevfssrc.
31255
31256 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31257
31258         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31259         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31260         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31261         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31262           Update mixer (to sync with other sessions) if we try to obtain
31263           a new value. This makes alsamixer work accross applications.
31264         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31265           Only call sync functions if we're running, else alsalib asserts.
31266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31267           Sometimes fails to compile. Possibly a gcc bug.
31268         * gst/playback/gstplaybin.c: (gen_video_element),
31269         (gen_audio_element):
31270           Add a reference to an application-provided object, because we lose
31271           this same reference if we add it to the bin. If we don't do this,
31272           we can only use this object once and thus crash if we go from
31273           ready to playing, back to ready and back to playing again.
31274           Also add an audioscale element because several cheap soundcards -
31275           like mine - don't support all samplerates.
31276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31277         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31278           Fix wrong order or PAR calls. Makes automatically obtained PAR
31279           from the X server atually being used.
31280
31281 2004-09-12  David Schleef  <ds@schleef.org>
31282
31283         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31284         #151887, #152102, #152247.
31285         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31286         * examples/seeking/cdparanoia.c: same
31287         * examples/seeking/cdplayer.c: same
31288         * examples/seeking/seek.c: same
31289         * examples/seeking/spider_seek.c: same
31290         * examples/seeking/vorbisfile.c: same
31291         * examples/stats/mp2ogg.c: same
31292         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31293         (gst_esdsink_dispose): Dispose of element properly.
31294         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31295         fixes.
31296         * ext/nas/nassink.c: (gst_nassink_class_init),
31297         (gst_nassink_dispose): Dispose of element correctly.
31298         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31299         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31300         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31301         Fix 64-bit warning.
31302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31303         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31304         Fix 64-bit warning.
31305
31306 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31307
31308         * configure.ac : change speex detection as 1.1.6 now uses
31309           .pc/pkg-config and they changed their headers location.
31310
31311 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31312
31313         * gst/matroska/matroska-mux.h:
31314         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31315         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31316         (gst_matroska_mux_write_data):
31317           Write multiple blocks/frames per cluster.
31318                 Write meta-seek information (seek heads).
31319
31320 2004-09-09  Scott Wheeler <wheeler@kde.org>
31321
31322         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31323         (gst_play_bin_set_property), (gst_play_bin_get_property),
31324         (gen_audio_element), (gen_audio_element):
31325           Add a volume element / property to the pipeline.
31326
31327 2004-09-07  Wim Taymans  <wim@fluendo.com>
31328
31329         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31330         Copy timestamps from the master pad to the output buffers.
31331
31332 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31333
31334         * ext/raw1394/gstdv1394src.c:
31335           throw errors when applicable
31336
31337 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31338
31339         * gst/matroska/ebml-ids.h:
31340         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31341         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31343           automatically convert unix time <-> ebml time when reading/writing
31344           a date, use gst_ebml_write_uint to write CUETIME,
31345           not gst_ebml_write_date.
31346         * gst/matroska/matroska-ids.h:
31347         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31348         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31349         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31350         (gst_matroska_mux_write_data):
31351           Write track and segment UIDs, write muxing date, write
31352           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31353           Create cues for audio only files.
31354
31355 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31356
31357         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31358         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31359           Re-commit ALSA switches.
31360         * gst/adder/gstadder.c: (gst_adder_loop):
31361           64-bit fix (#151416).
31362         * gst/debug/progressreport.c: (gst_progressreport_report):
31363           64-bit fix (#151419).
31364         * gst/matroska/matroska-demux.c:
31365         (gst_matroska_demux_parse_contents):
31366           64-bit fix (#151420).
31367         * gst/playback/test3.c: (update_scale):
31368           64-bit fix (#151421).
31369
31370 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31371
31372         * configure.ac:
31373           bump nano to cvs
31374
31375 === release 0.8.4 ===
31376
31377 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31378
31379         * configure.ac: releasing 0.8.4, "Alias"
31380
31381 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31382
31383         * ext/theora/Makefile.am:
31384           fix makefile.  Fixes #151462.
31385
31386 2004-08-30  Wim Taymans  <wim@fluendo.com>
31387
31388         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31389         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31390         (gst_multifdsink_remove_client_link),
31391         (gst_multifdsink_client_queue_buffer),
31392         (gst_multifdsink_handle_client_write):
31393         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31394         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31395         Fix some memory leaks.
31396
31397 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31398
31399         Patch by: David Schleef
31400
31401         * configure.ac:
31402         * sys/Makefile.am:
31403           rename our detection macro for V4L2.  Fixes #151236.
31404
31405 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31406
31407         Patch by: David Schleef
31408
31409         * configure.ac:
31410           check to define LAMEPRESET.  Fixes #151232.
31411
31412 2004-08-27  David Schleef  <ds@schleef.org>
31413
31414         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31415         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31416         (gst_glimagesink_fixate):  Move local variable declarations to
31417         make gcc-2.95 happy.
31418
31419 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31420
31421         * configure.ac:
31422           bump nano for prerelease
31423
31424 2004-08-27  David Schleef  <ds@schleef.org>
31425
31426         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31427         * sys/sunaudio/gstsunaudiosrc.c:
31428         * sys/sunaudio/gstsunaudiosrc.h:
31429
31430 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31431
31432         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31433         handle EOS correctly
31434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31435         * gst/matroska/matroska-mux.h:
31436         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31437         VFW compatibility mode
31438
31439 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31440
31441         patch by: Zaheer Abbas Merali
31442
31443         * ext/ogg/gstoggmux.c:
31444         * ext/vorbis/vorbisenc.c:
31445         * ext/vorbis/vorbisenc.h:
31446           handle NEWMEDIA
31447
31448 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31449
31450         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31451         fix byte order reversion on little endian machines.
31452         * gst/matroska/matroska-mux.c: (audiosink_templ),
31453         (gst_matroska_mux_audio_pad_link):
31454         add TTA codec to the list of supported codecs.
31455         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31456         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31457         (gst_matroska_mux_write_data):
31458         * gst/matroska/matroska-mux.h:
31459         write segment duration correctly, write muxing app string, fixes bugs
31460         #140897 and #140898.
31461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31462         wait for all pads to be negotiated before starting to mux.
31463
31464 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31465
31466         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31467         * ext/lame/gstlame.h:
31468         Added new media support to lame
31469
31470 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31471
31472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31473         send vorbis headers at the beginning of a stream, fixes bug #141554.
31474         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31475         bug #148950.
31476         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31477         (gst_matroska_demux_plugin_init):
31478         * gst/matroska/matroska-ids.h:
31479         enable demuxing of TTA audio streams, fixes bug #148951.
31480         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31481         enable typefinding for TTA audio files, fixes bug #148711.
31482         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31483         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31484         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31485
31486 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31487
31488         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31489         (gst_riff_read_element_data), (gst_riff_read_seek),
31490         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31491         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31492         <teuf@gnome.org>
31493
31494 2004-08-23 Iain <iaingnome@gmail.com>
31495
31496         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31497         tags. They appear to be handled differently to normal.
31498         (tag_list_to_id3_tag_foreach): Ditto.
31499
31500 2004-08-22  Wim Taymans  <wim@fluendo.com>
31501
31502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31503         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31504         Make sure we never send -1 granulepos.
31505
31506 2004-08-20  Wim Taymans  <wim@fluendo.com>
31507
31508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31509         (gst_ogg_mux_loop):
31510         I will accept bitchslappings with non sharp objects.
31511
31512 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31513
31514         * configure.ac:
31515         Clean up the test for lame presets
31516
31517 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31518
31519         * configure.ac:
31520         * ext/lame/Makefile.am:
31521         * ext/lame/gstlame.c: (gst_lame_class_init),
31522         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31523         Only enable lame presets if version of lame has presets in API
31524
31525 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31526         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31527         * gst/udp/gstudpsrc.h:
31528           Don't call gst_pad_push in a get function. Fixes #150449
31529
31530 2004-08-18  Wim Taymans  <wim@fluendo.com>
31531
31532         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31533         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31534         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31535         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31536         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31537         (gst_fdset_wait):
31538         * gst/tcp/gstfdset.h:
31539         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31540         (gst_multifdsink_client_queue_buffer),
31541         (gst_multifdsink_handle_client_write):
31542         * gst/tcp/gstmultifdsink.h:
31543         Some extra checks in gstfdset.
31544         Only use send() when the fd is a socket. Don't try to
31545         read from write only fds.
31546
31547 2004-08-18  Wim Taymans  <wim@fluendo.com>
31548
31549         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31550         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31551         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31552         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31553         (gst_fdset_wait):
31554         Add more locking and bounds checking.
31555
31556 2004-08-18  Wim Taymans  <wim@fluendo.com>
31557
31558         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31559         Realloc test fdset in the lock and right before starting
31560         the poll call. Bump the limit to 4096.
31561
31562 2004-08-17  David Schleef  <ds@schleef.org>
31563
31564         * sys/sunaudio/Makefile.am:
31565         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31566         of rates and channels.  Make debugging less obnoxious.
31567
31568         Patch from Balamurali Viswanathan implementing a mixer for
31569         Sun audio.  (bug #144091):
31570         * sys/sunaudio/gstsunelement.c:
31571         * sys/sunaudio/gstsunelement.h:
31572         * sys/sunaudio/gstsunmixer.c:
31573         * sys/sunaudio/gstsunmixer.h:
31574
31575 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31576
31577         * gst/audioscale/gstaudioscale.c:
31578         * gst/audioscale/gstaudioscale.h:
31579         made audioscale resample from any sample rate to any sample rate
31580
31581 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31582
31583         * ext/libpng/gstpngdec.c:
31584           error out on unsupported types
31585
31586 2004-08-17  Iain <iaingnome@gmail.com>
31587
31588         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31589         mid_side and loose_mid_side properties if its a stereo stream.
31590
31591 2004-08-17  Wim Taymans  <wim@fluendo.com>
31592
31593         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31594         (theora_get_formats), (theora_dec_src_convert),
31595         (theora_dec_sink_convert), (theora_dec_src_query),
31596         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31597         Add a debug line.
31598
31599 2004-08-17  Wim Taymans  <wim@fluendo.com>
31600
31601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31602         (gst_ogg_pad_push):
31603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31604         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31605         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31606         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31607         Mark delta units in the muxer.
31608         Try to decode the packet after an out-of-sync error from
31609         libogg.
31610
31611 2004-08-17  Wim Taymans  <wim@fluendo.com>
31612
31613         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31614         (gst_multifdsink_init), (gst_multifdsink_add),
31615         (gst_multifdsink_client_queue_buffer),
31616         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31617         * gst/tcp/gstmultifdsink.h:
31618         Added option to send a keyframe to clients as the first buffer.
31619         Make timeout property writable.
31620
31621 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31622
31623         patch by: Wim Taymans
31624
31625         * gst/tcp/gstfdset.c:
31626         * gst/tcp/gstmultifdsink.c:
31627           fix index comparison, should include 0
31628
31629 2004-08-16  Wim Taymans  <wim@fluendo.com>
31630
31631         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31632         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31633         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31634         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31635         (gst_fdset_wait):
31636           copy when reallocing for poll so the select arguments don't get
31637           changed during the call
31638
31639 2004-08-16  Wim Taymans  <wim@fluendo.com>
31640
31641         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31642         (gst_theora_enc_class_init), (theora_enc_sink_link),
31643         (theora_buffer_from_packet), (theora_enc_chain):
31644         Fix bug where buffers were not marked as keyframes
31645         correctly.
31646
31647 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31648
31649         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31650         (gst_lame_preset_get_type), (gst_lame_class_init):
31651         describe the enum values for vbr mode and presets more verbosely
31652
31653 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31654
31655         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31656         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31657         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31658         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31659         * ext/lame/gstlame.h:
31660         add preset property to lame so it can use lame presets
31661
31662 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31663
31664         * ext/lame/gstlame.c: (gst_lame_get_property):
31665         whoops forgot break, thanks teuf
31666
31667 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31668
31669         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31670         (gst_lame_class_init), (gst_lame_src_getcaps),
31671         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31672         (gst_lame_get_property), (gst_lame_setup):
31673         * ext/lame/gstlame.h:
31674         fix lame's broken vbr stuff, allow it to resample if need be, and also
31675         make xing header optional
31676
31677 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31678
31679         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31680         added getcaps function so samplerate doesnt get fixated to silly values
31681
31682 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31683
31684         * ext/lame/gstlame.c: (gst_lame_src_link):
31685         revert previous fix
31686
31687 2004-08-12  Johan Dahlin  <johan@gnome.org>
31688
31689         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31690         checks. Doesn't matter what state we are in. Interfaces are a
31691         compile time thing, not runtime. It also broke the python bindings.
31692
31693 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31694
31695         * ext/lame/gstlame.c: (gst_lame_src_link):
31696         made source pad link function check if sinkpad is ok..fixes the problem
31697         where core fixates the output rate of lame stupidly
31698
31699 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31700
31701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31702         * sys/v4l/v4l_calls.c:
31703         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31704           fix fixate function to handle nonsimple caps.
31705           remove bogus check in _link
31706           cleanups
31707
31708 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31709
31710         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31711         set default compression ratio parameter to 0.0 so bitrate parameter
31712         works :)
31713
31714 2004-08-11  David Schleef  <ds@schleef.org>
31715
31716         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31717
31718 2004-08-11  David Schleef  <ds@schleef.org>
31719
31720         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31721         before.
31722
31723 2004-08-11  David Schleef  <ds@schleef.org>
31724
31725         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31726
31727 2004-08-11  David Schleef  <ds@schleef.org>
31728
31729         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31730           license field
31731         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31732         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31733           LGPL.
31734         * gst/auparse/gstauparse.c: Fix plugin license field.
31735         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31736         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31737         * gst/rtp/gstrtp.c: Fix plugin license field.
31738
31739 2004-08-11  Wim Taymans  <wim@fluendo.com>
31740
31741         * gst/tcp/Makefile.am:
31742         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31743         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31744         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31745         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31746         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31747         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31748         (gst_fdset_fd_can_write), (gst_fdset_wait):
31749         * gst/tcp/gstfdset.h:
31750         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31751         (gst_multifdsink_class_init), (gst_multifdsink_init),
31752         (gst_multifdsink_add), (gst_multifdsink_remove),
31753         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31754         (gst_multifdsink_remove_client_link),
31755         (gst_multifdsink_handle_client_read),
31756         (gst_multifdsink_client_queue_data),
31757         (gst_multifdsink_client_queue_caps),
31758         (gst_multifdsink_client_queue_buffer),
31759         (gst_multifdsink_handle_client_write),
31760         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31761         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31762         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31763         (gst_multifdsink_close):
31764         * gst/tcp/gstmultifdsink.h:
31765         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31766         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31767         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31768         (gst_tcpserversink_close):
31769         * gst/tcp/gsttcpserversink.h:
31770         Abstracted away the select call, implemented poll (yes we ran into
31771         the 1024 limit in production).
31772
31773 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31774
31775         * gst/tcp/gsttcp.c:
31776         * gst/tcp/gsttcpplugin.c:
31777           improve debuggging, remove assert
31778
31779 2004-08-10  Wim Taymans  <wim@fluendo.com>
31780
31781         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31782         (gst_client_status_get_type), (gst_multifdsink_class_init),
31783         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31784         (gst_multifdsink_handle_client_read),
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):
31789         * gst/tcp/gstmultifdsink.h:
31790         * gst/tcp/gsttcp-marshal.list:
31791         Starting to prepare for specifying buffer time in other units
31792         than buffers. Expose remove reason in signal.
31793
31794 2004-08-10  Wim Taymans  <wim@fluendo.com>
31795
31796         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31797         (gst_multifdsink_remove), (gst_multifdsink_clear),
31798         (gst_multifdsink_remove_client_link),
31799         (gst_multifdsink_handle_client_read),
31800         (gst_multifdsink_client_queue_data),
31801         (gst_multifdsink_client_queue_buffer),
31802         (gst_multifdsink_handle_client_write),
31803         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31804         (gst_multifdsink_chain), (gst_multifdsink_close):
31805         * gst/tcp/gstmultifdsink.h:
31806         Added more debugging info. Changed the way clients are
31807         removed from the lists. Fixed a bug where a bad file descriptor
31808         could cause many clients to be removed.
31809
31810 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31811
31812         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31813           allow all pixel-aspect-ratios, not just 1:1
31814
31815 2004-08-09  David Schleef  <ds@schleef.org>
31816
31817         * sys/glsink/ARB_multitexture.h:  Remove old files.
31818         * sys/glsink/EXT_paletted_texture.h:
31819         * sys/glsink/NV_register_combiners.h:
31820         * sys/glsink/gstgl_nvimage.c:
31821         * sys/glsink/gstgl_pdrimage.c:
31822         * sys/glsink/gstgl_rgbimage.c:
31823         * sys/glsink/gstglsink.c:
31824         * sys/glsink/gstglsink.h:
31825         * sys/glsink/gstglxwindow.c:
31826         * sys/glsink/regcomb_yuvrgb.c:
31827
31828 2004-08-09  David Schleef  <ds@schleef.org>
31829
31830         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31831         GL sink plugin.  (Bug #147302)
31832
31833         * configure.ac: Test for OpenGL
31834         * sys/Makefile.am: Use test for OpenGL
31835         * sys/glsink/Makefile.am:
31836         * sys/glsink/glimagesink.c: rewrite
31837         * sys/glsink/glimagesink.h: rewrite
31838
31839 2004-08-09  David Schleef  <ds@schleef.org>
31840
31841         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31842         sane framerates.
31843         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31845         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31846
31847 2004-08-09  Wim Taymans  <wim@fluendo.com>
31848
31849         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31850         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31851         (gst_multifdsink_client_remove),
31852         (gst_multifdsink_handle_client_read),
31853         (gst_multifdsink_handle_client_write),
31854         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31855         Do a bit more logging, make the client_read code more robust.
31856
31857 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31858
31859         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31860         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31861         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31862         (gst_jpegdec_init), (gst_jpegdec_chain):
31863         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31864         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31865           cleanups, debugging fixes and memleak plugging
31866
31867 2004-08-09  Wim Taymans  <wim@fluendo.com>
31868
31869         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31870         (theora_get_formats), (theora_dec_src_convert),
31871         (theora_dec_sink_convert), (theora_dec_src_query),
31872         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31873         (theora_dec_change_state):
31874         Don't crash on missing header packets.
31875
31876 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31877
31878         * po/LINGUAS:
31879         * po/sq.po:
31880           Added Albanian translation (Laurent Dhima)
31881         * po/cs.po:
31882           updated
31883
31884 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31885
31886         * ext/lame/gstlame.c:
31887           fix/add debugging
31888
31889 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31890
31891         * sys/ximage/ximagesink.c:
31892         * sys/xvimage/xvimagesink.c:
31893           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31894
31895 2004-08-06  Wim Taymans  <wim@fluendo.com>
31896
31897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31898         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31899         (gst_multifdsink_client_remove),
31900         (gst_multifdsink_handle_client_read),
31901         (gst_multifdsink_handle_client_write),
31902         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31903         Make sure we don't try to read more from a client that what
31904         ioctl says us or we deadlock.
31905
31906 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31907
31908         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31909         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31910         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31911           decouple running_time and n_frames so it can handle changing
31912           framerate while running
31913
31914 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31915
31916         * po/nl.po:
31917         * po/sv.po:
31918           updated translations
31919
31920 2004-08-04  Benjamin Otte  <otte@gnome.org>
31921
31922         * gst/videotestsrc/gstvideotestsrc.c:
31923         (gst_videotestsrc_get_capslist), (generate_capslist),
31924         (plugin_init):
31925           generate the list of supported caps at startup and reuse it instead
31926           of always generating it
31927
31928 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31929
31930         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31931           whoops, last checkin broke normal build
31932
31933 2004-08-03  Benjamin Otte  <otte@gnome.org>
31934
31935         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31936         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31937         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31938         (gst_alsa_mixer_get_option):
31939         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31940         (dvdnavsrc_print_event):
31941         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31942         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31943         (gst_ogg_mux_pad_unlink):
31944         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31945         (gst_multipart_mux_pad_unlink):
31946         * gst/videofilter/gstvideobalance.c:
31947         (gst_videobalance_colorbalance_set_value):
31948         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31949         (gst_videomixer_pad_unlink):
31950         * po/uk.po:
31951         * sys/oss/gstossmixer.c:
31952         * sys/v4l/gstv4lcolorbalance.c:
31953         * sys/v4l/gstv4ltuner.c:
31954         * sys/v4l/v4lsrc_calls.c:
31955         * sys/v4l2/gstv4l2colorbalance.c:
31956         * sys/v4l2/gstv4l2tuner.c:
31957           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31958
31959 2004-08-03  Benjamin Otte  <otte@gnome.org>
31960
31961         * examples/dynparams/filter.c: (ui_control_create):
31962         * examples/gstplay/player.c: (print_tag):
31963         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31964         * ext/gdk_pixbuf/gstgdkanimation.c:
31965         (gst_gdk_animation_iter_may_advance):
31966         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31967         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31968         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31969         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31971         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31972         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31973         * gst/sine/demo-dparams.c: (main):
31974         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31975         * testsuite/alsa/formats.c: (create_pipeline):
31976         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31977           fixes for G_DISABLE_ASSERT and friends
31978         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31979         (mp3_type_frame_length_from_header), (mp3_type_find),
31980         (plugin_init):
31981           require mp3 typefinding to have at least MIN_HEADERS valid headers
31982           add typefinding for AAC adts files
31983
31984 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31985
31986         * sys/ximage/ximagesink.c:
31987         (gst_ximagesink_calculate_pixel_aspect_ratio):
31988         * sys/xvimage/xvimagesink.c:
31989         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31990         Make sure we calculate pixel-aspect-ratio using floating point maths
31991
31992 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31993
31994         * po/uk.po:
31995           updated translation
31996
31997 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31998
31999         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32001           add debugging for display PAR calculation
32002
32003 2004-08-02  David Schleef  <ds@schleef.org>
32004
32005         * configure.ac: Fix mikmod CFLAGS.
32006
32007 2004-07-27  Benjamin Otte  <otte@gnome.org>
32008
32009         * gst/audioscale/gstaudioscale.c:
32010         - fix templates to only support S16, it's the only format that works
32011         - make caps nego code use try_set_caps_nonfixed and fixation instead
32012         of try_set_caps twice, which is not nice for autopluggers
32013         - change rank to secondary, so autopluggers can pick it up after
32014         audioconvert
32015
32016 2004-08-02  Iain <iain@prettypeople.org>
32017
32018         * gst/interleave/interleave.c (interleave_init),
32019         (interleave_request_new_pad),
32020         (interleave_pad_removed),
32021         (interleave_buffered_loop): Use the real pad count, not the artificial
32022         one.
32023
32024 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32025
32026         * configure.ac: bump nano back to development
32027
32028 === release 0.8.3 ===
32029
32030 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32031
32032         * configure.ac: releasing 0.8.3, "Water"
32033
32034 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32035
32036         * sys/xvimage/xvimagesink.c:
32037         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32038         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32039         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32040         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32041         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32042         * sys/xvimage/xvimagesink.h:
32043           apply similar PAR fixes as to ximagesink
32044
32045 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32046
32047         patch from: Benjamin Otte
32048
32049         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32050           add link function to lame.  Fixes #148986.
32051
32052 2004-08-02  Johan Dahlin  <johan@gnome.org>
32053
32054         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32055         fix debugging log
32056
32057 2004-07-30  David Schleef  <ds@schleef.org>
32058
32059         * gst/videomixer/Makefile.am: Fix things that should have been
32060         fixed in the last checkin.
32061
32062 2004-07-30  David Schleef  <ds@schleef.org>
32063
32064         * gst/multipart/Makefile.am: Fix things that should have been
32065         fixed in the last checkin.
32066
32067 2004-07-30  David Schleef  <ds@schleef.org>
32068
32069         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32070
32071 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32072
32073         * configure.ac:
32074           bump nano for prerelease
32075         * po/af.po:
32076         * po/az.po:
32077         * po/cs.po:
32078         * po/en_GB.po:
32079         * po/hu.po:
32080         * po/nl.po:
32081         * po/sr.po:
32082         * po/sv.po:
32083         * po/uk.po:
32084           updates
32085
32086 2004-07-30  Wim Taymans  <wim@fluendo.com>
32087
32088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32089         (gst_multifdsink_add), (gst_multifdsink_remove),
32090         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32091         (gst_multifdsink_client_remove),
32092         (gst_multifdsink_handle_client_write),
32093         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32094         * gst/tcp/gstmultifdsink.h:
32095         Recover from a select with a bad file descriptor by removing
32096         the client.
32097
32098 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32099
32100         * configure.ac:
32101           fix requirement of core
32102         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32103         (gst_play_pipeline_setup):
32104           don't use colorspace element.  do use hermescolorspace element.
32105           make macro to get a colorspace element.
32106           mark strings for translation.
32107         * po/POTFILES.in:
32108           add play.c
32109         * po/af.po:
32110         * po/az.po:
32111         * po/cs.po:
32112         * po/en_GB.po:
32113         * po/hu.po:
32114         * po/nl.po:
32115         * po/sr.po:
32116         * po/sv.po:
32117         * po/uk.po:
32118           update translations
32119
32120 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32121
32122         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32123         fix default for newmedia flag
32124
32125 2004-07-30  Wim Taymans  <wim@fluendo.com>
32126
32127         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32128         (gst_theora_dec_init), (theora_get_formats),
32129         (theora_dec_src_convert), (theora_dec_sink_convert),
32130         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32131         (theora_dec_chain), (theora_dec_set_property),
32132         (theora_dec_get_property):
32133         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32134         (gst_theora_enc_class_init), (gst_theora_enc_init),
32135         (theora_enc_sink_link), (theora_enc_chain),
32136         (theora_enc_set_property), (theora_enc_get_property):
32137         Added cropping option to theora decoder.
32138         Added border option to theora encoder.
32139
32140 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32141
32142         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32143         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32144         (gst_pngenc_set_property):
32145         * ext/libpng/gstpngenc.h:
32146         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
32147
32148 2004-07-30  Wim Taymans  <wim@fluendo.com>
32149
32150         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32151         (theora_enc_sink_link), (theora_enc_chain),
32152         (theora_enc_set_property), (theora_enc_get_property):
32153         Fix encoding of non-multiple-of-16 video.
32154
32155 2004-07-29  David Schleef  <ds@schleef.org>
32156
32157         * configure.ac: make test for audiofile more strict
32158
32159 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32160
32161         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32162           give different names to typefind functions
32163
32164 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32165
32166         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32167         (gst_ximagesink_calculate_pixel_aspect_ratio),
32168         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32169         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32170         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32171         (gst_ximagesink_get_property), (gst_ximagesink_init):
32172         * sys/ximage/ximagesink.h:
32173           allocate PAR's dynamically.
32174           use autodetected PAR if no object-set PAR is given.
32175           add workaround for directfb's X not setting physical size.
32176           fix to xvimagesink will follow tomorrow.
32177
32178 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32179
32180         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32181         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32182         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32183         (gst_shout2send_class_init), (gst_shout2send_init),
32184         (set_shout_metadata), (gst_shout2send_set_metadata),
32185         (gst_shout2send_chain), (gst_shout2send_set_property),
32186         (gst_shout2send_get_property), (gst_shout2send_connect),
32187         (gst_shout2send_change_state):
32188         * ext/shout2/gstshout2.h:
32189         - fix for sending mp3 audio to icecast2 server, if pad link function not
32190         called before PAUSED state
32191         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32192         - added tagging support for mp3 audio broadcasted
32193         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32194         debug info
32195
32196 2004-07-28  Wim Taymans  <wim@fluendo.com>
32197
32198         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32199         (gst_ogg_demux_push):
32200         Return query failure when we don't know the length of
32201         an ogg stream insteda of returning TRUE with a bogus value.
32202
32203 2004-07-28  Wim Taymans  <wim@fluendo.com>
32204
32205         * ext/theora/theoradec.c: (theora_get_formats),
32206         (theora_dec_src_convert), (theora_dec_sink_convert),
32207         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32208         (theora_dec_chain):
32209         Don't screw up the 1 Chroma for 1 luma sample situation when we
32210         have an odd offset/width by adding a black border in those cases.
32211
32212 2004-07-28  Wim Taymans  <wim@fluendo.com>
32213
32214         * ext/theora/theoradec.c: (theora_get_formats),
32215         (theora_dec_src_convert), (theora_dec_sink_convert),
32216         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32217         (theora_dec_chain):
32218         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32219         Added first attempt at cropping of the image as required by the
32220         theora spec. We need more properties in the caps (offset_x,
32221         offset_y,stride) to implement this correctly.
32222
32223 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32224
32225         * ext/dvdnav/README:
32226           Update the README to use dvddemux
32227         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32228           Ensure getcaps returns a subset of the template caps
32229         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32230         (gst_mpeg2subt_init):
32231           Ensure getcaps returns a subset of the template caps
32232         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32233         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32234         (gst_dvd_demux_get_subpicture_stream),
32235         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32236         * gst/mpegstream/gstdvddemux.h:
32237           Set the explicit caps on the current_video pad before pushing
32238           anything
32239         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32240         (gst_mpeg_demux_get_audio_stream):
32241           Free caps used to gst_pad_set_explicit_caps, which takes a const
32242           GstCaps *
32243
32244 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32245
32246         * configure.ac: update GStreamer requirement to 0.8.4 because of
32247           GstFraction.
32248
32249 2004-07-28  Wim Taymans  <wim@fluendo.com>
32250
32251         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32252         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32253         Add the pad to the element after setting up the caps. This
32254         makes it a lot easier to autoplug.
32255
32256 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32257
32258         * gst/median/gstmedian.c:
32259         * gst/mpeg2subt/gstmpeg2subt.c:
32260         * gst/mpegaudioparse/gstmpegaudioparse.c:
32261         * gst/mpegstream/gstdvddemux.c:
32262         * gst/mpegstream/gstmpegdemux.c:
32263         * gst/mpegstream/gstmpegpacketize.c:
32264         * gst/rtjpeg/gstrtjpeg.c:
32265         * gst/rtjpeg/gstrtjpegdec.c:
32266         * gst/rtjpeg/gstrtjpegenc.c:
32267         * gst/sine/gstsinesrc.c:
32268         * gst/smooth/gstsmooth.c:
32269         * gst/smpte/gstsmpte.c:
32270         * gst/smpte/gstsmpte.h:
32271         * gst/stereo/gststereo.c:
32272         * gst/videofilter/gstgamma.c:
32273         * gst/videofilter/gstvideobalance.c:
32274         * gst/videofilter/gstvideofilter.c:
32275         * gst/videofilter/gstvideoflip.c:
32276         * gst/videoscale/gstvideoscale.c:
32277         * gst/videoscale/videoscale.c:
32278         * gst/videotestsrc/gstvideotestsrc.c:
32279         * gst/videotestsrc/videotestsrc.c:
32280         * gst/wavenc/gstwavenc.c:
32281         * gst/wavparse/gstwavparse.c:
32282           fix local includes and 64 bits constants
32283
32284 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32285
32286         * win32/gst.sln:
32287         * gst-libs/gst/*/*.vcproj:
32288         * gst/*/*.vcproj:
32289           more working plugins
32290
32291 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32292
32293         * testsuite/alsa/Makefile.am:
32294         * testsuite/alsa/srcstate.c:
32295         add test for alsasrc changing state
32296
32297 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32298
32299         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32300         (gst_silence_get):
32301         * gst/silence/gstsilence.h:
32302         fix silence generation for 16bit raw audio
32303
32304 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32305
32306         * gst/matroska/matroska-demux.c:
32307         (gst_matroska_demux_parse_metadata),
32308         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32309         * gst/mpegaudio/common.c:
32310         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32311         (gst_videoscale_getcaps), (gst_videoscale_link),
32312         (gst_videoscale_src_fixate), (gst_videoscale_init),
32313         (gst_videoscale_finalize):
32314         * gst/videoscale/gstvideoscale.h:
32315         * gst/videotestsrc/gstvideotestsrc.c:
32316         (gst_videotestsrc_get_capslist):
32317         * gst/wavenc/gstwavenc.c:
32318         * sys/oss/gstossmixer.c: (fill_labels):
32319         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32320         (gst_ximagesink_handle_xevents),
32321         (gst_ximagesink_calculate_pixel_aspect_ratio),
32322         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32323         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32324         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32325         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32326         (gst_ximagesink_init), (gst_ximagesink_class_init):
32327         * sys/ximage/ximagesink.h:
32328         * sys/xvimage/xvimagesink.c:
32329         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32330         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32331         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32332         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32333         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32334         * sys/xvimage/xvimagesink.h:
32335           first batch of pixel aspect ratio commits.
32336
32337 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32338
32339         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32340         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32341         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32342           handle stride, needs work if we want to move stride handling
32343           upstream, but works correctly for our purposes.
32344
32345 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32346
32347         * gst/videoscale/README:
32348           add testing examples
32349         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32350         (gst_videoscale_chain):
32351         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32352         (gst_videoscale_get_size):
32353           add get_size function that handles stride like videotestsrc.
32354           fixes conversion for YUV formats for as much as I can test them.
32355
32356 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32357
32358         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32359         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32361         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32362         (gst_xvimagesink_xvimage_put):
32363           further cleanups, logging, error handling and synchronizing
32364
32365 2004-07-27  Wim Taymans  <wim@fluendo.com>
32366
32367         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32368         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32369         (gst_videomixer_pad_set_property),
32370         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32371         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32372         (gst_videomixer_class_init), (gst_videomixer_init),
32373         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32374         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32375         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32376         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32377         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32378         (gst_videomixer_loop), (plugin_init):
32379         Be a nicer negotiation citizen and provide a getcaps function on
32380         the srcpad. This also fixes a crash when resizing.
32381
32382 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32383
32384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32385         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32386
32387 2004-07-27  Wim Taymans  <wim@fluendo.com>
32388
32389         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32390         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32391         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32392         (gst_pngenc_set_property):
32393         * ext/libpng/gstpngenc.h:
32394         Added snapshot property to pngenc.
32395         removed g_print from pngdec
32396
32397 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32398
32399         * gst/ac3parse/ac3parse.vcproj
32400         * gst/adder/adder.vcproj
32401         * gst/alpha/alpha.vcproj
32402         * gst/alpha/alphacolor.vcproj
32403         * gst/asfdemux/asf.vcproj
32404         * gst/audioconvert/audioconvert.vcproj
32405         * gst/audiorate/audiorate.vcproj
32406         * gst/audioscale/audioscale.vcproj
32407         * gst/auparse/auparse.vcproj
32408         * gst/avi/avi.vcproj
32409         * gst/cdxaparse/cdxaparse.vcproj
32410         * gst/chart/chart.vcproj
32411         * gst/colorspace/colorspace.vcproj
32412         * gst/cutter/cutter.vcproj
32413         * gst/debug/debug.vcproj
32414         * gst/debug/efence.vcproj
32415         * gst/debug/navigationtest.vcproj
32416         * gst/deinterlace/deinterlace.vcproj
32417         * gst/effectv/effectv.vcproj
32418         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32419         * gst/filter/filter.vcproj
32420         * gst/flx/flxdec.vcproj
32421         * gst/goom/goom.vcproj
32422         * gst/interleave/interleave.vcproj
32423         * gst/law/alaw.vcproj
32424         * gst/law/mulaw.vcproj
32425         * gst/matroska/matroska.vcproj
32426         * gst/median/median.vcproj
32427         * gst/mixmatrix/mixmatrix.vcproj
32428         * gst/mpeg1sys/mpeg1systemencode.vcproj
32429         * gst/mpeg1videoparse/mp1videoparse.vcproj
32430         * gst/mpeg2sub/mpeg2subt.vcproj
32431         * gst/mpegaudio/mpegaudio.vcproj
32432         * gst/mpegaudioparse/mpegaudioparse.vcproj
32433         * gst/mpegstream/mpegstream.vcproj
32434         * gst/multifilesink/multifilesink.vcproj
32435         * gst/multipart/multipart.vcproj
32436         * gst/oneton/oneton.vcproj
32437         * gst/overlay/overlay.vcproj
32438         * gst/passthrough/passthrough.vcproj
32439         * gst/qtdemux/qtdemux.vcproj
32440         * gst/realmedia/rmdemux.vcproj
32441         * gst/rtjpeg/rtjpeg.vcproj
32442         * gst/rtp/rtp.vcproj
32443         * gst/silence/silence.vcproj
32444         * gst/sine/sinesrc.vcproj
32445         * gst/smooth/smooth.vcproj
32446         * gst/smpte/smpte.vcproj
32447         * gst/spectrum/spectrum.vcproj
32448         * gst/speed/speed.vcproj
32449         * gst/stereo/stereo.vcproj
32450         * gst/switch/switch.vcproj
32451         * gst/tags/tagedit.vcproj
32452         * gst/tcp/tcp.vcproj
32453         * gst/typefind/typefindfunctions.vcproj
32454         * gst/udp/udp.vcproj
32455         * gst/videobox/videobox.vcproj
32456         * gst/videocrop/videocrop.vcproj
32457         * gst/videodrop/videodrop.vcproj
32458         * gst/videofilter/gamma.vcproj
32459         * gst/videofilter/videobalance.vcproj
32460         * gst/videofilter/videofilter.vcproj
32461         * gst/videofilter/videoflip.vcproj
32462         * gst/videoflip/videoflip.vcproj
32463         * gst/videomixer/videomixer.vcproj
32464         * gst/videorate/videorate.vcproj
32465         * gst/videoscale/videoscale.vcproj
32466         * gst/videotestsrc/videotestsrc.vcproj
32467         * gst/virtualdub/virtualdub.vcproj
32468         * gst/volenv/volenv.vcproj
32469         * gst/volume/volume.vcproj
32470         * gst/wavenc/wavenc.vcproj
32471         * gst/wavparse/wavparse.vcproj
32472         * gst/y4m/y4menc.vcproj
32473         * gst-libs/gst/audio/audio.vcproj
32474         * gst-libs/gst/audio/audiofilter.vcproj
32475         * gst-libs/gst/colorbalance/colorbalance.vcproj
32476         * gst-libs/gst/idct/idtc.vcproj
32477         * gst-libs/gst/media-info/media-info.vcproj
32478         * gst-libs/gst/mixer/mixer.vcproj
32479         * gst-libs/gst/navigation/navigation.vcproj
32480         * gst-libs/gst/play/play.vcproj
32481         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32482         * gst-libs/gst/resample/resample.vcproj
32483         * gst-libs/gst/riff/riff.vcproj
32484         * gst-libs/gst/tuner/tuner.vcproj
32485         * gst-libs/gst/video/video.vcproj
32486         * gst-libs/gst/xoverlay/xoverlay.vcproj
32487           avoid problems with math.h, fix release dependancy
32488           rename GStreamer-0.8.lib to libgstreamer.lib
32489
32490 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32491
32492         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32494         the atom is not available we have to unlock the mutex. Fixes #148023
32495
32496 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32497
32498         * gst-libs/gst/media-info/media-info.h:
32499           issue for a vararg macro with MSVC
32500
32501 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32502
32503         * gst/effectv/effectv.vcproj
32504         * gst-libs/gst/idct/idct.vcproj:
32505         * gst-libs/gst/media-info/media-info.vcproj:
32506         * gst-libs/gst/navigation/navigation.vcproj:
32507         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32508         * gst-libs/gst/video/video.vcproj:
32509         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32510           fixes for build problems
32511
32512 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32513
32514         * gst-libs/gst/audio/audio.def:
32515         * gst-libs/gst/audio/riff.def:
32516           add some definitions needed by plugins
32517
32518 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32519
32520         * gst/asfdemux/gstasfmux.c
32521           Fix some 64 bits constants to be glib friendly
32522
32523 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32524
32525         * gst/ac3parse/gstac3parse.c
32526         * gst/audioscale/gstaudioscale.c
32527         * gst/auparse/gstauparse.c
32528         * gst/colorspace/gstcolorspace.c
32529         * gst/colorspace/yuv2rgb.h
32530           local include fixes
32531
32532 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32533
32534         * win32/gst.sln
32535           add more plugins to the build
32536
32537 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32538
32539         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32540         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32541
32542 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32543
32544         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32545         (gst_level_set_property), (gst_level_get_property),
32546         (gst_level_base_init), (gst_level_class_init):
32547           add debugging categories.  cleanups.
32548
32549 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32550
32551         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32552         (gst_videoscale_planar411), (gst_videoscale_planar400),
32553         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32554         (gst_videoscale_scale_nearest_str1),
32555         (gst_videoscale_scale_nearest_str2),
32556         (gst_videoscale_scale_nearest_str4),
32557         (gst_videoscale_scale_nearest_16bit),
32558         (gst_videoscale_scale_nearest_24bit):
32559           fixed stride issues
32560           tested with 320x240 -> 321, 322, 324 x240
32561           tested with YV12, I420, YUY2, UYVY
32562           fixed packed422rev (don't think it could have worked before)
32563           by testing with UYVY
32564
32565 2004-07-26  Benjamin Otte  <otte@gnome.org>
32566
32567         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32568         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32569         (plugin_init):
32570           add debugging category, add error checks like checking return values
32571           of setup calls, make sure it still works after
32572           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32573
32574 2004-07-26  Wim Taymans  <wim@fluendo.com>
32575
32576         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32577         (gst_mpeg_demux_get_audio_stream),
32578         (gst_mpeg_demux_process_private):
32579         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32580         Check for error codes from the negotiation functions. Make sure
32581         we really set the pad caps when a new pad is created.
32582
32583 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32584
32585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32586         (gst_ffmpeg_caps_to_pix_fmt):
32587         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32589         (gst_ffmpegcolorspace_pad_link):
32590           don't make function do two things at the same time without reason.
32591
32592 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32593
32594         * gst/ac3parse/ac3parse.vcproj
32595         * gst/adder/adder.vcproj
32596         * gst/alpha/alpha.vcproj
32597         * gst/alpha/alphacolor.vcproj
32598         * gst/asfdemux/asf.vcproj
32599         * gst/audioconvert/audioconvert.vcproj
32600         * gst/audiorate/audiorate.vcproj
32601         * gst/audioscale/audioscale.vcproj
32602         * gst/auparse/auparse.vcproj
32603         * gst/avi/avi.vcproj
32604         * gst/cdxaparse/cdxaparse.vcproj
32605         * gst/chart/chart.vcproj
32606         * gst/colorspace/colorspace.vcproj
32607         * gst/cutter/cutter.vcproj
32608         * gst/debug/debug.vcproj
32609         * gst/debug/efence.vcproj
32610         * gst/debug/navigationtest.vcproj
32611         * gst/deinterlace/deinterlace.vcproj
32612         * gst/effectv/effectv.vcproj
32613         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32614         * gst/filter/filter.vcproj
32615         * gst/flx/flxdec.vcproj
32616         * gst/goom/goom.vcproj
32617         * gst/interleave/interleave.vcproj
32618         * gst/law/alaw.vcproj
32619         * gst/law/mulaw.vcproj
32620         * gst/matroska/matroska.vcproj
32621         * gst/median/median.vcproj
32622         * gst/mixmatrix/mixmatrix.vcproj
32623         * gst/mpeg1sys/mpeg1systemencode.vcproj
32624         * gst/mpeg1videoparse/mp1videoparse.vcproj
32625         * gst/mpeg2sub/mpeg2subt.vcproj
32626         * gst/mpegaudio/mpegaudio.vcproj
32627         * gst/mpegaudioparse/mpegaudioparse.vcproj
32628         * gst/mpegstream/mpegstream.vcproj
32629         * gst/multifilesink/multifilesink.vcproj
32630         * gst/multipart/multipart.vcproj
32631         * gst/oneton/oneton.vcproj
32632         * gst/overlay/overlay.vcproj
32633         * gst/passthrough/passthrough.vcproj
32634         * gst/qtdemux/qtdemux.vcproj
32635         * gst/realmedia/rmdemux.vcproj
32636         * gst/rtjpeg/rtjpeg.vcproj
32637         * gst/rtp/rtp.vcproj
32638         * gst/silence/silence.vcproj
32639         * gst/sine/sinesrc.vcproj
32640         * gst/smooth/smooth.vcproj
32641         * gst/smpte/smpte.vcproj
32642         * gst/spectrum/spectrum.vcproj
32643         * gst/speed/speed.vcproj
32644         * gst/stereo/stereo.vcproj
32645         * gst/switch/switch.vcproj
32646         * gst/tags/tagedit.vcproj
32647         * gst/tcp/tcp.vcproj
32648         * gst/typefind/typefindfunctions.vcproj
32649         * gst/udp/udp.vcproj
32650         * gst/videobox/videobox.vcproj
32651         * gst/videocrop/videocrop.vcproj
32652         * gst/videodrop/videodrop.vcproj
32653         * gst/videofilter/gamma.vcproj
32654         * gst/videofilter/videobalance.vcproj
32655         * gst/videofilter/videofilter.vcproj
32656         * gst/videofilter/videoflip.vcproj
32657         * gst/videoflip/videoflip.vcproj
32658         * gst/videomixer/videomixer.vcproj
32659         * gst/videorate/videorate.vcproj
32660         * gst/videoscale/videoscale.vcproj
32661         * gst/videotestsrc/videotestsrc.vcproj
32662         * gst/virtualdub/virtualdub.vcproj
32663         * gst/volenv/volenv.vcproj
32664         * gst/volume/volume.vcproj
32665         * gst/wavenc/wavenc.vcproj
32666         * gst/wavparse/wavparse.vcproj
32667         * gst/y4m/y4menc.vcproj
32668           more plugins supported under windows
32669
32670 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32671
32672         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32673         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32674         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32676         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32677           Add debugging statements.  Use the sizes as returned by the
32678           *CreateImage calls.
32679
32680 2004-07-26  Johan Dahlin  <johan@gnome.org>
32681
32682         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32683         the pad is negotiated.
32684
32685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32686
32687 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32688
32689         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32690         * gst-libs/gst/idct/idct.vcproj:
32691         * gst-libs/gst/media-info/media-info.vcproj:
32692         * gst-libs/gst/mixer/mixer.vcproj:
32693         * gst-libs/gst/navigation/navigation.vcproj:
32694         * gst-libs/gst/play/play.vcproj:
32695         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32696         * gst-libs/gst/resample/resample.vcproj:
32697         * gst-libs/gst/tuner/tuner.vcproj:
32698         * gst-libs/gst/video/video.vcproj:
32699         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32700           more plugins supported under windows
32701
32702 2004-07-25 Iain <iain@prettypeople.org>
32703
32704         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32705         pad now rather than when the pad is created because state changes wipe
32706         explicit caps (fixes #148043).
32707
32708 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32709
32710         reviewed by Benjamin Otte  <otte@gnome.org>
32711
32712         * ext/mad/gstmad.c:
32713           fix mad plugin crashing on Sun (fixes #148289)
32714
32715 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32716
32717         * gst/avi/avi.def:
32718         * gst/avi/avi.vcproj:
32719         * gst/matroska/matroska.def:
32720         * gst/matroska/matroska.vcproj:
32721           remove unused .def files
32722
32723 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32724
32725         * gst-libs/gst/audio/gstaudiofilter.c:
32726           Clean the local include
32727
32728 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32729
32730         * win32/gst.sln:
32731         * gst-libs/gst/audio/audio.def:
32732         * gst-libs/gst/audio/audio.vcproj:
32733         * gst-libs/gst/audio/audiofilter.vcproj:
32734         * gst-libs/gst/audio/riff.def:
32735         * gst-libs/gst/audio/riff.vcproj:
32736         * gst-libs/gst/gst-libs.def:
32737         * gst-libs/gst/gst-libs.vcproj:
32738         * gst/avi/avi.vcproj:
32739         * gst/avi/avi.vcproj:
32740           Copy the files where needed after building, cleaner projects
32741
32742 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32743
32744         * gst/matroska/ebml-write.c:
32745           Fix some 64 bits constants to be glib friendly
32746
32747 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32748
32749         * win32/gst.sln:
32750         * gst-libs/gst/gst-libs.def:
32751         * gst-libs/gst/gst-libs.vcproj:
32752         * gst/matroska/matroska.def:
32753         * gst/matroska/matroska.vcproj:
32754           Add the preliminary canvas to build plugins on Win32
32755
32756 2004-07-23  Benjamin Otte  <otte@gnome.org>
32757
32758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32759           don't enfore negotiation from source side, it breaks
32760           sinesrc ! audioconvert ! osssink
32761
32762 2004-07-22  David Schleef  <ds@schleef.org>
32763
32764         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32765         for ELF files, since they can easily be recognized as audio/mpeg.
32766         (bug #147441)
32767
32768 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32769
32770         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32771         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32772         (gst_videoscale_scale_nearest_24bit),
32773         (gst_videoscale_scale_nearest_16bit):
32774           fix 16bit and 24bit for stride (24bit might need testing)
32775           don't pretend we do more than one algorithm
32776
32777 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32778
32779         * configure.ac:
32780         * gst/Makefile.am:
32781         * gst/multifilesink/Makefile.am:
32782         * gst/multifilesink/gstmultifilesink.c:
32783         (gst_multifilesink_get_formats),
32784         (gst_multifilesink_get_query_types), (_do_init),
32785         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32786         (gst_multifilesink_init), (gst_multifilesink_dispose),
32787         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32788         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32789         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32790         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32791         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32792         (gst_multifilesink_uri_get_type),
32793         (gst_multifilesink_uri_get_protocols),
32794         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32795         (gst_multifilesink_uri_handler_init), (plugin_init):
32796         * gst/multifilesink/gstmultifilesink.h:
32797         * testsuite/Makefile.am:
32798         * testsuite/multifilesink/Makefile.am:
32799         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32800         (gst_newmedia_class_init), (gst_newmedia_init),
32801         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32802         (newfile_signal), (test_signal), (main):
32803         multifilesink plugin for creating new files every time a new media
32804         discontinuity event occurs
32805
32806 2004-07-22  Wim Taymans  <wim@fluendo.com>
32807
32808         * gst/alpha/Makefile.am:
32809         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32810         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32811         (gst_alpha_color_init), (gst_alpha_color_set_property),
32812         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32813         (transform), (gst_alpha_color_chain),
32814         (gst_alpha_color_change_state), (plugin_init):
32815         Stupid plugin to to RGBA to AYUV conversion because none of
32816         the colorspace plugins can handle that yet.
32817
32818 2004-07-22  Wim Taymans  <wim@fluendo.com>
32819
32820         * examples/seeking/seek.c: (update_scale), (main):
32821         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32822         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32823         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32824         (gst_decode_bin_init), (gst_decode_bin_dispose),
32825         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32826         (no_more_pads), (close_link), (type_found),
32827         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32828         (plugin_init):
32829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32830         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32831         (gst_play_base_bin_dispose), (queue_overrun),
32832         (gen_preroll_element), (remove_prerolls), (unknown_type),
32833         (no_more_pads), (new_stream), (setup_source),
32834         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32835         (play_base_eos), (gst_play_base_bin_change_state),
32836         (gst_play_base_bin_add_element),
32837         (gst_play_base_bin_remove_element),
32838         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32839         (gst_play_base_bin_unlink_stream),
32840         (gst_play_base_bin_get_streaminfo):
32841         * gst/playback/gstplaybin.c: (gen_video_element),
32842         (gen_audio_element):
32843         * gst/playback/gststreaminfo.h:
32844         More playback updates, attempt to fix things after the state change
32845         breakage.
32846
32847 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32848
32849         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32850         (gst_videoscale_scale_nearest_16bit):
32851           comment algorithm
32852
32853 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32854
32855         * gst/videotestsrc/gstvideotestsrc.c:
32856         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32857         (gst_videotestsrc_init), (gst_videotestsrc_get),
32858         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32859         (gst_videotestsrc_get_property):
32860         * gst/videotestsrc/gstvideotestsrc.h:
32861         * gst/videotestsrc/videotestsrc.c:
32862         * gst/videotestsrc/videotestsrc.h:
32863           cleanup and commenting
32864
32865 2004-07-21  Wim Taymans  <wim@fluendo.com>
32866
32867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32868         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32869         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32870         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32871         (_find_chain_get_unknown_part), (_find_streams_check),
32872         (gst_ogg_demux_push), (gst_ogg_pad_push):
32873         * ext/theora/theoradec.c: (theora_get_formats),
32874         (theora_dec_src_convert), (theora_dec_sink_convert),
32875         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32876         (theora_dec_chain):
32877         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32878         (vorbis_dec_convert), (vorbis_dec_src_query),
32879         (vorbis_dec_src_event), (vorbis_dec_event):
32880         More seeking fixes, oggdemux now supports seeking to time and
32881         uses the downstream element to convert granulepos to time.
32882         Seeking in theora-only ogg files now works.
32883
32884 2004-07-21  Wim Taymans  <wim@fluendo.com>
32885
32886         * ext/theora/theoradec.c: (gst_theora_dec_init),
32887         (theora_get_formats), (theora_get_event_masks),
32888         (theora_get_query_types), (theora_dec_src_convert),
32889         (theora_dec_sink_convert), (theora_dec_src_query),
32890         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32891         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32892         (vorbis_get_event_masks), (vorbis_get_query_types),
32893         (gst_vorbis_dec_init), (vorbis_dec_convert),
32894         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32895         Added query/convert/formats functions to vorbis and theora decoders
32896         so that the outside world can use them too. Fixed seeking on an
32897         ogg/theora/vorbis file by disabling the seeking seeking on the
32898         theora srcpad.
32899
32900 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32901
32902         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32903         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32904         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32905         images creation for both elements. We don't create the image on caps
32906         nego or renego, we just destroy the internal one if present if it does
32907         not match the needs. The chain function takes care of creating a new
32908         image when needed.
32909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32910         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32911         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32912         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32913         the image format information. The buffer pool checks for the context
32914         image format and discard images with different formats.
32915         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32916
32917 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32918
32919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32920         (gst_ffmpegcolorspace_chain):
32921           no point in doing any chaining if the pad we want to push from
32922           isn't usable.
32923
32924 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32925
32926         * gst-libs/gst/riff/riff-media.c:
32927         (gst_riff_create_audio_caps_with_data):
32928           Fix double end-to-native symbol conversion (#148021).
32929
32930 2004-07-20  David Schleef  <ds@schleef.org>
32931
32932         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32933         Don't use an Atom that doesn't exist.
32934
32935 2004-07-20  Wim Taymans  <wim@fluendo.com>
32936
32937         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32938         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32939         (gst_multifdsink_client_remove),
32940         (gst_multifdsink_handle_client_write),
32941         (gst_multifdsink_queue_buffer):
32942         * gst/tcp/gstmultifdsink.h:
32943         More multifdsink stats. Avoid deadlock by releasing locks
32944         before sending out a signal.
32945
32946 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32947
32948         * po/LINGUAS:
32949         * po/hu.po:
32950           added Hungarian translation (Laszlo Dvornik)
32951
32952 2004-07-20  Wim Taymans  <wim@fluendo.com>
32953
32954         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32955         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32956         (gst_multifdsink_handle_client_write),
32957         (gst_multifdsink_queue_buffer):
32958         * gst/tcp/gsttcp-marshal.list:
32959         Fixed the stupid marshal definition.
32960
32961 2004-07-20  Wim Taymans  <wim@fluendo.com>
32962
32963         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32964         (gst_multifdsink_init), (gst_multifdsink_add),
32965         (gst_multifdsink_client_remove),
32966         (gst_multifdsink_handle_client_write),
32967         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32968         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32969         (gst_multifdsink_init_send):
32970         * gst/tcp/gstmultifdsink.h:
32971         Added more stats, added timeout for a client, fixed some typos
32972         and added some comments.
32973
32974 2004-07-20  Wim Taymans  <wim@fluendo.com>
32975
32976         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32977         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32978         (gst_multifdsink_client_remove),
32979         (gst_multifdsink_handle_client_write):
32980         * gst/tcp/gstmultifdsink.h:
32981         * gst/tcp/gsttcp-marshal.list:
32982         Added get_stats method that returns a GValueArray of
32983         stats values.
32984
32985 2004-07-19  Benjamin Otte  <otte@gnome.org>
32986
32987         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32988           make sure longname, description and author are valid UTF-8
32989
32990 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32991
32992         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32993         (gst_ximagesink_set_property):
32994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32995         (gst_xvimagesink_set_property):
32996           make sure SYNCHRONOUS is respected after getting the X context
32997
32998 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32999
33000         * gst/matroska/matroska-demux.c:
33001         (gst_matroska_demux_handle_src_event),
33002         (gst_matroska_demux_parse_blockgroup):
33003         * gst/matroska/matroska-ids.h:
33004           add BlockReference tag and ignore it to clear out log.
33005           ignore NAVIGATION events to clear out log.
33006
33007 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33008
33009         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33010         (gst_matroska_demux_add_stream):
33011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33012           add debug categories
33013
33014 2004-07-16  Wim Taymans  <wim@fluendo.com>
33015
33016         * ext/libpng/Makefile.am:
33017         * ext/libpng/gstpng.c: (plugin_init):
33018         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33019         (gst_pngdec_get_type), (gst_pngdec_base_init),
33020         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33021         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33022         * ext/libpng/gstpngdec.h:
33023         Added png decoder.
33024
33025 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33026
33027         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33028         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33029         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33030         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33031         (gst_ximagesink_buffer_alloc):
33032         * sys/ximage/ximagesink.h:
33033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33034         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33035         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33036         (gst_xvimagesink_buffer_alloc):
33037         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33038         again. Using internal data pointer of the x(v)image to store image's
33039         data to be coherent with the buffer alloc mechanism. Investigated the
33040         image destruction code to be sure that everything gets freed correctly.
33041
33042 2004-07-16  Wim Taymans  <wim@fluendo.com>
33043
33044         * gst-libs/gst/riff/riff-read.c:
33045         (gst_riff_read_strf_vids_with_data),
33046         (gst_riff_read_strf_auds_with_data):
33047         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33048         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33049         Make sure we don't create 0 sized subbuffers in riff-read.
33050         Signal the no more pads signal after reading the avi header.
33051
33052 2004-07-16  Wim Taymans  <wim@fluendo.com>
33053
33054         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33055         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33056         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33057         (gst_decode_bin_init), (gst_decode_bin_dispose),
33058         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33059         (no_more_pads), (close_link), (type_found),
33060         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33061         (gst_decode_bin_change_state), (plugin_init):
33062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33063         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33064         (gst_play_base_bin_dispose), (queue_overrun),
33065         (gen_preroll_element), (remove_prerolls), (unknown_type),
33066         (no_more_pads), (new_stream), (setup_source),
33067         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33068         (play_base_eos), (gst_play_base_bin_change_state),
33069         (gst_play_base_bin_add_element),
33070         (gst_play_base_bin_remove_element),
33071         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33072         (gst_play_base_bin_unlink_stream),
33073         (gst_play_base_bin_get_streaminfo):
33074         * gst/playback/gstplaybasebin.h:
33075         Better error recovery. Added configurable preroll queue size. Faster
33076         detection of no-more-pads.
33077
33078 2004-07-16  Wim Taymans  <wim@fluendo.com>
33079
33080         * gst-libs/gst/video/video.h:
33081         Added 32 bits RGBA. Not sure if we should use another mime-type
33082         for alpha rgb. Currently the presence of the alpha_mask property
33083         signals an alpha channel.
33084
33085 2004-07-16  Wim Taymans  <wim@fluendo.com>
33086
33087         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33089         FPS seems to be 0.0 to MAX everywhere else.
33090
33091 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33092
33093         * gst-libs/gst/riff/riff-media.c:
33094         (gst_riff_create_video_caps_with_data):
33095           mp42/mp43 (no caps) exist too.
33096         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33097           Set pixel_width/height; we've got them in-caps.
33098         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33099         * gst/wavparse/gstwavparse.c: (plugin_init):
33100           Both are valid primary.
33101         * sys/oss/gstossmixer.c:
33102           Remove i18n hack and enable translations.
33103
33104 2004-07-15  Benjamin Otte  <otte@gnome.org>
33105
33106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33107         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33108           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33109
33110 2004-07-15  Benjamin Otte  <otte@gnome.org>
33111
33112         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33113         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33114         (gst_alsa_close_audio):
33115           disable some of the debugging code for now. Writing debugging to a
33116           buffer is broken in current alsalib releases.
33117
33118 2004-07-12  Benjamin Otte  <otte@gnome.org>
33119
33120         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33121           use bufferpools
33122
33123 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33124
33125         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33126         (theora_dec_src_query), (theora_dec_event):
33127         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33128           add debugging categories.  Remove \n's.
33129
33130 2004-07-13  Johan Dahlin  <johan@gnome.org>
33131
33132         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33133         (gst_play_bin_get_property): Impl.
33134
33135 2004-07-13  Wim Taymans  <wim@fluendo.com>
33136
33137         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33138         When trying to find the stream length, seek back N pages
33139         instead of just one, where N is the number of streams in
33140         the current chain.
33141
33142 2004-07-13  Wim Taymans  <wim@fluendo.com>
33143
33144         * gst-libs/gst/riff/riff-media.c:
33145         (gst_riff_create_audio_caps_with_data),
33146         (gst_riff_create_audio_caps),
33147         (gst_riff_create_audio_template_caps):
33148         * gst-libs/gst/riff/riff-media.h:
33149         * gst-libs/gst/riff/riff-read.c:
33150         (gst_riff_read_strf_vids_with_data),
33151         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33152         * gst-libs/gst/riff/riff-read.h:
33153         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33154         (gst_avi_demux_add_stream):
33155         Set codec_data on caps for avidemuxer.
33156
33157 2004-07-12  David Schleef  <ds@schleef.org>
33158
33159         * configure.ac: Fix test for Objective C
33160
33161 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33162         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33163         (gst_gdk_pixbuf_chain):
33164           Add svg and pcx to template caps, and ensure that getcaps returns a
33165           subset of the template caps.
33166           Copy each row manually for output, as gdkpixbuf may pad the
33167           rowstride to a 32-bit word boundary.
33168
33169 2004-07-12  Wim Taymans  <wim@fluendo.com>
33170
33171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33172         (gst_riff_create_video_template_caps):
33173         Fix the template caps to include some more media types.
33174
33175 2004-07-12  Wim Taymans  <wim@fluendo.com>
33176
33177         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33178         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33179         (compare_ranks), (print_feature), (gst_decode_bin_init),
33180         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33181         (try_to_link_1), (new_pad), (close_link), (type_found),
33182         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33183         (gst_decode_bin_change_state), (plugin_init):
33184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33185         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33186         (gst_play_base_bin_dispose), (queue_overrun),
33187         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33188         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33189         (gst_play_base_bin_get_property), (play_base_eos),
33190         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33191         (gst_play_base_bin_remove_element),
33192         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33193         (gst_play_base_bin_unlink_stream),
33194         (gst_play_base_bin_get_streaminfo):
33195         * gst/playback/gstplaybasebin.h:
33196         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33197         (gst_play_bin_class_init), (gst_play_bin_init),
33198         (gst_play_bin_dispose), (gst_play_bin_set_property),
33199         (gst_play_bin_get_property), (gen_video_element),
33200         (gen_audio_element), (remove_sinks), (setup_sinks),
33201         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33202         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33203         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33204         (gst_play_bin_query), (plugin_init):
33205         * gst/playback/test4.c: (main):
33206         More fixes on reusing of the element.
33207
33208 2004-07-11  Benjamin Otte  <otte@gnome.org>
33209
33210         * ext/mad/gstmad.c: (normal_seek):
33211           allow seeking for other methods than just SET
33212
33213 2004-07-11  Andy Wingo  <wingo@pobox.com>
33214
33215         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33216         float, "any" caps -> buffer_frames=[0,MAX].
33217
33218         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33219         doesn't intersect our caps with the template any more. Do it
33220         ourselves.
33221         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33222
33223 2004-07-09  Wim Taymans  <wim@fluendo.com>
33224
33225         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33226         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33227         (compare_ranks), (print_feature), (gst_decode_bin_init),
33228         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33229         (try_to_link_1), (new_pad), (close_link), (type_found),
33230         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33231         (gst_decode_bin_change_state), (plugin_init):
33232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33233         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33234         (gst_play_base_bin_dispose), (queue_overrun),
33235         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33236         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33237         (gst_play_base_bin_get_property), (play_base_eos),
33238         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33239         (gst_play_base_bin_remove_element),
33240         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33241         (gst_play_base_bin_unlink_stream),
33242         (gst_play_base_bin_get_streaminfo):
33243         * gst/playback/gstplaybasebin.h:
33244         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33245         (gst_play_bin_class_init), (gst_play_bin_init),
33246         (gst_play_bin_dispose), (gst_play_bin_set_property),
33247         (gst_play_bin_get_property), (gen_video_element),
33248         (gen_audio_element), (remove_sinks), (setup_sinks),
33249         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33250         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33251         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33252         (gst_play_bin_query), (plugin_init):
33253         * gst/playback/test4.c: (main):
33254         Work on object reuse and seeking.
33255
33256 2004-07-09  Wim Taymans  <wim@fluendo.com>
33257
33258         * examples/seeking/seek.c: (iterate):
33259         Don't consume all CPU in the idle loop.
33260
33261 2004-07-09  Wim Taymans  <wim@fluendo.com>
33262
33263         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33264         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33265         Add pad to element *after* setting the pad functions so that
33266         the scheduler can use the correct ones.
33267
33268 2004-07-09  Wim Taymans  <wim@fluendo.com>
33269
33270         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33271         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33272         Sync to keyframe after seek
33273
33274 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33275
33276         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33277         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33278         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33279         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33280         * ext/libvisual/visual.c: (gst_visual_change_state):
33281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33282         * ext/theora/theoradec.c: (theora_dec_change_state):
33283         * ext/theora/theoraenc.c: (theora_enc_change_state):
33284         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33285         * gst-libs/gst/navigation/navigation.c:
33286         * gst/adder/gstadder.c: (gst_adder_change_state):
33287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33288         (gst_audio_convert_get_buffer):
33289         * gst/multipart/multipartdemux.c:
33290         (gst_multipart_demux_change_state):
33291         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33292         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33293         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33294         * gst/videoscale/gstvideoscale.c:
33295         (gst_videoscale_handle_src_event):
33296         * gst/volume/gstvolume.c: (volume_chain_int16):
33297           don't assert in state change, this should be done by the base
33298           GstElement class.
33299           various debugging fixes.
33300
33301 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33302
33303         * configure.ac:
33304         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33305         (gst_play_dispose), (gst_play_set_location),
33306         (gst_play_set_data_src), (gst_play_set_video_sink),
33307         (gst_play_set_audio_sink), (gst_play_set_visualization),
33308         (gst_play_connect_visualization), (gst_play_get_sink_element),
33309         (gst_play_get_all_by_interface):
33310         * gst-libs/gst/play/play.h:
33311           add new method to get elements implementing an interface.
33312           add various error logging
33313
33314 2004-07-08  Wim Taymans  <wim@fluendo.com>
33315
33316         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33317         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33318         (make_playerbin_pipeline), (query_durations_elems),
33319         (query_durations_pads), (query_positions_elems),
33320         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33321         (main):
33322         Added playbin seeking example.
33323
33324 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33325
33326         * gst-libs/gst/play/play.c: (gst_play_set_location),
33327         (gst_play_set_data_src), (gst_play_set_video_sink),
33328         (gst_play_set_audio_sink), (gst_play_set_visualization),
33329         (gst_play_connect_visualization), (gst_play_get_framerate):
33330           use a macro to look up elements from hash table
33331
33332 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33333
33334         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33335         (gst_play_get_length_callback), (gst_play_set_location),
33336         (gst_play_seek_to_time), (gst_play_set_data_src),
33337         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33338         (gst_play_set_visualization), (gst_play_connect_visualization),
33339         (gst_play_get_sink_element):
33340         - add debugging info
33341         - fix looking up sink elements by iterating over complete caps
33342         - put everything except for source and autoplugger in a complete bin
33343
33344 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33345
33346         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33348         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33349         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33350         * ext/alsa/gstalsasink.h:
33351         - add debugging info
33352         - clean up schizophrenia of data/buffer/event
33353         - fix double event unref error
33354
33355 2004-07-08  Wim Taymans  <wim@fluendo.com>
33356
33357         * gst/playback/Makefile.am:
33358         Add headers to noinst
33359
33360 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33361
33362         * tools/gst-launch-ext-m.m:
33363         * tools/gst-launch-ext.1.in:
33364           convert to the third millenium
33365
33366 2004-07-07  David Schleef  <ds@schleef.org>
33367
33368         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33369
33370 2004-07-07  Wim Taymans  <wim@fluendo.com>
33371
33372         * gst/playback/Makefile.am:
33373         * gst/playback/README:
33374         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33375         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33376         (compare_ranks), (print_feature), (gst_decode_bin_init),
33377         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33378         (try_to_link_1), (new_pad), (close_link), (type_found),
33379         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33380         (plugin_init):
33381         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33382         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33383         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33384         (gen_preroll_element), (no_more_pads), (new_stream),
33385         (setup_source), (gst_play_base_bin_set_property),
33386         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33387         (gst_play_base_bin_add_element),
33388         (gst_play_base_bin_remove_element),
33389         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33390         (gst_play_base_bin_unlink_stream),
33391         (gst_play_base_bin_get_streaminfo):
33392         * gst/playback/gstplaybasebin.h:
33393         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33394         (gst_play_bin_class_init), (gst_play_bin_init),
33395         (gst_play_bin_dispose), (gst_play_bin_set_property),
33396         (gst_play_bin_get_property), (gen_video_element),
33397         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33398         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33399         (gst_play_bin_get_formats), (gst_play_bin_convert),
33400         (gst_play_bin_get_query_types), (gst_play_bin_query),
33401         (plugin_init):
33402         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33403         (gst_stream_info_get_type), (gst_stream_info_class_init),
33404         (gst_stream_info_init), (gst_stream_info_new),
33405         (gst_stream_info_dispose), (gst_stream_info_set_property),
33406         (gst_stream_info_get_property):
33407         * gst/playback/gststreaminfo.h:
33408         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33409         (main):
33410         * gst/playback/test2.c: (main):
33411         * gst/playback/test3.c: (update_scale), (main):
33412         More playbin fixes. Added README. Do better element filtering.
33413         Added base class to preroll media. Added test apps.
33414
33415 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33416
33417         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33418         * ext/mpeg2dec/gstmpeg2dec.h:
33419           various debugging improvements.  Reset stream to next picture
33420           instead of sequence header, otherwise seeks cannot work.
33421
33422 2004-07-07  Wim Taymans  <wim@fluendo.com>
33423
33424         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33425         (gst_video_box_class_init), (gst_video_box_set_property),
33426         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33427         Use pad_alloc where possible.
33428
33429 2004-07-07  Wim Taymans  <wim@fluendo.com>
33430
33431         * sys/oss/gstosselement.c: (gst_osselement_reset),
33432         (gst_osselement_parse_caps):
33433         * sys/oss/gstosselement.h:
33434         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33435         Fix offset on osssrc.
33436
33437 2004-07-07  Wim Taymans  <wim@fluendo.com>
33438
33439         * ext/theora/theora.c: (plugin_init):
33440         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33441         (theora_dec_src_query), (theora_dec_chain):
33442         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33443         (theora_enc_sink_link), (theora_buffer_from_packet),
33444         (theora_push_packet), (theora_enc_chain):
33445         Fix theora granulepos calculation.
33446         Fix overflow in duration/position calculation.
33447         Bump rank to PRIMARY for theoradec.
33448         Use granulepos of last packet to calculate position.
33449         Set keyframe flag on buffers when needed.
33450
33451 2004-07-06  David Schleef  <ds@schleef.org>
33452
33453         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33454         serious?  (Fixed, obviously.)
33455
33456 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33457
33458         * po/LINGUAS:
33459         * po/cs.po:
33460           added Czech translation (Miloslav Trmac)
33461
33462 2004-07-05  Wim Taymans  <wim@fluendo.com>
33463
33464         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33465         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33466         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33467         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33468         (close_link), (type_found), (gst_decode_bin_set_property),
33469         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33470         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33471         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33472         (gst_decode_bin_query), (plugin_init):
33473         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33474         (gst_play_bin_class_init), (gst_play_bin_init),
33475         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33476         (get_video_element), (new_pad), (setup_source),
33477         (gst_play_bin_set_property), (gst_play_bin_get_property),
33478         (gst_play_bin_change_state), (gst_play_bin_add_element),
33479         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33480         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33481         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33482         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33483         * gst/playback/test.c: (main):
33484         More fixes, cleaned up playbin, make it use decodebin. Added
33485         threaded property to playbin.
33486
33487 2004-07-05  Wim Taymans  <wim@fluendo.com>
33488
33489         * configure.ac:
33490         * gst/playback/Makefile.am:
33491         * gst/playback/decodetest.c: (main):
33492         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33493         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33494         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33495         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33496         (close_link), (type_found), (gst_decode_bin_set_property),
33497         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33498         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33499         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33500         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33501         (plugin_init):
33502         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33503         (gst_play_bin_class_init), (gst_play_bin_init),
33504         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33505         (collect_sink_pads), (find_compatibles), (close_pad_link),
33506         (try_to_link_1), (new_pad), (close_link), (type_found),
33507         (setup_source), (gst_play_bin_set_property),
33508         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33509         (compare_ranks), (gst_play_bin_collect_factories),
33510         (gst_play_bin_change_state), (gst_play_bin_add_element),
33511         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33512         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33513         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33514         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33515         * gst/playback/test.c: (main):
33516         Added some playback helper elements and some test apps, very alpha
33517         still.
33518
33519 2004-07-04  Benjamin Otte  <otte@gnome.org>
33520
33521         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33522           only restart audio when we indeed have an xrun to fix repeated
33523           xruns. Fix suggested by Giuliano Pochini.
33524
33525 2004-07-03  David Schleef  <ds@schleef.org>
33526
33527         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33528         call to gst_debug_log() if debugging is disabled (bug #145118)
33529
33530 2004-07-03  Benjamin Otte  <otte@gnome.org>
33531
33532         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33533           use our own functions for restarting the alsa device.
33534         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33535           I should apply patches myself - use MIN for the third argument, not
33536           the second, this fixes seeking
33537
33538 2004-07-02  David Schleef  <ds@schleef.org>
33539
33540         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33541         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33542         do with the logic.
33543
33544 2004-07-02  David Schleef  <ds@schleef.org>
33545
33546         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33547         output buffers.  Fix logic mistake.  (bug #144866)
33548
33549 2004-07-02  David Schleef  <ds@schleef.org>
33550
33551         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33552         on X.  (bug #144753)
33553
33554 2004-07-02  David Schleef  <ds@schleef.org>
33555
33556         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33557         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33558         (bug #144624)
33559         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33560         (gst_osselement_rate_probe_check): Add another workaround for
33561         buggy drivers (bug #145336)
33562
33563 2004-07-02  David Schleef  <ds@schleef.org>
33564
33565         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33566         Most systems don't have MSG_NOSIGNAL.
33567
33568 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33569
33570         * Makefile.am:
33571         * gst-libs/gst/colorbalance/Makefile.am:
33572         * gst-libs/gst/mixer/Makefile.am:
33573         * gst-libs/gst/play/Makefile.am:
33574         * gst-libs/gst/tuner/Makefile.am:
33575           (hopefully) fix both install and dist and make error message useful.
33576           needs testing across automakes.
33577
33578 2004-07-02  Benjamin Otte  <otte@gnome.org>
33579
33580         * ext/ogg/gstogg.c: (plugin_init):
33581           we require bytestream now
33582         * ext/ogg/gstoggdemux.c:
33583           huge diff to implement chain setup in a fast and generic way. This
33584           improves tag reading and startup of huge files (read: Theora videos)
33585           quite a bit. It probably contains bugs, too, so please test.
33586           Seeking is not improved to the fast method.
33587
33588 2004-06-29  Wim Taymans  <wim@fluendo.com>
33589
33590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33591         * ext/ogg/gstoggmux.c:
33592         Fix memleak in oggdemux when running unconnected pads.
33593         doc update in mux, start working on keyframe mode.
33594
33595 2004-06-29  Benjamin Otte  <otte@gnome.org>
33596
33597         * sys/oss/gstosssink.c:
33598         * sys/oss/gstosssrc.c:
33599           advertise correct template caps - we indeed do non-native endianness
33600           and 8bit audio has no endianness
33601         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33603           avoid (wrong) duplications in getcaps function and return
33604           template caps
33605
33606 2004-06-29  Wim Taymans  <wim@fluendo.com>
33607
33608         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33609         (gst_multifdsink_class_init), (gst_multifdsink_add),
33610         (gst_multifdsink_remove), (gst_multifdsink_clear),
33611         (gst_multifdsink_client_remove),
33612         (gst_multifdsink_handle_client_read),
33613         (gst_multifdsink_client_queue_data),
33614         (gst_multifdsink_client_queue_caps),
33615         (gst_multifdsink_client_queue_buffer),
33616         (gst_multifdsink_handle_client_write),
33617         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33618         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33619         (gst_multifdsink_init_send), (gst_multifdsink_close):
33620         Fix wrong GList iteration that could crash the server when
33621         more then 2 clients disconnect at the same time. Read all the
33622         pending commands in one batch to recover from command storms under
33623         very heavy load.
33624
33625 2004-06-28  Wim Taymans  <wim@fluendo.com>
33626
33627         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33628         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33629         (gst_videomixer_pad_set_property),
33630         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33631         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33632         (gst_videomixer_class_init), (gst_videomixer_init),
33633         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33634         (pad_zorder_compare), (gst_videomixer_sort_pads),
33635         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33636         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33637         (gst_videomixer_update_queues), (gst_videomixer_loop),
33638         (plugin_init):
33639         Avoid divide by zero, choose masterpad as the pad with the highest
33640         framerate.
33641
33642 2004-06-27  Julien Moutte  <julien@moutte.net>
33643
33644         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33645         (gst_ximagesink_xwindow_new):
33646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33647         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33648         function directly. We might want to call it from somewhere else one day.
33649
33650 2004-06-27  Julien Moutte  <julien@moutte.net>
33651
33652         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33653         (gst_ximagesink_xwindow_new):
33654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33655         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33656         window decorations.
33657
33658 2004-06-27  Wim Taymans  <wim@fluendo.com>
33659
33660         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33661         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33662         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33663         (gst_dvdec_set_property), (gst_dvdec_get_property):
33664         * ext/dv/gstdvdec.h:
33665         Implement drop_factor property to lower the framerate with
33666         a factor.
33667
33668 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33669
33670         * gst-libs/gst/colorbalance/Makefile.am:
33671         * gst-libs/gst/mixer/Makefile.am:
33672         * gst-libs/gst/play/Makefile.am:
33673         * gst-libs/gst/tuner/Makefile.am:
33674           unbreak Company's fix that didn't install the -enum.h files
33675
33676 2004-06-27  Wim Taymans  <wim@fluendo.com>
33677
33678         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33679         (gst_dvdec_change_state):
33680         * ext/dv/gstdvdec.h:
33681         Fix timestamp, duration and offset of the buffers.
33682
33683 2004-06-27  Wim Taymans  <wim@fluendo.com>
33684
33685         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33686         (gst_multifdsink_class_init), (gst_multifdsink_add),
33687         (gst_multifdsink_remove), (gst_multifdsink_clear),
33688         (gst_multifdsink_client_remove),
33689         (gst_multifdsink_handle_client_read),
33690         (gst_multifdsink_client_queue_data),
33691         (gst_multifdsink_client_queue_caps),
33692         (gst_multifdsink_client_queue_buffer),
33693         (gst_multifdsink_handle_client_write),
33694         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33695         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33696         (gst_multifdsink_init_send), (gst_multifdsink_close):
33697         * gst/tcp/gstmultifdsink.h:
33698         * gst/tcp/gsttcpserversink.c:
33699         (gst_tcpserversink_handle_server_read),
33700         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33701         More multifdsink fixes, more recovery policy fixes.
33702         Removed stupid g_print
33703
33704 2004-06-26  Wim Taymans  <wim@fluendo.com>
33705
33706         * gst/tcp/Makefile.am:
33707         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33708         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33709         (gst_multifdsink_class_init), (gst_multifdsink_init),
33710         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33711         (gst_multifdsink_handle_client_read),
33712         (gst_multifdsink_client_queue_data),
33713         (gst_multifdsink_client_queue_caps),
33714         (gst_multifdsink_client_queue_buffer),
33715         (gst_multifdsink_handle_client_write),
33716         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33717         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33718         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33719         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33720         (gst_multifdsink_close), (gst_multifdsink_change_state):
33721         * gst/tcp/gstmultifdsink.h:
33722         * gst/tcp/gsttcpplugin.c: (plugin_init):
33723         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33724         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33725         (gst_tcpserversink_handle_server_read),
33726         (gst_tcpserversink_handle_select),
33727         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33728         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33729         * gst/tcp/gsttcpserversink.h:
33730         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33731         one of the locks, added recovery policy to multifdsink.
33732
33733 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33734
33735         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33736           fix decision for when getting frames with same timestamp
33737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33738         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33739         (gst_v4lsrc_get_property):
33740         * sys/v4l/gstv4lsrc.h:
33741           add latency offset property
33742
33743 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33744
33745         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33746         (plugin_init):
33747           fix debugging. add category.
33748
33749 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33750
33751         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33752           fix wrong offsets
33753
33754 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33755
33756         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33757         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33758         (gst_alsa_src_change_state):
33759           return a time that is in sync with the element's processing
33760
33761 2004-06-25  Wim Taymans  <wim@fluendo.com>
33762
33763         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33764         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33765         (gst_tcpserversink_client_remove),
33766         (gst_tcpserversink_handle_client_read),
33767         (gst_tcpserversink_client_queue_data),
33768         (gst_tcpserversink_client_queue_caps),
33769         (gst_tcpserversink_client_queue_buffer),
33770         (gst_tcpserversink_handle_client_write),
33771         (gst_tcpserversink_queue_buffer),
33772         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33773         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33774         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33775         (gst_tcpserversink_close):
33776         * gst/tcp/gsttcpserversink.h:
33777         Serversink rewrite. Really do non blocking writes to clients and
33778         maintain an internal queue to handle slower clients while not
33779         disturbing fast clients.
33780
33781 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33782
33783         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33784           better debug, don't override OFFSET and OFFSET_END
33785
33786 2004-06-25  Iain <iain@prettypeople.org>
33787
33788         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33789         name=source for the wavparse pipeline.
33790
33791 2004-06-24  Johan Dahlin  <johan@gnome.org>
33792
33793         * ext/theora/theoraenc.c (theora_enc_chain): Call
33794         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33795         streamheader caps are set correctly.
33796
33797 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33798
33799         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33800         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33801           respect minimum bitrate; same could be done for max bitrate
33802
33803 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33804
33805         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33806         (gst_vorbisenc_setup):
33807           fix sample rate range
33808
33809 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33810
33811         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33812         (gst_oggvorbisenc_setup):
33813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33814         (gst_vorbisenc_setup):
33815           resolve ambiguities in code and description
33816
33817 2004-06-24  Wim Taymans  <wim@fluendo.com>
33818
33819         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33820         * ext/alsa/gstalsa.h:
33821         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33822         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33823         Use alsa trigger_tstamp to get the timestamp of the first
33824         sample in the buffer for more precise sync. Some cleanups.
33825
33826 2004-06-24  Wim Taymans  <wim@fluendo.com>
33827
33828         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33829         (gst_audiorate_init), (gst_audiorate_chain),
33830         (gst_audiorate_set_property), (gst_audiorate_get_property):
33831         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33832         (gst_videorate_chain):
33833         Added some logging, fixed an overflow bug in videorate.
33834
33835 2004-06-24  Benjamin Otte  <otte@gnome.org>
33836
33837         * ext/kio/Makefile.am:
33838           fix for builddir != srcdir and distcheck
33839
33840 2004-06-24  Benjamin Otte  <otte@gnome.org>
33841
33842         * gst-libs/gst/colorbalance/Makefile.am:
33843         * gst-libs/gst/mixer/Makefile.am:
33844         * gst-libs/gst/play/Makefile.am:
33845         * gst-libs/gst/tuner/Makefile.am:
33846         * gst/tcp/Makefile.am:
33847         * sys/dxr3/Makefile.am:
33848           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33849           tarball.
33850           Also add all *.list files that were missing.
33851         * Makefile.am:
33852           add a distcheck hook to ensure the above doesn't happen again.
33853
33854 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33855
33856         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33857
33858 2004-06-23  Colin Walters  <walters@redhat.com>
33859
33860         * m4/Makefile.am: Distribute gst-fionread.m4.
33861
33862 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33863
33864         * configure.ac: back to dev
33865
33866 2004-06-23  Wim Taymans  <wim@fluendo.com>
33867
33868         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33869         (gst_alsa_xrun_recovery):
33870         * ext/alsa/gstalsa.h:
33871         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33872         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33873         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33874         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33875         (gst_alsa_src_loop):
33876         Add clock to alsasrc. Take new capture timestamp when
33877         restarting after an overrun. Split up some functions between
33878         alsasrc and alsasink.
33879
33880 === release 0.8.2 ===
33881
33882 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33883
33884         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33885         (gst_alsa_change_state), (gst_alsa_update_avail),
33886         (gst_alsa_xrun_recovery):
33887         * ext/alsa/gstalsa.h:
33888         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33889           merge back changes from release
33890
33891 2004-06-23  Wim Taymans  <wim@fluendo.com>
33892
33893         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33894         (gst_audiorate_init), (gst_audiorate_chain),
33895         (gst_audiorate_set_property), (gst_audiorate_get_property):
33896         Implement sample dropping and notify
33897
33898 2004-06-22  Wim Taymans  <wim@fluendo.com>
33899
33900         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33901         (theora_enc_sink_link), (theora_buffer_from_packet),
33902         (theora_push_packet), (theora_enc_chain):
33903         Some cleanups, make sure the timestamps are correct.
33904
33905 2004-06-22  Wim Taymans  <wim@fluendo.com>
33906
33907         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33908         (gst_alsa_change_state), (gst_alsa_update_avail),
33909         (gst_alsa_xrun_recovery):
33910         * ext/alsa/gstalsa.h:
33911         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33912         Cleanups, take queued samples into account when reporting
33913         the time.
33914
33915 2004-06-22  Wim Taymans  <wim@fluendo.com>
33916
33917         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33918         (gst_videorate_init):
33919         Initialize the property as well.
33920
33921 2004-06-22  Wim Taymans  <wim@fluendo.com>
33922
33923         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33924         (gst_videorate_init), (gst_videorate_chain),
33925         (gst_videorate_set_property), (gst_videorate_get_property):
33926         Add property to make videorate silent.
33927         Add property to prefer new frames over old ones.
33928
33929 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33930
33931         * sys/osxvideo/Makefile.am:
33932         Workaround so that the osxvideo .so file gets linked with the
33933         Cocoa, OpenGL and QuickTime frameworks
33934
33935 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33936
33937         * sys/osxaudio/Makefile.am:
33938         Workaround so that the osxaudio .so file gets linked with the
33939         CoreAudio framework
33940
33941 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33942
33943         * configure.ac:
33944         Whoops, my fault...fixed build issues
33945
33946 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33947
33948         * configure.ac:
33949         Add objective-c support if running in Darwin/Mac OS X
33950         * sys/Makefile.am:
33951         * sys/osxvideo:
33952         * sys/osxvideo/Makefile.am:
33953         * sys/osxvideo/osxvideosink.h:
33954         * sys/osxvideo/osxvideosink.m:
33955         * sys/osxvideo/cocoawindow.h:
33956         * sys/osxvideo/cocoawindow.m:
33957         Add osxvideosink, a cocoa-based osx video sink
33958
33959
33960 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33961         * ext/dvdnav/gst-dvd:
33962         Grab the gconf key from the right spot
33963         * gst/debug/gstnavseek.c: (gst_navseek_init),
33964         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33965         (gst_navseek_chain):
33966         * gst/debug/gstnavseek.h:
33967           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33968           and loop parameters of a segment seek.
33969         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33970         (gst_videotestsrc_get_event_masks),
33971         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33972         * gst/videotestsrc/gstvideotestsrc.h:
33973           Add seeking support to videotestsrc
33974           Initialise the timestamp_offset variable.
33975
33976 2004-06-18  Wim Taymans  <wim@fluendo.com>
33977
33978         * ext/sidplay/gstsiddec.cc:
33979         Fix negotiation and set correct end offset.
33980
33981 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33982
33983         * configure.ac: branch and prerelease
33984
33985 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33986
33987         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33988         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33989         (gst_tcpclientsrc_init_receive):
33990         * gst/tcp/gsttcpclientsrc.h:
33991           read caps when connecting to server for GDP so we set them correctly
33992
33993 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33994
33995         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33996           notify drops and duplicates
33997         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33998           no good reason to limit ourselves to 100x100
33999
34000 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34001
34002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34003         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34004         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34005         (gst_v4lsrc_get_property):
34006         * sys/v4l/gstv4lsrc.h:
34007         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34008         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34009         (gst_v4l_set_audio):
34010         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34011         (gst_v4lsrc_try_capture):
34012         * sys/v4l/v4lsrc_calls.h:
34013           change try_palette to more general try_capture
34014           add autoprobe option so we can turn off autoprobing
34015           various fixes
34016
34017 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34018
34019         * configure.ac:
34020           add videorate
34021         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34022         (gst_ximagesink_class_init):
34023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34024         (gst_xvimagesink_class_init):
34025           run them as finalize, not dispose, since dispose can be invoked
34026           multiple times
34027
34028 2004-06-17  Wim Taymans  <wim@fluendo.com>
34029
34030         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34031         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34032         * ext/alsa/gstalsa.h:
34033         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34034         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34035         (gst_alsa_src_change_state):
34036         * ext/alsa/gstalsasrc.h:
34037         Make the xrun code timestamp and offset the buffers correctly.
34038         moved the clock to the base class, use alsa methods to get time.
34039         Do correct timestamping on outgoing buffers.
34040
34041 2004-06-17  Wim Taymans  <wim@fluendo.com>
34042
34043         * gst/audiorate/Makefile.am:
34044         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34045         (gst_audiorate_base_init), (gst_audiorate_class_init),
34046         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34047         (gst_audiorate_set_property), (gst_audiorate_get_property),
34048         (gst_audiorate_change_state), (plugin_init):
34049         Added an audiorate converter that fills in gaps.
34050
34051 2004-06-17  Johan Dahlin  <johan@gnome.org>
34052
34053         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34054
34055 2004-06-16  Wim Taymans  <wim@fluendo.com>
34056
34057         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34058         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34059         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34060         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34061         (gst_v4lsrc_get_property):
34062         * sys/v4l/gstv4lsrc.h:
34063         Added a copy mode to v4lsrc where it will output a copied version
34064         of its internal hardware buffer.
34065         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34066         can't | them.
34067
34068 2004-06-16  Wim Taymans  <wim@fluendo.com>
34069
34070         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34071         Timestamp fixes.
34072
34073 2004-06-16  Wim Taymans  <wim@fluendo.com>
34074
34075         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34076         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34077         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34078         (gst_v4lsrc_get_property):
34079         * sys/v4l/gstv4lsrc.h:
34080         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34081         Added a sync mode enum property to control v4lsrc timestamp method
34082         Removed the use-fixed-fps property and moved functionality in
34083         the enum.
34084         Don't error on an error value from v4l-conf, it might not always
34085         be a real error.
34086
34087 2004-06-16  Wim Taymans  <wim@fluendo.com>
34088
34089         * gst/videorate/Makefile.am:
34090         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34091         (gst_videorate_base_init), (gst_videorate_class_init),
34092         (gst_videorate_getcaps), (gst_videorate_link),
34093         (gst_videorate_init), (gst_videorate_chain),
34094         (gst_videorate_set_property), (gst_videorate_get_property),
34095         (gst_videorate_change_state), (plugin_init):
34096         Added a video timestamp corrector.
34097
34098 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34099
34100         fixed a potential leak with previous commit
34101
34102         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34103
34104 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34105
34106         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34107         Added missing refcount, fixes bug #144425
34108         Cheers Tim for finding the bug
34109
34110 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34111
34112         * sys/v4l/gstv4l.c: (plugin_init):
34113         * sys/v4l/gstv4lcolorbalance.c:
34114         * sys/v4l/gstv4lcolorbalance.h:
34115         * sys/v4l/gstv4lelement.c:
34116         * sys/v4l/gstv4lelement.h:
34117         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34118         * sys/v4l/gstv4lmjpegsink.h:
34119         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34120         * sys/v4l/gstv4lmjpegsrc.h:
34121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34122         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34123         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34124         * sys/v4l/gstv4lsrc.h:
34125         * sys/v4l/gstv4ltuner.c:
34126         * sys/v4l/gstv4ltuner.h:
34127         * sys/v4l/gstv4lxoverlay.c:
34128         * sys/v4l/gstv4lxoverlay.h:
34129         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34130         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34131         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34132         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34133         (gst_v4l_set_audio):
34134         * sys/v4l/v4l_calls.h:
34135         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34136         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34137         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34138         (gst_v4lmjpegsink_playback_init),
34139         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34140         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34141         (gst_v4lmjpegsink_playback_stop),
34142         (gst_v4lmjpegsink_playback_deinit):
34143         * sys/v4l/v4lmjpegsink_calls.h:
34144         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34145         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34146         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34147         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34148         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34149         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34150         * sys/v4l/v4lmjpegsrc_calls.h:
34151         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34152         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34153         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34154         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34155         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34156         (gst_v4lsrc_try_palette):
34157         * sys/v4l/v4lsrc_calls.h:
34158           bunch of paranoia cleanups
34159
34160 2004-06-14  David Schleef  <ds@schleef.org>
34161
34162         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34163         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34164         Send discont events and change timestamps appropriately when
34165         we get a seek event.  (bug #144240)
34166         * ext/cdparanoia/gstcdparanoia.h:
34167
34168 2004-06-14  Benjamin Otte  <otte@gnome.org>
34169
34170         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34171           snd_pcm_hw_params_set_rate  since the latter fails for no good
34172           reason on some setups.
34173
34174 2004-06-14  David Schleef  <ds@schleef.org>
34175
34176         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34177         standard.  Thank you for playing.
34178
34179 2004-06-14  Wim Taymans  <wim@fluendo.com>
34180
34181         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34182         Patch 1.3 broke the ordering of the colorspace info and
34183         made the plugin basically work by coincidence, reordered
34184         the info.
34185
34186 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34187
34188         * ext/lame/gstlame.c:
34189         * ext/mad/gstmad.c:
34190           sync caps.  Make sure mad can only output a list of rates, not
34191           a full range.  In the future, have three caps lists for each of the
34192           mpeg versions.  Change mpegversion to a double as well.
34193
34194 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34195
34196         * gst/volume/.cvsignore:
34197         * gst/volume/Makefile.am:
34198         * gst/volume/demo.c: (value_changed_callback), (idler),
34199         (setup_gui), (main):
34200           added small demo app
34201
34202 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34203         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34204         * ext/esd/esdsink.h:
34205         Close the esd connection on pause, because esd will just wait -
34206         blocking all other esd clients indefinitely.
34207
34208 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34209
34210         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34211           previous commit with GST_DEBUG
34212
34213 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34214
34215         * configure.ac:
34216           add a header check for a dvdread header in dvdnav.  Fixes #133002
34217
34218 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34219
34220         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34221         * gst/tcp/gsttcpclientsink.h:
34222         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34223         * gst/tcp/gsttcpclientsrc.h:
34224         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34225         (gst_tcpserversink_handle_server_read),
34226         (gst_tcpserversink_init_send):
34227         * gst/tcp/gsttcpserversink.h:
34228         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34229         * gst/tcp/gsttcpserversrc.h:
34230         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34231         version of IP)
34232
34233 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34234
34235         * configure.ac:
34236         Added ogg library so that OSX detects libtheora properly
34237
34238 2004-06-11  Wim Taymans  <wim@fluendo.com>
34239
34240         * ext/theora/theoradec.c: (theora_dec_chain),
34241         (theora_dec_change_state):
34242         Don't try to decode frames before we received a keyframe.
34243
34244 2004-06-11  Wim Taymans  <wim@fluendo.com>
34245
34246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34247         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34248         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34249         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34250         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34251         Added property to set the maximum delay of a page.
34252
34253 2004-06-10  Wim Taymans  <wim@fluendo.com>
34254
34255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34256         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34257         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34258         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34259         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34260         Added max-delay property to control the maximum amount
34261         of data to put in one page.
34262
34263 2004-06-10  Wim Taymans  <wim@fluendo.com>
34264
34265         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34266         (gst_theora_enc_init), (theora_enc_sink_link),
34267         (theora_buffer_from_packet), (theora_enc_set_property),
34268         (theora_enc_get_property):
34269         Set duration on encoded buffer, added some more properties
34270
34271 2004-06-10  Wim Taymans  <wim@fluendo.com>
34272
34273         * ext/ogg/gstoggmux.c: (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         * ext/theora/theoraenc.c: (theora_enc_chain):
34277         Fix refcounting bugs
34278
34279 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34280
34281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34282         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34283         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34284         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34285         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34286         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34287         (gst_asf_demux_change_state):
34288         * gst/asfdemux/gstasfdemux.h:
34289           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34290           feels like. I think we should set a new requirement for demuxers
34291           from now on to implement sane loop functions, data loops, query
34292           and seek functions before first commit into CVS. And this commit
34293           fixes all of the above.
34294
34295 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34296
34297         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34298           vorbis comments are properly encoded in UTF-8 before adding them
34299           to a GstTagList
34300
34301 2004-06-09  Benjamin Otte  <otte@gnome.org>
34302
34303         * ext/alsa/gstalsa.c: (add_channels):
34304           handle min <= max correctly
34305         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34306         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34307           add fixation functions so we fixate correctly. No preferring of alaw
34308           anymore because it's the first structure.
34309         * ext/alsa/gstalsa.h:
34310         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34311         (gst_alsa_hw_params_dump):
34312           add functions to ease debugging in alsalib
34313         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34314         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34315         (gst_alsa_start_audio):
34316           only specify hw params if we really setup a format (fixes #134007 -
34317           or at least works around it)
34318
34319 2004-06-09  Wim Taymans  <wim@fluendo.com>
34320
34321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34322         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34323         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34324         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34325         (gst_ogg_mux_loop):
34326         Use stream caps to setup the initial pages in the ogg stream.
34327         Correctly set the streamheader caps on the srcpad.
34328
34329 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34330
34331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34332         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34333         (gst_v4lsrc_getcaps):
34334         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34335         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34336           add querying of fps lists for webcams.  Negotiating to a framerate
34337           now works.
34338
34339 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34340
34341         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34342         (theora_push_buffer), (theora_push_packet),
34343         (theora_set_header_on_caps), (theora_enc_chain):
34344           mark buffers and put on streamheader, raw theora streaming
34345           now works too, whee
34346
34347 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34348
34349         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34350         (gst_tcp_gdp_read_caps):
34351           do a looping read for caps and GDP headers too
34352
34353 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34354
34355         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34356         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34357           return EOS instead of NULL in _get
34358
34359 2004-06-08  Wim Taymans  <wim@fluendo.com>
34360
34361         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34362         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34363         (gst_tcp_gdp_write_caps):
34364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34365         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34366         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34367         Memory leak fixes
34368
34369 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34370
34371         * ext/vorbis/Makefile.am:
34372         * ext/vorbis/vorbis.c: (plugin_init):
34373         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34374         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34375         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34376         (vorbis_parse_change_state):
34377         * ext/vorbis/vorbisparse.h:
34378           adding a vorbisparse element that marks the buffers, streaming
34379           raw vorbis using GDP now works, whee
34380
34381 2004-06-08  Wim Taymans  <wim@fluendo.com>
34382
34383         * ext/jpeg/Makefile.am:
34384         * ext/jpeg/README:
34385         * ext/jpeg/gstjpeg.c: (plugin_init):
34386         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34387         (gst_smokedec_base_init), (gst_smokedec_class_init),
34388         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34389         * ext/jpeg/gstsmokedec.h:
34390         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34391         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34392         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34393         (gst_smokeenc_resync), (gst_smokeenc_chain),
34394         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34395         * ext/jpeg/gstsmokeenc.h:
34396         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34397         (smokecodec_flush_destination), (smokecodec_term_destination),
34398         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34399         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34400         (smokecodec_term_source), (smokecodec_encode_new),
34401         (smokecodec_decode_new), (smokecodec_info_free),
34402         (smokecodec_set_quality), (smokecodec_get_quality),
34403         (smokecodec_set_threshold), (smokecodec_get_threshold),
34404         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34405         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34406         (smokecodec_parse_header), (smokecodec_decode):
34407         * ext/jpeg/smokecodec.h:
34408         Added a new simple jpeg based codec
34409
34410 2004-06-08  Wim Taymans  <wim@fluendo.com>
34411
34412         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34413         (gst_multipart_mux_loop):
34414         Fix memory leak
34415
34416 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34417
34418         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34419         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34420         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34421         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34422         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34423         * gst/tcp/gsttcpserversink.h:
34424           take streamheader into account
34425
34426 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34427
34428         * gst/level/Makefile.am:
34429         * gst/level/gstlevel.c: (gst_level_class_init):
34430           clean up marshal generation
34431
34432 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34433
34434         * gst/tcp/Makefile.am:
34435         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34436         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34437         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34438         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34439         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34440         (gst_tcpclientsrc_get_property):
34441         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34442         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34443         (gst_tcpserversink_handle_client_read),
34444         (gst_tcpserversink_handle_client_write),
34445         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34446         * gst/tcp/gsttcpserversink.h:
34447           add signals client-added and client-removed
34448         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34449         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34450         (gst_tcpserversrc_get_property):
34451         uniformized, change default protocol to NONE
34452         * gst/tcp/gsttcp-marshal.list: added
34453 2004-06-07  Benjamin Otte  <otte@gnome.org>
34454
34455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34456           handle discont events if they happen before caps nego
34457
34458 2004-06-07  Wim Taymans  <wim@fluendo.com>
34459
34460         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34461         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34462         (gst_multipart_demux_plugin_init):
34463         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34464         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34465         (gst_multipart_mux_change_state):
34466         Small updates, fix a memleak
34467
34468 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34469
34470         * configure.ac: OSS portability
34471         * ext/arts/gst_arts.c: idem
34472         * sys/oss/gstosselement.c: idem
34473         * sys/oss/gstossmixer.c: idem
34474         * sys/oss/gstosssink.c: idem
34475         * sys/oss/gstosssrc.c: idem
34476         * sys/oss/oss_probe.c: idem
34477           - check for soundcard.h in different places for some BSD
34478
34479 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34480
34481         * AUTHORS:
34482         Add me to the authors file
34483         * configure.ac:
34484         Increase the libdv requirement to >= version 0.100
34485         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34486         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34487         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34488         * ext/dv/gstdvdec.h:
34489         Add support for the new_media flag when sending DISCONT events
34490         Make the querying work when video pad is not linked
34491
34492 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34493
34494         reviewed by Benjamin Otte  <otte@gnome.org>
34495
34496         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34497           create a NULL-initialized array of pads, so we don't think they
34498           exist already. (fixes #143130)
34499
34500 2004-06-07  Benjamin Otte  <otte@gnome.org>
34501
34502         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34503         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34504         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34505           don't use // coments
34506
34507 2004-06-07  Benjamin Otte  <otte@gnome.org>
34508
34509         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34510           cast to GstClockTime to get higher granularity
34511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34512           use gst_element_set_time_delay to get the exact time
34513         * ext/mad/gstmad.c: (gst_mad_chain):
34514           use the negotiated rate instead of the current frame's rate which
34515           might be wrong because of bit errors. This avoids emitting totally
34516           bogus timestamps and screwing sync.
34517         (fixes #143454)
34518
34519 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34520
34521         reviewed by Benjamin Otte  <otte@gnome.org>
34522
34523         * gst/adder/gstadder.c: (gst_adder_loop):
34524           properly error out when no negotiation has happened yet. (fixes
34525           #143032)
34526
34527 2004-06-06  Benjamin Otte  <otte@gnome.org>
34528
34529         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34530           forward correctly transformed offset in discont events. Based on
34531           patch by Arwed v. Merkatz. (fixes #142851)
34532
34533 2004-06-06  David Schleef  <ds@schleef.org>
34534
34535         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34536         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34537         problems on several systems.
34538
34539 2004-06-06  Benjamin Otte  <otte@gnome.org>
34540
34541         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34542           use explicit caps on the srcpad
34543         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34544           properly error out if caps couldn't be set (fixes #142764)
34545
34546 2004-06-06  Benjamin Otte  <otte@gnome.org>
34547
34548         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34549         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34550         (gst_alsa_start_audio):
34551           - don't call set_periods_integer anymore, it breaks the
34552           configuration randomly
34553           - call snd_pcm_hw_params_set_access directly instead of using masks
34554           - don't fail if the sw_params can't be set, just use the default
34555           params and hope it works. Alsalib has weird issues when you touch
34556           sw_params and does no proper error reporting about what failed.
34557         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34558         (gst_alsa_close_audio):
34559           make our alsa debugging go via gst debugging and not conditionally
34560           defined
34561         * ext/alsa/gstalsa.h:
34562           add ALSA_DEBUG_FLUSH macro
34563         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34564         (plugin_init):
34565           wrap alsa errors to be printed via the gst debugging system and not
34566           spammed to stderr
34567
34568 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34569
34570         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34571         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34572         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34573         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34574         (qtdemux_parse_trak):
34575         * gst/qtdemux/qtdemux.h:
34576           Bitch. Also known as seeking, querying & co.
34577         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34578         (gst_osssink_change_state):
34579         * sys/oss/gstosssink.h:
34580           Resyncing is for weenies, this hack is no longer needed and was
34581           broken anyway (since it - unintendedly - always leaves resync to
34582           TRUE).
34583
34584 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34585
34586         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34587         * gst/tcp/gsttcpclientsrc.h: idem
34588           - define MSG_NOSIGNAL if not done
34589           - include unistd.h for off_t
34590           (fixes #143749)
34591
34592 2004-06-05  Benjamin Otte  <otte@gnome.org>
34593
34594         * configure.ac:
34595         * ext/kio/Makefile.am:
34596           check for qt's moc preprocessor explicitly and use it
34597
34598 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34599
34600         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34601           don't get a signal for EPIPE on socket writes
34602           (somebody check if this works on other platforms)
34603
34604 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34605
34606         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34607         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34608           check error condition on available samples correctly
34609
34610 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34611
34612         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34613           avoid a segfault
34614         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34615         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34616         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34617         (gst_tcpserversrc_gdp_read_header):
34618          use ssize_t over size_t since the former is signed and thus the
34619          check for error codes can work
34620
34621 2004-06-02  Wim Taymans  <wim@fluendo.com>
34622
34623         reviewed by: Johan
34624
34625         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34626         (gst_multipart_mux_loop):
34627         Oops
34628
34629 2004-06-02  Wim Taymans  <wim@fluendo.com>
34630
34631         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34632         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34633         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34634         (gst_multipart_mux_change_state):
34635         Added configurable boundary specifier, added the value as a
34636         caps field as well.
34637
34638 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34639
34640         * gst/tcp/gsttcp.c:
34641         * gst/tcp/gsttcpclientsrc.c:
34642         * gst/tcp/gsttcpclientsrc.h:
34643         * gst/tcp/gsttcpserversrc.c:
34644           - portability fix, to compile on OSX
34645             (fixes #143146)
34646
34647         * sys/osxaudio/gstosxaudioelement.c:
34648         * sys/osxaudio/gstosxaudiosink.c:
34649         * sys/osxaudio/gstosxaudiosrc.c:
34650           - compilation warnings on OSX
34651             (fixes #143153)
34652
34653 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34654
34655         * ext/vorbis/vorbisdec.c : sign warning fixes
34656
34657         * gst-libs/gst/mixer/mixertrack.c :
34658           do no use defines which are glib 2.4 specific
34659
34660 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34661
34662         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34663           buffer since libflac doesn't expect it (reports a sync error when
34664           it encounters that)
34665
34666
34667 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34668
34669         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34670         * gst-libs/gst/mixer/mixertrack.c:
34671         (gst_mixer_track_get_property), (get_mixer_track_init),
34672         (get_mixer_track_get_property): Added property accessors
34673         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34674         * gst-libs/gst/mixer/mixeroptions.c:
34675         (gst_mixer_options_get_values): Added
34676         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34677         * gst-libs/gst/mixer/mixer.c: Fixed comment
34678
34679
34680 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34681
34682         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34683           improve error messages on open
34684
34685
34686 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34687
34688         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34689           check if v4l-conf is in path
34690
34691 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34692
34693         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34694           change assert to a more readable error message
34695
34696 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34697
34698         * gst-libs/gst/tuner/tunerchannel.h:
34699           - add a freq_multiplicator field to make the conversion
34700             between internal frequency unit and Hz
34701         * sys/v4l/gstv4lelement.c:
34702         * sys/v4l2/gstv4l2element.c:
34703           - change default video device to /dev/video0
34704         * sys/v4l/v4l_calls.c:
34705         * sys/v4l2/v4l2_calls.c:
34706           - we only expose frequency to the user in Hz instead of
34707             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34708
34709 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34710         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34711           Initialise b_o_s and e_o_s variables
34712         * gst-libs/gst/riff/riff-media.c:
34713         (gst_riff_create_video_caps_with_data):
34714           Add some unusual fourcc's from mplayer avi's
34715         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34716           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34717           autoplugging.
34718
34719 2004-05-28  Wim Taymans  <wim@fluendo.com>
34720
34721         * configure.ac:
34722         * gst/alpha/Makefile.am:
34723         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34724         (gst_alpha_get_type), (gst_alpha_base_init),
34725         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34726         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34727         (gst_alpha_chroma_key), (gst_alpha_chain),
34728         (gst_alpha_change_state), (plugin_init):
34729         A plugin to add an alpha channel to I420 video. Can optionally do
34730         chroma keying.
34731         * gst/multipart/Makefile.am:
34732         * gst/multipart/multipart.c: (plugin_init):
34733         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34734         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34735         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34736         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34737         (gst_multipart_demux_change_state),
34738         (gst_multipart_demux_plugin_init):
34739         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34740         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34741         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34742         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34743         (gst_multipart_mux_pad_unlink),
34744         (gst_multipart_mux_request_new_pad),
34745         (gst_multipart_mux_handle_src_event),
34746         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34747         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34748         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34749         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34750         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34751         send multipart jpeg images to a browser.
34752         * gst/videobox/Makefile.am:
34753         * gst/videobox/README:
34754         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34755         (gst_video_box_get_type), (gst_video_box_base_init),
34756         (gst_video_box_class_init), (gst_video_box_init),
34757         (gst_video_box_set_property), (gst_video_box_get_property),
34758         (gst_video_box_sink_link), (gst_video_box_i420),
34759         (gst_video_box_ayuv), (gst_video_box_chain),
34760         (gst_video_box_change_state), (plugin_init):
34761         Crops or adds borders around an image. can do alpha channel
34762         borders as well.
34763         * gst/videomixer/Makefile.am:
34764         * gst/videomixer/README:
34765         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34766         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34767         (gst_videomixer_pad_get_sink_event_masks),
34768         (gst_videomixer_pad_get_property),
34769         (gst_videomixer_pad_set_property),
34770         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34771         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34772         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34773         (gst_videomixer_base_init), (gst_videomixer_class_init),
34774         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34775         (gst_videomixer_handle_src_event),
34776         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34777         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34778         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34779         (gst_videomixer_loop), (gst_videomixer_get_property),
34780         (gst_videomixer_set_property), (gst_videomixer_change_state),
34781         (plugin_init):
34782         Generic video mixer plugin, can handle multiple inputs all with
34783         different framerates and video sizes. Is fully alpha channel
34784         aware.
34785
34786 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34787
34788         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34789           Select first track as master track. Not sure how else to handle
34790           that...
34791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34792           Discard discont events. Should fix #142962.
34793
34794 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34795
34796         * ext/alsa/Makefile.am:
34797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34798         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34799         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34800         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34801         (gst_alsa_mixer_get_option):
34802         * ext/alsa/gstalsamixer.h:
34803         * ext/alsa/gstalsamixeroptions.c:
34804         (gst_alsa_mixer_options_get_type),
34805         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34806         (gst_alsa_mixer_options_new):
34807         * ext/alsa/gstalsamixeroptions.h:
34808         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34809         * ext/alsa/gstalsamixertrack.h:
34810           Add enumerations (as GstMixerOptions). Make correct distinction
34811           between input/output tracks. Add capture/playback private flag.
34812           Use flag to decide on whether to set capture or playback volumes
34813           or switches. Use playback and record switches.
34814         * gst-libs/gst/mixer/Makefile.am:
34815         * gst-libs/gst/mixer/mixer-marshal.list:
34816         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34817         (gst_mixer_set_option), (gst_mixer_get_option),
34818         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34819         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34820         * gst-libs/gst/mixer/mixer.h:
34821         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34822         (gst_mixer_options_class_init), (gst_mixer_options_init),
34823         (gst_mixer_options_dispose):
34824         * gst-libs/gst/mixer/mixeroptions.h:
34825           Add GstMixerOptions.
34826         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34827           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34828           broken device detection on computers with multiple OSS sound
34829           cards.
34830
34831 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34832
34833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34834           fixate nicely even when the peer is not negotiating
34835
34836 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34837
34838         * gst/audioconvert/gstaudioconvert.c:
34839         (gst_audio_convert_parse_caps):
34840           make sure we don't allow depth > width
34841         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34842           fixate endianness to G_BYTE_ORDER as default
34843         * gst/audioscale/gstaudioscale.c:
34844           we don't handle another endianness as host-endianness
34845
34846 2004-05-25  David Schleef  <ds@schleef.org>
34847
34848         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34849
34850 2004-05-24  Benjamin Otte  <otte@gnome.org>
34851
34852         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34853         (gst_oggvorbisenc_setup):
34854           properly fail when we can't setup the vorbis encoder due to
34855           unsupported settings
34856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34857         (gst_vorbisenc_setup):
34858           same
34859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34860           fix case where warnings occured when one pad was unlinked while the
34861           other's link function was called
34862
34863 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34864
34865         * gst/tcp/Makefile.am:
34866           use GST_ENABLE_NEW
34867
34868 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34869
34870         * gst-libs/gst/resample/private.h:
34871           don't use optimizations that are #if 0'ed
34872
34873 2004-05-24  Wim Taymans  <wim@fluendo.com>
34874
34875         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34876         Fix potential division by zero error and hopefully get
34877         the position query right to get correct timestamps on avi
34878         audio.
34879
34880 2004-05-24  Wim Taymans  <wim@fluendo.com>
34881
34882         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34883         (gst_videoscale_scale_nearest_str2),
34884         (gst_videoscale_scale_nearest_str4),
34885         (gst_videoscale_scale_nearest_32bit),
34886         (gst_videoscale_scale_nearest_24bit),
34887         (gst_videoscale_scale_nearest_16bit):
34888         Fix the scaling algorithm and avoid a buffer overflow.
34889         removed the while loop in the scaling function as it
34890         was used for point sampling only.
34891
34892 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34893
34894         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34895         (gst_id3_tag_class_init), (gst_id3_tag_init),
34896         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34897         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34898         (gst_id3_tag_send_tag_event):
34899           lots of fixes to make id3mux work and id3demux work correctly
34900
34901 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34902
34903         * ext/Makefile.am:
34904           add rules to build shout2send (was removed by accident
34905           when this module was no more marked experimental/broken)
34906
34907 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34908
34909         * ext/shout2/gstshout2.c:
34910         * ext/shout2/gstshout2.h:
34911           adding a "connection problem" signal to shout2send
34912           (fixes #142954)
34913
34914 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34915
34916         * ext/kio/kioreceiver.cpp:
34917         * ext/kio/kioreceiver.h:
34918           fix sign comparison issues
34919
34920 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34921
34922         * gst/cdxaparse/gstcdxaparse.c:
34923         * gst/cdxaparse/gstcdxaparse.h:
34924           some renaming
34925           add some checks/sanity
34926           prepare for seek addition
34927
34928         * sys/sunaudio/gstsunaudio.c:
34929           remove exported dupe init function
34930
34931 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34932
34933         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34934         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34935           Fix format conversion and position querying.
34936         * gst/debug/progressreport.c: (gst_progressreport_report):
34937           Don't output a bogus total value that we didn't query.
34938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34939           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34940           only a blank window after xine has been used.
34941
34942 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34943
34944         * m4/as-arts.m4:
34945           sync with upstream version to fix test on FC2
34946           readd with -ko to preserve Id header
34947
34948 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34949
34950         * configure.ac:
34951           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34952         * gst/tcp/gsttcpclientsrc.c: idem
34953         * gst/tcp/gsttcpserversink.c: idem
34954         * gst/tcp/gsttcpserversrc.c: idem
34955         * m4/gst-fionread.m4: idem
34956
34957         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34958
34959         * configure.ac: enable speex plugin for speex 1.1.5+
34960         * ext/speex/gstspeexenc.c: fix cast warning
34961
34962         * ext/esd/README: fix typo
34963
34964 2004-05-20  David Schleef  <ds@schleef.org>
34965
34966         * configure.ac: Minor cosmetic change to convince the buildbot to
34967         reautogen.
34968         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34969         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34970         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34971         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34972         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34973         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34974         More hacking.  Plays audio now.
34975
34976 2004-05-20  David Schleef  <ds@schleef.org>
34977
34978         * configure.ac:
34979         * sys/Makefile.am:
34980
34981 2004-05-20  David Schleef  <ds@schleef.org>
34982
34983         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34984         * sys/osxaudio/gstosxaudio.c:
34985         * sys/osxaudio/gstosxaudioelement.c:
34986         * sys/osxaudio/gstosxaudioelement.h:
34987         * sys/osxaudio/gstosxaudiosink.c:
34988         * sys/osxaudio/gstosxaudiosink.h:
34989         * sys/osxaudio/gstosxaudiosrc.c:
34990         * sys/osxaudio/gstosxaudiosrc.h:
34991
34992 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34993
34994         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34995         (gst_vorbisenc_chain):
34996           put the codec headers on the caps as streamheader as well as
34997           pushing them out
34998
34999 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35000
35001         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35002         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35003         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35004         split up push_packet into two functions
35005
35006 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35007
35008         * gst/tcp/.cvsignore:
35009           ignore enums
35010         * gst/tcp/Makefile.am:
35011         * gst/tcp/README:
35012         * gst/tcp/gsttcp.c:
35013         * gst/tcp/gsttcp.h:
35014         * gst/tcp/gsttcpclientsink.c:
35015         * gst/tcp/gsttcpclientsink.h:
35016         * gst/tcp/gsttcpclientsrc.c:
35017         * gst/tcp/gsttcpclientsrc.h:
35018         * gst/tcp/gsttcpplugin.c:
35019         * gst/tcp/gsttcpserversink.c:
35020         * gst/tcp/gsttcpserversink.h:
35021         * gst/tcp/gsttcpserversrc.c:
35022         * gst/tcp/gsttcpserversrc.h:
35023           add new tcp elements
35024
35025 2004-05-19  Wim Taymans  <wim@fluendo.com>
35026
35027         * gst/law/mulaw-conversion.c: (mulaw_encode):
35028         Fix overflow bug in ulaw encoding.
35029
35030 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35031
35032         * ext/mad/gstmad.c: (gst_mad_handle_event):
35033           don't unref the event twice
35034
35035 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35036
35037         * configure.ac:
35038           remove -Wno-sign-compare
35039
35040 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35041
35042         * configure.ac:
35043           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35044           if you want to work against glib 2.2 and 2.4
35045
35046 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35047
35048         * gst/tcp/Makefile.am:
35049         * gst/tcp/gsttcp.c:
35050         * gst/tcp/gsttcp.h:
35051         * gst/tcp/gsttcpsink.h:
35052         * gst/tcp/gsttcpsrc.h:
35053           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35054
35055 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35056
35057         * gst/debug/tests.c: (md5_get_value):
35058           fix segfault on gst-inspect
35059
35060 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35061
35062         * gst/debug/testplugin.c:
35063         * gst/debug/tests.c:
35064         * gst/debug/tests.h:
35065           add new extensible and configurable testing element. Current tests
35066           include buffer count, stream length, timestamp/duration matching and
35067           md5.
35068         * gst/debug/Makefile.am:
35069         * gst/debug/gstdebug.c: (plugin_init):
35070           add infrastructure for new element
35071
35072 2004-05-19  Johan Dahlin  <johan@gnome.org>
35073
35074         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35075         ending of the array. Fixes gst-inspect segfault on ppc.
35076
35077 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35078
35079         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35080
35081         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35082
35083 2004-05-18  David Schleef  <ds@schleef.org>
35084
35085         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35086         warnings (bugs, actually) noticed by gcc but not forte.
35087
35088 2004-05-18  David Schleef  <ds@schleef.org>
35089
35090         * sys/sunaudio/Makefile.am:
35091         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35092
35093 2004-05-18  David Schleef  <ds@schleef.org>
35094
35095         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35096         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35097         to allow qtdemux to use non-seekable streams. (bug #142272)
35098
35099 2004-05-18  David Schleef  <ds@schleef.org>
35100
35101         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35102         (gst_resample_sinc_ft_float): Remove use of static temporary
35103         buffer.  This code was obviously not supposed to last long, but
35104         it's stuck in our ABI, so it required a little hack to make it
35105         ABI-compatible.  Fixes #142585.
35106         * gst-libs/gst/resample/resample.h: same.
35107
35108 2004-05-18  David Schleef  <ds@schleef.org>
35109
35110         * configure.ac: Add sunaudio
35111         * examples/Makefile.am: make gstplay depend on gconf
35112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35113         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35114         (convert_table_lookup), (img_convert): remove c99-isms
35115         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35116           unsigned, to fix a warning on Solaris
35117         * gst/mpeg1sys/systems.c: bcopy->memcpy
35118         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35119         * sys/Makefile.am: Add sunaudio
35120
35121 2004-05-18  Wim Taymans  <wim@fluendo.com>
35122
35123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35124         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35125         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35126         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35127         (gst_ogg_mux_loop):
35128         Fix an ugly memleak where the muxer didn't flush enough ogg
35129         pages. This also resulted in badly muxed ogg files.
35130
35131 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35132
35133         * gst/asfdemux/asfheaders.c :
35134         * gst/asfdemux/asfheaders.h :
35135         * gst/asfdemux/gstasfdemux.c :
35136           - fix ASF_OBJ_PADDING guid
35137           - add 3 new object guids (language list, metadata,
35138             extended stream properties)
35139           - add a function to parse extended header objects
35140
35141 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35142
35143         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35144           remove leftover debugging g_print
35145
35146 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35147
35148         * ext/mad/gstmad.c: (gst_mad_handle_event):
35149           Fix for when the first format in a discont event is not a
35150           byte-based one. Should fix #137710.
35151
35152 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35153
35154         * m4/a52.m4 : fix compilation with -Wall -Werror
35155         * m4/libfame.m4 : idem
35156         * m4/libmikmod.m4 : idem
35157
35158 2004-05-17  Benjamin Otte  <otte@gnome.org>
35159
35160         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35161           signal the new tags before giving up the reference
35162
35163 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35164
35165         * ext/shout2/gstshout2.c:
35166           use application/ogg instead of application/x-ogg (patch by Patrick
35167           Guimond, fixes #142432)
35168         * sys/oss/gstosselement.c: (gst_osselement_reset),
35169         (gst_osselement_sync_parms):
35170           don't set fragment size unless specified (fixes #142493)
35171
35172 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35173
35174         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35175           fixes #142664
35176
35177 2004-05-17  Benjamin Otte  <otte@gnome.org>
35178
35179         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35180           compute offsets correctly for internal buffers so timestamps are set
35181           correctly when we can't seek. Also handle cases where there are no
35182           offsets. (based on a patch by David Moore, fixes #142507)
35183
35184 2004-05-17  Benjamin Otte  <otte@gnome.org>
35185
35186         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35187           use correct variable when determining amount of data to skip so we
35188           don't skip into the void and segfault
35189
35190 2004-05-16  Benjamin Otte  <otte@gnome.org>
35191
35192         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35193           Hi, I'm a memleak
35194
35195 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35196
35197         * gst/asfdemux/gstasfdemux.c:
35198           - fix a mem leak and always propagate tags
35199           - add WMV3 to known video codecs (but no decoder yet)
35200           - replace "surplus data" at end of audio header for what
35201             it is : codec specific data
35202           - fix a typo
35203
35204 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35205
35206         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35207
35208         * gst-libs/gst/audio/audioclock.c:
35209           Fix wrong return type (#142205).
35210
35211 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35212
35213         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35214           Ignore CRCs by default (fixes #142566).
35215
35216 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35217
35218         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35219         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35220         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35221         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35222         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35223         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35224           Fix for cases where we fail to attach to a mixer.
35225
35226 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35227
35228         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35229           Don't touch events after not owning them anymore.
35230         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35231         (gst_wavparse_fmt), (gst_wavparse_other),
35232         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35233         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35234         (gst_wavparse_srcpad_event):
35235         * gst/wavparse/gstwavparse.h:
35236           Add seeking, fix querying.
35237
35238 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35239
35240         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35241           - process comments even if they don't end with \0\0
35242             g_convert would ignore them if present and works well without them
35243
35244 2004-05-16  Benjamin Otte  <otte@gnome.org>
35245
35246         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35247           simplify caps
35248
35249 2004-05-16  Benjamin Otte  <otte@gnome.org>
35250
35251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35252           don't write to memory we might not write to - g_convert does that
35253           for us anyway (fixes #142613)
35254         (gst_asf_demux_audio_caps):
35255           comment out gst_util_dump_mem
35256
35257 2004-05-16  Benjamin Otte  <otte@gnome.org>
35258
35259         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35260           compute correct expected timestamps after seek (broken since
35261           last commit)
35262         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35263           rename element and debugging category to gdkpixbufscale
35264
35265 2004-05-16  Benjamin Otte  <otte@gnome.org>
35266
35267         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35268           add error checking to snd_pcm_delay and remove duplicate call to
35269           snd_pcm_delay that caused issues (see inline code comments)
35270         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35271           make more readable and fix return value when snd_pcm_delay fails
35272         (fixes #142586)
35273
35274 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35275         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35276         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35277         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35278         (gst_pixbufscale_link), (gst_pixbufscale_init),
35279         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35280         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35281         (gst_pixbufscale_get_property), (pixbufscale_init):
35282         * ext/gdk_pixbuf/pixbufscale.h:
35283         Add these files I forgot earlier
35284
35285 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35286         * ext/gdk_pixbuf/Makefile.am:
35287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35288         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35289         Add new pixbufscale element to scale RGB video
35290         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35291         and HYPER interpolation correctly.
35292         * ext/theora/theoraenc.c: (theora_enc_chain),
35293         Discard buffer and return if explicit caps could not be set
35294         (theora_enc_get_property):
35295         Make _get return kbps for the bitrate consistent with
35296         the _set function.
35297
35298
35299 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35300
35301         * ext/libvisual/visual.c: (gst_visual_chain):
35302           add missing visual_audio_analyze
35303
35304 2004-05-14  David Schleef  <ds@schleef.org>
35305
35306         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35307         is killed while we're playing.
35308         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35309         gst_element_no_more_pads().
35310
35311 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35312
35313         * gst-libs/gst/riff/riff-read.c :
35314           - fix INFO tag extraction in RIFF/AVI files
35315             because gst_event_unref (event) also freed taglist
35316           - avoid a mem leak
35317
35318 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35319
35320         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35321         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35322
35323         * gst/auparse/gstauparse.c :
35324           - add code (commented for now) to support audio/x-adpcm on src pad
35325             (we have no decoder for those layout yet)
35326
35327         * gst/cdxaparse/gstcdxaparse.c :
35328         * gst/cdxaparse/gstcdxaparse.h :
35329           - partial rewrite using RiffRead (ripped iain's wavparse code)
35330
35331         * gst/rtp/gstrtpL16enc.c : typo
35332         * gst/rtp/gstrtpgsmenc.c : typo
35333
35334 2004-05-13  Benjamin Otte  <otte@gnome.org>
35335
35336         * configure.ac:
35337           check for exact version of libvisual, it's not supposed to be
35338           API/ABI stable yet
35339
35340 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35341
35342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35343           signal no-more-pads
35344
35345 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35346
35347         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35348         Report which format was used for GST_FORMAT_DEFAULT
35349         * gst/debug/Makefile.am:
35350         * gst/debug/gstdebug.c: (plugin_init):
35351         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35352         (gst_progressreport_class_init), (gst_progressreport_init),
35353         (gst_progressreport_report), (gst_progressreport_set_property),
35354         (gst_progressreport_get_property), (gst_progressreport_chain),
35355         (gst_progressreport_plugin_init):
35356         Add progressreport element for testing.
35357
35358 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35359
35360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35361         * sys/v4l/gstv4lsrc.h:
35362         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35363         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35364         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35365         (gst_v4lsrc_grab_frame):
35366           add more debugging
35367           send a discont at start
35368
35369 2004-05-12  Colin Walters  <walters@redhat.com>
35370
35371         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35372         inflooping if we can't find a chunk.  Or in other words, don't blow
35373         chunks if we don't have a chunk to blow.
35374
35375 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35376         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35377         Remove old debug output
35378         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35379         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35380         (gst_dvdec_set_property), (gst_dvdec_get_property):
35381         Change the quality setting to an enum, so it works from gst-launch
35382         Don't renegotiate a non-linked pad. Allows audio only decoding.
35383         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35384         (gst_deinterlace_link), (gst_deinterlace_init):
35385         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35386         (gst_videodrop_link):
35387         Some caps negotiation fixes
35388
35389 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35390
35391         * ext/tarkin/gsttarkin.c :
35392           - Change RANK from NONE to PRIMARY
35393         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35394           - Change RANK from NONE to MARGINAL
35395         * ext/divx/gstdivxenc.c :
35396           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35397
35398 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35399
35400         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35401         (gst_vorbisenc_push_packet):
35402           copy a function that was added between 1.0 and 1.0.1 until we
35403           depend on worthwhile features of post-1.0
35404
35405 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35406
35407         * configure.ac:
35408           enable shout2 by default
35409         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35410         (gst_shout2send_base_init), (gst_shout2send_init),
35411         (gst_shout2send_connect), (gst_shout2send_change_state):
35412         * ext/shout2/gstshout2.h:
35413           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35414           #142262)
35415         * ext/theora/theora.c: (plugin_init):
35416           don't set rank on encoders
35417
35418 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35419
35420         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35421           Use codec_data property instead of flag1 and flag2 for wma
35422
35423 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35424
35425         * gst/cdxaparse/gstcdxaparse.c :
35426           - Add mpegversion to CAPS to make it link
35427           - Rank is as GST_RANK_SECONDARY instead of NONE
35428         * gst/auparse/gstauparse.c :
35429           - Document all audio encoding we can encounter from Solaris 9
35430             headers and libsndfile information.
35431           - Increase max. rate from 48000 to 192000 (to match other elements)
35432           - Don't try to play junk data between header and samples
35433
35434 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35435
35436         * ext/libvisual/visual.c: (gst_visual_getcaps):
35437           use the right caps depending on endianness (I hope)
35438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35439           use GST_RANK_NONE for all non-decoding elements or spider gets
35440           mighty confused
35441
35442 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35443
35444         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35445           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35446
35447 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35448
35449         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35450         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35451         (gst_switch_loop), (gst_switch_get_type):
35452           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35453           HEADERS. Had to be said.
35454
35455 2004-05-10  David Schleef  <ds@schleef.org>
35456
35457         * configure.ac: Add prototype Dirac support.
35458         * ext/Makefile.am:
35459         * ext/dirac/Makefile.am:
35460         * ext/dirac/gstdirac.cc:
35461         * ext/dirac/gstdiracdec.cc:
35462
35463 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35464
35465         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35466         (gst_auparse_init), (gst_auparse_chain),
35467         (gst_auparse_change_state):
35468           Hack around spider. Remove me some day please.
35469
35470 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35471
35472         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35473           Fix for some uninitialized variables in previous patch, also
35474           makes it work. Fixes #142286 while we're at it.
35475
35476 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35477
35478         * gst/auparse/gstauparse.c:
35479                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35480                 only unsupported formats are ADPCM/CCITT G.72x
35481                 reviewed by Ronald
35482         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35483
35484 2004-05-10  Wim Taymans  <wim@fluendo.com>
35485
35486         * ext/vorbis/Makefile.am:
35487         * ext/vorbis/README:
35488         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35489         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35490         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35491         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35492         (gst_oggvorbisenc_convert_sink),
35493         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35494         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35495         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35496         (get_constraints_string), (update_start_message),
35497         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35498         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35499         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35500         * ext/vorbis/oggvorbisenc.h:
35501         * ext/vorbis/vorbis.c: (plugin_init):
35502         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35503         (raw_caps_factory), (gst_vorbisenc_class_init),
35504         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35505         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35506         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35507         * ext/vorbis/vorbisenc.h:
35508         Added a raw vorbis encoder to be used with the oggmuxer.
35509         We still need the old encoder for some gnome applications,
35510         read the README to find out how that works.
35511         The raw encoder is called "rawvorbisenc" until 0.9.
35512
35513 2004-05-10  Wim Taymans  <wim@fluendo.com>
35514
35515         * ext/ogg/gstogg.c: (plugin_init):
35516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35517         (gst_ogg_print):
35518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35519         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35520         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35521         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35522         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35523         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35524         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35525         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35526         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35527         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35528         Added an ogg muxer.
35529         Small typo fixes in the demuxer.
35530
35531 2004-05-10  Wim Taymans  <wim@fluendo.com>
35532
35533         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35534         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35535         (theora_enc_change_state), (theora_enc_set_property),
35536         (theora_enc_get_property):
35537         Mark the last packet with an EOS flag which is not really needed
35538         in gstreamer.
35539         Do some better video framerate initialisation.
35540         Update the buffer timestamp.
35541
35542 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35543
35544         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35545         Return the result of the parent state change call
35546
35547 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35548
35549         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35550         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35551         * gst/law/alaw-encode.c : (idem)
35552         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35553         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35554         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35555
35556 2004-05-09  Benjamin Otte  <otte@gnome.org>
35557
35558         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35559           don't use a fixed buffer size when writing variable length data to
35560           it. Fixes memory corruption and makes alsasrc work
35561
35562 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35563
35564         * ext/gnomevfs/gstgnomevfssink.c:
35565         (_gst_boolean_allow_overwrite_accumulator),
35566         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35567           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35568           RUN_LAST, and don't use that to set the accumulator value because
35569           then it's always FALSE.
35570
35571 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35572
35573         * gst-libs/gst/riff/riff-media.c:
35574         (gst_riff_create_video_caps_with_data),
35575         (gst_riff_create_audio_caps),
35576         (gst_riff_create_audio_template_caps):
35577         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35578           Fix for unaligned RIFF files (i.e. where all the chunks together
35579           in a LIST chunk are not of the same size as the size given in
35580           the LIST chunk header). Fixes several odd WAVE files. Also fix
35581           ADPCM (block_align property) in audio, so that wavparse based
35582           on this works now as it used to stand-alone.
35583
35584 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35585
35586         reviewed by Benjamin Otte  <otte@gnome.org>
35587
35588         * ext/a52dec/gsta52dec.c:
35589         * ext/divx/gstdivxdec.c:
35590         * ext/divx/gstdivxenc.c:
35591         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35592         * ext/faac/gstfaac.c: (gst_faac_base_init):
35593         * ext/faad/gstfaad.c: (gst_faad_base_init):
35594         * ext/ivorbis/vorbisfile.c:
35595         * ext/lame/gstlame.c:
35596         * ext/libfame/gstlibfame.c:
35597         * ext/mpeg2enc/gstmpeg2enc.cc:
35598         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35599         * ext/sidplay/gstsiddec.cc:
35600         * ext/speex/gstspeexdec.c:
35601         * ext/speex/gstspeexenc.c:
35602         * ext/xvid/gstxviddec.c:
35603         * ext/xvid/gstxvidenc.c:
35604           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35605           (fixes #142193)
35606
35607 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35608
35609         * ext/alsa/gstalsa.c: (device_list),
35610         (gst_alsa_class_probe_devices):
35611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35612           Fix alsa oddness in mixer after the combination of using mixer
35613           in source/sink elements and using hw:x,y instead of just hw:x.
35614
35615 2004-05-09  Benjamin Otte  <otte@gnome.org>
35616
35617         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35618         (gst_wavparse_create_sourcepad):
35619           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35620           sourcepads
35621
35622 2004-05-09  Benjamin Otte  <otte@gnome.org>
35623
35624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35625           allow discont events before caps nego
35626
35627 2004-05-08  Benjamin Otte  <otte@gnome.org>
35628
35629         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35630           don't leak events
35631
35632 2004-05-08  Benjamin Otte  <otte@gnome.org>
35633
35634         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35635         (gst_level_change_state), (gst_level_init):
35636         * gst/level/gstlevel.h:
35637           figure out if we're initialized directly instead of keeping a
35638           variable that's wrong in 90% of cases
35639           don't initialize pads and then leak them and use a new unitialized
35640           pad. (fixes #142084)
35641           these were bugs so n00bish I didn't find them for an hour :/
35642
35643 2004-05-08 Iain <iain@prettypeople.org>
35644
35645         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35646         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35647         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35648         return the length that was read.
35649         (gst_riff_read_strf_auds): Allow fmt tags as well.
35650
35651 2004-05-07  David Schleef  <ds@schleef.org>
35652
35653         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35654         signed char assumption in faad.h.
35655
35656 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35657
35658         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35659           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35660
35661 2004-05-07  Colin Walters  <walters@redhat.com>
35662
35663         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35664         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35665         function.
35666         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35667         Add dispose function.
35668
35669 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35670         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35671           Fix caps nego and pad templates. RGB mode caps should
35672           work now.
35673         * ext/dvdnav/gst-dvd:
35674           Move mpeg2dec inside the thread because otherwise the
35675           queue rejects cap changes mid-stream
35676         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35677         (gst_mpeg2dec_flush_decoder):
35678           For mpeg2dec > 0.4.0, call the flush function instead of
35679           manually extracting all in-flight frames.
35680         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35681         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35682           Change mime type video/dv go video/x-dv to match the
35683           rest of gst-plugins
35684
35685 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35686
35687         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35689         (gst_alsa_sink_class_init):
35690         * ext/alsa/gstalsasink.h:
35691         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35692         (gst_alsa_src_class_init):
35693         * ext/alsa/gstalsasrc.h:
35694           Make alsasink/src a subclass of alsamixer so that mixer stuff
35695           shows up in gst-rec. Needs some finetuning.
35696
35697 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35698
35699         * ext/lame/gstlame.c: (gst_lame_chain):
35700           simplify
35701         * ext/mad/gstmad.c: (gst_mad_handle_event):
35702           fix event leak
35703         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35704           be able to detect mp3 files < 4096 bytes
35705
35706 2004-05-06  Wim Taymans  <wim@fluendo.com>
35707
35708         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35709         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35710         (theora_enc_set_property), (theora_enc_get_property):
35711         Also encode the first frame, cleanup some code.
35712
35713 2004-05-06  Wim Taymans  <wim@fluendo.com>
35714
35715         * ext/mpeg2enc/gstmpeg2enc.cc:
35716         Forward events first before deciding that negotiation was
35717         not performed.
35718
35719 2004-05-06  Wim Taymans  <wim@fluendo.com>
35720
35721         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35722         First process the events before deciding that negotiation
35723         was not performed.
35724
35725 2004-05-06  Wim Taymans  <wim@fluendo.com>
35726
35727         * ext/theora/Makefile.am:
35728         * ext/theora/theora.c: (plugin_init):
35729         * ext/theora/theoradec.c: (theora_dec_change_state):
35730         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35731         (gst_theora_enc_class_init), (gst_theora_enc_init),
35732         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35733         (theora_enc_chain), (theora_enc_change_state),
35734         (theora_enc_set_property), (theora_enc_get_property):
35735         Added a theora encoder, grouped the encoder and decoder into the
35736         same plugin.
35737
35738 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35739
35740         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35741         (gst_jpegenc_chain):
35742         fix DURATION on outgoing buffers
35743         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35744         debug using time formats
35745         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35747         (gst_xvimagesink_sink_link):
35748         windows with width/height 0 generate X errors, so don't allow them
35749
35750 2004-05-05  Wim Taymans  <wim@fluendo.com>
35751
35752         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35753         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35754         (gst_mpeg2dec_negotiate_format):
35755         * ext/mpeg2dec/gstmpeg2dec.h:
35756           removed the static pad template so that we can add the
35757           more accurate framerate value to the caps.
35758
35759
35760 2004-05-04  Benjamin Otte  <otte@gnome.org>
35761
35762         * configure.ac:
35763           check for kdemacros.h, too (should fix #141821)
35764         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35765           don't crash if no header was sent, but nicely error out (fixes part
35766           of #141554)
35767
35768 2004-05-04  Wim Taymans  <wim@fluendo.com>
35769
35770         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35771         parent dispose function to avoid segfault on destroy.
35772
35773 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35774
35775         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35776         (plugin_init):
35777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35778         (gst_xvimagesink_sink_link):
35779         clean up debugging caps
35780         also recreate xvimage when format has changed
35781
35782 2004-05-04  Benjamin Otte  <otte@gnome.org>
35783
35784         * ext/libvisual/Makefile.am:
35785         * ext/libvisual/visual.c: (gst_visual_class_init),
35786         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35787         (gst_visual_srclink), (gst_visual_chain),
35788         (gst_visual_change_state), (plugin_init):
35789           use a GstAdapter to correctly adapt buffer sizes - allows using a
35790           framerate
35791
35792 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35793
35794         * sys/v4l/gstv4lelement.h:
35795         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35797         (gst_v4lsrc_buffer_free):
35798         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35799         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35800         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35801         (gst_v4lsrc_requeue_frame):
35802         move some debugging categories around
35803         query for fps index and set accordingly if found
35804
35805 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35806
35807         * ext/lame/gstlame.c:
35808         correct defaults that lame_init puts out of range
35809
35810 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35811
35812         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35813         (gst_divxenc_class_init):
35814         fix range since -1 is the default
35815         * gst/mpeg1sys/gstmpeg1systemencode.c:
35816         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35817         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35818         (gst_rtjpegdec_chain):
35819         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35820         (gst_rtjpegenc_chain):
35821         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35822         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35823         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35824         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35825         * sys/v4l/gstv4lsrc.c:
35826         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35827         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35828         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35829         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35830         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35831           remove gst_info calls
35832
35833 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35834
35835         * Makefile.am:
35836         * po/af.po:
35837         * po/az.po:
35838         * po/en_GB.po:
35839         * po/nl.po:
35840         * po/sr.po:
35841         * po/sv.po:
35842           Updated translations
35843
35844 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35845
35846         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35847           refactor/comment code
35848
35849 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35850
35851         * gst/asfdemux/Makefile.am:
35852         * gst/asfdemux/asfheaders.c:
35853         * gst/asfdemux/asfheaders.h:
35854         * gst/asfdemux/gstasf.c: (plugin_init):
35855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35856         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35857         (gst_asf_demux_setup_pad):
35858         * gst/asfdemux/gstasfdemux.h:
35859         * gst/asfdemux/gstasfmux.c:
35860         * gst/asfdemux/gstasfmux.h:
35861           Add tagging support to demuxer, split out registration in its own
35862           file instead of in demux (hacky), and prevent having some tables
35863           in our memory multiple times (in asfheaders.h).
35864
35865 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35866
35867         * gst/matroska/matroska-demux.c:
35868         (gst_matroska_demux_parse_metadata):
35869         * gst/matroska/matroska-ids.h:
35870           Basic tag reading support.
35871
35872 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35873
35874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35875           Really detect ac-3 audio.
35876         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35877           really detect matroska files (off-by-1).
35878
35879 2004-04-30  David Schleef  <ds@schleef.org>
35880
35881         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35882         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35883         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35884         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35885         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35886         hackage -- parse a lot more atoms, extract a few tags.  One might even
35887         mistake this for tag support.  Maybe it is.
35888         * gst/qtdemux/qtdemux.h:
35889
35890 2004-04-30  Colin Walters  <walters@verbum.org>
35891
35892         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35893
35894 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35895
35896         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35897         (gst_ffmpegcolorspace_getcaps):
35898           remove broken nego fix
35899
35900 2004-04-30  Benjamin Otte  <otte@gnome.org>
35901
35902         * configure.ac:
35903         * ext/Makefile.am:
35904         * ext/libvisual/Makefile.am:
35905         * ext/libvisual/visual.c:
35906           add initial support for libvisual (http://libvisual.sourceforge.net)
35907           libvisual is still quite alpha, so expect crashes in there :)
35908
35909 2004-04-29  David Schleef  <ds@schleef.org>
35910
35911         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35912         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35913         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35914         code; you will no longer respect me.
35915
35916 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35917
35918         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35919         * ext/alsa/gstalsa.h :
35920         change alsa pcm device discovery to find more than 1 device
35921         per card. code review by Ronald.
35922
35923 2004-04-29  David Schleef  <ds@schleef.org>
35924
35925         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35926         Add a check for a driver bug on FreeBSD.  (bug #140565)
35927
35928 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35929
35930         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35931         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35932         (gst_jpegenc_getcaps):
35933           move format setting to inner loop
35934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35935         (gst_ffmpegcolorspace_getcaps):
35936           use GST_PAD_CAPS if available so that we use already negotiated
35937           caps
35938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35939         (qtdemux_parse_moov), (qtdemux_parse):
35940           extra debugging
35941         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35942         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35943           move hardcoded path to DEFINE
35944
35945 2004-04-28  David Schleef  <ds@schleef.org>
35946
35947         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35948         (bug #140064)
35949
35950 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35951
35952         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35953           Don't probe for playback device if we're a source element. Fixes
35954           #139658.
35955
35956 2004-04-29  Benjamin Otte  <otte@gnome.org>
35957
35958         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35959         (gst_id3_tag_chain):
35960           rewrite buffer offset
35961
35962 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35963
35964         * configure.ac:
35965         * ext/Makefile.am:
35966         * ext/dts/Makefile.am:
35967         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35968         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35969         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35970         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35971         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35972         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35973         (plugin_init):
35974         * ext/dts/gstdtsdec.h:
35975           New DTS decoder.
35976         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35977         (gst_faad_srcconnect):
35978           Add ESDS atom handling (.m4a).
35979
35980 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35981
35982         * ext/divx/gstdivxdec.c: (plugin_init):
35983           Remove comment that makes no sense.
35984         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35985           Fix for obvious typo that resulted in warnings during gst-register.
35986         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35987         (gst_xviddec_sink_link):
35988           Fix caps negotiation a bit better.
35989         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35990           We call this 'codec_data', not 'esds'.
35991
35992 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35993
35994         * gst/monoscope/gstmonoscope.c:
35995           make sure we only provide 256x128
35996         * gst/monoscope/monoscope.c: (monoscope_init):
35997           assert size of 256x128
35998
35999 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36000
36001         * Makefile.am:
36002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36003         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36004           fixate to max width and height of device
36005
36006 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36007
36008         * Makefile.am:
36009         * sys/v4l/gstv4l.c:
36010         * sys/v4l/gstv4lsrc.c:
36011         * sys/v4l/v4l_calls.c:
36012         * sys/v4l/v4lsrc_calls.c:
36013           fix for qc-usb driver which fakes having more than one buffer
36014           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36015           buffer_free override
36016           add debugging
36017
36018 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36019
36020         * Makefile.am:
36021         * gst/videotestsrc/gstvideotestsrc.c:
36022         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36023         (gst_videotestsrc_init), (gst_videotestsrc_get),
36024         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36025         * gst/videotestsrc/gstvideotestsrc.h:
36026           add num-buffers property
36027
36028         2004-04-26  Benjamin Otte  <otte@gnome.org>
36029
36030         * ext/mad/gstid3tag.c: (plugin_init):
36031           set id3mux rank to NONE so it doesn't confuse spider
36032           require audio/mpeg,mpegversion=1 in id3mux
36033
36034 2004-04-26  Benjamin Otte  <otte@gnome.org>
36035
36036         * configure.ac:
36037           detect faad correctly as non-working if it's indeed non-working
36038
36039 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36040
36041         * Makefile.am:
36042         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36043         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36044         fix _getcaps so it only negotiates to its supported format
36045
36046 2004-04-25  Benjamin Otte  <otte@gnome.org>
36047
36048         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36049           fix memleak
36050
36051 2004-04-23  Benjamin Otte  <otte@gnome.org>
36052
36053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36054           audio/x-raw-int with height rules! not. Now it's depth.
36055
36056 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36057
36058         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36059         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36060         (gst_wavparse_loop):
36061           Missing variable initialization. Add handling of DVI ADPCM. Fix
36062           mis-parsing of LIST chunks. This works around a bug where we mis-
36063           parse non-aligning LIST chunks (so LIST chunks where the contents
36064           don't align with the actual LIST size). The correct fix is to use
36065           rifflib, I'm not going to fix wavparse - too much work. All this
36066           fixes #104878.
36067
36068 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36069
36070         reviewed by Benjamin Otte  <otte@gnome.org>
36071
36072         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36073           fix shoutcast not working (fixes #140844)
36074
36075 2004-04-22  Benjamin Otte  <otte@gnome.org>
36076
36077         * ext/hermes/gsthermescolorspace.c:
36078         (gst_hermes_colorspace_caps_remove_format_info):
36079         * gst/colorspace/gstcolorspace.c:
36080         (gst_colorspace_caps_remove_format_info):
36081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36082         (gst_ffmpegcolorspace_caps_remove_format_info):
36083           s/gst_caps_simplify/gst_caps_do_simplify/
36084
36085 2004-04-22  Benjamin Otte  <otte@gnome.org>
36086
36087         * gst-libs/gst/riff/riff-media.c:
36088         (gst_riff_create_video_caps_with_data):
36089           mpegversion is an int
36090         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36091           don't try to create pad templates with NULL caps, use any caps
36092           instead.
36093
36094 2004-04-20  David Schleef  <ds@schleef.org>
36095
36096         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36097         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36098         (bug #140384)
36099
36100 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36101
36102         reviewed by David Schleef
36103
36104         * ext/mad/gstid3tag.c: Add stdlib.h
36105         * gst/rtp/gstrtpgsmenc.c: same
36106         * gst/tags/gstid3tag.c: same
36107         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36108         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36109         GST_DISABLE_LOADSAVE use.
36110         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36111         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36112         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36113         atol(3)).
36114         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36115         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36116         strtoul(3)).
36117         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36118         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36119         $(ID3_CFLAGS).
36120         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36121         $(LIBFAME_CFLAGS).
36122
36123 2004-04-20  David Schleef  <ds@schleef.org>
36124
36125         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36126         last checkin.  Same idea.
36127
36128 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36129
36130         reviewed by David Schleef
36131
36132         * configure.ac: bump required gstreamer version to 0.8.1.1
36133         because of following changes [--ds]
36134
36135         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36136         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36137         (gst_riff_read_header):  Use GST_READ_UINT*
36138         macros to access possibly unaligned memory.
36139
36140         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36141         (mp3_type_find):  Use GST_READ_UINT*
36142         macros to access possibly unaligned memory.
36143         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36144         (speex_type_find): Likewise
36145
36146         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36147
36148         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36149         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36150         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36151         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36152         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36153         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36154         macros to access possibly unaligned memory.
36155
36156         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36157         Likewise.
36158
36159         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36160         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36161
36162         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36163         Likewise.
36164
36165         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36166         (gst_mpeg2subt_chain_subtitle): Likewise.
36167
36168         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36169         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36170         Likewise.
36171
36172         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36173         Likewise.
36174
36175         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36176         Likewise.
36177
36178         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36179         Likewise.
36180
36181 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36182
36183         * configure.ac:
36184           update required version of GStreamer because of GST_TIME_FORMAT
36185
36186 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36187
36188         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36189           remove leftover g_print
36190         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36191           don't try setting only a subset of the caps. We don't want to kill
36192           autoplugging on purpose
36193
36194 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36195
36196         * sys/ximage/ximagesink.c: (plugin_init):
36197         * sys/xvimage/xvimagesink.c: (plugin_init):
36198           add debugging categories
36199
36200 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36201
36202         * po/en_GB.po:
36203         * po/LINGUAS:
36204           Adding en_GB translation (Gareth Owen)
36205
36206 2004-04-20  David Schleef  <ds@schleef.org>
36207
36208         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36209         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36210         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36211         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36212         A number of new features and hacks to extract the esds atom and
36213         put it into the caps.  (bug #137724)
36214
36215 2004-04-19  David Schleef  <ds@schleef.org>
36216
36217         * gconf/Makefile.am: Fix for non-GNU make
36218         * gst-libs/gst/Makefile.am: Change directory order to handle
36219         GstPlay linking with gstinterfaces
36220         * gst-libs/gst/audio/make_filter: make use of tr portable
36221         * gst-libs/gst/play/Makefile.am: Add intended \
36222         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36223         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36224         function prototype instead of void *.
36225         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36226         macro.
36227         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36228         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36229         * gst/videofilter/make_filter: make use of tr portable
36230         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36231
36232 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36233
36234         * po/LINGUAS:
36235         * po/uk.po:
36236           Added Ukrainian translation (Maxim V. Dziumanenko)
36237
36238 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36239
36240         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36241         (gst_gsmdec_link), (gst_gsmdec_chain):
36242           Fix capsnego, simplify chain function slightly.
36243         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36244           Add GSM.
36245
36246 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36247
36248         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36249         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36250         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36251           Hack to make wavparse work with spider (always -> sometimes pad).
36252           Fixes #135862 && #140411.
36253
36254 2004-04-18  Benjamin Otte  <otte@gnome.org>
36255
36256         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36257         (gst_osselement_rate_probe_check),
36258         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36259           get rid of \n in debug output
36260
36261 2004-04-17  Iain <iain@prettypeople.org>
36262
36263         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36264         not just EOS.
36265
36266 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36267
36268         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36269         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36270         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36271         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36272         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36273         (gst_id3_tag_change_state), (plugin_init):
36274           deprecate id3tag element and replace with id3demux/id3mux.
36275           great side effect: this ugly file is now even uglier, yay!
36276         * ext/mad/gstmad.h:
36277           remove non-available function
36278           update for new get_type
36279
36280 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36281
36282         * configure.ac:
36283           require mpeg2dec >= 0.4.0
36284
36285 2004-04-17  Benjamin Otte  <otte@gnome.org>
36286
36287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36288         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36289         (gst_xvimagesink_set_xwindow_id):
36290           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36291           assorted cleanup fixes.
36292
36293 2004-04-16  David Schleef  <ds@schleef.org>
36294
36295         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36296         * sys/xvimage/xvimagesink.h: same
36297
36298 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36299
36300         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36301           Fix GST_ELEMENT_ERROR with (NULL)
36302
36303 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36304
36305         * gst-libs/gst/riff/riff-media.c:
36306         (gst_riff_create_video_caps_with_data):
36307           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36308
36309 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36310
36311         * gst-libs/gst/riff/riff-media.c:
36312         (gst_riff_create_video_caps_with_data),
36313         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36314         (gst_riff_create_video_template_caps),
36315         (gst_riff_create_audio_template_caps):
36316         * gst-libs/gst/riff/riff-media.h:
36317         * gst-libs/gst/riff/riff-read.c:
36318         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36319         * gst-libs/gst/riff/riff-read.h:
36320         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36321           Add MS RLE support. I added some functions to read out strf chunks
36322           into strf chunks and the data behind it. This is usually color
36323           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36324           caps creation. Lastly, add ADPCM (similar to wavparse - which
36325           should eventually be rifflib based).
36326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36327         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36328         * gst/matroska/matroska-demux.h:
36329           Remove placeholders for some prehistoric tagging system. Didn't add
36330           support for any tag system really anyway.
36331         * gst/qtdemux/qtdemux.c:
36332           Add support for audio/x-m4a (MPEG-4) through spider.
36333         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36334         (gst_wavparse_loop):
36335           ADPCM support (#135862). Increase max. buffer size because we
36336           cannot split buffers for ADPCM (screws references) and I've seen
36337           files with 2048 byte chunks. 4096 seems safe for now.
36338
36339 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36340
36341         * configure.ac: bump nano to 1
36342
36343 === release 0.8.1 ===
36344
36345 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36346
36347         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36348
36349 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36350
36351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36352           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36353           Fixes #140058
36354
36355 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36356
36357         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36358           lower rank of dvddemux so that it's not used for mpeg playback.
36359
36360 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36361
36362         * configure.ac:
36363           save libs correctly when checking mad
36364
36365 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36366
36367         * ext/mad/gstid3tag.c: (plugin_init):
36368           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36369
36370 2004-04-13  David Schleef  <ds@schleef.org>
36371
36372         * common/m4/gst-feature.m4: Call -config scripts with
36373         --plugin-libs if it is supported.
36374         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36375         JPEG images are image/jpeg.
36376         * gst/debug/Makefile.am:
36377         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36378         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36379         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36380         (gst_negotiation_plugin_init): Add a property that acts like
36381         filter caps.
36382         * testsuite/gst-lint:  Move license checking to be a standard
36383         test.
36384
36385 2004-04-13  David Schleef  <ds@schleef.org>
36386
36387         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36388         patch from Sebastien Cote (bug #139958)
36389
36390 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36391
36392         * examples/gstplay/Makefile.am:
36393         * examples/gstplay/player.c: (main):
36394           make the commandline player example use gconf settings
36395
36396 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36397
36398         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36399         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36400         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36401           init/end library during state transition, not object
36402           creation/disposal.  get rid of custom dispose handler.
36403
36404
36405 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36406
36407         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36408         be a symlink
36409
36410 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36411
36412         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36413           Handle JUNK chunks inside data section. Prevents warnings.
36414
36415 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36416
36417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36418         (gst_riff_create_video_template_caps):
36419           Add MS video v1.
36420         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36421         (gst_avi_demux_stream_data):
36422           Add support for "rec-list" chunks.
36423
36424 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36425
36426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36427           Fix another codecname mismatch.
36428
36429 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36430
36431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36432           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36433           so that MJPEG plays back.
36434
36435 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36436
36437         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36438         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36439         * gst/mpeg1videoparse/gstmp1videoparse.h:
36440           Fix for some slight mis-cuts in buffer parsing, and for some
36441           potential overflows or faults-causers. Adds disconts. Also fixes
36442           #139105 while we're at it.
36443
36444 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36445
36446         * configure.ac:
36447         * sys/v4l2/gstv4l2element.h:
36448           Workaround for missing struct v4l2_buffer declaration in Suse 9
36449           and Mandrake 10 linux/videodev2.h header file (#135919).
36450
36451 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36452
36453         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36454           Bail out if no filename was given.
36455
36456 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36457
36458         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36459         (gst_v4l2_fourcc_from_structure):
36460           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36461           Y41B somewhere).
36462
36463 2004-04-09  Benjamin Otte  <otte@gnome.org>
36464
36465         * ext/gnomevfs/gstgnomevfssink.c:
36466         (_gst_boolean_allow_overwrite_accumulator),
36467         (gst_gnomevfssink_class_init):
36468           fix erase signal - if any handler returns false the file will not be
36469           overwritten. If no handler is connected, the file will not be
36470           overwritten either.
36471           renamed signal to "allow-overwrite"
36472         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36473           free string when adding it to ID3 failed
36474         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36475           unref event when done
36476         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36477           free caps
36478         * gst/typefind/gsttypefindfunctions.c:
36479         (mpeg_video_stream_type_find):
36480           fix invalid read
36481
36482 2004-04-08  David Schleef  <ds@schleef.org>
36483
36484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36485         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36486
36487 2004-04-08  David Schleef  <ds@schleef.org>
36488
36489         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36490         we don't support (bug #139532)
36491
36492 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36493
36494         * ext/mad/gstmad.c: (gst_mad_handle_event),
36495         (gst_mad_check_caps_reset), (gst_mad_chain),
36496         (gst_mad_change_state):
36497           only set explicit caps if they haven't been set before for
36498           this stream.  MPEG-audio sample rate/channels aren't allowed
36499           to change in-stream.
36500           Fixes #139382
36501
36502 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36503
36504         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36505         (_gst_boolean_did_something_accumulator),
36506         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36507         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36508         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36509         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36510         (gst_gnomevfssink_change_state):
36511           Fix erase signal. Don't erase by default. Remove handoff signal.
36512           Remove erase property. Don't segfault. General cleanup.
36513
36514 2004-04-07  Benjamin Otte  <otte@gnome.org>
36515
36516         * gst-libs/gst/gconf/test-gconf.c: (main):
36517           add missing gst_init
36518
36519 2004-04-07  Benjamin Otte  <otte@gnome.org>
36520
36521         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36522           free the mutexes, too
36523
36524 2004-04-07  Benjamin Otte  <otte@gnome.org>
36525
36526         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36527           actually free the URI string
36528         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36529           compute offset correctly when passing discont events
36530         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36531           don't leak discont events
36532         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36533           add some missing breaks so caps aren't copied randomly
36534         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36535           if we realloc memory, we better use it
36536
36537 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36538
36539         * ext/mad/gstmad.c: (normal_seek):
36540           fix GST_FORMAT_TIME usage
36541
36542 2004-04-05  David Schleef  <ds@schleef.org>
36543
36544         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36545         a deprecated function (hack!)
36546
36547 2004-04-05  Benjamin Otte  <otte@gnome.org>
36548
36549         * ext/esd/esdmon.c: (gst_esdmon_get):
36550           fix nonterminated vararg and memleak
36551
36552 2004-04-05  Benjamin Otte  <otte@gnome.org>
36553
36554         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36555         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36556         (gst_ladspa_set_property), (gst_ladspa_get_property),
36557         (gst_ladspa_instantiate), (gst_ladspa_activate),
36558         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36559           clean up debugging
36560
36561 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36562
36563         reviewed by Benjamin Otte  <otte@gnome.org>
36564
36565         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36566           check for broken LADSPA parameters (fixes #138635)
36567
36568 2004-04-05  Benjamin Otte  <otte@gnome.org>
36569
36570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36571           advertise buffer-frames correctly on sinkpads
36572
36573 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36574
36575         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36576         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36577         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36578         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36579         (gst_mad_check_caps_reset), (gst_mad_chain):
36580         add more debugging, only reset caps when we're not in error state
36581
36582 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36583
36584         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36585
36586 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36587
36588         reviewed by Benjamin Otte  <otte@gnome.org>
36589
36590         * configure.ac:
36591           fix == in test(1) operator
36592
36593 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36594
36595         reviewed by Benjamin Otte  <otte@gnome.org>
36596
36597         * configure.ac:
36598           fix --export-symblos-regex to a working regex.
36599
36600 2004-04-04  Benjamin Otte  <otte@gnome.org>
36601
36602         * sys/oss/.cvsignore:
36603           add for oss_probe
36604
36605 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36606
36607         reviewed by Benjamin Otte  <otte@gnome.org>
36608
36609         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36610           add missing 'new_media' argument (fixes #138168)
36611         * gst/matroska/matroska-demux.c:
36612         (gst_matroska_demux_handle_seek_event):
36613           add vararg terminator (fixes #138169)
36614
36615 2004-04-02  David Schleef  <ds@schleef.org>
36616
36617         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36618         disted (bug #138914)
36619
36620 2004-04-01  Benjamin Otte  <otte@gnome.org>
36621
36622         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36623         (gst_alsa_close_audio):
36624           handle case better where a soundcard can't pause
36625         * ext/ogg/gstoggdemux.c:
36626           don't crash when we get events but don't have pads yet
36627
36628 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36629
36630         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36631           throw an error if we couldn't probe any caps.
36632
36633 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36634
36635         * ext/dvdnav/gst-dvd:
36636         Add a really simple sample DVD player
36637
36638 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36639
36640         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36641         (gst_a52dec_push), (gst_a52dec_handle_event),
36642         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36643         (gst_a52dec_change_state):
36644         * ext/a52dec/gsta52dec.h:
36645           Use a debug category, Output timestamps correctly
36646           Emit tag info, Handle events, tell liba52dec about cpu
36647           capabilities so it can use MMX etc.
36648         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36649           Fix a crasher accessing invalid memory
36650         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36651         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36652         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36653         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36654         (dvdnavsrc_query):
36655           Some support for byte-format seeking.
36656           Small fixes for still frames and menu button overlays
36657         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36658         (gst_mpeg2dec_alloc_buffer):
36659           Use a debug category. Adjust the report level of several items to
36660           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36661           so it doesn't lose the GstBuffer pointer
36662         * gst/debug/Makefile.am:
36663         * gst/debug/gstdebug.c: (plugin_init):
36664         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36665         (gst_navseek_base_init), (gst_navseek_class_init),
36666         (gst_navseek_init), (gst_navseek_seek),
36667         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36668         (gst_navseek_get_property), (gst_navseek_chain),
36669         (gst_navseek_plugin_init):
36670         * gst/debug/gstnavseek.h:
36671           Add the navseek debug element for seeking back and forth in a
36672           video stream using arrow keys.
36673         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36674         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36675         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36676         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36677         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36678         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36679         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36680         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36681         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36682         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36683         * gst/mpeg2sub/gstmpeg2subt.h:
36684           Pretty much a complete rewrite. Now a loopbased element. May still
36685           require work to properly synchronise subtitle buffers.
36686         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36687         (gst_dvd_demux_send_subbuffer):
36688         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36689           Don't attempt to create subbuffers of size 0
36690           Reduce a couple of error outputs to warnings.
36691         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36692         (gst_y4mencode_chain):
36693         Output the y4m frame header correctly.
36694
36695 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36696
36697         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36698           throw errors instead of allowing SIGFPE
36699
36700 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36701
36702         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36703         (gst_gconf_render_bin_from_key):
36704           leak plugging and style fixing
36705
36706 2004-03-31  David Schleef  <ds@schleef.org>
36707
36708         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36709         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36710         (bug #138225)
36711         * gst/debug/Makefile.am:
36712         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36713         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36714         plugin.
36715         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36716         (gst_negotiation_base_init), (gst_negotiation_class_init),
36717         (gst_negotiation_init), (gst_negotiation_getcaps),
36718         (gst_negotiation_pad_link), (gst_negotiation_chain),
36719         (gst_negotiation_set_property), (gst_negotiation_get_property),
36720         (gst_negotiation_plugin_init):  New element to talk about random
36721         negotiation things happening in a pipeline.
36722
36723 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36724
36725         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36726           fix integer addition with help of Stefan Kost
36727
36728 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36729
36730         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36731
36732 2004-03-30  David Schleef  <ds@schleef.org>
36733
36734         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36735         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36736         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36737         (bug #137504)
36738         * ext/mpeg2dec/gstmpeg2dec.h:
36739
36740 2004-03-30  David Schleef  <ds@schleef.org>
36741
36742         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36743
36744 2004-03-30  David Schleef  <ds@schleef.org>
36745
36746         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36747         Michael Petullo) to handle .mov
36748
36749 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36750
36751         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36752         (gst_osselement_rate_check_rate):
36753           probe caps correctly for sound cards that only support one format
36754
36755 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36756
36757         * ext/kio/kiosrc.cpp: (process_events):
36758           update handling event processing if inside KDE - untested
36759
36760 2004-03-29  David Schleef  <ds@schleef.org>
36761
36762         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36763         by 2 to not interfere with other colorspaces.
36764         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36765         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36766         one to not interfere with ffmpeg_colorspace.
36767
36768 2004-03-29  David Schleef  <ds@schleef.org>
36769
36770         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36771         aren't in the caps.
36772         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36773         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36774
36775 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36776
36777         * gst-libs/gst/riff/riff-media.c:
36778           fail on error, don't try to set stuff on NULL caps
36779
36780 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36781
36782         * configure.ac:
36783         * ext/Makefile.am:
36784         * ext/kio/Makefile.am:
36785         * ext/kio/kioreceiver.cpp:
36786         * ext/kio/kioreceiver.h:
36787         * ext/kio/kiosrc.cpp:
36788         * ext/kio/kiosrc.h:
36789           add experimental kiosrc plugin
36790         * ext/alsa/gstalsaplugin.c: (plugin_init):
36791           initialize debugging category only when we're sure registering the
36792           plugins worked.
36793
36794 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36795
36796         * examples/gstplay/player.c: (main):
36797         * gst-libs/gst/play/play.c: (gst_play_class_init),
36798         (gst_play_set_location), (gst_play_set_data_src),
36799         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36800         (gst_play_set_visualization), (gst_play_connect_visualization):
36801           check return values of element_set_state and return FALSE where
36802           failed
36803
36804 2004-03-29  Benjamin Otte  <otte@gnome.org>
36805
36806         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36807           try harder to check if an event is really a discont
36808
36809 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36810
36811         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36812         * po/az.po:
36813
36814 2004-03-28  Benjamin Otte  <otte@gnome.org>
36815
36816         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36817         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36818         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36819           get rid of non-standard "..." ranges in case statements.
36820
36821 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36822
36823         * gst/mpegstream/gstmpegdemux.c:
36824         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36825         specific functionality split to the new dvddemux element.
36826         * gst/mpegstream/gstdvddemux.c:
36827         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36828         streams, derived from mpegdemux.
36829         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36830         up. SCR based timestamp rewriting can be turned off (will probably
36831         completely disappear soon).
36832         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36833         hacking. General cleanup. All printf statements replaced by
36834         debugging messages. Almost complete libdvdnav support.
36835         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36836         by events. New properties for audio and subpicture languages.
36837         (dvdnavsrc_update_highlight): Now uses events.
36838         (dvdnavsrc_user_op): Cleaned up.
36839         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36840         based). Lots of cleanup, and propper support for most libdvdnav
36841         events.
36842         (dvdnavsrc_make_dvd_event): New function.
36843         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36844         (dvdnavsrc_make_clut_change_event): New function.
36845
36846 2004-03-26  Benjamin Otte  <otte@gnome.org>
36847
36848         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36849           fix bug where typefinding would claim it's theora whenever less then
36850           7 bytes of data were available
36851
36852 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36853
36854         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36855         (gst_alawdec_base_init), (gst_alawdec_class_init),
36856         (gst_alawdec_init), (gst_alawdec_chain):
36857         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36858         (gst_alawenc_base_init), (gst_alawenc_class_init),
36859         (gst_alawenc_init), (gst_alawenc_chain):
36860         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36861         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36862         (gst_mulawdec_init), (gst_mulawdec_chain):
36863         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36864         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36865         (gst_mulawenc_init), (gst_mulawenc_chain):
36866           Fix capsnego in all four, remove the unused property functions and
36867           simplify the chain functions slightly. I guess we could use macros
36868           or something similar for those, since the code is so similar, but
36869           I'm currently too lazy...
36870
36871 2004-03-24  David Schleef  <ds@schleef.org>
36872
36873         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36874         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36875         (gst_osselement_get_format_structure),
36876         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36877         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36878         (gst_osselement_rate_int_compare): Add code to handle rate probing
36879         (bug #120883)
36880         * sys/oss/gstosselement.h: same
36881         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36882         Use rate probing provided by osselement.
36883         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36884
36885 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36886
36887         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36888         (gst_xvidenc_get_property):
36889           ulong/int mess-up.
36890
36891 2004-03-24  David Schleef  <ds@schleef.org>
36892
36893         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36894         (gst_speexdec_init):
36895         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36896         (gst_speexenc_init):  Create the pad template correctly (from
36897         the static pad template, not a NULL pointer.)
36898
36899 2004-03-25  Benjamin Otte  <otte@gnome.org>
36900
36901         * gst/debug/Makefile.am:
36902         * gst/debug/breakmydata.c:
36903           add element that quasi-randomly changes bytes in the stream.
36904           Intended use is robustness checking of demuxers and decoders in
36905           media tests.
36906
36907 2004-03-24  Benjamin Otte  <otte@gnome.org>
36908
36909         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36910         (gst_alsa_probe_hw_params):
36911         * ext/alsa/gstalsa.h:
36912           debugging output fixes
36913
36914 2004-03-24  Benjamin Otte  <otte@gnome.org>
36915
36916         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36917           don't g_return_if_fail if element is PLAYING, fail silently as every
36918           other element.
36919         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36920           only fix needed for cast lvalue issues in gst-plugins
36921         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36922           add proxy_getcaps
36923
36924 2004-03-24  Benjamin Otte  <otte@gnome.org>
36925
36926         * gst/level/gstlevel.c: (gst_level_init):
36927           add proxying getcaps function, so level doesn't advertise impossible
36928           caps
36929
36930 2004-03-24  David Schleef  <ds@schleef.org>
36931
36932         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36933         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36934         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36935         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36936         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36937         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36938         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36939         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36940         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36941         messages.  Divide the chunk size by the compression ratio
36942         (needed for MACE audio)
36943
36944 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36945
36946         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36947           Fix buffer overflow read error.
36948
36949 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36950
36951         * ext/alsa/gstalsa.h:
36952           Remove unused entry.
36953         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36954           Add cinepak.
36955         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36956         (gst_videodrop_link), (gst_videodrop_chain):
36957           Fix, sort of. Was horribly broken with new capsnego. Bah...
36958
36959 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36960
36961         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36962         (plugin_init):
36963         Add a monkeysaudio typefind function
36964
36965 2004-03-23  Johan Dahlin  <johan@gnome.org>
36966
36967         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36968         (gst_play_video_fixate): Check so the structure has the field
36969         before trying to fixate them, this makes it possible to have
36970         fakesinks for video and audio output without printing errors on
36971         the output console.
36972
36973 2004-03-22  David Schleef  <ds@schleef.org>
36974
36975         * sys/oss/Makefile.am:
36976         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36977         (check_rate), (add_rate):  Rate probing test app.
36978
36979 2004-03-21  Benjamin Otte  <otte@gnome.org>
36980
36981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36982         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36983           add a fixation function that pretty much does the right thing (fixes
36984           #137556)
36985
36986 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36987
36988         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36989
36990 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36991
36992         reviewed by: Benjamin Otte  <otte@gnome.org>
36993
36994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36995           terminate gst_event_new_discontinuous correctly (fixes parts of
36996           #137711)
36997
36998 2004-03-19  David Schleef  <ds@schleef.org>
36999
37000         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37001         since it doesn't depend on X, and it's part of our ABI.
37002
37003 2004-03-19  Iain <iain@prettypeople.org>
37004
37005         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37006         is_int in the structure, not the local variable.
37007
37008 2004-03-19  David Schleef  <ds@schleef.org>
37009
37010         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37011         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37012         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37013         Improvements in caps negotiation.
37014
37015 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37016
37017         * po/LINGUAS:
37018         * po/af.po:
37019           adding Afrikaans (Petri Jooste)
37020
37021 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37022
37023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37024         (gst_ffmpegcolorspace_chain):
37025         throw error instead of g_critical (#137588)
37026
37027 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37028
37029         * Makefile.am:
37030         * configure.ac:
37031           dist common and m4 correctly
37032         * po/sv.po:
37033
37034 2004-03-17  David Schleef  <ds@schleef.org>
37035
37036         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37037         (bug #137348)
37038
37039 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37040
37041         * po/LINGUAS:
37042         * po/sv.po:
37043           adding Swedish translation (Christian Rose)
37044
37045 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37046
37047         * Makefile.am: use release.mak
37048
37049 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37050
37051         * common/ChangeLog:
37052         * common/gst-autogen.sh:
37053           add some explanation about the version detection
37054         * configure.ac:
37055           fix X check
37056
37057 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37058
37059         * configure.ac: bump nano to 1
37060
37061 === release 0.8.0 ===
37062
37063 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37064
37065         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37066
37067 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37068
37069         * configure.ac:
37070           update libtool version
37071         * gst-libs/gst/media-info/Makefile.am:
37072           actually use libtool version
37073
37074 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37075
37076         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37077
37078 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37079
37080         * configure.ac:
37081         * gst-plugins.spec.in:
37082         * pkgconfig/Makefile.am:
37083         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37084         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37085         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37086         * pkgconfig/gstreamer-libs.pc.in:
37087         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37088         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37089         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37090         * pkgconfig/gstreamer-plugins.pc.in:
37091           remove @VERSION@ from some of the pc files since core and plugins
37092           are decoupled.
37093           created gstreamer-plugins.pc as it's a better name, but keeping
37094           -libs around for now to get fixes upstream done first.
37095
37096 2004-03-15  Julien MOUTTE <julien@moutte.net>
37097
37098         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37099         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37100         * gst-libs/gst/play/play.h:
37101
37102 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37103
37104         * *.c, *.cc: don't mix tabs and spaces
37105
37106 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37107
37108         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37109           use the new ffmpegcolorspace
37110         * gst-plugins.spec.in:
37111           package new colorspace and media-info
37112         * configure.ac:
37113         * pkgconfig/Makefile.am:
37114           fix some more disting issues
37115         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37116         * pkgconfig/gstreamer-media-info.pc.in:
37117           generate media-info pc files
37118
37119 2004-03-15  Johan Dahlin  <johan@gnome.org>
37120
37121         * *.h: Revert indenting
37122
37123 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37124
37125         * configure.ac:
37126           adding ffmpegcolorspace element
37127         * gst/ffmpegcolorspace/Makefile.am:
37128         * gst/ffmpegcolorspace/avcodec.h:
37129         * gst/ffmpegcolorspace/common.h:
37130         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37131         * gst/ffmpegcolorspace/dsputil.h:
37132         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37134         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37135         (gst_ffmpeg_caps_to_pix_fmt):
37136         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37138         (gst_ffmpegcolorspace_caps_remove_format_info),
37139         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37140         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37141         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37142         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37143         (gst_ffmpegcolorspace_set_property),
37144         (gst_ffmpegcolorspace_get_property),
37145         (gst_ffmpegcolorspace_register):
37146         * gst/ffmpegcolorspace/imgconvert.c:
37147         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37148         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37149         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37150         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37151         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37152         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37153         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37154         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37155         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37156         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37157         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37158         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37159         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37160         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37161         (img_get_alpha_info), (deinterlace_line),
37162         (deinterlace_line_inplace), (deinterlace_bottom_field),
37163         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37164         * gst/ffmpegcolorspace/imgconvert_template.h:
37165         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37166         * gst/ffmpegcolorspace/mmx.h:
37167         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37168           adding ffmpegcolorspace element supplied by Ronald after cleaning
37169           up and pulling in the right bits of upstream source.
37170           I'm sure a better C/compiler wizard could do some cleaning up (for
37171           example use GLIB's malloc stuff), but as a first pass this
37172           works very well
37173
37174 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37175
37176         * ext/alsa/gstalsa.h:
37177           I assume Ronald forgot to commit the change to have cardname
37178           as a struct member.  Expect some public spanking at the next
37179           opportunity.
37180
37181 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37182
37183         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37184         (gst_alsa_open_audio), (gst_alsa_close_audio):
37185         * ext/alsa/gstalsa.c:
37186           Don't open the device if we're a mixer (= padless).
37187         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37188         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37189         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37190           Open mixer during state change rather than during object
37191           initialization. Also, get a device name. Currently in a somewhat
37192           hackish fashion, but I didn't really find something better.
37193
37194 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37195
37196         * *.c, *.h: run gst-indent
37197
37198 2004-03-14  Benjamin Otte  <otte@gnome.org>
37199
37200         * gst/modplug/gstmodplug.cc:
37201         * gst/modplug/gstmodplug.h:
37202           set correct timestamps on outgoing buffers
37203
37204 2004-03-14  Benjamin Otte  <otte@gnome.org>
37205
37206         * gst/modplug/gstmodplug.cc:
37207           handle events - don't do crap when a discont arrives that's not
37208           necessary
37209           This allows correct loading and playback of mods in Rhythmbox
37210
37211 2004-03-14  Benjamin Otte  <otte@gnome.org>
37212
37213         * configure.ac:
37214         * gst-libs/gst/gconf/Makefile.am:
37215         * pkgconfig/Makefile.am:
37216           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37217           they get rebuilt properly
37218         * configure.ac:
37219           when checking for vorbis, try pkgconfig first.
37220         * gst/modplug/gstmodplug.cc:
37221           add fixate function
37222
37223 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37224
37225         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37226           Fix for obvious mistake, where we first shift the offset and then
37227           read a samplesize element assuming the old offset. Note that this
37228           part still has something weird, i.e. my movies containing those
37229           don't actually play well, but at least there's something that looks
37230           like sound now.
37231
37232 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37233         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37234         (plugin_init):
37235         Add a typefind function for speex format
37236
37237 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37238
37239         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37240         (gst_asf_demux_setup_pad):
37241           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37242           instead of 0. Reason is simple: some elements have a fps range
37243           of 1-max instead of 0-max. So now ASF video actually works.
37244
37245 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37246
37247         * po/LINGUAS:
37248         * po/sr.po:
37249           adding serbian as a language
37250
37251 2004-03-13  Benjamin Otte  <otte@gnome.org>
37252
37253         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37254           return taglist correctly from _get function, don't gst_pad_push it.
37255           (fixes #137042)
37256
37257 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37258         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37259
37260 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37261
37262         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37263         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37264         (gst_alsa_mixer_track_new):
37265         * ext/alsa/gstalsamixertrack.h:
37266           Fix ancient leftovers... MixerTrack is a GObject.
37267
37268 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37269
37270         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37271         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37272           Don't block during probing...
37273
37274 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37275
37276         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37277         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37278         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37279         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37280         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37281         (gst_alsa_open_audio), (gst_alsa_close_audio):
37282         * ext/alsa/gstalsa.h:
37283           Add propertyprobe interface implementation, add some device-name
37284           property, all this so that it looks good in gnome-volume-control.
37285
37286 2004-03-12  David Schleef  <ds@schleef.org>
37287
37288         * configure.ac: the Hermes library controls hermescolorspace, not
37289         colorspace.
37290         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37291         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37292         not /* */
37293         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37294         * ext/sdl/sdlvideosink.h: ditto.
37295         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37296
37297 2004-03-12  Benjamin Otte  <otte@gnome.org>
37298
37299         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37300         (gst_x_overlay_got_xwindow_id):
37301         * gst-libs/gst/xoverlay/xoverlay.h:
37302           replace XID with unsigned long to get rid of the xlibs dependency in
37303           XOverlay (fixes #137004)
37304
37305 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37306         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37307         (gst_agingtv_setup):
37308         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37309         (gst_dicetv_base_init), (gst_dicetv_class_init),
37310         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37311         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37312         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37313         (gst_edgetv_setup), (gst_edgetv_rgb32):
37314         * gst/effectv/gsteffectv.c:
37315         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37316         (gst_quarktv_set_property):
37317         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37318         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37319         (gst_revtv_setup), (gst_revtv_rgb32):
37320         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37321         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37322         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37323         (gst_shagadelictv_rgb32):
37324         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37325         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37326         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37327         * gst/effectv/gstwarp.c:
37328         Port everything that can be ported to videofilter and fix up the caps.
37329         Can someone with a big-endian machine please check these?
37330
37331 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37332
37333         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37334         (gst_osssink_chain), (gst_osssink_change_state):
37335           Latest fixes for A/V sync, audio playback and such. This is about
37336           all... MPEG playback issues are mostly related to the async build-
37337           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37338
37339 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37340
37341         patch from: Stephane Loeuillet
37342
37343         * configure.ac:
37344           use pkg-config for some libraries, falling back to the old .m4 way
37345           (fixes #131270)
37346         * m4/libdv.m4:
37347           removed
37348
37349 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37350
37351         * configure.ac:
37352         * tools/Makefile.am:
37353         * tools/Makefile.in:
37354         * tools/gst-launch-ext-m.m:
37355         * tools/gst-launch-ext.1.in:
37356         * tools/gst-visualise-m.m:
37357         * tools/gst-visualise.1:
37358         * tools/gst-visualise.1.in:
37359           reorganizing generation of script tools
37360
37361 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37362
37363         * ext/divx/gstdivxdec.c:
37364           Downgrade priority. We prefer ffdec_mpeg4.
37365         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37366         (gst_faad_chain), (gst_faad_change_state):
37367           Fix capsnego. Doesn't work for some sounds because we don't have
37368           a 5:1 to stereo element.
37369         * ext/xvid/gstxvid.c: (plugin_init):
37370           Add priority.
37371         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37372         (gst_osssink_change_state):
37373           Add discont handling.
37374
37375 2004-03-09  Colin Walters  <walters@verbum.org>
37376
37377         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37378         conversion.
37379
37380 2004-03-09  Benjamin Otte  <otte@gnome.org>
37381
37382         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37383           the signals take 2 arguments
37384
37385 2004-03-09  David Schleef  <ds@schleef.org>
37386
37387         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37388         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37389         * ext/alsa/gstalsa.h:
37390         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37391
37392 2004-03-09  Benjamin Otte  <otte@gnome.org>
37393
37394         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37395         (gst_mikmod_change_state):
37396         * ext/mikmod/gstmikmod.h:
37397           make mikmod's loop function not loop infinitely and call
37398           gst_element_yield anymore
37399         * gst/modplug/gstmodplug.cc:
37400           fix pad negotiation (fixes #136590)
37401
37402 2004-03-09  David Schleef  <ds@schleef.org>
37403
37404         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37405         doesn't conflict with the internal colorspace plugin.
37406         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37407         satisfy the crappy-ass shell shipped by a certain vendor.
37408         * gst/videofilter/make_filter: same (bug #135299)
37409
37410 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37411
37412         * configure.ac: bump nano to 1
37413
37414 === release 0.7.6 ===
37415
37416 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37417
37418         * configure.in: releasing 0.7.6, "There"
37419
37420 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37421
37422         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37423         * pkgconfig/gstreamer-play.pc.in:
37424           synchronize the two
37425
37426 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37427
37428         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37429         (cdparanoia_open), (cdparanoia_event):
37430           fix/add error handling
37431         * po/POTFILES.in:
37432           add cdparanoia source
37433         * tools/Makefile.am:
37434           make scripts executable
37435
37436 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37437
37438         * configure.ac:
37439         * ext/vorbis/Makefile.am:
37440         * sys/Makefile.am:
37441           remove id3types, vorbisfile and xvideosink from the build (#133783)
37442
37443 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37444
37445         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37446           Fix metadata read crash (#136537).
37447
37448 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37449
37450         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37451         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37452           adding mime types, fixing the one-stop function
37453
37454 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37455
37456         * ext/nas/nassink.c and /ext/nas/nassink.h:
37457         More NAS love from Arwed von Merkatz
37458         So lets all sing 'Can you feel the NAS tonight'
37459
37460 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37461
37462         * tools/gst-launch-ext.in:
37463         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37464
37465 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37466
37467         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37468         (gst_mpeg2dec_init):
37469         remove the user_data pad for now, because it is being used in
37470         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37471         If someone knows how to fix this properly, please do.
37472
37473 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37474
37475         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37476         (gst_osssink_get_time):
37477         add a warning, IMO this won't get triggered anymore, remove later
37478
37479 2004-03-07  David Schleef  <ds@schleef.org>
37480
37481         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37482         format (bug #136470)
37483
37484 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37485
37486         * gst-libs/Makefile.am:
37487         * gst-libs/gst/media-info/Makefile.am:
37488         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37489         (error_callback), (gst_media_info_error_create),
37490         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37491         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37492         * gst-libs/gst/media-info/media-info-priv.h:
37493         * gst-libs/gst/media-info/media-info-test.c: (main):
37494         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37495         (gst_media_info_class_init), (gst_media_info_instance_init),
37496         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37497         (gst_media_info_read_idler), (gst_media_info_read):
37498         * gst-libs/gst/media-info/media-info.h:
37499         fixed, should work now
37500
37501 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37502
37503         * ext/nas/nassink.c:
37504         A bunch of NAS fixes from Arwed von Merkatz
37505
37506 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37507
37508         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37509         (qtdemux_parse_trak):
37510           Fix crash (j might be greater than n_samples, in which case we're
37511           writing outside the allocated space for the array) and memleak.
37512
37513 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37514
37515         * sys/oss/gstosssink.c: (gst_osssink_chain):
37516           And another caller that couldn't handle delay < 0 (unsigned
37517           integer overflow). Video now continues playing on an audio
37518           buffer underrun, and the clock continues working. Audio still
37519           stalls.
37520
37521 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37522
37523         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37524         (gst_osssink_get_time):
37525           get_delay() may return values lower than 0. In those cases, we
37526           should not actually cast to *unsigned* int64, that will break
37527           stuff horribly. In my case, it screwed up A/V sync in movies
37528           in totem rather badly.
37529
37530 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37531
37532         * ext/faac/gstfaac.c: (gst_faac_chain):
37533         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37534         * ext/libpng/gstpngenc.c: (user_write_data):
37535         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37536         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37537         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37538         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37539         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37540         of any buffer), should fix some leaks. I hope I didn't unref buffers
37541         that shouldn't be...
37542
37543 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37544
37545         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37546         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37547         (error_callback), (gmi_reset), (gmi_seek_to_track),
37548         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37549         (gmip_find_type_post), (gmip_find_stream_post),
37550         (gmip_find_track_streaminfo_post):
37551         * gst-libs/gst/media-info/media-info-priv.h:
37552         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37553         (info_print), (main):
37554         * gst-libs/gst/media-info/media-info.c:
37555         (gst_media_info_error_create), (gst_media_info_error_element),
37556         (gst_media_info_instance_init), (gst_media_info_get_property),
37557         (gst_media_info_new), (gst_media_info_set_source),
37558         (gst_media_info_read_idler), (gst_media_info_read):
37559         * gst-libs/gst/media-info/media-info.h:
37560           first pass at making this work again.  This seems to work on
37561           tagged ogg/vorbis and mp3 files.
37562
37563 2004-03-06  Benjamin Otte  <otte@gnome.org>
37564
37565         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37566           fix huge leak: gst_buffer_merge doesn't unref the first argument
37567           itself.
37568
37569 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37570
37571         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37572           report layer/mode/emphasis
37573
37574 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37575
37576         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37577
37578 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37579
37580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37581           signal serial
37582
37583 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37584
37585         * ext/vorbis/vorbis.c: (plugin_init):
37586         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37587         (gst_vorbis_dec_init), (vorbis_dec_event):
37588         add debug category
37589         make vorbisdec handle _BYTE and _TIME queries
37590
37591 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37592
37593         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37594           from the xing header
37595
37596 2004-03-06  Benjamin Otte  <otte@gnome.org>
37597
37598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37599         (gst_audio_convert_link), (gst_audio_convert_change_state),
37600         (gst_audio_convert_buffer_from_default_format):
37601           do conversions from/to float correctly, fix some caps nego errors,
37602           export correct supported caps in template and getcaps, use correct
37603           caps in try_set_caps functions
37604
37605 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37606
37607         For some reason, I only committed a ChangeLog entry yesterday and
37608         not the corresponding code...
37609         * ext/mad/gstmad.c: Fix detection of Xing headers
37610         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37611
37612 2004-03-06  Benjamin Otte  <otte@gnome.org>
37613
37614         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37615         (gst_ogg_demux_src_query):
37616           make sure to handle the case where there's no current chain
37617           gracefully.
37618
37619 2004-03-05  David Schleef  <ds@schleef.org>
37620
37621         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37622         Add fixate function. (bug #131128)
37623         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37624         (gst_sdlvideosink_fixate):  Add fixate function.
37625         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37626         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37627         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37628         Fix missing break that was causing ulaw to be interpreted as
37629         raw int.
37630
37631 2004-03-05  David Schleef  <ds@schleef.org>
37632
37633         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37634         Fix code that ignores return value of gst_buffer_merge().
37635         (bug #114560)
37636         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37637         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37638         * testsuite/gst-lint:  Check for above.
37639
37640 2004-03-05  David Schleef  <ds@schleef.org>
37641
37642         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37643         caps and throw an element error.  (bug #136334)
37644
37645 2004-03-05  David Schleef  <ds@schleef.org>
37646
37647         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37648         (gst_faad_chain): Fix negotiation.
37649         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37650         key and button events.
37651         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37652         dung heap of code.
37653         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37654         depends on gconf
37655         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37656         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37657         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37658         function to encourage better negotiation, particularly between
37659         audioconvert and osssink.
37660         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37661         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37662         more important.
37663         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37664         typefinding.
37665         * gst/vbidec/vbiscreen.c:  Add glib header
37666         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37667
37668 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37669
37670         * ext/mad/gstmad.c: Fix detection of Xing headers
37671         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37672
37673 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37674
37675         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37676         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37677           debug updates
37678
37679 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37680
37681         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37682         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37683         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37684         files, and report the parsed length as a GST_TAG_DURATION tag.
37685         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37686
37687 2004-03-05  Benjamin Otte  <otte@gnome.org>
37688
37689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37690           convert channels correctly. convert correctly to unsigned.
37691
37692 2004-03-05  Julien MOUTTE <julien@moutte.net>
37693
37694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37695         we have a window before clearing it.
37696
37697 2004-03-05  Julien MOUTTE <julien@moutte.net>
37698
37699         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37700         have a window before clearing it.
37701
37702 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37703
37704         * gconf/gstreamer.schemas.in:
37705         * gst-libs/gst/gconf/Makefile.am:
37706           version installation path the same way as for 0.6
37707         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37708         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37709         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37710           remove comment that was fixed
37711
37712 2004-03-05  David Schleef  <ds@schleef.org>
37713
37714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37715         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37716         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37717         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37718         Add prototype code for handling seeking and querying.
37719
37720 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37721
37722         * examples/gstplay/player.c: (main):
37723           Initialize variables to NULL. Prevents a segfault because the
37724           (uninitialized) variable is not NULL, resulting in a crash on
37725           trying to reach error->message.
37726
37727 2004-03-05  Benjamin Otte  <otte@gnome.org>
37728
37729         * gst/audioconvert/gstaudioconvert.c:
37730         (gst_audio_convert_buffer_to_default_format):
37731         make float=>int conversion work correctly even in cornercases.
37732
37733 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37734
37735         * debian/README.Debian:
37736         * debian/build-deps:
37737         * debian/changelog:
37738         * debian/control:
37739         * debian/control.in:
37740         * debian/copyright:
37741         * debian/gstreamer-a52dec.files:
37742         * debian/gstreamer-aa.files:
37743         * debian/gstreamer-alsa.files:
37744         * debian/gstreamer-alsa.manpages:
37745         * debian/gstreamer-arts.files:
37746         * debian/gstreamer-artsd.files:
37747         * debian/gstreamer-audiofile.files:
37748         * debian/gstreamer-avifile.files:
37749         * debian/gstreamer-cdparanoia.files:
37750         * debian/gstreamer-colorspace.files:
37751         * debian/gstreamer-doc.files:
37752         * debian/gstreamer-dv.files:
37753         * debian/gstreamer-dvd.files:
37754         * debian/gstreamer-esd.files:
37755         * debian/gstreamer-festival.files:
37756         * debian/gstreamer-flac.files:
37757         * debian/gstreamer-gconf.conffiles:
37758         * debian/gstreamer-gconf.files:
37759         * debian/gstreamer-gconf.postinst:
37760         * debian/gstreamer-gnomevfs.files:
37761         * debian/gstreamer-gsm.files:
37762         * debian/gstreamer-http.files:
37763         * debian/gstreamer-jack.files:
37764         * debian/gstreamer-jpeg.files:
37765         * debian/gstreamer-mad.files:
37766         * debian/gstreamer-mikmod.files:
37767         * debian/gstreamer-misc.files:
37768         * debian/gstreamer-mpeg2dec.files:
37769         * debian/gstreamer-oss.files:
37770         * debian/gstreamer-plugin-apps.files:
37771         * debian/gstreamer-plugin-apps.manpages:
37772         * debian/gstreamer-plugin-libs-dev.files:
37773         * debian/gstreamer-plugin-libs.files:
37774         * debian/gstreamer-plugin-template.postinst:
37775         * debian/gstreamer-plugin-template.postrm:
37776         * debian/gstreamer-sdl.files:
37777         * debian/gstreamer-sid.files:
37778         * debian/gstreamer-vorbis.files:
37779         * debian/gstreamer-x.files:
37780         * debian/mk.control:
37781         * debian/rules:
37782         Debian package info not maintained here.
37783
37784 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37785
37786         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37787         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37788         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37789         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37790         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37791         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37792         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37793         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37794         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37795         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37796         * gst-libs/gst/colorbalance/colorbalance.c:
37797         (gst_color_balance_class_init):
37798         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37799         (gst_color_balance_channel_class_init):
37800         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37801         * gst-libs/gst/play/play.c: (gst_play_class_init):
37802         * gst-libs/gst/propertyprobe/propertyprobe.c:
37803         (gst_property_probe_iface_init):
37804         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37805         * gst-libs/gst/tuner/tunerchannel.c:
37806         (gst_tuner_channel_class_init):
37807         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37808         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37809         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37810         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37811         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37812         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37813         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37815         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37816           fix signals to use - instead of _
37817         * ext/libcaca/gstcacasink.h:
37818         * ext/sdl/sdlvideosink.h:
37819           fix header rename
37820
37821 2004-03-04  David Schleef  <ds@schleef.org>
37822
37823         * testsuite/gst-lint:  Add a check for bad signal names.
37824
37825 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37826
37827         reviewed by David Schleef
37828
37829         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37830         modified the alpha channel and caused a warning. (bug #136192)
37831
37832 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37833
37834         * gst-plugins.spec.in:
37835         Change names of plugins to actually be correct. Try to keep things
37836         alphabetical to avoid getting beat up by Thomas
37837
37838 2004-03-03  Julien MOUTTE <julien@moutte.net>
37839
37840         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37841         Using ximagesink as a default if no gconf key found. We should
37842         probably consider using alsasink instead of osssink for the audio
37843         part.
37844
37845 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37846
37847         * configure.ac:
37848           fix --with-plugins, don't think it ever worked before
37849         * gst-plugins.spec.in:
37850           even more updates
37851
37852 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37853
37854         * ext/sdl/sdlvideosink.h:
37855         * sys/ximage/ximagesink.h:
37856         * sys/xvideo/xvideosink.h:
37857         * sys/xvimage/xvimagesink.h:
37858           Fix for move of gstvideosink.h -> videosink.h.
37859
37860 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37861
37862         * gst-libs/gst/xwindowlistener/Makefile.am:
37863           this is a plugin library, not a library
37864
37865 2004-03-01  David Schleef  <ds@schleef.org>
37866
37867         * AUTHORS:  Added some names.  Add yourself if you're still
37868         missing.
37869
37870 2004-03-01  David Schleef  <ds@schleef.org>
37871
37872         * MAINTAINERS: Add
37873
37874 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37875
37876         * gst-plugins.spec.in: clean up spec file
37877
37878 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37879
37880         * gst-libs/gst/video/Makefile.am:
37881         * gst-libs/gst/video/gstvideosink.c:
37882         * gst-libs/gst/video/gstvideosink.h:
37883           rename gstvideosink.h to videosink.h to match other headers
37884         * gst/mixmatrix/Makefile.am:
37885           fix plugin filename
37886         * gst/tags/Makefile.am: fix plugin filename
37887
37888 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37889
37890         * gst/tags/Makefile.am: fix plugin filename
37891
37892 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37893
37894         * examples/gstplay/player.c: (got_time_tick), (main):
37895           add error handler
37896           display time_tick more readably
37897         * gst/mixmatrix/Makefile.am:
37898           fix plugin file name
37899
37900 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37901
37902         * sys/oss/gstosselement.c: (gst_osselement_probe),
37903         (device_combination_append), (gst_osselement_class_probe_devices):
37904         * sys/oss/gstosselement.h:
37905           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37906           on my system using alsa oss emulation, fixes bug #135597
37907
37908 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37909
37910         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37911         (gst_videodrop_chain), (gst_videodrop_change_state):
37912         * gst/videodrop/gstvideodrop.h:
37913           Work based on timestamp of input data, not based on the expected
37914           framerate from the input. The consequence is that this element now
37915           not only scales framerates, but also functions as a framerate
37916           corrector or framerate stabilizer/constantizer.
37917
37918 2004-02-27  David Schleef  <ds@schleef.org>
37919
37920         patches from jmmv@menta.net (Julio M. Merino Vidal)
37921
37922         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37923         GST_ELEMENT_ERROR call (bug #135634)
37924         * gst/interleave/interleave.c: (interleave_buffered_loop),
37925         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37926         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37927         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37928         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37929         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37930         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37931         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37932         Fix GST_ELEMENT_ERROR call.
37933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37934         GST_ELEMENT_ERROR call.
37935
37936 2004-02-27  Benjamin Otte  <otte@gnome.org>
37937
37938         * gst-libs/gst/audio/audio.h:
37939           add macro to make sure header isn't included twice
37940         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37941           don't use gst_buffer_free
37942         * gst/playondemand/filter.func:
37943           don't use gst_data_free. Free data only once.
37944
37945 2004-02-26  David Schleef  <ds@schleef.org>
37946
37947         * gst-libs/gst/colorbalance/Makefile.am:
37948         * gst-libs/gst/mixer/Makefile.am:
37949         * gst-libs/gst/tuner/Makefile.am:
37950         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37951         should not be disted, -marshal.h files should not be installed,
37952         and -enum.h files _should_ be installed.  Fix to make this the
37953         case.
37954
37955 === release 0.7.5 ===
37956
37957 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37958
37959         * configure.ac: release 0.7.5, "Under The Sea"
37960
37961 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37962
37963         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37964         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37965         * gst/videoscale/gstvideoscale.c:
37966         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37967           assorted debug/warning fixes
37968
37969 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37970
37971         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37972         (gst_videoscale_init), (gst_videoscale_chain),
37973         (gst_videoscale_set_property), (plugin_init):
37974         * gst/videoscale/gstvideoscale.h:
37975         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37976         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37977         (gst_videoscale_planar400), (gst_videoscale_packed422),
37978         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37979         (gst_videoscale_24bit), (gst_videoscale_16bit),
37980         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37981         (gst_videoscale_scale_plane_slow),
37982         (gst_videoscale_scale_point_sample),
37983         (gst_videoscale_scale_nearest),
37984         (gst_videoscale_scale_nearest_str2),
37985         (gst_videoscale_scale_nearest_str4),
37986         (gst_videoscale_scale_nearest_32bit),
37987         (gst_videoscale_scale_nearest_24bit),
37988         (gst_videoscale_scale_nearest_16bit):
37989         add debugging category and use it properly
37990         fix use of GST_PTR_FORMAT
37991
37992 2004-02-25  Andy Wingo  <wingo@pobox.com>
37993
37994         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37995         push only when channel->buffer is NULL. Prevents segfaults doing
37996         the state change after a nonlocal exit, like a scheme exception.
37997
37998         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37999         Handle the case where the intersected caps is empty.
38000
38001 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38002
38003         * gst/law/mulaw-decode.c: (mulawdec_link):
38004         * gst/law/mulaw.c: (plugin_init):
38005           fix mulawdec so it actually works again
38006
38007 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38008
38009         reviewed by: David Schleef  <ds@schleef.org>
38010
38011         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38012         (gst_gamma_init), (gst_gamma_set_property),
38013         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38014         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38015         for RGB, with separate r g and b correction factors. (#131167)
38016
38017 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38018
38019         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38020           only signal tags for bitrate if they're > 0 (#134894)
38021
38022 2004-02-24  David Schleef  <ds@schleef.org>
38023
38024         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38025         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38026         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38027         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38028         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38029         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38030         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38031         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38032         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38033         category.  Attempt to fix timestamp calculation.
38034
38035 2004-02-24  Johan Dahlin  <johan@gnome.org>
38036
38037         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38038
38039 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38040
38041         * configure.ac:
38042         * gconf/Makefile.am:
38043         * gconf/gstreamer.schemas:
38044         * gst-libs/gst/gconf/Makefile.am:
38045         * gst-libs/gst/gconf/gconf.c:
38046           version gconf schemas and install locations
38047
38048 2004-02-23  Benjamin Otte  <otte@gnome.org>
38049
38050         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38051         (gst_xine_input_subclass_init):
38052           call parent dispose.
38053           change pad template for CD reader correctly
38054         * ext/xine/Makefile.am:
38055         * ext/xine/gstxine.h:
38056         * ext/xine/xine.c: (plugin_init):
38057         * ext/xine/xineaudiosink.c:
38058           wrap audio sinks, too
38059         * gst-libs/gst/resample/private.h:
38060         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38061         (gst_resample_reinit), (gst_resample_scale),
38062         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38063         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38064         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38065         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38066         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38067         * gst-libs/gst/resample/resample.h:
38068         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38069         (gst_audioscale_class_init), (gst_audioscale_link),
38070         (gst_audioscale_get_buffer), (gst_audioscale_init),
38071         (gst_audioscale_chain), (gst_audioscale_set_property),
38072         (gst_audioscale_get_property):
38073         * gst/audioscale/gstaudioscale.h:
38074           s/resample_*/gst_resample_*/i to not clobber namespaces
38075
38076 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38077
38078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38079         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38080         (gst_riff_create_video_template_caps),
38081         (gst_riff_create_audio_template_caps),
38082         (gst_riff_create_iavs_template_caps):
38083         * gst-libs/gst/riff/riff-media.h:
38084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38085         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38086         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38087         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38088         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38089         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38090         (gst_matroska_demux_plugin_init): First batch implementing audio and
38091         video codec tags in demuxers.
38092
38093 2004-02-22  Benjamin Otte  <otte@gnome.org>
38094
38095         * ext/xine/Makefile.am:
38096         * ext/xine/gstxine.h:
38097         * ext/xine/xine.c: (plugin_init):
38098         * ext/xine/xineinput.c:
38099           add input plugin wrapper. Playback from files, http, mms and cdda
38100           works.
38101         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38102           remove leftover G_GNUC_UNUSED
38103         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38104         (gst_asf_demux_identify_guid):
38105           improve debugging output
38106
38107 2004-02-22  Benjamin Otte  <otte@gnome.org>
38108
38109         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38110
38111         * autogen.sh:
38112           replace test -e with test -x for mkinstalldirs to be more portable.
38113           (fixes #134816)
38114
38115 2004-02-22  Benjamin Otte  <otte@gnome.org>
38116
38117         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38118
38119         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38120           set rank to PRIMARY
38121         * gst/volume/gstvolume.c: (plugin_init):
38122           set rank to NONE
38123         fixes #134960
38124
38125 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38126
38127         reviewed by Benjamin Otte  <otte@gnome.org>
38128
38129         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38130           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38131
38132 2004-02-22  Benjamin Otte  <otte@gnome.org>
38133
38134         * configure.ac:
38135           export [_]*{gst,Gst,GST}.* symbols from plugins
38136
38137 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38138
38139         reviewed by: Benjamin Otte  <otte@gnome.org>
38140
38141         * ext/lame/gstlame.c: (add_one_tag):
38142         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38143         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38144         (gst_vorbisenc_metadata_set1):
38145         * gst/tags/gstid3tag.c:
38146         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38147           apply fixes from bugs #135042 (lame can't write tags) and #133817
38148           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38149
38150 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38151
38152         * configure.ac: Export only gst_plugin_desc from plugins.
38153          Note that this change only makes any effect with Linux using libtool
38154          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38155          fine. And don't try to have several versions of libtool in different
38156          directories.
38157
38158 2004-02-20  Andy Wingo  <wingo@pobox.com>
38159
38160         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38161         interleave respectively.
38162
38163         * gst/interleave/deinterleave.c: New plugin: deinterleave
38164         (replaces on oneton).
38165         * gst/interleave/interleave.c: New plugin: interleave.
38166         * gst/interleave/plugin.h: Support file.
38167         * gst/interleave/plugin.c: Support file.
38168
38169         * configure.ac: Remove intfloat and oneton, add interleave.
38170
38171         * ext/sndfile/gstsf.c: Handle events better.
38172
38173         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38174         and float2int operation. int2float has scheduling problems as
38175         noted in in2float_chain.
38176
38177 2004-02-20  Benjamin Otte  <otte@gnome.org>
38178
38179         * ext/xine/Makefile.am:
38180         * ext/xine/gstxine.h:
38181         * ext/xine/xine.c:
38182         * ext/xine/xineaudiodec.c:
38183         * ext/xine/xinecaps.c:
38184           add first version of xine plugin wrapper. Currently only wraps the
38185           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38186         * configure.ac:
38187         * ext/Makefile.am:
38188           add xine plugin wrapper, disabled by default. Use --enable-xine to
38189           build. Note that it'll segfault on gst-register if you don't remove
38190           the goom and tvtime post plugins from xine.
38191         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38192         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38193           add extradata parsing for QDM2.
38194           change around debugging prints.
38195
38196 2004-02-19  Benjamin Otte  <otte@gnome.org>
38197
38198         * ext/lame/gstlame.c: (gst_lame_chain):
38199         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38200           use gst_tag_list_insert when you want to insert tags
38201
38202 2004-02-18  David Schleef  <ds@schleef.org>
38203
38204         * configure.ac:  Move massink to gst-rotten
38205         * ext/Makefile.am:
38206         * ext/mas/Makefile.am:
38207         * ext/mas/massink.c:
38208         * ext/mas/massink.h:
38209
38210 2004-02-18  David Schleef  <ds@schleef.org>
38211
38212         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38213         typefinding, since it seems to be worse than nothing.
38214         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38215         atom to recognize .mp4 and .m4a files as video/quicktime.
38216
38217 2004-02-18  David Schleef  <ds@schleef.org>
38218
38219         * gst/sine/demo-dparams.c: (quit_live),
38220         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38221         Use double dparams, not float.
38222         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38223         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38224         sync'd elements don't really work correctly.
38225         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38226         (volume_update_volume), (volume_get_property):  Change dparam
38227         to double.
38228
38229 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38230
38231         * sys/ximage/ximagesink.c:
38232         (gst_ximagesink_xwindow_update_geometry),
38233         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38234         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38235         (gst_ximagesink_init): Rework the way software video scaling works. So
38236         now we check on each chain call if the video frames are feeling the
38237         window. If not we try to renegotiate caps. On failure we memorize that
38238         and we won't try again for that PLAYING sessions.
38239         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38240         failure.
38241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38242         synchronous flag.
38243
38244 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38245
38246         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38247           break up _link so we can give a better debug message for errors
38248
38249 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38250
38251         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38252           set up debug category
38253
38254 2004-02-18  Julien MOUTTE <julien@moutte.net>
38255
38256         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38257         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38258         the way renegotiation work. The event handling function is not taking
38259         care of external windows and renegotiate method check for pad flags
38260         NEGOTIATING. Should fix : #133209
38261
38262 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38263
38264         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38265         pad is negotiating before trying renegotiation.
38266
38267 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38268
38269         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38270           pass on all possible mime types as typefind hints
38271
38272 2004-02-17  Julien MOUTTE <julien@moutte.net>
38273
38274         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38276         possible SHM leak if we crash. All other apps using XShm are doing
38277         that.
38278
38279 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38280
38281         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38282         (gst_ximagesink_expose): Renegotiate size on expose.
38283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38284         size on expose.
38285
38286 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38287
38288         * testsuite/alsa/sinesrc.c:
38289           cosmetic fix to fix compile issue with gcc 2.95.4
38290
38291 2004-02-16  Julien MOUTTE <julien@moutte.net>
38292
38293         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38294         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38295         failed opening the audio device.
38296         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38297         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38298         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38299         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38300         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38301         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38302         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38303         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38304         Removing some useless g_return_if_fail like wingo suggested.
38305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38306         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38307         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38308         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38309         (gst_xvimagesink_update_colorbalance),
38310         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38311         (gst_xvimagesink_xcontext_clear),
38312         (gst_xvimagesink_get_fourcc_from_caps),
38313         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38314         (gst_xvimagesink_set_xwindow_id),
38315         (gst_xvimagesink_colorbalance_list_channels),
38316         (gst_xvimagesink_colorbalance_set_value),
38317         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38318         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38319
38320 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38321
38322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38323           throw error when not negotiated instead of asserting
38324
38325 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38326
38327         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38328         correct data refcounting.
38329
38330 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38331
38332         * gst/switch/gstswitch.c: (gst_switch_change_state),
38333         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38334         change, mostly the EOS flag.
38335
38336 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38337
38338         * examples/gstplay/player.c: (got_eos), (main): Adding some
38339         output for debugging.
38340         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38341         timeouts if we go to any state different from PLAYING.
38342         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38343         more EOS bugs in riff lib.
38344
38345 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38346
38347         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38348         visualization until i find a way to fix switch correctly.
38349         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38350         EOS arrives.
38351         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38352         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38353         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38354         Reworked switch to get a more correct behaviour with events and refing
38355         of data stored in sinkpads.
38356         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38357         we don't pull from a pad in EOS.
38358
38359 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38360
38361         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38362           remove v1 tag even if we can't read it (makes sure we don't detect
38363           it again)
38364
38365 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38366
38367         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38368         (gst_alsa_xrun_recovery):
38369         * ext/alsa/gstalsa.h:
38370           try xrun recovery when wait failed. Make xrun recovery function
38371           return TRUE/FALSE to indicate success. (might fix #134354)
38372
38373 2004-02-13  David Schleef  <ds@schleef.org>
38374
38375         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38376         (dynparm_value_changed), (main): Convert from float to double.
38377         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38378
38379 2004-02-13  David Schleef  <ds@schleef.org>
38380
38381         * gst/silence/gstsilence.c: (gst_silence_class_init),
38382         (gst_silence_set_clock), (gst_silence_get),
38383         (gst_silence_set_property), (gst_silence_get_property):
38384         * gst/silence/gstsilence.h: Add sync property.
38385         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38386         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38387         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38388         * gst/sine/gstsinesrc.h: Add sync property.
38389
38390 2004-02-13  David Schleef  <ds@schleef.org>
38391
38392         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38393         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38394
38395 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38396
38397         * configure.ac:
38398         * ext/Makefile.am:
38399         * gst-libs/ext/Makefile.am:
38400           move ffmpeg plugin to gst-ffmpeg module
38401
38402 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38403
38404         * configure.ac: use GST_ARCH to detect architecture
38405
38406 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38407
38408         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38409
38410 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38411
38412         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38413           classify LADSPA plugins based on number of src/sink pads
38414           (#133663, Stefan Kost)
38415         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38416           fix dparams registration
38417           (#133528, Stefan Kost)
38418         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38419           fix use of isprint and use g_ascii_isprint instead
38420           (#133316, Stefan Kost)
38421
38422 2004-02-11  David Schleef  <ds@schleef.org>
38423
38424         Convert a few inner loops to use liboil.  This is currently
38425         optional, and is only enabled if liboil is present (duh!).
38426         * configure.ac: Check for liboil-0.1
38427         * gst/intfloat/Makefile.am:
38428         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38429         (gst_int2float_chain_gint16):
38430         * gst/videofilter/Makefile.am:
38431         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38432         (tablelookup_u8), (gst_videobalance_planar411):
38433         * gst/videotestsrc/Makefile.am:
38434         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38435         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38436         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38437         (paint_hline_RGB565), (paint_hline_xRGB1555):
38438
38439 2004-02-11  David Schleef  <ds@schleef.org>
38440
38441         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38442         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38443         (gst_colorspace_getcaps), (gst_colorspace_link),
38444         (gst_colorspace_base_init), (gst_colorspace_init),
38445         (gst_colorspace_chain), (gst_colorspace_change_state),
38446         (plugin_init): Merge Ronald's patch (bug #117897) and update
38447         for new caps and negotiation.  Seems to work, although it
38448         shows off bugs in lcs.
38449
38450 2004-02-11  David Schleef  <ds@schleef.org>
38451
38452         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38453         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38454
38455 2004-02-11  David Schleef  <ds@schleef.org>
38456
38457         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38458         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38459         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38460         Add server and port properties
38461
38462 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38463
38464         * m4/a52.m4:
38465         * m4/aalib.m4:
38466         * m4/as-ffmpeg.m4:
38467         * m4/as-liblame.m4:
38468         * m4/as-slurp-ffmpeg.m4:
38469         * m4/check-libheader.m4:
38470         * m4/esd.m4:
38471         * m4/freetype2.m4:
38472         * m4/gconf-2.m4:
38473         * m4/glib.m4:
38474         * m4/gst-alsa.m4:
38475         * m4/gst-artsc.m4:
38476         * m4/gst-ivorbis.m4:
38477         * m4/gst-matroska.m4:
38478         * m4/gst-sdl.m4:
38479         * m4/gst-shout2.m4:
38480         * m4/gst-sid.m4:
38481         * m4/gtk.m4:
38482         * m4/libdv.m4:
38483         * m4/libfame.m4:
38484         * m4/libmikmod.m4:
38485         * m4/ogg.m4:
38486         * m4/vorbis.m4:
38487           fix underquotedness of macros (#133800)
38488         * m4/as-avifile.m4:
38489         * m4/xmms.m4:
38490           removed because no longer used
38491
38492 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38493
38494         * configure.ac:
38495           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38496           by autopoint (fixes #132996)
38497
38498 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38499
38500         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38501         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38502         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38503         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38504           fix memleaks
38505
38506 2004-02-11  David Schleef  <ds@schleef.org>
38507
38508         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38509         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38510         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38511         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38512         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38513         (gst_jpegenc_class_init), (gst_jpegenc_init),
38514         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38515         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38516         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38517         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38518
38519 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38520
38521         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38522         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38523         * ext/mikmod/gstmikmod.h:
38524           fix caps negotiation in mikmod
38525         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38526           output debug information
38527
38528 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38529
38530         * gst-libs/gst/colorbalance/Makefile.am:
38531         * gst-libs/gst/navigation/Makefile.am:
38532         * gst-libs/gst/xoverlay/Makefile.am:
38533           remove unused GST_OPT_CFLAGS from Makefiles
38534           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38535
38536 2004-02-07  David Schleef  <ds@schleef.org>
38537
38538         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38539         push events to pads that haven't been created (#133508)
38540
38541 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38542
38543         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38544         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38545         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38546         (gst_dvdec_loop), (gst_dvdec_change_state):
38547         Second attempt at committing a working dvdec element.
38548
38549 2004-02-06  David Schleef  <ds@schleef.org>
38550
38551         Build fixes for OS X: (see #129600)
38552         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38553         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38554         (gst_riff_read_strf_iavs):
38555         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38556         (gst_avi_demux_stream_odml):
38557         * gst/playondemand/Makefile.am:
38558         * gst/rtp/rtp-packet.c:
38559
38560 2004-02-05  David Schleef  <ds@schleef.org>
38561
38562         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38563         last change, because it Just Doesn't Compile.
38564
38565 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38566
38567         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38568           skip undecodable id3v2 tag instead of keeping it
38569
38570 2004-02-05  David Schleef  <ds@schleef.org>
38571
38572         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38573         Unref leaked buffer.  (Noticed by Ronald)
38574
38575 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38576
38577         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38578         Sync requires with other checks.  >= vs =.
38579
38580 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38581
38582         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38583         (gst_dvdec_video_link), (gst_dvdec_loop):
38584         * ext/dv/gstdvdec.h:
38585           rework the caps negotiation so that dvdec works again instead
38586           of just segfaulting.
38587
38588 === release 0.7.4 ===
38589
38590 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38591
38592         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38593         * configure.ac: changed for release
38594
38595 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38596
38597         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38598         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38599         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38600         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38601           reworked patch by David Lehn to fix libdir and includedir for
38602           uninstalled libraries
38603           removed play and gconf from gstreamer-libs since they have their
38604           own pkgconfig files
38605
38606 2004-02-04  David Schleef  <ds@schleef.org>
38607
38608         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38609         memleak.
38610
38611 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38612
38613         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38614           use correct GST_TAG_ENCODER tag
38615
38616 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38617
38618         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38619           be sure to stop the clock when going to paused
38620         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38621           reset number of transmitted when going to ready.
38622         fixes #132935
38623
38624 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38625
38626         reviewed by Benjamin Otte
38627
38628         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38629           extract track count (fixes #133410)
38630
38631 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38632
38633         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38634           that should be !=, not == (fixes #132519)
38635
38636 2004-02-04  David Schleef  <ds@schleef.org>
38637
38638         Make sure set_explicit_caps() is called before adding pad.
38639         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38640         * gst/id3/gstid3types.c: (gst_id3types_loop):
38641         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38642         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38643
38644 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38645
38646         * configure.ac:
38647           bump nano to 2, first prerelease
38648           put back AM_PROG_LIBTOOL
38649
38650 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38651
38652         * testsuite/alsa/Makefile.am:
38653           these are user test apps, not automatic testsuite tests
38654
38655 2004-02-04  David Schleef  <ds@schleef.org>
38656
38657         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38658         * gst/mpeg1videoparse/gstmp1videoparse.c:
38659         (mp1videoparse_parse_seq):
38660         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38661         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38662         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38663         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38664         (gst_xvideosink_getcaps):
38665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38666         * testsuite/gst-lint: more tests
38667
38668 2004-02-04  David Schleef  <ds@schleef.org>
38669
38670         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38671         with the code that they would expand to.
38672         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38673         (gst_flacdec_get_src_query_types),
38674         (gst_flacdec_get_src_event_masks):
38675         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38676         (gst_gnomevfssrc_get_query_types),
38677         (gst_gnomevfssrc_get_event_mask):
38678
38679 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38680
38681         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38682         (gst_sinesrc_dispose):
38683           fix memleak by properly disposing sinesrc
38684
38685 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38686
38687         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38688         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38689         an overlay to redraw the image because it has been exposed.
38690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38691         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38692         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38693         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38694         interface
38695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38696         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38697         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38698         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38699         interface
38700
38701 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38702
38703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38704           more memleak fixage
38705
38706 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38707
38708         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38709         * gst/typefind/gsttypefindfunctions.c:
38710           fix memleaks shown by gst-typefind
38711
38712 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38713
38714         * common/glib-gen.mak:
38715           add hack rule to touch .Plo files
38716         * gst-libs/gst/colorbalance/Makefile.am:
38717         * gst-libs/gst/mixer/Makefile.am:
38718         * gst-libs/gst/play/Makefile.am:
38719         * gst-libs/gst/tuner/Makefile.am:
38720           remove glib_root variable
38721
38722 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38723
38724         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38725           set explicit caps before adding the element, so the autopluggers can
38726           plug correctly.
38727         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38728         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38729         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38730         (dv_type_find):
38731           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38732           argument.
38733
38734 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38735
38736         * gst-libs/gst/colorbalance/Makefile.am:
38737         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38738         * gst-libs/gst/colorbalance/colorbalance.c:
38739         * gst-libs/gst/colorbalance/colorbalance.h:
38740         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38741         * gst-libs/gst/mixer/Makefile.am:
38742         * gst-libs/gst/mixer/mixer-marshal.list:
38743         * gst-libs/gst/mixer/mixer.c:
38744         * gst-libs/gst/mixer/mixer.h:
38745         * gst-libs/gst/mixer/mixermarshal.list:
38746         * gst-libs/gst/play/Makefile.am:
38747         * gst-libs/gst/play/play.h:
38748         * gst-libs/gst/tuner/Makefile.am:
38749         * gst-libs/gst/tuner/tuner-marshal.list:
38750         * gst-libs/gst/tuner/tuner.c:
38751         * gst-libs/gst/tuner/tuner.h:
38752         * gst-libs/gst/tuner/tunermarshal.list:
38753           use new glib-gen.mak snippet to clean up Makefile.am
38754           fix various bugs in Makefile.am's
38755
38756 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38757
38758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38759           handle chain parsing correctly in the multichain case
38760         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38761         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38762         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38763         (theora_dec_chain):
38764           handle events and queries correctly
38765
38766 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38767
38768         * .cvsignore:
38769         Ignore generated file _stdint.h.
38770
38771 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38772
38773         * gst-libs/gst/colorbalance/Makefile.am:
38774         * gst-libs/gst/colorbalance/colorbalance.h:
38775         * gst-libs/gst/mixer/Makefile.am:
38776         * gst-libs/gst/mixer/mixer.h:
38777         * gst-libs/gst/play/Makefile.am:
38778         * gst-libs/gst/play/play.h:
38779         * gst-libs/gst/tuner/Makefile.am:
38780         * gst-libs/gst/tuner/tuner.h:
38781         Generate enum type code with glib-mkenums.
38782         * gst-libs/gst/colorbalance/.cvsignore:
38783         * gst-libs/gst/mixer/.cvsignore:
38784         * gst-libs/gst/play/.cvsignore:
38785         * gst-libs/gst/tuner/.cvsignore:
38786         Ignore generated files.
38787
38788 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38789
38790         * gst-libs/gst/audio/.cvsignore:
38791         Ignore generated file.
38792         * gst-libs/gst/audio/Makefile.am:
38793         Do not install example filter.
38794
38795 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38796
38797         * examples/switch/.cvsignore:
38798         Ignore generated file.
38799
38800 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38801
38802         * common/m4/ax_create_stdint_h.m4:
38803         * configure.ac:
38804           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38805           _stdint.h.
38806         * Makefile.am:
38807           remove generated _stdint.h in DISTCLEANFILES
38808         * ext/a52dec/gsta52dec.c:
38809           include _stdint.h for a52dec. (should fix #133064)
38810
38811 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38812
38813         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38814         (gst_tag_to_vorbis_comments):
38815         Add replaygain support to vorbistag
38816
38817 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38818         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38819         (gst_ffmpeg_caps_to_extradata):
38820           Fix SVQ3 caps flag properties
38821           Use glib macro for bytes swap
38822
38823 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38824
38825         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38826         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38827         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38828         * ext/sndfile/gstsf.c: (plugin_init):
38829         * gst/avi/gstavi.c: (plugin_init):
38830         * sys/dxr3/dxr3init.c: (plugin_init):
38831         * sys/oss/gstossaudio.c: (plugin_init):
38832         * sys/v4l/gstv4l.c: (plugin_init):
38833         * sys/v4l2/gstv4l2.c: (plugin_init):
38834           remove textdomain calls
38835         * po/nl.po:
38836           update Dutch translation
38837
38838 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38839
38840         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38841         (gst_play_set_audio_sink): Moving volume in the audio thread for
38842         instantaneous volume change. Maybe i will add another volume in front
38843         of visualization later, not sure yet though.
38844
38845 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38846
38847         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38848         (gst_ximagesink_handle_xevents): Better X events handling, only take
38849         the latest events for configure and motion.
38850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38851
38852 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38853
38854         reviewed by: David Schleef  <ds@schleef.org>
38855
38856         Fix memory leaks:
38857         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38858         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38859
38860 2004-02-02  David Schleef  <ds@schleef.org>
38861
38862         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38863         of lines.
38864         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38865         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38866         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38867         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38868         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38869         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38870         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38871         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38872         (gst_float2_2_int_link):
38873         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38874         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38875         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38876         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38877         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38878         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38879         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38881         * testsuite/gst-lint: Add tests for bzero and ;;
38882
38883 2004-02-02  David Schleef  <ds@schleef.org>
38884
38885         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38886
38887 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38888
38889         * ext/aalib/gstaasink.c: (gst_aasink_open):
38890         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38892         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38893         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38894         (gst_afsink_close_file):
38895         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38896         (gst_afsrc_close_file):
38897         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38898         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38899         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38900         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38901         * ext/esd/esdmon.c: (gst_esdmon_get):
38902         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38903         * ext/faac/gstfaac.c: (gst_faac_chain):
38904         * ext/faad/gstfaad.c: (gst_faad_chain):
38905         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38906         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38907         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38908         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38909         (gst_flacdec_loop):
38910         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38911         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38912         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38913         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38914         (gst_gnomevfssink_close_file):
38915         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38916         (gst_gnomevfssrc_open_file):
38917         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38918         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38919         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38920         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38921         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38922         * ext/mad/gstmad.c: (gst_mad_chain):
38923         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38924         * ext/mpeg2dec/gstmpeg2dec.c:
38925         * ext/mpeg2enc/gstmpeg2enc.cc:
38926         * ext/mplex/gstmplex.cc:
38927         * ext/mplex/gstmplexibitstream.cc:
38928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38929         (gst_ogg_demux_push):
38930         * ext/raw1394/gstdv1394src.c:
38931         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38932         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38933         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38934         (gst_sf_loop):
38935         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38936         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38937         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38938         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38940         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38941         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38942         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38943         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38944         (gst_riff_read_element_data), (gst_riff_read_seek),
38945         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38946         * gst/adder/gstadder.c: (gst_adder_loop):
38947         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38948         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38949         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38950         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38951         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38952         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38953         * gst/goom/gstgoom.c: (gst_goom_chain):
38954         * gst/id3/gstid3types.c: (gst_id3types_loop):
38955         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38956         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38957         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38958         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38959         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38960         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38961         (gst_ebml_read_float), (gst_ebml_read_header):
38962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38963         (gst_matroska_demux_parse_blockgroup):
38964         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38965         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38966         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38967         * gst/silence/gstsilence.c: (gst_silence_get):
38968         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38969         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38970         * gst/speed/gstspeed.c: (speed_loop):
38971         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38972         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38973         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38974         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38975         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38976         (gst_wavparse_loop):
38977         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38978         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38979         (dxr3audiosink_close):
38980         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38981         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38982         (dxr3videosink_close), (dxr3videosink_write_data):
38983         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38984         * sys/oss/gstosssink.c: (gst_osssink_chain):
38985         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38986         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38987         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38988         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38989         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38990         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38991         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38992         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38993         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38994         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38995         (gst_v4l_set_audio):
38996         * sys/v4l/v4l_calls.h:
38997         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38998         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38999         (gst_v4lmjpegsink_playback_init),
39000         (gst_v4lmjpegsink_playback_start):
39001         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39002         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39003         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39004         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39006         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39007         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39008         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39009         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39010         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39011         (gst_v4l2_get_output), (gst_v4l2_set_output),
39012         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39013         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39014         (gst_v4l2_set_attribute):
39015         * sys/v4l2/v4l2_calls.h:
39016         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39017         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39018         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39019         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39020         (gst_v4l2src_capture_stop):
39021         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39022         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39023         (gst_ximagesink_chain):
39024         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39025         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39026         (gst_xvideosink_xwindow_new):
39027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39028         (gst_xvimagesink_chain):
39029
39030 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39031
39032         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39033         (gst_volume_get_volume), (volume_class_init), (volume_init),
39034         (volume_chain_int16), (volume_update_volume):
39035         * gst/volume/gstvolume.h:
39036           make code more readable by removing magic numbers
39037           make mixer interface export 0-100 range
39038           make it internally map to 0.0-1.0 range so users don't distort
39039           output by putting the sliders at full volume
39040
39041 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39042
39043         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39044         (gst_play_state_change), (gst_play_seek_to_time):
39045         block the tick callback for 0.5 secs after doing a seek
39046
39047 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39048
39049         * gst-libs/gst/play/play.c: (gst_play_new):
39050           check for GError
39051
39052 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39053
39054         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39055         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39056         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39057         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39059         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39060
39061 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39062
39063         * configure.ac:
39064         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39065           check for a function added in vorbis 1.1
39066
39067 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39068
39069         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39070         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39071           really start/stop clock only on PLAYING <=> PAUSED
39072         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39073           remove \n from debugging lines
39074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39075           make it work when seeking does not
39076         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39077           reset on DISCONT
39078
39079 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39080
39081         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39082           start clock on PAUSED=>PLAYING, not later
39083         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39084           extract correct time for different discont formats
39085         (gst_alsa_sink_get_time):
39086           don't segfault when no format is negotiated yet, just return 0
39087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39088         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39089         (gst_ogg_pad_push):
39090           handle flush and discont events correctly
39091         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39092           handle discont events correctly
39093
39094 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39095
39096         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39097         (gst_play_error_create), (gst_play_error_plugin),
39098         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39099         * gst-libs/gst/play/play.h:
39100           add error handling during creation
39101         * examples/gstplay/player.c: (main):
39102           use new gst_play_new
39103
39104
39105 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39106
39107         * ext/theora/theoradec.c: (theora_dec_chain):
39108           make comments work
39109         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39110         (vorbis_dec_src_event), (vorbis_dec_chain):
39111           add encoder tag, fix tag reading to be more error tolerant, change
39112           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39113           gst_pad_event_default.
39114         * gst/tags/gstvorbistag.c:
39115         (gst_tag_list_from_vorbiscomment_buffer):
39116           undefine function specific define at end of function
39117
39118 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39119
39120         * ext/flac/gstflac.c: (plugin_init):
39121         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39122         * ext/flac/gstflacdec.h:
39123         * ext/flac/gstflacenc.h:
39124           Fix typos
39125
39126 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39127
39128         * examples/gstplay/player.c: s/gstplay.h/play.h/
39129
39130 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39131
39132         * gst-libs/gst/play/Makefile.am:
39133         * gst-libs/gst/play/gstplay.c:
39134         * gst-libs/gst/play/gstplay.h:
39135         * gst-libs/gst/play/play.c:
39136           more surgery, operation complete
39137
39138 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39139
39140         * gst-libs/gst/play/play.old.c:
39141         * gst-libs/gst/play/play.old.h:
39142           after CVS surgery by moving, remove
39143         * gst-libs/gst/play/playpipelines.c:
39144           remove
39145
39146         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39147           add negotiation error
39148
39149 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39150
39151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39152         (gst_ogg_demux_push):
39153           add some seeking debug info
39154           send a flush when seeking
39155
39156 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39157
39158         * configure.ac:
39159           use AC_C_INLINE
39160         * configure.ac:
39161         * ext/Makefile.am:
39162         * ext/theora/Makefile.am:
39163         * ext/theora/theoradec.c:
39164           add theora video decoder. Does just do simple decoding for now and
39165           has been tested against Theora cvs only. It only works when theora
39166           is compiled with --enable-static.
39167         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39168           always reset packetno on DISCONT
39169
39170 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39171
39172         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39173           Fix audio.
39174
39175 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39176
39177         * gst/mpegaudioparse/gstmpegaudioparse.c:
39178         (mp3_type_frame_length_from_header):
39179           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39180
39181 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39182
39183         * ext/esd/esdsink.c: (gst_esdsink_init):
39184           Since we have static pad template caps, we don't need to negotiate;
39185           either the core errors out or we know the format.
39186
39187 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39188
39189         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39190         (gst_riff_read_seek):
39191         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39192         (gst_ebml_read_seek):
39193           Fix event handling.
39194
39195 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39196
39197         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39198           removee video/x-theora from vp3 decoder, it doesn't handle raw
39199           theora streams
39200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39201           fix bug with finalizing element that never went to PAUSED
39202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39203           length and position queries were swapped
39204         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39205         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39206         (vorbis_dec_src_event):
39207           implement querying time and bytes
39208
39209 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39210
39211         * just about every source file:
39212           gst_element_error -> GST_ELEMENT_ERROR
39213
39214 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39215
39216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39217         emiting FLUSH and even before DISCONT.
39218         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39219         get the best instant seeking as possible yay!
39220
39221 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39222
39223         * gst/mpeg1videoparse/gstmp1videoparse.c:
39224         (gst_mp1videoparse_real_chain):
39225           Committed wrong version last week... Grr... Didn't notice until now.
39226
39227 2004-01-29  Julien MOUTTE <julien@moutte.net>
39228
39229         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39231         have_xwindow_id signal in xwindow_create.
39232
39233 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39234
39235         * ext/ogg/gstoggdemux.c:
39236           lots of changes - mainly support for chained bitstreams, seeking,
39237           querying and bugfixes of course
39238         * ext/vorbis/Makefile.am:
39239         * ext/vorbis/vorbisdec.c:
39240         * ext/vorbis/vorbisdec.h:
39241           add vorbisdec raw vorbis decoder
39242         * ext/vorbis/vorbis.c: (plugin_init):
39243           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39244         * gst/intfloat/Makefile.am:
39245         * gst/intfloat/float22int.c:
39246         * gst/intfloat/float22int.h:
39247         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39248           add float2intnew plugin. It converts multichannel interleaved float to
39249           multichannel interleaved int. The name should probably be changed.
39250         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39251         (plugin_init):
39252           add typefinding for raw theora video so oggdemux can detect it.
39253
39254 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39255
39256         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39257         sink element first.
39258         * gst/videoscale/gstvideoscale.c:
39259         (gst_videoscale_handle_src_event): Fixing src event handler.
39260
39261 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39262
39263         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39264         (gst_v4lsrc_open), (gst_v4lsrc_close),
39265         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39266         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39267         * sys/v4l/gstv4lsrc.h:
39268         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39269         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39270           Implement resizing... Hack. But that's why v4l is b0rked...
39271
39272 2004-01-28  Julien MOUTTE <julien@moutte.net>
39273
39274         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39275         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39276         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39277         (gst_ximagesink_xwindow_destroy):
39278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39279         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39280         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39281         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39282         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39283         correctly cleaning the image created to check xshm calls on succes,
39284         added a lot of XSync calls in X11 functions, and fixed a segfault when
39285         no image format was defined before negotiation happened.
39286
39287 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39288
39289         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39290           use gst_element_get_time to get correct time
39291
39292 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39293
39294         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39295         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39296         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39298         (gst_xvimagesink_check_xshm_calls),
39299         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39300         X plugins are now able to detect that XShm calls will fail even if the
39301         server claims that it has XShm support (remote displays most of the
39302         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39303         so that we use non XShm functions. This feature is almost useless for
39304         xvimagesink as Xv is not supported on remote displays anyway, but
39305         it might happen than even on the local display XShm calls fail.
39306
39307 2004-01-27  David Schleef  <ds@schleef.org>
39308
39309         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39310         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39311         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39312         changed esdsink to only use 44100,16,2, since esd sucks at rate
39313         conversion and esdsink has had difficulty negotiating.
39314
39315 2004-01-27  Julien MOUTTE <julien@moutte.net>
39316
39317         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39318         (gst_play_seek_to_time): Fixing the way to get current position.
39319
39320 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39321
39322         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39323           use gst_element_get_time to get correct time
39324
39325 2004-01-27  Julien MOUTTE <julien@moutte.net>
39326
39327         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39328         fix ever... Inverting 2 lines of code make spider autoplug correctly
39329         tagged mp3 !
39330
39331 2004-01-27  David Schleef  <ds@schleef.org>
39332
39333         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39334         Use gst_pad_try_set_caps_nonfixed().
39335
39336 2004-01-27  David Schleef  <ds@schleef.org>
39337
39338         * gst/ac3parse/gstac3parse.c: update to checklist 5
39339         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39340         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39341         * gst/audioscale/gstaudioscale.c: same
39342         * gst/auparse/gstauparse.c: same
39343         * gst/avi/gstavidemux.c: same
39344
39345 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39346
39347         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39348           stop processing after EOS
39349
39350 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39351
39352         * gst/asfdemux/asfheaders.h:
39353         * gst/asfdemux/gstasfdemux.c:
39354         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39355         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39356         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39357           lot's of fixes to make data extraction simpler and get the code
39358           architecture and compiler independant. Add debugging category
39359         * gst/goom/gstgoom.c: (gst_goom_change_state):
39360           reset channel count on PAUSED=>READY, not READY=>PAUSED
39361
39362 2004-01-26  Colin Walters  <walters@verbum.org>
39363
39364         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39365         code to pull a bigger buffer in iradio mode.  This as a side effect
39366         makes typefinding work.
39367
39368 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39369
39370         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39371         Fix SVQ3 decoding on PPC
39372
39373 2004-01-26  Julien MOUTTE <julien@moutte.net>
39374
39375         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39376         that one managed to stay there... Fixed.
39377
39378 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39379
39380         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39381         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39382         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39383         (qtdemux_video_caps):
39384         * gst/qtdemux/qtdemux.h:
39385         Add SVQ3 specific flags to qtdemux and ffmpeg
39386
39387 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39388
39389         * gst-libs/gst/audio/audio.h:
39390           remove buffer-frames from audio caps
39391         * gst/audioconvert/gstaudioconvert.c:
39392           fix plugin to really work.
39393
39394 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39395
39396         * gst-libs/gst/mixer/mixer.c:
39397         * gst-libs/gst/propertyprobe/propertyprobe.c:
39398         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39399         (gst_tuner_find_channel_by_name):
39400         * gst-libs/gst/tuner/tuner.h:
39401           Add gtk-doc style comments. Also fix a function name.
39402
39403 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39404
39405         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39406         (gst_divxdec_negotiate):
39407           Fix for new capsnego - also fixes gst-player with divxdec.
39408
39409 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39410
39411         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39412         (gst_play_identity_handoff), (gst_play_set_location),
39413         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39414         try in visualization implementation. Still have an issue with switch
39415         blocking when pulling from video_queue and only audio comes out of
39416         spider.
39417         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39418         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39419         release method. And check if the pad is usable before pulling.
39420
39421 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39422
39423         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39424         (gst_videobalance_init),
39425         (gst_videobalance_colorbalance_list_channels),
39426         (gst_videobalance_colorbalance_set_value),
39427         (gst_videobalance_colorbalance_get_value),
39428         (gst_videobalance_update_properties),
39429         (gst_videobalance_update_tables_planar411),
39430         (gst_videobalance_planar411):
39431         * gst/videofilter/gstvideobalance.h:
39432           Implement lookup-tables. +/- 10x faster.
39433
39434 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39435
39436         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39437         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39438           The index reading was broken. The rest worked fine, but the whole
39439           goal of my rewrite was to make avidemux readable, and this was
39440           not at all readable. Please use typed variables.
39441
39442 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39443
39444         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39445           Additional pad usability check.
39446         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39447         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39448         (gst_mp1videoparse_real_chain):
39449           Fix MPEG video stream parsing. The original plugin had several
39450           issues, including not timestamping streams where the source was
39451           not timestamped (this happens with PTS values in mpeg system
39452           streams, but MPEG video is also a valid stream on its own so
39453           that needs timestamps too). We use the display time code for that
39454           for now. Also, if one incoming buffer contains multiple valid
39455           frames, we push them all on correctly now, including proper EOS
39456           handling. Lastly, several potential segfaults were fixed, and we
39457           properly sync on new sequence/gop headers to include them in next,
39458           not previous frames (since they're header for the next frame, not
39459           the previous). Also see #119206.
39460         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39461         (bpf_from_header):
39462           Move caps setting so we only do it after finding several valid
39463           MPEG-1 fraes sequentially, not right after the first one (which
39464           might be coincidental).
39465         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39466         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39467         (plugin_init):
39468           Add unsynced MPEG video stream typefinding, and change some
39469           probability values so we detect streams rightly. The idea is as
39470           follows: I can have an unsynced system stream which contains
39471           video. In the current code, I would randomly get a type for either
39472           system or video stream type found, because the probabilities are
39473           being calculated rather randomly. I now use fixed values, so we
39474           always prefer system stream if that was found (and that is how it
39475           should be). If no system stream was found, we can still identity                the stream as video-only.
39476
39477 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39478
39479         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39480         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39481           don't write to buffer. Extract data without the need of
39482           __attribute__ ((packed))
39483
39484 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39485
39486         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39487         (mpeg1_sys_type_find):
39488           Fix MPEG-1 stream typefinding.
39489
39490 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39491
39492         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39493           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39494
39495 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39496
39497         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39498         * ext/esd/gstesd.c: (plugin_init):
39499           private debugging, better error reporting
39500
39501 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39502
39503         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39504         (gst_riff_read_init), (gst_riff_read_change_state):
39505         * gst-libs/gst/riff/riff-read.h:
39506           Remove stuff fromold metadata system.
39507
39508 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39509
39510         * ext/ogg/gstoggdemux.c:
39511           Fix wrong file comment.
39512         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39513         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39514           Add metadata reading properly.
39515
39516 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39517
39518         * ext/Makefile.am:
39519           Fix nas DIST_SUBDIRS
39520           Uraeus:
39521           Fix bug where make distcheck doesn't get run on adding stuff to
39522           the build.
39523
39524 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39525
39526         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39527         * ext/divx/gstdivxdec.h:
39528           Fix divx3 ("msmpeg4") playback using divxdec.
39529
39530 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39531
39532         * gst/typefind/gsttypefindfunctions.c:
39533         (mp3_type_frame_length_from_header): fix bug in length computation
39534         (mp3_type_find): improve debugging output
39535
39536 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39537
39538         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39539         (gst_play_set_location), (gst_play_seek_to_time),
39540         (gst_play_set_audio_sink), (gst_play_set_visualization),
39541         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39542         the pipeline from scratch. Visualization is back and switch went out as
39543         i realized it was not possible to use the way i wanted.
39544         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39545         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39546         clearing in state change from READY to NULL. So that one can clean the
39547         X ressources keeping the element.
39548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39549         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39550         (gst_xvimagesink_colorbalance_set_value),
39551         (gst_xvimagesink_colorbalance_get_value),
39552         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39553         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39554         change from READY to NULL and fixed some stupid bugs in colorbalance
39555         get/set values. Also added the following feature : when nobody tries to
39556         set some values to the colorbalance levels before the xcontext is
39557         grabbed, then when creating channels list from Xv attributes we set the
39558         internal values to the Xv defaults. This way we handle buggy Xv drivers
39559         that set default hue values far from the middle of the range (Thanks
39560         to Jon Trowbridge for pointing that issue).
39561         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39562         colorbalance levels have been set before xcontext is grabbed.
39563
39564 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39565
39566         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39567           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39568           it might block operations (which is bad for a mixer).
39569
39570 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39571
39572         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39573         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39574         (gmip_find_type_pre):
39575         * gst-libs/gst/media-info/media-info-priv.h:
39576         * gst-libs/gst/media-info/media-info.c:
39577         (gst_media_info_instance_init), (gst_media_info_read_idler):
39578         add fakesink to get caps on decoder src pad again
39579         fix callback prototype to match new have_type signal signature
39580
39581 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39582
39583         * gst/adder/gstadder.c: (gst_adder_link):
39584           fix non-compile and cut-n-paste code
39585
39586 2004-01-21  David Schleef  <ds@schleef.org>
39587
39588         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39589         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39590         (gst_swfdec_init), (gst_swfdec_change_state):
39591         * ext/swfdec/gstswfdec.h:
39592         Fix negotiation.
39593         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39594         (gst_adder_request_new_pad): Fix negotiation.
39595         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39596         Add a fixate function.
39597         * gst/intfloat/gstfloat2int.c:
39598         * gst/intfloat/gstfloat2int.h:
39599         * gst/intfloat/gstint2float.c:
39600         * gst/intfloat/gstint2float.h:
39601         Completely rewrite the negotiation.  Doesn't quite work yet,
39602         due to some buffer-frames problem.
39603
39604 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39605
39606         * ext/gnomevfs/gstgnomevfssrc.c:
39607         * sys/v4l2/v4l2_calls.h:
39608           fix includes for distcheck
39609
39610 2004-01-21  Christian Schaller <uraeus@gnome.org>
39611
39612         * ext/nas/
39613         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39614         based on earlier patch from Laurent Vivier
39615
39616 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39617
39618         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39619         Fix wma caps property
39620         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39621         Fix typo (flags1 and flags2)
39622
39623 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39624
39625         * gst-libs/gst/media-info/media-info-priv.c:
39626         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39627         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39628         (gmip_find_stream), (gmip_find_track_metadata),
39629         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39630         (gmip_find_track_format):
39631         * gst-libs/gst/media-info/media-info-priv.h:
39632         * gst-libs/gst/media-info/media-info-test.c: (main):
39633         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39634         (gst_media_info_read_idler), (gst_media_info_read):
39635         * gst-libs/gst/media-info/media-info.h:
39636           register debugging category and use it for debugging
39637
39638 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39639
39640         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39641         (gst_vorbisfile_new_link):
39642           signal streaminfo through tags
39643
39644 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39645
39646         * ext/mplex/gstmplex.cc:
39647         * ext/mplex/gstmplexibitstream.cc:
39648           g++ doesn't like NULL in our i18n/error macros, should be
39649           either (NULL) or ("").
39650
39651 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39652
39653         * sys/dxr3/dxr3audiosink.c:
39654         * sys/dxr3/dxr3init.c:
39655         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39656         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39657           Fix more error error error errors (missing includes here).
39658
39659 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39660
39661         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39662           fix thomas' error errors.
39663
39664 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39665
39666         * ext/mpeg2enc/gstmpeg2enc.cc:
39667           fix error errors.
39668
39669 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39670
39671         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39672         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39673           Fix for new error system.
39674
39675 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39676
39677         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39678           fix for new error reporting
39679
39680 2004-01-20  David Schleef  <ds@schleef.org>
39681
39682         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39683         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39684         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39685         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39686         and neither is 100+, most likely.
39687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39688         (gst_xvimagesink_getcaps): same
39689
39690 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39691
39692         * configure.ac:
39693           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39694           clashes with ffmpeg.
39695
39696 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39697
39698         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39699         (gst_switch_init): Fixed switch element : proxying link and setting
39700         caps from src to sink on request.
39701
39702 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39703
39704         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39705         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39706         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39707         fix element_error
39708
39709 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39710
39711         * sys/v4l/v4l_calls.h:
39712         * sys/v4l2/v4l2_calls.h:
39713           element_error fixes
39714
39715 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39716
39717         * gst-libs/gst/gst-i18n-plugin.h:
39718           add locale.h
39719           remove config.h inclusion
39720
39721 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39722
39723         * autogen.sh:
39724           adding autopoint invocation
39725         * Makefile.am:
39726         * configure.ac:
39727         * gst-libs/gst/gettext.h:
39728           adding gettext bits
39729         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39730         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39731         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39732         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39733         (gst_gnomevfssink_close_file):
39734         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39735         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39736         * gst-libs/gst/gst-i18n-plugin.h:
39737         * gst/avi/gstavi.c: (plugin_init):
39738         * sys/dxr3/dxr3init.c: (plugin_init):
39739         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39740         * sys/oss/gstossaudio.c: (plugin_init):
39741         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39742         * sys/v4l/gstv4l.c: (plugin_init):
39743         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39744         * sys/v4l2/gstv4l2.c: (plugin_init):
39745         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39746         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39747         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39748         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39749         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39750         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39751           make sure locale and translation domain are set
39752           fix translated strings
39753         * po/.cvsignore:
39754         * po/LINGUAS:
39755         * po/Makevars:
39756         * po/POTFILES.in:
39757         * po/nl.po:
39758           put translation files into place
39759         * sys/xvideo/imagetest.c: (main):
39760         * ext/dv/demo-play.c: (main):
39761           fix unnecessary translations
39762
39763 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39764
39765         * ext/sndfile/gstsf.c:
39766         * gst/avi/gstavimux.c:
39767         * ext/audiofile/gstafsink.c:
39768         * ext/audiofile/gstafsrc.c:
39769         * ext/gnomevfs/gstgnomevfssink.c:
39770         * ext/gnomevfs/gstgnomevfssrc.c:
39771         * sys/oss/gstosselement.c:
39772         * sys/v4l/v4l_calls.h:
39773           fix i18n include
39774
39775 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39776
39777         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39778         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39779         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39780         (gst_v4l2_get_output), (gst_v4l2_set_output),
39781         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39782         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39783         (gst_v4l2_set_attribute):
39784         update to new error handling
39785
39786 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39787
39788         * ext/sidplay/gstsiddec.cc:
39789         * gst/modplug/gstmodplug.cc:
39790           parenthese NULL because C++ seems angry about it
39791
39792 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39793
39794         * gst-libs/gst/gst-i18n-plugin.h:
39795           add skeleton i18n stuff, but needs to be further implemented
39796
39797 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39798
39799         * examples/gstplay/player.c: (main):
39800         * ext/aalib/gstaasink.c: (gst_aasink_open):
39801         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39803         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39804         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39805         (gst_afsink_close_file):
39806         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39807         (gst_afsrc_close_file):
39808         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39809         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39810         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39811         * ext/esd/esdmon.c: (gst_esdmon_get):
39812         * ext/esd/esdsink.c: (gst_esdsink_chain):
39813         * ext/faac/gstfaac.c: (gst_faac_chain):
39814         * ext/faad/gstfaad.c: (gst_faad_chain):
39815         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39816         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39817         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39818         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39819         (gst_flacdec_loop):
39820         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39821         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39822         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39823         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39824         (gst_gnomevfssink_close_file):
39825         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39826         (gst_gnomevfssrc_open_file):
39827         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39828         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39829         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39830         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39831         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39832         * ext/mad/gstmad.c: (gst_mad_chain):
39833         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39834         * ext/mpeg2dec/gstmpeg2dec.c:
39835         * ext/mpeg2enc/gstmpeg2enc.cc:
39836         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39837         * ext/mplex/gstmplex.cc:
39838         * ext/mplex/gstmplexibitstream.cc:
39839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39840         (gst_ogg_demux_push), (gst_ogg_pad_push):
39841         * ext/raw1394/gstdv1394src.c:
39842         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39843         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39844         * ext/sidplay/gstsiddec.cc:
39845         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39846         (gst_sf_loop):
39847         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39848         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39849         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39851         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39852         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39853         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39854         * gst-libs/gst/Makefile.am:
39855         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39856         (gst_riff_read_element_data), (gst_riff_read_seek),
39857         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39858         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39860         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39861         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39862         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39863         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39864         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39865         * gst/goom/gstgoom.c: (gst_goom_chain):
39866         * gst/id3/gstid3types.c: (gst_id3types_loop):
39867         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39868         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39869         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39870         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39871         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39872         (gst_ebml_read_float), (gst_ebml_read_header):
39873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39874         (gst_matroska_demux_parse_blockgroup):
39875         * gst/modplug/gstmodplug.cc:
39876         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39877         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39878         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39879         * gst/silence/gstsilence.c: (gst_silence_get):
39880         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39881         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39882         * gst/speed/gstspeed.c: (speed_loop):
39883         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39884         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39885         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39886         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39887         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39888         (gst_wavparse_loop):
39889         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39890         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39891         (dxr3audiosink_close):
39892         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39893         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39894         (dxr3videosink_close), (dxr3videosink_write_data):
39895         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39896         * sys/oss/gstosselement.h:
39897         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39898         (gst_osssink_chain):
39899         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39900         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39901         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39903         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39904         (gst_v4l_enable_overlay):
39905         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39906         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39907         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39908         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39909         (gst_v4l_set_audio):
39910         * sys/v4l/v4l_calls.h:
39911         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39912         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39913         (gst_v4lmjpegsink_playback_init),
39914         (gst_v4lmjpegsink_playback_start):
39915         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39916         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39917         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39918         (gst_v4lmjpegsrc_requeue_frame):
39919         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39920         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39921         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39922         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39923         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39924         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39925         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39926         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39927         (gst_v4l2src_capture_stop):
39928         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39929         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39930         (gst_ximagesink_chain):
39931         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39932         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39933         (gst_xvideosink_xwindow_new):
39934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39935         (gst_xvimagesink_chain):
39936         use new error signal, function and categories
39937
39938 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39939
39940         * configure.ac:
39941         * ext/Makefile.am:
39942         * ext/musicbrainz/gsttrm.c:
39943         * ext/musicbrainz/gsttrm.h:
39944         * ext/musicbrainz/Makefile.am:
39945         Add a trm plugin
39946
39947 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39948
39949         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39950         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39951         synchronous property for debugging.
39952         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39954         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39955         smaller block, fixing indent.
39956
39957 2004-01-16  David Schleef  <ds@schleef.org>
39958
39959         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39960         property affects the video stream.
39961         * sys/xvimage/xvimagesink.c:
39962         * sys/xvimage/xvimagesink.h:
39963         Add synchronous property for debugging.  Should probably be
39964         disabled in non-CVS builds.  Make sure that the Xv attribute
39965         exists before we set it (crash!).  Fix a silly float bug that
39966         caused colorbalance to just not work.
39967
39968 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39969
39970         * tools/gst-launch-ext.in - update for new plugins
39971
39972 2004-01-16  David Schleef  <ds@schleef.org>
39973
39974         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39975         already-freed caps.
39976
39977 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39978
39979         * Update spec for new colorspace plugin and libcaca plugin
39980         * Fix compilation of libcaca plugin (clock -> id)
39981
39982 2004-01-16  Julien MOUTTE <julien@moutte.net>
39983
39984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39985         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39986         (gst_xvimagesink_set_xwindow_id),
39987         (gst_xvimagesink_colorbalance_set_value),
39988         (gst_xvimagesink_colorbalance_get_value),
39989         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39990         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39991         correct colorbalance properties. They can now be set when the element
39992         is still in NULL state. The values will be committed to the Xv Port
39993         when xcontext is initialized.
39994         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39995         brightness int values in the GstXvImagesink structure.
39996
39997 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39998
39999         * gst-libs/gst/Makefile.am:
40000           restructure so having local patches works easier.
40001
40002 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40003
40004         * ext/mpeg2enc/Makefile.am:
40005         * ext/mpeg2enc/gstmpeg2enc.cc:
40006         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40007           Bugfix with respect to EOS handling.
40008
40009 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40010
40011         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40012           Link with right caps (else, it segfaults).
40013         * ext/mplex/gstmplexjob.cc:
40014           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40015
40016 2004-01-15  David Schleef  <ds@schleef.org>
40017
40018         * gst-libs/gst/audio/Makefile.am:
40019         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40020         from the template.
40021         * gst-libs/gst/audio/gstaudiofilter.c:
40022         * gst-libs/gst/audio/gstaudiofilter.h:
40023         Add bytes_per_sample and size and n_samples calculation.
40024         * gst-libs/gst/audio/gstaudiofilterexample.c:
40025         Remove, now autogenerated.
40026         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40027         Moved from gstaudiofilterexample, object name changed, code added
40028         so that it actually works.
40029         * gst-libs/gst/audio/make_filter:
40030         Script to build an audiofilter subclass from the template.
40031         * gst/colorspace/Makefile.am:
40032         * gst/colorspace/yuv2yuv.c:
40033         Remove file, since it's GPL, and we don't use it.
40034
40035 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40036
40037         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40039         them use the buffer free function to test how the buffer was allocated.
40040
40041 2004-01-15  David Schleef  <ds@schleef.org>
40042
40043         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40044         that handles osssink fallback.
40045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40046         (gst_audio_convert_getcaps):
40047         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40048         Add audio/x-qdm2 for QDM2 audio.
40049         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40050         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40052         Decrease minimum size to 16x16.
40053         * gst/wavparse/gstwavparse.c:
40054         Convert disabled pad template caps to new caps.
40055         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40057         (gst_xvimagesink_chain): Throw element error when display cannot
40058         be opened.  Increase minimum framerate to 1.0.  Check the data
40059         free function on a buffer to make sure it is the type we expect
40060         before manipulating it.
40061
40062 2004-01-15  Julien MOUTTE <julien@moutte.net>
40063
40064         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40065         (gst_videobalance_colorbalance_set_value): Implement passthru if
40066         settings are in the middle.
40067         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40068
40069 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40070
40071         * gst/videofilter/Makefile.am:
40072         * gst/volume/Makefile.am:
40073           Since we use videofilter symbols, link to it.
40074
40075 2004-01-15  Julien MOUTTE <julien@moutte.net>
40076
40077         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40078         mixer interface type to HARDWARE.
40079         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40080         type to SOFTWARE.
40081         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40082         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40083         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40084         (gst_volume_interface_init), (gst_volume_list_tracks),
40085         (gst_volume_set_volume), (gst_volume_get_volume),
40086         (gst_volume_set_mute), (gst_volume_mixer_init),
40087         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40088         (volume_init): Implementing mixer interface.
40089         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40090         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40091         (gst_osselement_change_state): Removing some trailing commas in
40092         structures.
40093         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40094         interface type to HARDWARE.
40095         * sys/v4l/gstv4lcolorbalance.c:
40096         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40097         type to HARDWARE.
40098         * sys/v4l2/gstv4l2colorbalance.c:
40099         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40100         interface type to HARDWARE.
40101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40102         same code than ximagesink for event handling.
40103
40104 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40105
40106         * ext/snapshot/Makefile.am:
40107         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40108         (gst_snapshot_chain):
40109         * ext/snapshot/gstsnapshot.h:
40110           This has to be a joke... Snapshot should be connected to a tee,
40111           colorspace element before it and EOS after that, where the other
40112           src of the tee receives normal data.
40113           The current way is *wrong*.
40114
40115 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40116
40117         * ext/hermes/gsthermescolorspace.c:
40118           Fix another compile error. Same as below.
40119
40120 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40121
40122         * gst/colorspace/gstcolorspace.c:
40123         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40124         (gst_colorspace_i420_to_yv12):
40125           Fix compiling... Didn't test if it actually works.
40126
40127 2004-01-15  David Schleef  <ds@schleef.org>
40128
40129         * configure.ac:
40130         * gst/colorspace/Makefile.am:
40131         * gst/colorspace/gstcolorspace.c:
40132         * gst/colorspace/gstcolorspace.h:
40133         * gst/colorspace/yuv2rgb.c:
40134         * gst/colorspace/yuv2rgb.h:
40135         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40136         code and GPL code.  Fix for new caps negotiation.  Rewrite
40137         much of the format handling code, and some of the conversion
40138         code.  Basically, rewrote almost everything.  This element
40139         handles I420, YV12 to RGB conversions.
40140         * ext/hermes/Makefile.am:
40141         * ext/hermes/gsthermescolorspace.c:
40142         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40143         Remove non-Hermes related code.  This element handles lots of
40144         RGB to RGB conversions, but no YUV.
40145         * ext/hermes/gstcolorspace.c:
40146         * ext/hermes/gstcolorspace.h:
40147         * ext/hermes/rgb2yuv.c:
40148         * ext/hermes/yuv2rgb.c:
40149         * ext/hermes/yuv2rgb.h:
40150         * ext/hermes/yuv2rgb_mmx16.s:
40151         * ext/hermes/yuv2yuv.c:
40152         * ext/hermes/yuv2yuv.h:
40153         Remove old code.
40154
40155 2004-01-14  Colin Walters  <walters@verbum.org>
40156
40157         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40158         they've already been.
40159
40160 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40161
40162         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40163           assume tag mode when pad is not connected
40164
40165 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40166
40167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40168           Don't update the time of the clock
40169         (gst_alsa_sink_loop):
40170           sync to the clock given to alsasink, not the own clock
40171         * sys/oss/gstosssink.c: (gst_osssink_chain):
40172           sync to the clock
40173         (gst_osssink_change_state):
40174           activate the clock
40175         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40177           remove bogus code that made DISCONT events unhandled
40178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40179           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40180           #131502)
40181         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40182         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40183         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40184           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40185           2nd warning in bug #131502)
40186
40187 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40188
40189         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40190         (gst_videobalance_colorbalance_set_value),
40191         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40192         for colorbalance interface implementation.
40193         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40194         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40195         (gst_ximagesink_dispose), (gst_ximagesink_init),
40196         (gst_ximagesink_class_init): Adding DISPLAY property.
40197         * sys/ximage/ximagesink.h: Adding display_name to store display.
40198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40199         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40200         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40201         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40202         properties (they still need polishing though for gst-launch use : no
40203         xcontext yet, i ll do that tomorrow).
40204         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40205
40206 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40207
40208         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40209         (gst_play_set_location), (gst_play_set_visualization): Preparing
40210         switch integration, adding videobalance in the pipeline.
40211
40212 2004-01-14  Julien MOUTTE <julien@moutte.net>
40213
40214         * gst-libs/gst/colorbalance/colorbalance.c:
40215         (gst_color_balance_class_init): Adding a default type.
40216         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40217         the type.
40218         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40219         (gst_videobalance_dispose), (gst_videobalance_class_init),
40220         (gst_videobalance_init), (gst_videobalance_interface_supported),
40221         (gst_videobalance_interface_init),
40222         (gst_videobalance_colorbalance_list_channels),
40223         (gst_videobalance_colorbalance_set_value),
40224         (gst_videobalance_colorbalance_get_value),
40225         (gst_videobalance_colorbalance_init): Implementing colorbalance
40226         interface.
40227         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40228         list.
40229         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40230         bug which was triggering a BadAccess X error when setting an overlay
40231         before pad was really negotiated.
40232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40233         Using the colorbalance type macro.
40234
40235 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40236
40237         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40238         (gst_flacenc_chain):
40239           handle tags correctly
40240         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40241           extract ID3v1 tags correctly
40242
40243 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40244
40245         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40246         (plugin_init):
40247           Improve matroska typefinding for odd-typed headers...
40248
40249 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40250
40251         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40252           Fix for using incremental number on padnames.
40253
40254 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40255
40256         * ext/divx/gstdivxdec.c:
40257         * ext/divx/gstdivxenc.c:
40258           Set category to divx4linux instead of divx (too generic).
40259         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40260         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40261         (gst_wavparse_loop), (gst_wavparse_change_state):
40262         * gst/wavparse/gstwavparse.h:
40263           fix parsing of WAV files with non-standard fmt-tag size and fix
40264           skipping of unrecognized chunks... Someone please fix this thing
40265           to use rifflib so all this is automated.
40266         * sys/v4l/Makefile.am:
40267         * sys/v4l2/Makefile.am:
40268           Add X_CFLAGS because we depend on X (for overlay).
40269
40270 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40271
40272         * ext/mpeg2dec/gstmpeg2dec.c:
40273           Don't issue a timestamp unless we tagged the frame
40274           with a PTS.
40275
40276 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40277
40278         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40279           Query the audio element to get the time, not the clock. We're
40280           interested in the element's time here.
40281
40282 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40283
40284         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40286         * ext/esd/esdsink.c: (gst_esdsink_chain):
40287         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40288         * ext/mas/massink.c: (gst_massink_chain):
40289         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40291         (gst_matroska_demux_parse_metadata):
40292         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40293         (gst_mpeg_parse_release_locks):
40294         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40295         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40296         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40297         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40298         (gst_osssink_change_state):
40299         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40300         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40301         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40302         (gst_xvideosink_release_locks):
40303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40304           use element time.
40305         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40306         (gst_alsa_clock_stop):
40307         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40308         (gst_audio_clock_get_internal_time):
40309           simplify for use with new clocking code.
40310         * testsuite/alsa/Makefile.am:
40311         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40312           fix testsuite for new caps system
40313
40314 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40315
40316         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40317         * ext/flac/gstflacenc.c: (add_one_tag):
40318           length is already host endian, no need to convert. Fixes playback of
40319           tagged files on PPC. (bug #128384)
40320
40321 2004-01-13  Julien MOUTTE <julien@moutte.net>
40322
40323         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40324         colorbalance interface stating if it is hardware based or software
40325         based.
40326         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40327         Removing a trailing comma.
40328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40329         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40330         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40331         the documentation seems to be wrong on the -1000 to 1000 interval.
40332
40333 2004-01-12  David Schleef  <ds@schleef.org>
40334
40335         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40336         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40337         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40338         Fix negotiation.  Add a bufferalloc function for the sink pad,
40339         and generally clean up some of the code.
40340
40341 2004-01-12  Julien MOUTTE <julien@moutte.net>
40342
40343         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40344         (gst_color_balance_channel_dispose): Adding safety check in dispose
40345         method.
40346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40347         (gst_xvimagesink_xcontext_clear),
40348         (gst_xvimagesink_interface_supported),
40349         (gst_xvimagesink_colorbalance_list_channels),
40350         (gst_xvimagesink_colorbalance_set_value),
40351         (gst_xvimagesink_colorbalance_get_value),
40352         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40353         Adding colorbalance interface support to set XV parameters such as
40354         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40355         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40356         interface.
40357
40358 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40359
40360         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40361         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40362         (gst_audio_convert_init), (gst_audio_convert_set_property),
40363         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40364         (gst_audio_convert_link),
40365         (gst_audio_convert_buffer_to_default_format),
40366         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40367           - implement _getcaps and use it
40368           - improve linking
40369           - remove float caps since no float conversion is actually done
40370           - remove properties and arguments that were to be used for rate
40371             conversion
40372
40373 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40374
40375         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40376         (gst_audio_structure_set_int):
40377         * gst-libs/gst/audio/audio.h:
40378           add helper functions for _getcaps matching the standard audio
40379           templates
40380
40381 2004-01-12  David Schleef  <ds@schleef.org>
40382
40383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40384         Test that pad is negotiated before getting its caps.
40385
40386 2004-01-12  Julien MOUTTE <julien@moutte.net>
40387
40388         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40389         analyzing the pads of an element the bin is mostly in READY state so
40390         no caps were negotiated. This helper function needs to work with
40391         _get_caps directly then. I was not freeing them though, added that to
40392         fix the mem leak.
40393
40394 2004-01-12  Julien MOUTTE <julien@moutte.net>
40395
40396         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40398         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40399         than the free_func.
40400
40401 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40402
40403         * sys/oss/gstossaudio.c: (plugin_init):
40404         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40405         * sys/oss/gstosselement.h:
40406           make an oss debugging category
40407           make failure more descriptive
40408
40409 2004-01-11  David Schleef  <ds@schleef.org>
40410
40411         * ext/ffmpeg/gstffmpeg.c:
40412         * ext/ffmpeg/gstffmpegcodecmap.c:
40413         * ext/ffmpeg/gstffmpegdec.c:
40414         * ext/ffmpeg/gstffmpegenc.c:
40415         * ext/ffmpeg/gstffmpegprotocol.c:
40416         * ext/gdk_pixbuf/gstgdkanimation.c:
40417         * ext/jpeg/gstjpeg.c:
40418         * ext/libpng/gstpng.c:
40419         * ext/mpeg2dec/perftest.c:
40420         * ext/speex/gstspeex.c:
40421         * gst-libs/gst/resample/dtos.c:
40422         * gst/intfloat/gstintfloatconvert.c:
40423         * gst/oneton/gstoneton.c:
40424         * gst/rtjpeg/RTjpeg.c:
40425         * gst/rtp/gstrtp.c:
40426         * sys/dxr3/dxr3init.c:
40427         * sys/glsink/gstgl_nvimage.c:
40428         * sys/glsink/gstgl_pdrimage.c:
40429         * sys/glsink/gstglsink.c:
40430         * testsuite/gst-lint:
40431         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40432
40433 2004-01-11  David Schleef  <ds@schleef.org>
40434
40435         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40436         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40437         * ext/gdk_pixbuf/gstgdkanimation.c:
40438         (gst_gdk_animation_iter_create_pixbuf):
40439         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40440         (gst_gdk_pixbuf_chain):
40441         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40442         * ext/jack/gstjack.c: (gst_jack_change_state):
40443         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40444         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40445         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40446         * gst/videofilter/gstvideofilter.c:
40447         (gst_videofilter_set_output_size):
40448         Remove all usage of gst_pad_get_caps(), and replace it with
40449         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40450
40451 2004-01-11  David Schleef  <ds@schleef.org>
40452
40453         * configure.ac:
40454         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40455         * ext/divx/gstdivxdec.c:
40456         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40457         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40458         handle images that span multiple buffers.  Now work with both
40459         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40460         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40461         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40462         video/video.h changes
40463         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40464         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40465         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40466         of GstData free function.
40467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40468         same.
40469
40470 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40471
40472         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40473         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40474         (gst_v4l2element_get_property):
40475         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40476           add norm, channel and frequency properties.
40477         * sys/v4l2/gstv4l2tuner.c:
40478           fixes for tuner interface changes
40479         * sys/v4l2/gstv4l2element.h:
40480         * sys/v4l2/gstv4l2src.c:
40481         * sys/v4l2/gstv4l2src.h:
40482         * sys/v4l2/v4l2src_calls.c:
40483         * sys/v4l2/v4l2src_calls.h:
40484           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40485
40486 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40487
40488         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40489         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40490         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40491         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40492         * gst-libs/gst/tuner/tuner.h:
40493           GObjects aren't const.
40494           Add find_by_name functions.
40495           Add checks to _changed functions.
40496         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40497         (gst_v4l_tuner_get_norm):
40498           Fixes for above.
40499
40500 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40501
40502         * gst-libs/gst/video/video.h:
40503           Fix caps template names to be understandable.
40504           Prefix everything with GST_VIDEO.
40505         * ext/aalib/gstaasink.c:
40506         * ext/divx/gstdivxdec.c:
40507         * ext/divx/gstdivxenc.c:
40508         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40509         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40510         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40511         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40512         * ext/libcaca/gstcacasink.c:
40513         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40514         * ext/snapshot/gstsnapshot.c:
40515         * ext/swfdec/gstswfdec.c:
40516         * ext/xvid/gstxviddec.c:
40517         * ext/xvid/gstxvidenc.c:
40518         * gst/chart/gstchart.c:
40519         * gst/deinterlace/gstdeinterlace.c:
40520         * gst/effectv/gsteffectv.c:
40521         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40522         * gst/goom/gstgoom.c:
40523         * gst/median/gstmedian.c:
40524         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40525         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40526         * gst/overlay/gstoverlay.c:
40527         * gst/smooth/gstsmooth.c:
40528         * gst/smpte/gstsmpte.c:
40529         * gst/synaesthesia/gstsynaesthesia.c:
40530         * gst/videocrop/gstvideocrop.c:
40531         * gst/videodrop/gstvideodrop.c:
40532         * gst/y4m/gsty4mencode.c:
40533         * sys/qcam/gstqcamsrc.c:
40534         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40535           Make them work with new video.h file.
40536         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40537         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40539         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40540           Make it work with new buffer allocation system.
40541
40542 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40543
40544         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40545         pad_alloc_buffer implementation to use ->srcpad
40546         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40547         pad_alloc_buffer implementation to use ->srcpad
40548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40549         pad_alloc_buffer implementation to use ->srcpad
40550         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40551         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40552         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40553         a reference to everything we need.
40554         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40556         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40557         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40558         a reference to everything we need.
40559         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40560
40561 2004-01-11  David Schleef  <ds@schleef.org>
40562
40563         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40564         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40565         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40566         structure members.
40567         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40568         value during a resize/renegotiation.
40569         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40570         gst_pad_alloc_buffer();
40571         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40572         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40573         structure members.
40574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40575         Fix for rename of buffer private structure members.
40576         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40577         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40578         Fix for rename of buffer private structure members.
40579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40580         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40581         Fix for rename of buffer private structure members.
40582
40583 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40584
40585         reviewed by: David Schleef <ds@schleef.org>
40586
40587         * gst/videofilter/Makefile.am:
40588         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40589         from the patch by ds to fit in with recent make_filter changes.
40590
40591 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40592
40593         * configure.ac: Adding examples/switch/Makefile
40594         * examples/Makefile.am: Adding examples/switch
40595         * examples/switch/Makefile.am: Adding switcher example.
40596         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40597         (switch_timer), (main): Adding an example demonstrating switch usage
40598         with 2 videotestsrc showing different patterns.
40599         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40600         (gst_switch_init): Fixing switch with the new caps system.
40601
40602 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40603
40604         * gst-libs/gst/video/video.h:
40605           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40606           They should probably be like
40607           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40608
40609 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40610
40611         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40612         (qtdemux_parse_trak):
40613           fix audio chunk size/timestamp calculation
40614
40615 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40616
40617         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40618           fix SVQ3 caps
40619
40620 2004-01-11  Steve Baker  <steve@stevebaker.org>
40621
40622         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40623         (gst_agingtv_base_init), (gst_agingtv_class_init),
40624         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40625         (gst_agingtv_set_property), (gst_agingtv_get_property):
40626         Port agingTV to videofilter
40627
40628 2004-01-09  Julien MOUTTE <julien@moutte.net>
40629
40630         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40631         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40632
40633 2004-01-09  Julien MOUTTE <julien@moutte.net>
40634
40635         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40636         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40637         * gst-libs/gst/xoverlay/xoverlay.c:
40638         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40640         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40641         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40642         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40643         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40644         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40645         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40646         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40647         interface implementation to handle xid being 0 and fix some bugs
40648         triggered by Benjamin's testcase.
40649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40650         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40651         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40652         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40653         interface implementation to handle xid being 0 and fix some bugs
40654         triggered by Benjamin's testcase.
40655
40656 2004-01-09  David Schleef  <ds@schleef.org>
40657
40658         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40659         mouse pointer events.  It works.
40660
40661 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40662
40663         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40664           Use explicit caps - fix capsnego.
40665         * ext/xvid/gstxviddec.c:
40666         * ext/xvid/gstxvidenc.c:
40667           Remove macro-inside-macro which caused compile errors.
40668         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40669           Error out if it's not a RIFF file. Else we error out without
40670           gst_element_error() which is not good...
40671
40672 2004-01-08  David Schleef  <ds@schleef.org>
40673
40674         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40675         Fix pad_link function to handle formats that ffmpeg returns
40676         as multiple caps structures.
40677         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40678         Only complain if source buffer is _smaller_ than expected.
40679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40680         (gst_videoscale_handle_src_event): Resize navigation events
40681         when passing them upstream.
40682         * gst/videotestsrc/gstvideotestsrc.c:
40683         * gst/videotestsrc/gstvideotestsrc.h:
40684         * gst/videotestsrc/videotestsrc.c:
40685         * gst/videotestsrc/videotestsrc.h:
40686         Rewrite many of the buffer painting functions to handle odd
40687         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40688         been verified to work with my video card.
40689         * testsuite/gst-lint:  Add check for elements calling
40690         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40691
40692 2004-01-08  David Schleef  <ds@schleef.org>
40693
40694         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40695         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40696
40697 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40698
40699         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40700         configure event is not emiting the desired size signal. That fixes
40701         aspect ratio issues with gst-player.
40702
40703 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40704
40705         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40706           Fix capsnego.
40707
40708 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40709
40710         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40711         public method to fire size signal.
40712
40713 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40714
40715         * examples/gstplay/Makefile.am: Adding the interface library.
40716         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40717         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40718         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40719         GST_IS_X_OVERLAY before signal connect.
40720         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40721         Removing the have_video_size signal.
40722         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40723         and associated public method.
40724         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40725         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40726         signal.
40727         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40728         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40729         signal.
40730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40731         Using XOverlay public method to fire size signal.
40732
40733 2004-01-07  David Schleef  <ds@schleef.org>
40734
40735         * gst/videofilter/Makefile.am:
40736         * gst/videofilter/gstvideotemplate.c:
40737         * gst/videofilter/make_filter:
40738         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40739         Convert make_filter to /bin/sh script.
40740
40741 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40742
40743         * gst/modplug/gstmodplug.cc: fix element description
40744
40745 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40746
40747         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40748         (got_video_size): Adding some new lines in g_print calls.
40749         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40750         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40751         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40752         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40753         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40754         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40755         Complete code review, reverting some stuff i disagree with, adding
40756         some fixes : time synchronization on invalid timestamps, renegotiation
40757         of private window.
40758         * sys/ximage/ximagesink.h:
40759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40760         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40761         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40762         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40763         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40764         (gst_xvimagesink_buffer_new),
40765         (gst_xvimagesink_navigation_send_event),
40766         (gst_xvimagesink_set_xwindow_id),
40767         (gst_xvimagesink_get_desired_size),
40768         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40769         stuff i disagree with, adding some fixes : Renegotiation of private
40770         window, implementing get_desired_size.
40771
40772 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40773
40774         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40775         (gst_afsink_handle_event):
40776         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40777         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40778         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40779         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40780         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40781           Fix for instantiate-test (see core). Also remove dead code from
40782           jpegenc (which still needs fixing, but that's lower on my TODO
40783           list...).
40784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40785           Never return NULL as caps.
40786
40787 2004-01-07  David Schleef  <ds@schleef.org>
40788
40789         * configure.ac:
40790         * ext/Makefile.am:
40791         * ext/librfb/Makefile.am:
40792         * ext/librfb/gstrfbsrc.c:
40793         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40794         is the protocol used by VNC.
40795
40796 2004-01-07  David Schleef  <ds@schleef.org>
40797
40798         * gst/videofilter/gstvideotemplate.c:
40799         * gst/videofilter/gstvideotemplate.h:
40800         * gst/videofilter/make_filter:
40801         Merge videotemplate header into source file.
40802         * gst/effectv/Makefile.am:
40803         * gst/effectv/gsteffectv.c: (plugin_init):
40804         * gst/effectv/gstwarp.c:
40805         Make warpTV a subclass of videofilter.
40806
40807 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40808
40809         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40810           Add guard against invalid utf-8 conversions in mad. Just in case.
40811
40812 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40813
40814         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40815           Fix for bug shown by poisoning
40816
40817 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40818
40819         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40820         (gst_v4lmjpegsrc_buffer_free):
40821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40822         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40823         (gst_v4lsrc_buffer_free):
40824           Fix for removed bufferpools.
40825
40826 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40827
40828         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40829         Fix caps negotiation.
40830
40831         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40832         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40833         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40834         (dvdnavsrc_event):
40835         * ext/mpeg2dec/gstmpeg2dec.c:
40836         * gst-libs/gst/navigation/navigation.c:
40837         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40838         * gst-libs/gst/navigation/navigation.h:
40839         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40840         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40842         Super-simple first version of mouse and keyboard events. Clicking
40843         on a DVD menu now works, although it may not take you where you
40844         expected.
40845
40846         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40847         * gst/videotestsrc/gstvideotestsrc.c:
40848         (gst_videotestsrc_src_fixate):
40849         These fixate functions were broken - they never actually
40850         fixated :)
40851
40852 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40853
40854         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40855         (gst_icecastsend_init):
40856           fix for new caps system.
40857         * gst-libs/gst/mixer/mixertrack.h:
40858         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40859           Add 'master track' flag (for tools like ACME that only want to
40860           change the main volume).
40861
40862 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40863
40864         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40865         (gst_xvid_csp_to_caps):
40866         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40867         * ext/xvid/gstxvidenc.c:
40868         ifdef out ARGB type when it isn't available
40869         in xvidcore 1.0.0beta2
40870
40871 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40872
40873         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40874           When we have received a new SCR right in the first buffer after
40875           a seek (so in the same cycle that handles the discont), we should
40876           handle the buffer instead of unreffing it, else we lose data.
40877
40878 2004-01-06  Iain <iain@prettypeople.org>
40879
40880         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40881           buffer-frames caps too.
40882
40883         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40884           caps that we need, don't destroy them all and rebuild them. And when
40885           creating src pads, use the src pad template rather than the sink...
40886
40887 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40888
40889         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40890           Add pad to element *after* setting functions such as event handler.
40891           Without this, the scheduler (opt) will link pads, set the event
40892           handler from the default event function (dispatcher in gstpad.c)
40893           and *after* that, we will set our own event function, which will
40894           thus never be used (and thus mpegdemux doesn't handle events).
40895
40896 2004-01-04  David Schleef  <ds@schleef.org>
40897
40898         Fix the fixate functions to handle new prototype:
40899         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40900         * gst/videotestsrc/gstvideotestsrc.c:
40901         (gst_videotestsrc_src_fixate):
40902         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40903         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40905
40906 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40907
40908         * sys/ximage/ximagesink.h:
40909         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40910         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40911         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40912         (gst_ximagesink_xoverlay_init):
40913           assorted fixes to make (re)embedding work
40914         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40915         (gst_ximagesink_get_desired_size):
40916           implement desired size additions to XOverlay
40917
40918 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40919
40920         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40921         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40922         (gst_x_overlay_got_desired_size):
40923         * gst-libs/gst/xoverlay/xoverlay.h:
40924           Add optional "desired size" signal and querying.
40925
40926 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40927
40928         * gst/matroska/matroska-demux.c:
40929         (gst_matroska_demux_parse_blockgroup):
40930           Fix EBML-laced block parsing. Diffs are relative to previous
40931           lace, not the first lace. Thanks to Mosu from the Matroska
40932           team for detecting this.
40933         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40934         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40935         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40936         (gst_wavparse_change_state):
40937         * gst/wavparse/gstwavparse.h:
40938           Quickfix for capsnego.
40939
40940 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40941
40942         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40943           Fix indenting, fix pad creation.
40944
40945 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40946
40947         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40948         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40949         (gst_xviddec_sink_link):
40950           Implement src_getcaps() so proper size caps is negotiated.
40951
40952 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40953
40954         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40955           Finish flac decoder on EOS. See #116178.
40956
40957 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40958
40959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40960         (gst_matroska_demux_add_stream):
40961         * gst/matroska/matroska-ids.h:
40962           Add getcaps() function to fix capsnego...
40963
40964 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40965
40966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40967         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40968         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40969           Fix more integer overflows. Again, see #126967.
40970
40971 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40972
40973         * ext/mpeg2dec/gstmpeg2dec.c:
40974           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40975           #130416.
40976
40977 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40978
40979         * configure.ac:
40980         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40981         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40982         * ext/xvid/gstxvid.h:
40983         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40984         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40985         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40986         (gst_xviddec_change_state):
40987         * ext/xvid/gstxviddec.h:
40988         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40989         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40990         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40991         (gst_xvidenc_link), (gst_xvidenc_set_property),
40992         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40993         * ext/xvid/gstxvidenc.h:
40994           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40995
40996 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40997
40998         * gst/rtp/rtp-packet.c:
40999           Add sys/types.h include, since OS X doesn't define in_addr_t
41000           in netinet/in.h, like it does on Linux (see #129600).
41001
41002 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41003
41004         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41005
41006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41007           Correct logic of dispose function (see #129306).
41008
41009 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41010
41011         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41012         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41013         (gst_mpeg_parse_init):
41014         * gst/mpegstream/gstmpegparse.h:
41015           Remove clock (which was never provided, i.e. dead code), and
41016           also fix integer overflows at high PTS values (see #126967).
41017
41018 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41019
41020         * ext/flac/gstflacdec.c:
41021         * ext/libpng/gstpngenc.h:
41022         * ext/mikmod/gstmikmod.h:
41023           OS X fixes (see #126628).
41024
41025 2004-01-02  David Schleef  <ds@schleef.org>
41026
41027         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41028         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41029         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41030         (gst_mpeg_parse_class_init): Move pad template registration
41031         to class_init, since the derived class (mpegdemux) doesn't
41032         want them.
41033
41034 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41035
41036         * sys/ximage/Makefile.am:
41037         * sys/xvideo/Makefile.am:
41038         * sys/xvimage/Makefile.am:
41039           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41040           after installation (see #127664).
41041
41042 2004-01-02  David Schleef  <ds@schleef.org>
41043
41044         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41045         (gst_ffmpegenc_connect):  Negotiation fixes.
41046         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41047         Remove inappropriate gst_caps_free().
41048         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41049         Reenable Ronald's internal resize code, since the core handles
41050         it correctly now.
41051
41052 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41053
41054         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41055         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41057           Fix pad template stuff.
41058
41059 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41060
41061         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41062         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41063           fix signed integer reading/writing.
41064
41065 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41066
41067         * ext/alsa/README:
41068           Remove outdated document
41069
41070 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41071
41072         * gst/cutter/gstcutter.c: (gst_cutter_init):
41073           src pad was being created twice - oops.
41074
41075 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41076
41077         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41078           Comment out internal resize. It doesn't handle the resulting
41079           XEvent internally, does another try_set_caps() which leads to
41080           a really nice loop.
41081           Real fix will come when Julien and Dave are awake. ;).
41082
41083 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41084
41085         * ext/mpeg2enc/gstmpeg2enc.cc:
41086           fix const/nonconst compile issue.
41087
41088 2004-01-02  David Schleef  <ds@schleef.org>
41089
41090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41091         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41092         Add fixate function and a check for bad formats.
41093
41094 2004-01-01  David Schleef  <ds@schleef.org>
41095
41096         Negotiation fixes:
41097         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41098         (gst_audiofilter_init):
41099         * gst/debug/efence.c: (gst_efence_init):
41100         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41101         (gst_deinterlace_init):
41102         * gst/volume/gstvolume.c: (volume_connect):
41103
41104 2004-01-01  David Schleef  <ds@schleef.org>
41105
41106         Convert elements to use gst_pad_use_explicit_caps() where
41107         appropriate:
41108         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41109         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41110         (gst_afparse_open_file):
41111         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41112         (gst_afsrc_open_file):
41113         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41114         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41115         (gst_ffmpegdec_chain):
41116         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41117         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41118         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41119         (gst_gdk_pixbuf_chain):
41120         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41121         (gst_jpegdec_chain):
41122         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41123         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41124         (gst_mikmod_negotiate):
41125         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41126         (gst_mpeg2dec_negotiate_format):
41127         * ext/mpeg2enc/gstmpeg2enc.cc:
41128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41129         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41130         (gst_speexdec_sinkconnect):
41131         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41132         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41133         (gst_vorbisfile_new_link):
41134         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41135         (gst_ac3parse_chain):
41136         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41137         (gst_asf_demux_setup_pad):
41138         * gst/auparse/gstauparse.c: (gst_auparse_init),
41139         (gst_auparse_chain):
41140         * gst/id3/gstid3types.c: (gst_id3types_loop):
41141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41142         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41143         (mp1videoparse_parse_seq):
41144         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41145         (bpf_from_header):
41146         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41147         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41148         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41149         (gst_mpeg_parse_send_data):
41150         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41151         (gst_qtdemux_add_stream):
41152         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41153         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41154         (gst_wavparse_parse_fmt):
41155
41156 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41157
41158         * configure.ac:
41159           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41160           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41161           it therefore uses the wrong include paths. Too bad... Note
41162           that 1.6.1.93 is not release yet. ;).
41163           Also add a check for mplex, which is now using the lib'ified
41164           mplex from mjpegtools, too.
41165         * ext/ffmpeg/gstffmpegcodecmap.c:
41166           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41167           issues. I don't think ffmpeg handles 3ivx correctly, so this
41168           probably won't work. But it won't hurt either.
41169         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41170         (gst_ffmpegdec_chain):
41171         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41172         (gst_ffmpegenc_chain_audio):
41173           Fix memleak in audio encoding. Close codec if open fails, this
41174           calls the cleanup routines so we can re-use the context.
41175         * ext/mpeg2enc/gstmpeg2enc.cc:
41176           Fix pad template names/types, fix memory issue with getcaps().
41177         * ext/mpeg2enc/gstmpeg2encoder.cc:
41178         * ext/mpeg2enc/gstmpeg2encoder.hh:
41179           Fix compile issue with new caps system (const thingy).
41180         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41181         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41182           We read a first frame right on initing, so that we have a caps
41183           when we init the output. This caps is cached in padprivate and
41184           read as first frame.
41185         * ext/mplex/Makefile.am:
41186         * ext/mplex/gstmplex.cc:
41187         * ext/mplex/gstmplex.h:
41188         * ext/mplex/gstmplex.hh:
41189         * ext/mplex/gstmplexibitstream.cc:
41190         * ext/mplex/gstmplexibitstream.hh:
41191         * ext/mplex/gstmplexjob.cc:
41192         * ext/mplex/gstmplexjob.hh:
41193         * ext/mplex/gstmplexoutputstream.cc:
41194         * ext/mplex/gstmplexoutputstream.hh:
41195           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41196           had issues, didn't do capsnego, supported only a subset of the
41197           mplex features and required a mplex fork in our local CVS. Plus
41198           that it worked agaist a very old mplex version. Rewriting was
41199           faster than updating it.
41200         * gst-libs/ext/Makefile.am:
41201         * gst-libs/ext/mplex/INSTRUCT:
41202         * gst-libs/ext/mplex/Makefile.am:
41203         * gst-libs/ext/mplex/README:
41204         * gst-libs/ext/mplex/TODO:
41205         * gst-libs/ext/mplex/ac3strm_in.cc:
41206         * gst-libs/ext/mplex/audiostrm.hh:
41207         * gst-libs/ext/mplex/audiostrm_out.cc:
41208         * gst-libs/ext/mplex/aunit.hh:
41209         * gst-libs/ext/mplex/bits.cc:
41210         * gst-libs/ext/mplex/bits.hh:
41211         * gst-libs/ext/mplex/buffer.cc:
41212         * gst-libs/ext/mplex/buffer.hh:
41213         * gst-libs/ext/mplex/fastintfns.h:
41214         * gst-libs/ext/mplex/format_codes.h:
41215         * gst-libs/ext/mplex/inputstrm.cc:
41216         * gst-libs/ext/mplex/inputstrm.hh:
41217         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41218         * gst-libs/ext/mplex/mjpeg_logging.cc:
41219         * gst-libs/ext/mplex/mjpeg_logging.h:
41220         * gst-libs/ext/mplex/mjpeg_types.h:
41221         * gst-libs/ext/mplex/mpastrm_in.cc:
41222         * gst-libs/ext/mplex/mpegconsts.cc:
41223         * gst-libs/ext/mplex/mpegconsts.h:
41224         * gst-libs/ext/mplex/mplexconsts.hh:
41225         * gst-libs/ext/mplex/multplex.cc:
41226         * gst-libs/ext/mplex/outputstream.hh:
41227         * gst-libs/ext/mplex/padstrm.cc:
41228         * gst-libs/ext/mplex/padstrm.hh:
41229         * gst-libs/ext/mplex/stillsstream.cc:
41230         * gst-libs/ext/mplex/stillsstream.hh:
41231         * gst-libs/ext/mplex/systems.cc:
41232         * gst-libs/ext/mplex/systems.hh:
41233         * gst-libs/ext/mplex/vector.cc:
41234         * gst-libs/ext/mplex/vector.hh:
41235         * gst-libs/ext/mplex/videostrm.hh:
41236         * gst-libs/ext/mplex/videostrm_in.cc:
41237         * gst-libs/ext/mplex/videostrm_out.cc:
41238         * gst-libs/ext/mplex/yuv4mpeg.cc:
41239         * gst-libs/ext/mplex/yuv4mpeg.h:
41240         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41241         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41242           We don't fork mjpegtools' mplex in our CVS anymore.
41243         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41244         (gst_avi_demux_add_stream):
41245         * gst/avi/gstavidemux.h:
41246           Add getcaps() function for proper caps nego. This makes some
41247           parts of AVI playback/reading work.
41248         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41249           Resize window on new capsnego. This is probably wrong, but
41250           I'm still committing it because with current capsnego, the
41251           first successfull capsnego is auto-fixated, therefore rounded
41252           down to the lowest values in the caps. this results in a 16x16
41253           XWindow that is not reized when real capsnego finishes.
41254           Dave, I see more cases of this, do you know a proper solution?
41255         * tools/gst-launch-ext.in:
41256           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41257
41258 2003-12-31  David Schleef  <ds@schleef.org>
41259
41260         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41261         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41262           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41263
41264 2003-12-30  David Schleef  <ds@schleef.org>
41265
41266         * ext/ffmpeg/gstffmpegcolorspace.c:
41267         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41268         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41269         (gst_ffmpegcsp_chain): Negotiation fixes
41270         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41271         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41272         (gst_audio_convert_link), (gst_audio_convert_channels):
41273         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41274         (gst_audioscale_link), (gst_audioscale_get_buffer),
41275         (gst_audioscale_chain): Negotiation fixes
41276         * gst/audioscale/gstaudioscale.h:
41277         * gst/videofilter/gstvideofilter.c:
41278         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41279         (gst_videofilter_link), (gst_videofilter_init),
41280         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41281         (gst_videofilter_find_format_by_structure):
41282         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41283         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41284         (gst_videoscale_link):
41285         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41286         (videoscale_find_by_structure), (gst_videoscale_setup):
41287         * gst/videoscale/videoscale.h: Negotiation fixes
41288         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41289         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41290         function, restrict resizing to a multiple of 4 (hack until
41291         everyone supports odd sizes correctly).
41292
41293 2003-12-29  Colin Walters  <walters@verbum.org>
41294
41295         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41296         signed.
41297
41298 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41299
41300         * ext/sndfile/gstsf.c: (gst_sf_loop):
41301           Fix warning about discarding const qualifier
41302
41303 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41304
41305         * gst/cutter/gstcutter.c:
41306         * gst/videoscale/gstvideoscale.c:
41307         * gst/volenv/gstvolenv.c:
41308         * gst-libs/gst/audio/audio.c:
41309         * gst-libs/gst/video/video.c:
41310           Fix warnings
41311
41312 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41313
41314         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41315           Don't send ALSA debugging to stderr.
41316         * ext/alsa/gstalsa.h:
41317           Use GST_WARNING instead of g_warning when ALSA functions fail.
41318
41319 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41320
41321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41322           Free XVAdapterInfo correctly.
41323
41324 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41325
41326         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41327         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41328           Make id3tag use correct caps nego.
41329
41330 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41331
41332         * ext/ivorbis/vorbis.c:
41333         * ext/ivorbis/vorbisenc.h:
41334         * ext/ivorbis/vorbisfile.c:
41335           Modify so that it uses the new caps things
41336
41337 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41338
41339         * testsuite/spider/spider1.c: (main):
41340         * testsuite/spider/spider2.c: (main):
41341         * testsuite/spider/spider3.c: (main):
41342           Make tests compile again. They probably don't work.
41343
41344 2003-12-24  Colin Walters  <walters@verbum.org>
41345
41346         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41347         we can't fixate the caps anymore.
41348
41349 2003-12-23  David Schleef  <ds@schleef.org>
41350
41351         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41352         * sys/oss/gstosssink.c: (gst_osssink_init),
41353         (gst_osssink_sink_fixate): Add fixate function.
41354
41355 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41356
41357         * ext/ffmpeg/gstffmpegcodecmap.c:
41358         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41359         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41360         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41361         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41362         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41363         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41364         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41365           fix typo in RGB masks, and move back to "old" colorspace
41366           capsnego code until whoever wrote this new crap has actually
41367           tested it so that it works.
41368           And yes, this works, keep it that way please.
41369
41370 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41371
41372         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41373         (gst_divxdec_init), (gst_divxdec_negotiate):
41374         * ext/divx/gstdivxdec.h:
41375         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41376         (gst_divxenc_init):
41377         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41378         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41379         * ext/mpeg2enc/gstmpeg2enc.cc:
41380         * ext/mpeg2enc/gstmpeg2encoder.cc:
41381         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41382         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41383         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41384         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41385         (dxr3spusink_init):
41386         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41387         (dxr3videosink_init):
41388           Fix caps breakage after Dave's caps branch merge.
41389
41390 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41391
41392         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41393           Fix for 24bpp display.
41394
41395 2003-12-23  Colin Walters  <walters@verbum.org>
41396
41397         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41398         a GnomeVFSHandle directly.
41399
41400 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41401
41402         * gst/volume/Makefile.am:
41403         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41404         (volume_base_init), (volume_init):
41405           Reenable volume element and fix to work with new caps stuff.
41406           Rhythmbox needs this.
41407
41408 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41409
41410         * gst/qtdemux/qtdemux.c: (plugin_init):
41411           qtdemux requires bytestream
41412
41413 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41414
41415         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41416           Fix remaining caps handling errors due to CAPS merge.
41417
41418 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41419
41420         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41421         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41422         (gst_faad_srcconnect):
41423           Port to new caps system.
41424
41425 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41426
41427         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41428         (got_video_size), (main): using g_print instead of g_message.
41429         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41430         signal which was not emitted because of "switch" element added to the
41431         bin but not connected. (Removing from the bin temporarily)
41432
41433 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41434
41435         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41436         find X development files. I don't understand the previous tests and
41437         they fail on my debian/ppc unstable. This one works.
41438         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41439         exiting.
41440         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41441         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41442         (gst_play_set_visualization): Add some safety checks in set_ methods
41443         and state_change. This was throwing some ugly CRITICAL messages when
41444         pipeline was getting disposed and casts were failing.
41445
41446 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41447
41448         * configure.ac:
41449           Improve mpeg2enc detection. This is for distributions that do
41450           ship mjpegtools, but without mpeg2enc. Also does object check
41451           for might there ever be ABI incompatibility.
41452         * ext/mpeg2enc/gstmpeg2enc.cc:
41453           Add Andrew as second maintainer (he's helping me), and also add
41454           an error if no caps was set. This happens if I pull before capsnego
41455           and that's something I should solve sometime else.
41456         * gst/matroska/matroska-demux.c:
41457         (gst_matroska_demux_parse_blockgroup):
41458           Fix time parsing.
41459         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41460         (gst_matroska_mux_track_header):
41461           Add caps to templates.
41462         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41463           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41464         * gst/mpegstream/gstmpegdemux.c:
41465           Remove layer since it causes warnings about unfixed caps.
41466         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41467           Fix obvious typo (we error out if caps were set, we should of
41468           course error out if *no* caps were set).
41469         * sys/oss/gstosselement.c: (gst_osselement_convert):
41470           Fix format conversion, we confused bits/bytes.
41471         * sys/oss/gstosselement.h:
41472           Improve documentation for 'bps'.
41473         * sys/v4l/TODO:
41474           Remove stuff about plugins that need removing - this was done
41475           ages ago.
41476         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41477         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41479         (gst_v4lsrc_src_query):
41480         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41481         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41482           Add get_query_types(), get_formats() and query() functions.
41483
41484 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41485
41486         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41487           * moved CVS to freedesktop.org